diff --git a/tests/common/fixtures/advanced_reboot.py b/tests/common/fixtures/advanced_reboot.py index d717bc4523a..ff02cdf87a4 100644 --- a/tests/common/fixtures/advanced_reboot.py +++ b/tests/common/fixtures/advanced_reboot.py @@ -126,7 +126,7 @@ def __buildTestbedData(self): self.rebootData['dut_password'] = secrets[invetory]['sonicadmin_password'] self.rebootData['default_ip_range'] = str( - ipaddress.ip_interface(self.mgFacts['minigraph_vlan_interfaces'][0]['addr'] + '/16').network + ipaddress.ip_interface(self.mgFacts['minigraph_vlan_interfaces'][0]['addr'] + '/18').network ) for intf in self.mgFacts['minigraph_lo_interfaces']: