mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
variable-time: Remove redundant assignment.
Variable was over-written below, so remove the first assignment. Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
@@ -89,8 +89,6 @@ class IPV4VariableTime(Realm, TestBase):
|
||||
self.station_profile.set_command_param("set_port", "report_timer", 1500)
|
||||
self.station_profile.set_command_flag("set_port", "rpt_timer", 1)
|
||||
self.station_profile.use_ht160 = use_ht160
|
||||
if self.station_profile.use_ht160:
|
||||
self.station_profile.mode = 9
|
||||
self.station_profile.mode = mode
|
||||
if self.ap is not None:
|
||||
self.station_profile.set_command_param("add_sta", "ap", self.ap)
|
||||
|
||||
Reference in New Issue
Block a user