diff --git a/py-scripts/test_ipv4_ttls.py b/py-scripts/test_ipv4_ttls.py index 4057f77e..45a25aa6 100755 --- a/py-scripts/test_ipv4_ttls.py +++ b/py-scripts/test_ipv4_ttls.py @@ -26,6 +26,7 @@ class TTLSTest(Realm): security="wpa2", password="[BLANK]", radio="wiphy0", + upstream_port="eth2", key_mgmt="WPA-EAP", pairwise="NA", group="NA", @@ -112,7 +113,7 @@ class TTLSTest(Realm): self.debug = _debug_on self.station_profile = self.new_station_profile() self.vap = vap - self.upstream_port = "eth1" + self.upstream_port = upstream_port self.upstream_resource = 1 if self.vap: self.vap_profile = self.new_vap_profile() @@ -364,6 +365,7 @@ test_ipv4_ttls.py: ssid=args.ssid, password=args.passwd, security=args.security, + upstream_port=args.upstream_port, sta_list=station_list, radio=args.radio, key_mgmt=args.key_mgmt, diff --git a/py-scripts/tools/ct_us_scripts.json b/py-scripts/tools/ct_us_scripts.json index 26653156..39d65ead 100644 --- a/py-scripts/tools/ct_us_scripts.json +++ b/py-scripts/tools/ct_us_scripts.json @@ -531,6 +531,13 @@ "args_list":[" --mgr LF_MGR_IP " ] }, + "clean_up_cxs_endp_sta_l3_powersave":{ + "enabled":"TRUE", + "command":"lf_cleanup.py", + "args":"", + "args_list":[ + " --mgr LF_MGR_IP --cxs --sta" + ]}, "test_l3_powersave_traffic":{ "enabled":"TRUE", "command":"test_l3_powersave_traffic.py", @@ -540,6 +547,13 @@ " use_ssid_idx=0 --ssid SSID_USED --passwd SSID_PW_USED --security SECURITY_USED " ] }, + "clean_up_cxs_endp_sta_l4":{ + "enabled":"TRUE", + "command":"lf_cleanup.py", + "args":"", + "args_list":[ + " --mgr LF_MGR_IP --cxs --sta" + ]}, "test_l4":{ "enabled":"TRUE", "command":"test_l4.py",