test_ipv4_ttls.py : pass up upstream_port configuraiton,

ct_us_scripts.json updated test added cleanup.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-12-14 06:18:03 -07:00
parent 8a3dc2221e
commit 66b33ce9fe
2 changed files with 17 additions and 1 deletions

View File

@@ -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",