Skip to content

Commit 3723613

Browse files
committed
Use dualzones for ci github actions
1 parent 37a2350 commit 3723613

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)