Skip to content

Commit

Permalink
Update vlan paramater template test for BZ:2075358 (SatelliteQE#13160)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Nov 22, 2023
1 parent c38d4f0 commit 8a04e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/api/test_provisioningtemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def test_positive_template_check_vlan_parameter(
:expectedresults: The rendered templates should contain the "vlan" parameter
expected for respective rhel hosts.
:BZ: 1607706
:BZ: 1607706, 2075358
:customerscenario: true
Expand Down Expand Up @@ -409,7 +409,7 @@ def test_positive_template_check_vlan_parameter(
provision_template = host.read_template(data={'template_kind': 'provision'})['template']
assert f'interfacename=vlan{tag}' in provision_template
ipxe_template = host.read_template(data={'template_kind': 'iPXE'})['template']
assert f'vlan=vlan{tag}:{identifier}' in ipxe_template
assert f'vlan={identifier}.{tag}:{identifier}' in ipxe_template

@pytest.mark.parametrize('module_sync_kickstart_content', [7, 8, 9], indirect=True)
@pytest.mark.parametrize('pxe_loader', ['uefi'], indirect=True)
Expand Down

0 comments on commit 8a04e85

Please sign in to comment.