Skip to content

Commit

Permalink
Fix test interference (#16267)
Browse files Browse the repository at this point in the history
* Fix test interference

* No containers to check PRT
  • Loading branch information
vsedmik authored Sep 11, 2024
1 parent a6dcfe7 commit 4df4c11
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 4df4c11

Please sign in to comment.