-
Notifications
You must be signed in to change notification settings - Fork 66
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
Remove katello-agent from entities and views #1005
Conversation
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.
Ack
@@ -102,8 +101,6 @@ def manage_packages( | |||
view.apply_action(action, action_via=action_via) | |||
view.flash.assert_no_error() | |||
view.flash.dismiss() | |||
if action_via == 'via Katello Agent': | |||
view.done.click() | |||
if action_via == 'via remote execution - customize first': | |||
# After this step the user is redirected to remote execution job | |||
# create view. |
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.
line number 114 or 111 conditional statement if action_via in ('via remote execution', 'via remote execution - customize first'):
also can be removed.
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.
Yeah I think it could, good catch!
some more places you are missing this @vsedmik will you covering them this PR ?
|
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.
Approving pending removing even more as per omkar suggestion 😈
Addressed Omkar's comment, rebased. |
Katello agent was deprecated and is being removed from 6.15, the functionality will be replaced by REX.
This PR removes references from entities and views.