From ebde0fea99460b20bb210f97d2672012883184ce Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Wed, 8 Dec 2021 15:03:57 -0800 Subject: [PATCH] test_ipv4_ttls: Attempting to create stations after stations have already been built has been generating errors. This fixes the problem. Signed-off-by: Matthew Stidham --- py-scripts/test_ipv4_ttls.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/py-scripts/test_ipv4_ttls.py b/py-scripts/test_ipv4_ttls.py index d3115166..1b0e90f0 100755 --- a/py-scripts/test_ipv4_ttls.py +++ b/py-scripts/test_ipv4_ttls.py @@ -141,7 +141,7 @@ class TTLSTest(Realm): self.l3_cx_obj_tcp = IPVariableTime(host=self.host, port=self.port, radio=self.radio, ssid=self.ssid, password=self.password, security=self.security, - use_existing_sta=False, sta_list=self.sta_list, traffic_type="lf_tcp", + use_existing_sta=True, sta_list=self.sta_list, traffic_type="lf_tcp", upstream=self.upstream_port) self.l3_cx_obj_tcp.cx_profile.name_prefix = "tcp-" self.l3_cx_obj_tcp.cx_profile.side_a_min_bps = 128000 @@ -203,12 +203,6 @@ class TTLSTest(Realm): suppress_related_commands_=True, use_radius=True, hs20_enable=False) - self.station_profile.create(radio=self.radio, - sta_names_=self.sta_list, - debug=self.debug, - use_radius=True, - hs20_enable=False) - self._pass("Station build finished") self.l3_cx_obj_udp.build() self.l3_cx_obj_tcp.build() if self.debug: