-
Notifications
You must be signed in to change notification settings - Fork 1.2k
marvin: Bypass tests on Simulator #4712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
marvin: Bypass tests on Simulator #4712
Conversation
|
@blueorangutan package |
|
@Pearl1594 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
weizhouapache
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
| except Exception as e: | ||
| self.fail("Failed to destroy the shared network") | ||
|
|
||
| self._cleanup.remove(self.shared_network) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be done in the teardown method,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The intention of removing the shared network from the cleanup list is that, if the deletion of the n/w happens as part of the test, then it need not be cleaned up during the teardown phase, else, if for any reason this test fails or is skipped, the network will be deleted during teardown
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2768 |
Description
This PR attempts to fix travis failures observed post merge of #4503. Checks have been added to skip specific tests for Simulator based envs.
Exceptions noticed in travis:
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
How Has This Been Tested?
Test on Simulator env:
Tests on KVM:
Tests run on VMware: