-
Notifications
You must be signed in to change notification settings - Fork 115
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
delete subscription manifest so it can re imported again #17142
delete subscription manifest so it can re imported again #17142
Conversation
|
PRT Result
|
I could see one test failed
|
PRT Result
|
|
Local test execution result:
|
PRT Result
|
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.
I tend to remove the test_positive_create
completely.
In only runs sat.upload_manifest(org.id, module_sca_manifest.content)
which is done in any *_sca_manifest_org
fixture and executed on so many places. Half of the test suite would fail if this was broken.
Agree, same functionality has tested in fixture |
trigger: test-robottelo |
PRT Result
|
* delete subscription manifest so it can re imported again * removing test case as discussed in review (cherry picked from commit f1ca32b)
Problem Statement
test_sca_end_to_end
andtest_positive_expired_SCA_cert_handling
tests are failing imported manifest issue.test_positive_create
test uses mdoule_manifest_org fixture and it is creating issue while importing manifestSolution
Delete
test_positive_create
test, as it usesmodule_sca_manifest
fixture and which is used inside any*_sca_manifest_org fixture
that executed on so many places.Local test execution
PRT test Cases example