You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/03/14 14:20:28 UTC

[cloudstack] branch 4.16 updated: travis: run nosetests-2.7 (#6113)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.16 by this push:
     new 6ff378f  travis: run nosetests-2.7 (#6113)
6ff378f is described below

commit 6ff378f6a322edbe0c1e3e5274fe93feaa7d5e33
Author: Wei Zhou <we...@apache.org>
AuthorDate: Mon Mar 14 15:19:12 2022 +0100

    travis: run nosetests-2.7 (#6113)
---
 tools/travis/script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index 7e36a0a..b900426 100755
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -30,7 +30,7 @@ set -e
 
 for suite in "${TESTS[@]}" ; do
   echo "Currently running test: $suite"
-  time 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 ;
+  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 ;
 done
 
 python3 ./tools/travis/xunit-reader.py integration-test-results/