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 cx_profile
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -278,7 +278,7 @@ class TTLSTest(Realm):
|
|||||||
debug=self.debug)
|
debug=self.debug)
|
||||||
|
|
||||||
def pre_cleanup(self):
|
def pre_cleanup(self):
|
||||||
self.cx_profile.cleanup_prefix()
|
self.l3_cx_obj_udp.cx_profile.cleanup_prefix()
|
||||||
# do not clean up station if existed prior to test
|
# do not clean up station if existed prior to test
|
||||||
if not self.use_existing_sta:
|
if not self.use_existing_sta:
|
||||||
for sta in self.sta_list:
|
for sta in self.sta_list:
|
||||||
|
|||||||
Reference in New Issue
Block a user