File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ jobs:
276276 while ! nc -vzw 5 localhost 8096 2>&1 > /dev/null; do grep Exception /tmp/jetty-log; sleep 10; done
277277 set -e
278278 echo -e "\nStarting Advanced Zone DataCenter deployment"
279- python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced .cfg 2>&1 || true
279+ python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advdualzone .cfg 2>&1 || true
280280
281281 - name : Run Integration Tests with Simulator
282282 run : |
@@ -289,7 +289,7 @@ jobs:
289289 TESTS=($(echo $TESTS | tr -d '\n' | tr -s ' '))
290290 for suite in "${TESTS[@]}" ; do
291291 echo -e "Currently running test: $suite\n"
292- time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced .cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
292+ time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advdualzone .cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
293293 done
294294
295295 echo -e "Stopping Simulator, integration tests run completed\n"
You can’t perform that action at this time.
0 commit comments