-
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
preparation for new yggdrasil #16789
base: master
Are you sure you want to change the base?
Conversation
trigger: test-robottelo |
PRT Result
|
@@ -1020,13 +1020,14 @@ def test_positive_run_job_on_host_converted_to_pull_provider( | |||
) | |||
assert result.status == 0, f'Failed to register host: {result.stderr}' | |||
|
|||
service_name = ( |
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.
Can't this be in one place? If not, can at least the versions be constants?
trigger: test-robottelo |
PRT Result
|
546521d
to
b8950e0
Compare
|
Problem Statement
SAT-27476
template changes and a different service name on rhel 10 and 9.6+
Solution
this pr
Related Issues
awaits theforeman/foreman#10340