File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -270,13 +270,8 @@ jobs:
270270
271271 TESTS=($(echo $TESTS | tr -d '\n' | tr -s ' '))
272272 for suite in "${TESTS[@]}" ; do
273- if [[ "$suite" == *"quota"* ]]; then
274- echo -e "Currently running test with quota config: $suite\n"
275- time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced-with-quota-enabled.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
276- else
277- echo -e "Currently running test: $suite\n"
278- 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 ;
279- fi
273+ echo -e "Currently running test: $suite\n"
274+ time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced-with-quota-enabled.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
280275 done
281276
282277 echo -e "Stopping Simulator, integration tests run completed\n"
You can’t perform that action at this time.
0 commit comments