Skip to content

Commit

Permalink
[6.15.z] fix parameterisation issue to run test for rhel7/8/9 (#15538)
Browse files Browse the repository at this point in the history
fix parameterisation issue to run test for rhel7/8/9 (#15537)

(cherry picked from commit 06138d9)

Co-authored-by: vijay sawant <[email protected]>
  • Loading branch information
Satellite-QE and vijaysawant authored Jul 1, 2024
1 parent 5f7da3a commit 001fc38
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 @@ -2772,8 +2772,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 001fc38

Please sign in to comment.