weizhouapache commented on a change in pull request #6113:
URL: https://github.com/apache/cloudstack/pull/6113#discussion_r825755133



##########
File path: 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-2.7 --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 ;

Review comment:
       @rohityadavcloud 
   yes, the travis test still failed. it should be nosetest-3.4
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to