-
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
Automate BZ 2250732 #15049
Automate BZ 2250732 #15049
Conversation
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
trigger: test-robottelo |
tests/foreman/cli/test_ansible.py
Outdated
@@ -334,6 +335,35 @@ def test_positive_run_concurrent_jobs(self, rex_contenthosts, target_sat): | |||
target_sat.cli.GlobalParameter().delete({'name': param_name}) | |||
assert len(target_sat.cli.GlobalParameter().list({'search': param_name})) == 0 | |||
|
|||
@pytest.mark.parametrize('value', [0, -2, 2.5, 'a', '2.5']) |
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.
mind adding ids
with some sane names to each value?
i'd rather have test called test_negative_invalid_concurrency_level_string
and test_negative_invalid_concurrency_level_float
than test_negative_invalid_concurrency_level_a
and test_negative_invalid_concurrency_level_2.5
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
(cherry picked from commit bc57170)
No description provided.