-
Notifications
You must be signed in to change notification settings - Fork 114
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
[6.15.z] verify host owner name after host registration #15402
base: 6.15.z
Are you sure you want to change the base?
[6.15.z] verify host owner name after host registration #15402
Conversation
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
* verify host name after host registration * assertion added for host (cherry picked from commit 423864f)
42d880f
to
9815ec0
Compare
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
@amolpati30 Can you investigate the PRT failures, and update the PR? |
trigger: test-robottelo |
PRT Result
|
@amolpati30 Could you please update this PR? |
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
@amolpati30 Can you please rebase the PR and check the failure? |
Cherrypick of PR: #15178
Problem Statement
When a host is registered, its Owner is not set to the admin that generated the registration command. It stays set to a hidden API user, Owner is displayed as Anonymous Admin.
The user who actually ran the registration process should be set as owner.
Solution
The following automation script is designed to verify that the host is registered correctly and that it is assigned the expected owner name as specified.