From 8303d2b4677d756a346433fc174e11750d45e6e6 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Thu, 16 Dec 2021 08:27:37 -0800 Subject: [PATCH] test_ipv4_ttls: Fix incorrect call for cx_profile Signed-off-by: Matthew Stidham --- py-scripts/test_ipv4_ttls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_ipv4_ttls.py b/py-scripts/test_ipv4_ttls.py index cefa4ad4..2eebd1a9 100755 --- a/py-scripts/test_ipv4_ttls.py +++ b/py-scripts/test_ipv4_ttls.py @@ -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: