Skip to content

Commit

Permalink
fixed test script
Browse files Browse the repository at this point in the history
  • Loading branch information
aburston committed Dec 17, 2020
1 parent c4f6367 commit 551c00b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/evpn_vxlan_erb_dc/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
umask 0002

# Creating of result files and making them R/W by everybody
mkdir test/outputs
mkdir -p test/outputs
mkdir -p test/resource_files/tmp
touch test/outputs/output.xml
touch test/outputs/log.html
touch test/outputs/report.html

export PYTHONPATH=libraries

(cd test && pybot -C ansi -L TRACE tests/)
(cd test && robot -C ansi -L TRACE tests/)

chmod -R 777 test/tests
chmod -R 777 test/resource_files/tmp
Expand Down

0 comments on commit 551c00b

Please sign in to comment.