travis: run nosetests-3.4#6113
Merged
Merged
Conversation
yadvr
reviewed
Mar 14, 2022
| 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 ; |
Member
There was a problem hiding this 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?
Member
Author
There was a problem hiding this comment.
@rohityadavcloud
yes, the travis test still failed. it should be nosetest-3.4
a58a636 to
83f0608
Compare
Member
Author
|
looks good now |
sureshanaparti
approved these changes
Mar 14, 2022
Contributor
|
Thanks @weizhouapache - had closed/opened to kick Travis again |
Member
Author
|
@nvazquez |
nvazquez
approved these changes
Mar 14, 2022
nvazquez
left a comment
Contributor
There was a problem hiding this comment.
LGTM - verified jobs are running again, thanks @weizhouapache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes #6097
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?