From 25b7ddfcbe8f2dd8b184f91abea5c7d461b6cf89 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 12 Oct 2021 07:26:32 -0600 Subject: [PATCH] ct_test.json removed the radio Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/ct_tests.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py-scripts/tools/ct_tests.json b/py-scripts/tools/ct_tests.json index 25114cea..59be48b7 100644 --- a/py-scripts/tools/ct_tests.json +++ b/py-scripts/tools/ct_tests.json @@ -25,7 +25,7 @@ "args":"", "args_list":[ " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", - " --create_scenario mt7915e_wc", + " --create_scenario scenario_wpa2_wc", " --raw_line \"profile_link 1.1 STA-AC 19 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\"" ] @@ -38,9 +38,9 @@ "command":"lf_wifi_capacity_test.py", "args":"", "args_list":[ - " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user LF_MGR_USER --lf_password LF_MGR_PASS --instance_name mt7915e_wc", + " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user LF_MGR_USER --lf_password LF_MGR_PASS --instance_name scenario_wpa2_wc", " --upstream UPSTREAM_PORT --batch_size 1,10,19 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", - " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e'", + " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'wpa2_wc'", " --test_rig TEST_RIG", " --set DUT_SET_NAME" ]