mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Fixed the test_ipv2_ttls functionality to allow use station parameters for advanced configuration tab
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -127,7 +127,7 @@ class TTLSTest(Realm):
|
|||||||
# Layer3 Traffic
|
# Layer3 Traffic
|
||||||
self.l3_cx_obj_udp = IPVariableTime(host=self.host, port=self.port, radio=self.radio,
|
self.l3_cx_obj_udp = IPVariableTime(host=self.host, port=self.port, radio=self.radio,
|
||||||
ssid=self.ssid, password=self.password, security=self.security,
|
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)
|
upstream=self.upstream_port)
|
||||||
self.l3_cx_obj_udp.cx_profile.name_prefix = "udp-"
|
self.l3_cx_obj_udp.cx_profile.name_prefix = "udp-"
|
||||||
|
|
||||||
@@ -203,6 +203,12 @@ class TTLSTest(Realm):
|
|||||||
suppress_related_commands_=True,
|
suppress_related_commands_=True,
|
||||||
use_radius=True,
|
use_radius=True,
|
||||||
hs20_enable=False)
|
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_udp.build()
|
||||||
self.l3_cx_obj_tcp.build()
|
self.l3_cx_obj_tcp.build()
|
||||||
if self.debug:
|
if self.debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user