mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
test_ipv4_ttls: Fix incorrect call for self.use_existing_sta
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -280,7 +280,7 @@ class TTLSTest(Realm):
|
||||
def pre_cleanup(self):
|
||||
self.l3_cx_obj_udp.cx_profile.cleanup_prefix()
|
||||
# do not clean up station if existed prior to test
|
||||
if not self.use_existing_sta:
|
||||
if not self.l3_cx_obj_udp.use_existing_sta:
|
||||
for sta in self.sta_list:
|
||||
self.rm_port(sta, check_exists=True, debug_=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user