Skip to content

Commit

Permalink
Add missing on_premises_provisioning marker for capsule provisioning …
Browse files Browse the repository at this point in the history
…test (#13760)

Add on premise marker for capsule provisioning test

(cherry picked from commit 7e9fcc8)
  • Loading branch information
shubhamsg199 authored and web-flow committed Jan 11, 2024
1 parent d97f667 commit 55c7c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/foreman/api/test_provisioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ def test_rhel_pxe_provisioning_fips_enabled(

@pytest.mark.e2e
@pytest.mark.parametrize('pxe_loader', ['bios', 'uefi'], indirect=True)
@pytest.mark.on_premises_provisioning
@pytest.mark.rhel_ver_match('[^6]')
def test_capsule_pxe_provisioning(
request,
Expand Down

0 comments on commit 55c7c47

Please sign in to comment.