Skip to content

Commit

Permalink
[6.16.z] Fix test interference (#16315)
Browse files Browse the repository at this point in the history
Fix test interference (#16267)

* Fix test interference

* No containers to check PRT

(cherry picked from commit 4df4c11)

Co-authored-by: vsedmik <[email protected]>
  • Loading branch information
Satellite-QE and vsedmik committed Sep 11, 2024
1 parent 46aa7b0 commit c7e9f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/foreman/cli/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -2017,10 +2017,11 @@ def test_syspurpose_end_to_end(


# -------------------------- MULTI-CV SCENARIOS -------------------------
@pytest.mark.no_containers
@pytest.mark.rhel_ver_match('[^7]')
def test_negative_multi_cv_registration(
module_org,
module_activation_key,
module_ak_with_cv,
module_lce,
module_lce_library,
module_published_cv,
Expand Down Expand Up @@ -2052,7 +2053,7 @@ def test_negative_multi_cv_registration(
"""

# Register with global reg, just to get the sub-man config and certs right
result = rhel_contenthost.register(module_org, None, module_activation_key.name, target_sat)
result = rhel_contenthost.register(module_org, None, module_ak_with_cv.name, target_sat)
assert result.status == 0
assert rhel_contenthost.subscribed

Expand Down

0 comments on commit c7e9f8c

Please sign in to comment.