From 03661042c28017582b41d082d5bcea32ecdf1e0d Mon Sep 17 00:00:00 2001 From: SrikanthMyakam Date: Sun, 12 Jan 2025 23:24:40 +0530 Subject: [PATCH] Update hyperv.py --- lisa/tools/hyperv.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisa/tools/hyperv.py b/lisa/tools/hyperv.py index 5e902a264c..e1cae627c6 100644 --- a/lisa/tools/hyperv.py +++ b/lisa/tools/hyperv.py @@ -400,8 +400,6 @@ def create_virtual_disk(self, name: str, pool_name: str, columns: int = 2) -> No # with internal NAT switch. # Do not use this method in Hyper-V hosts on LAN or other networks where DHCP # server is already available. - # This method will configure the DHCP server on the Hyper-V host to provide IP - # addresses to VMs. # 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: