mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Removed reliance on upstream port having ip
This commit is contained in:
@@ -94,7 +94,7 @@ class IPV6VariableTime(LFCliBase):
|
||||
def start(self, print_pass=False, print_fail=False):
|
||||
self.station_profile.admin_up()
|
||||
temp_stas = self.station_profile.station_names.copy()
|
||||
temp_stas.append(self.upstream)
|
||||
# temp_stas.append(self.upstream)
|
||||
if self.local_realm.wait_for_ip(temp_stas, ipv4=False, ipv6=True):
|
||||
self._pass("All stations got IPs", print_pass)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user