-
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
Migrate katello-agent tests to REX #12724
Conversation
trigger: test-robottelo |
9a73c44
to
3888661
Compare
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.
Nonblocking comments, LGTM
@@ -269,15 +286,15 @@ def test_positive_run_default_job_template_multiple_hosts_by_ip( | |||
@pytest.mark.skipif( | |||
(not settings.robottelo.repos_hosting_url), reason='Missing repos_hosting_url' | |||
) | |||
def test_positive_install_multiple_packages_with_a_job_by_ip( | |||
def test_positive_install_remove_multiple_packages_with_a_job( |
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.
Since you removed the _by_ip
nonsense here, how about doing it for a whole file so the change happens in one commit? I see e.g. test_positive_run_default_job_template_multiple_hosts_by_ip
.
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.
Discussed with @pondrejk and decided to remove it globally.
} | ||
) | ||
assert_job_invocation_result(invocation_command['id'], client.hostname) | ||
result = client.run('dnf grouplist --installed') |
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 know this is set to only run on RHEL8 for now... but how about using variable for a packaging manager name?
ci issue most likely unrelated
|
4bb6bea
to
428578b
Compare
pre-commit was fixed, CI/CQ is failing on something unrelated it seems
|
Katello agent was deprecated and is being removed from 6.15, the functionality will be replaced by REX. This PR moves testing of the functionality towards REX.
428578b
to
21d0db7
Compare
* Migrate katello-agent tests to REX Katello agent was deprecated and is being removed from 6.15, the functionality will be replaced by REX. This PR moves testing of the functionality towards REX. * Remove _by_ip postfix from REX tests
* Migrate katello-agent tests to REX Katello agent was deprecated and is being removed from 6.15, the functionality will be replaced by REX. This PR moves testing of the functionality towards REX. * Remove _by_ip postfix from REX tests
* Migrate katello-agent tests to REX Katello agent was deprecated and is being removed from 6.15, the functionality will be replaced by REX. This PR moves testing of the functionality towards REX. * Remove _by_ip postfix from REX tests
* Migrate katello-agent tests to REX Katello agent was deprecated and is being removed from 6.15, the functionality will be replaced by REX. This PR moves testing of the functionality towards REX. * Remove _by_ip postfix from REX tests
Katello agent was deprecated and is being removed from 6.15, the functionality will be replaced by REX.
This PR moves testing of the functionality towards REX.