diff --git a/examples/evpn_vxlan_erb_dc/test.sh b/examples/evpn_vxlan_erb_dc/test.sh index 800381d..7bbeba8 100755 --- a/examples/evpn_vxlan_erb_dc/test.sh +++ b/examples/evpn_vxlan_erb_dc/test.sh @@ -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