-
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
session name for bookmarks #14242
session name for bookmarks #14242
Conversation
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
'controller': 'katello_docker_tags', | ||
'session_name': 'containerimagetag', | ||
}, | ||
{'name': 'Host', 'controller': 'hosts', 'setup': entities.Host, 'session_name': 'host_new'}, |
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.
Here's the example where session_name != name.lower()
the remaining failures are not due to the original problem, some more work on the airgun side is needed for those |
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.
Looks good to me, just needs rebase.
Also the CI/CQ has been fixed if I am not quite mistaken.
(cherry picked from commit 2c2de86)
(cherry picked from commit 2c2de86)
(cherry picked from commit 2c2de86)
session name for bookmarks (#14242) (cherry picked from commit 2c2de86) Co-authored-by: Peter Ondrejka <[email protected]>
session name for bookmarks (#14242) (cherry picked from commit 2c2de86) Co-authored-by: Peter Ondrejka <[email protected]>
session name for bookmarks (#14242) (cherry picked from commit 2c2de86) Co-authored-by: Peter Ondrejka <[email protected]>
Problem Statement
name.lower wasn't always equal with session name, also removed some dead code and unused params
Solution
making the session name explicit in constants