Merge "Vmware: Fix spelling in test"

This commit is contained in:
Zuul 2022-02-21 20:57:59 +00:00 committed by Gerrit Code Review
commit a078c65762
1 changed files with 3 additions and 3 deletions

View File

@ -792,9 +792,9 @@ class HostSystem(ManagedObject):
vswitch_do.name = "vSwitch0"
vswitch_do.portgroup = ["PortGroup-vmnet0"]
net_swicth = DataObject()
net_swicth.HostVirtualSwitch = [vswitch_do]
self.set("config.network.vswitch", net_swicth)
net_switch = DataObject()
net_switch.HostVirtualSwitch = [vswitch_do]
self.set("config.network.vswitch", net_switch)
host_pg_do = DataObject()
host_pg_do.key = "PortGroup-vmnet0"