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 (SatelliteQE#13760)

Add on premise marker for capsule provisioning test
  • Loading branch information
shubhamsg199 authored and shweta83 committed Apr 10, 2024
1 parent 8303234 commit 2ca1efa
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 2ca1efa

Please sign in to comment.