Skip to content

Commit

Permalink
[6.15.z] Mark Provisioning tests for upgrade (#13547)
Browse files Browse the repository at this point in the history
Mark Provisioning tests for upgrade (#13542)

Signed-off-by: Shubham Ganar <[email protected]>
(cherry picked from commit 5ecedf1)

Co-authored-by: Shubham Ganar <[email protected]>
  • Loading branch information
Satellite-QE and shubhamsg199 authored Dec 26, 2023
1 parent 222f5b2 commit f3a0276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/foreman/api/test_provisioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def assert_host_logs(channel, pattern):


@pytest.mark.e2e
@pytest.mark.upgrade
@pytest.mark.parametrize('pxe_loader', ['bios', 'uefi'], indirect=True)
@pytest.mark.on_premises_provisioning
@pytest.mark.rhel_ver_match('[^6]')
Expand Down Expand Up @@ -196,6 +197,7 @@ def test_rhel_pxe_provisioning(


@pytest.mark.e2e
@pytest.mark.upgrade
@pytest.mark.parametrize('pxe_loader', ['ipxe'], indirect=True)
@pytest.mark.on_premises_provisioning
@pytest.mark.rhel_ver_match('[^6]')
Expand Down Expand Up @@ -325,6 +327,7 @@ def test_rhel_ipxe_provisioning(

@pytest.mark.skip_if_open("BZ:2242925")
@pytest.mark.e2e
@pytest.mark.upgrade
@pytest.mark.parametrize('pxe_loader', ['http_uefi'], indirect=True)
@pytest.mark.on_premises_provisioning
@pytest.mark.rhel_ver_match('[^6]')
Expand Down

0 comments on commit f3a0276

Please sign in to comment.