Repository: cloudstack Updated Branches: refs/heads/master adcd34098 -> 1441ed1ea
CLOUDSTACK-8429: fix the path so that it picks all the tests suites properly Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1441ed1e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1441ed1e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1441ed1e Branch: refs/heads/master Commit: 1441ed1ea7dca43dc986b4f8e2b2a134d4bae7a7 Parents: adcd340 Author: Abhinandan Prateek <abhinandan.prat...@shapeblue.com> Authored: Thu Apr 30 17:16:45 2015 +0530 Committer: Abhinandan Prateek <abhinandan.prat...@shapeblue.com> Committed: Thu Apr 30 18:00:47 2015 +0530 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1441ed1e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index a10e17f..bfa4d20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ script: - mkdir -p integration-test-results/smoke/misc - mkdir -p integration-test-results/component - travis_wait 30 sleep 30 -- 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 +- 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/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ; done - python ./tools/travis/xunit-reader.py integration-test-results/ after_success: ./tools/travis/after_success.sh after_failure: ./tools/travis/after_failure.sh