Skip to content

Commit

Permalink
fix parameterisation issue to run test for rhel7/8/9 (#15537)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant committed Jun 28, 2024
1 parent d6d012b commit 06138d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/foreman/cli/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -2733,8 +2733,7 @@ def test_positive_create_host_with_lifecycle_environment_name(
assert found_host, 'Assertion failed: host not found'


@pytest.mark.no_containers
@pytest.mark.rhel_ver_match('9')
@pytest.mark.rhel_ver_match('^6')
@pytest.mark.parametrize(
'setting_update', ['validate_host_lce_content_source_coherence'], indirect=False
)
Expand Down

0 comments on commit 06138d9

Please sign in to comment.