Skip to content

Commit

Permalink
[6.13.z] Mark Provisioning tests for upgrade (#13545)
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 e05c725 commit e5e2b70
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 @@ -191,6 +192,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 @@ -320,6 +322,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 e5e2b70

Please sign in to comment.