You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2015/04/30 13:47:53 UTC

git commit: updated refs/heads/4.5 to 4870394

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 9642e862d -> 487039458


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/48703945
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/48703945
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/48703945

Branch: refs/heads/4.5
Commit: 4870394587a8c054502562886b63ab219da52668
Parents: 9642e86
Author: Abhinandan Prateek <ab...@shapeblue.com>
Authored: Thu Apr 30 17:16:45 2015 +0530
Committer: Abhinandan Prateek <ab...@shapeblue.com>
Committed: Thu Apr 30 17:16:45 2015 +0530

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/48703945/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index afd4865..9b285f7 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