Skip to content

Commit

Permalink
[6.16.z] update network VLAN1001 to VLAN400 (#16388)
Browse files Browse the repository at this point in the history
update network VLAN1001 to VLAN400 (#16377)

(cherry picked from commit 374febc)

Co-authored-by: amolpati30 <[email protected]>
  • Loading branch information
Satellite-QE and amolpati30 authored Sep 18, 2024
1 parent 357807b commit 7ea2138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_computeresource_vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def test_positive_vmware_custom_profile_end_to_end(
cpu_hot_add = True
cdrom_drive = True
disk_size = '10 GB'
network = 'VLAN 1001' # hardcoding network here as this test won't be doing actual provisioning
network = 'VLAN 400' # hardcoding network here as this test won't be doing actual provisioning
storage_data = {
'storage': {
'controller': VMWARE_CONSTANTS['scsicontroller'],
Expand Down

0 comments on commit 7ea2138

Please sign in to comment.