Skip to content

Commit

Permalink
Update hyperv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Jan 15, 2025
1 parent 67a5258 commit 4a5d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/tools/hyperv.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def create_virtual_disk(self, name: str, pool_name: str, columns: int = 2) -> No
# server is already available.
# Reference doc:
# https://techcommunity.microsoft.com/blog/itopstalkblog/how-to-setup-nested-virtualization-for-azure-vmvhd/1115338 # noqa
def configure_dhcp(self, dhcp_scope_name: str = "DHCPInternalNAT") -> None:
def enable_internal_dhcp(self, dhcp_scope_name: str = "DHCPInternalNAT") -> None:
powershell = self.node.tools[PowerShell]
service: Service = self.node.tools[Service]

Expand Down

0 comments on commit 4a5d8af

Please sign in to comment.