Skip to content

Commit d82e05f

Browse files
committed
Use dualzones for ci github actions
1 parent 60b399f commit d82e05f

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
@@ -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"

0 commit comments

Comments
 (0)