mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
test_l3_longevity_beta: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -423,7 +423,7 @@ class L3VariableTime(Realm):
|
||||
def reset_port_check(self):
|
||||
for station_profile in self.station_profiles:
|
||||
if station_profile.reset_port_extra_data['reset_port_enable']:
|
||||
if station_profile.reset_port_extra_data['reset_port_timer_started'] is False:
|
||||
if not station_profile.reset_port_extra_data['reset_port_timer_started']:
|
||||
print("reset_port_timer_started {}".format(station_profile.reset_port_extra_data['reset_port_timer_started']))
|
||||
print("reset_port_time_min: {}".format(station_profile.reset_port_extra_data['reset_port_time_min']))
|
||||
print("reset_port_time_max: {}".format(station_profile.reset_port_extra_data['reset_port_time_max']))
|
||||
|
||||
Reference in New Issue
Block a user