-
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
added test_positive_host_registration_with_non_admin_user #13915
Conversation
trigger: test-robottelo |
trigger: test-robottelo |
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 left one non-blocking comment.
ACK, pending @Gauravtalreja1's questions.
Edit: Nice first addition, Amol. 👍
bb0dacb
to
72abf29
Compare
0ca395e
to
b8f8c5d
Compare
trigger: test-robottelo |
773dd5e
to
b39ebc2
Compare
trigger: test-robottelo |
Great job @amolpati30 with your first PR ❤️ |
* added test_positive_host_registration_with_non_admin_user * updated assert_info * Update tests/foreman/api/test_registration.py Co-authored-by: Gaurav Talreja <[email protected]> --------- Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit 954d971)
* added test_positive_host_registration_with_non_admin_user * updated assert_info * Update tests/foreman/api/test_registration.py Co-authored-by: Gaurav Talreja <[email protected]> --------- Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit 954d971)
…E#13915) * added test_positive_host_registration_with_non_admin_user * updated assert_info * Update tests/foreman/api/test_registration.py Co-authored-by: Gaurav Talreja <[email protected]> --------- Co-authored-by: Gaurav Talreja <[email protected]>
Problem Statement
Global Registration using an new user with "Register Hosts" role ignores all the setup options.
Solution
Provided solution will fix the global registration problem with non-admin user
Related Issues
No