-
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
katello_host_tools_host no disable sca #14877
Conversation
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
well, tests affected by this problem no longer hit it after PR, but they don't pass due to other reasons (hammer.parse_info needs some love). I'll leave up to reviewers if we want to get this in anyway or to wait on the other fixes |
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
sorry for the excess of prt comments (local setup issues on my side) |
trigger: test-robottelo |
@@ -2294,7 +2269,7 @@ def test_syspurpose_end_to_end( | |||
) | |||
host = target_sat.cli.Host.info({'id': host['id']}) | |||
# Assert system purpose values have been updated in the host as expected | |||
assert host['subscription-information']['system-purpose']['purpose-addons'] == "test-addon3" | |||
assert host['subscription-information']['system-purpose']['purpose-addons'][0] == "test-addon3" | |||
assert host['subscription-information']['system-purpose']['purpose-role'] == "test-role2" | |||
assert host['subscription-information']['system-purpose']['purpose-usage'] == "test-usage2" | |||
assert host['subscription-information']['system-purpose']['service-level'] == "Self-Support2" |
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.
Probably the following will lines need a change too
host_subscriptions = target_sat.cli.ActivationKey.subscriptions(
{
'organization-id': module_org.id,
'id': activation_key.id,
'host-id': host['id'],
},
output_format='json',
)
assert len(host_subscriptions) > 0
PRT Result
|
trigger: test-robottelo |
PRT Result
|
Problem Statement
sca default in 6.16
Solution
rid of sca_disable