File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -270,10 +270,11 @@ jobs:
270270
271271 TESTS=($(echo $TESTS | tr -d '\n' | tr -s ' '))
272272 for suite in "${TESTS[@]}" ; do
273- echo -e "Currently running test: $suite\n"
274273 if [[ "$suite" == *"quota"* ]]; then
274+ echo -e "Currently running test with quota config: $suite\n"
275275 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 ;
276276 else
277+ echo -e "Currently running test: $suite\n"
277278 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 ;
278279 fi
279280 done
You can’t perform that action at this time.
0 commit comments