Skip to content

Commit 3f844f3

Browse files
imduffy15rohityadavcloud
authored andcommitted
modify travis file to force true on test execution. The XML parser will determine failures
(cherry picked from commit 879f94c) Signed-off-by: Rohit Yadav <[email protected]> Conflicts: .travis.yml
1 parent 0128d62 commit 3f844f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ before_script: travis_wait 30 ./tools/travis/before_script.sh
3535
script:
3636
- mkdir -p integration-test-results/misc
3737
- travis_wait 30 sleep 30
38-
- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/smoke/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator ; done
38+
- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/smoke/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ; done
3939
- python ./tools/travis/xunit-reader.py integration-test-results/
4040
after_success: ./tools/travis/after_success.sh
4141
after_failure: ./tools/travis/after_failure.sh

0 commit comments

Comments
 (0)