Skip to content

Commit

Permalink
Parametrize test for baremetal secureboot provisioning
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 committed Dec 9, 2024
1 parent 58f7c4f commit b08f143
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/foreman/api/test_provisioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from wrapanapi.systems.virtualcenter import VMWareVirtualMachine

from robottelo.config import settings
from robottelo.hosts import get_sat_rhel_version
from robottelo.logging import logger
from robottelo.utils.installer import InstallerCommand
from robottelo.utils.issue_handlers import is_open
Expand Down Expand Up @@ -599,7 +598,7 @@ def test_rhel_pxe_provisioning_fips_enabled(
@pytest.mark.upgrade
@pytest.mark.on_premises_provisioning
@pytest.mark.parametrize('pxe_loader', ['secureboot'], indirect=True)
@pytest.mark.rhel_ver_match([get_sat_rhel_version().major])
@pytest.mark.rhel_ver_match('[^6]')
def test_rhel_pxe_provisioning_secureboot_enabled(
request,
module_provisioning_sat,
Expand Down

0 comments on commit b08f143

Please sign in to comment.