File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ jobs:
277277 while ! nc -vzw 5 localhost 8096 2>&1 > /dev/null; do grep Exception /tmp/jetty-log; sleep 10; done
278278 set -e
279279 echo -e "\nStarting Advanced Zone DataCenter deployment"
280- python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced .cfg 2>&1 || true
280+ python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advdualzone .cfg 2>&1 || true
281281
282282 - name : Run Integration Tests with Simulator
283283 run : |
@@ -290,7 +290,7 @@ jobs:
290290 TESTS=($(echo $TESTS | tr -d '\n' | tr -s ' '))
291291 for suite in "${TESTS[@]}" ; do
292292 echo -e "Currently running test: $suite\n"
293- 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 ;
293+ 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=zim1 --hypervisor=simulator || true ;
294294 done
295295
296296 echo -e "Stopping Simulator, integration tests run completed\n"
You can’t perform that action at this time.
0 commit comments