rohityadavcloud commented on a change in pull request #6113:
URL: https://github.com/apache/cloudstack/pull/6113#discussion_r825746098
##########
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:
@weizhouapache should this be nosetests-3.4? We moved to python3, so we
should ensure to install dependencies via pip3 and run tests using
nosetests-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]