Removed reliance on upstream port having ip

This commit is contained in:
Logan Lipke
2020-11-13 17:06:01 -08:00
parent 1592f768e0
commit c6f0088846
6 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ class IPV4VariableTime(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):
self._pass("All stations got IPs", print_pass)
else: