-
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
cli e2e fix #13999
cli e2e fix #13999
Conversation
trigger: test-robottelo |
1 similar comment
trigger: test-robottelo |
# check that content view matches what we passed | ||
assert content_host['content-information']['content-view']['name'] == content_view['name'] |
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.
isn't this information available in host info? just would like to understand why we're removing this assertion heere
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.
true, the problem is deeper, hammer output has got this information, but robottelo's parsed data doesn't. It would warrant further investigation, with this PR I'm mainly trying to restore the coverage
As per discussion #13989 im putting this to draft, I'll be working on a more systematic solution |
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
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.
One recommendation regarding SCA-only
@@ -110,7 +110,7 @@ def test_positive_cli_end_to_end(function_entitlement_manifest, target_sat, rhel | |||
|
|||
# step 2.1: Create a new organization | |||
org = _create(user, target_sat.cli.Org, {'name': gen_alphanumeric()}) | |||
target_sat.cli.SimpleContentAccess.disable({'organization-id': org['id']}) | |||
# target_sat.cli.SimpleContentAccess.disable({'organization-id': org['id']}) |
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 can be removed for good in master/6.16 since it is SCA-only.
Also I would recommend to use function_sca_manifest
instead and remove this (failing in PRT) as not applicable in the SCA-only org.
trigger: test-robottelo |
PRT Result
|
@Gauravtalreja1 @vsedmik prt passing now, can you please revisit? |
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.
LGTM
Problem Statement
e2e failing with key error
Solution
updating the assert