From b002abe24394733f6043f282c56bcffbcc94e75b Mon Sep 17 00:00:00 2001 From: shivamcandela Date: Mon, 13 Dec 2021 21:19:12 +0530 Subject: [PATCH] Fixed the test_ipv2_ttls functionality to allow use station parameters for advanced configuration tab Signed-off-by: shivamcandela --- py-scripts/test_ipv4_ttls.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/py-scripts/test_ipv4_ttls.py b/py-scripts/test_ipv4_ttls.py index 1b0e90f0..4057f77e 100755 --- a/py-scripts/test_ipv4_ttls.py +++ b/py-scripts/test_ipv4_ttls.py @@ -127,7 +127,7 @@ class TTLSTest(Realm): # Layer3 Traffic self.l3_cx_obj_udp = 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_udp", + use_existing_sta=True, sta_list=self.sta_list, traffic_type="lf_udp", upstream=self.upstream_port) self.l3_cx_obj_udp.cx_profile.name_prefix = "udp-" @@ -203,6 +203,12 @@ 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: