-
Notifications
You must be signed in to change notification settings - Fork 1
Failure test cases fix #8
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
base: master
Are you sure you want to change the base?
Conversation
|
|
||
| def is_live_test(): | ||
| return config['TEST']['unit'].lower() == 'false' | ||
| return config['TEST']['unit'].lower() == 'true' |
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.
Confirm with Virendra/Tushar if this needs to be changed
test/test_HPE3ParClient_system.py
Outdated
| super(HPE3ParClientSystemTestCase, self).tearDown() | ||
|
|
||
| def test_get_patch(self): | ||
| @unittest.skipIf(config['TEST']['unit'].lower() == 'true', |
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.
Check with Virendra/Tushar. Same as the earlier comment
farhan7500
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.
Please review the comments with the test team
|
File Persona run output: ======================================================================
|
No description provided.