test_ipv4_ttls: Fix incorrect call for cx_profile

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-16 08:27:37 -08:00
parent 8a93649b0a
commit 8303d2b467

View File

@@ -278,7 +278,7 @@ class TTLSTest(Realm):
debug=self.debug)
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
if not self.use_existing_sta:
for sta in self.sta_list: