From a932b643b31ade6810fef67797a33271eea89309 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Thu, 14 Oct 2021 21:37:29 -0600 Subject: [PATCH] json test updates Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/ct_us_001_tests.json | 10 +++++----- py-scripts/tools/ct_us_003_tests.json | 4 ++-- py-scripts/tools/ct_us_004_tests.json | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/py-scripts/tools/ct_us_001_tests.json b/py-scripts/tools/ct_us_001_tests.json index 5512c8de..59625bcd 100644 --- a/py-scripts/tools/ct_us_001_tests.json +++ b/py-scripts/tools/ct_us_001_tests.json @@ -437,12 +437,12 @@ " --radio2 1.1.wiphy0 --radio2 1.1.wiphy2 --radio2 1.1.wiphy4 --radio2 1.1.wiphy5 --radio2 1.1.wiphy6 --radio2 1.1.wiphy7", " --radio5 1.1.wiphy1 --radio5 1.1.wiphy2 --radio5 1.1.wiphy3 --radio5 1.1.wiphy4 --radio5 1.1.wiphy5 --radio5 1.1.wiphy6 --radio5 1.1.wiphy7", " --set 'Basic Client Connectivity' 1", - " --set 'Multi Band Performance' 0", - " --set 'Stability' 0", + " --set 'Multi Band Performance' 1", + " --set 'Stability' 1", " --set 'Multi-Station Throughput vs Pkt Size' 0,", - " --set 'Throughput vs Pkt Size' 0", - " --set 'Capacity' 0", - " --set 'Band-Steering' 0", + " --set 'Throughput vs Pkt Size' 1", + " --set 'Capacity' 1", + " --set 'Band-Steering' 1", " --set 'Skip 2.4 Ghz Tests' 0", " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'AP_AUTO'", " --test_rig TEST_RIG", diff --git a/py-scripts/tools/ct_us_003_tests.json b/py-scripts/tools/ct_us_003_tests.json index 662b3d1a..889bd582 100644 --- a/py-scripts/tools/ct_us_003_tests.json +++ b/py-scripts/tools/ct_us_003_tests.json @@ -316,7 +316,7 @@ "args_list":[ " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", " --create_scenario mt7915e_wc", - " --raw_line \"profile_link 1.1 STA-AC 19 'DUT: USE_DUT_NAME Radio-2' NA wiphy7,AUTO -1 NA\" ", + " --raw_line \"profile_link 1.1 STA-AC 19 'DUT: USE_DUT_NAME Radio-2' NA wiphy1,AUTO -1 NA\" ", " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\"" ] }, @@ -355,7 +355,7 @@ "args_list":[ " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", " --create_scenario mt7915e_dp", - " --raw_line \"profile_link 1.1 STA-AUTO 1 'DUT: USE_DUT_NAME Radio-2' NA wiphy7,AUTO -1 NA\" ", + " --raw_line \"profile_link 1.1 STA-AUTO 1 'DUT: USE_DUT_NAME Radio-2' NA wiphy1,AUTO -1 NA\" ", " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\"" ] }, diff --git a/py-scripts/tools/ct_us_004_tests.json b/py-scripts/tools/ct_us_004_tests.json index 463cdf5e..25e53e7c 100644 --- a/py-scripts/tools/ct_us_004_tests.json +++ b/py-scripts/tools/ct_us_004_tests.json @@ -424,12 +424,12 @@ " --radio2 1.1.wiphy0 --radio2 1.1.wiphy2 --radio2 1.1.wiphy4 --radio2 1.1.wiphy5 --radio2 1.1.wiphy6 --radio2 1.1.wiphy7", " --radio5 1.1.wiphy1 --radio5 1.1.wiphy2 --radio5 1.1.wiphy3 --radio5 1.1.wiphy4 --radio5 1.1.wiphy5 --radio5 1.1.wiphy6 --radio5 1.1.wiphy7", " --set 'Basic Client Connectivity' 1", - " --set 'Multi Band Performance' 0", - " --set 'Stability' 0", + " --set 'Multi Band Performance' 1", + " --set 'Stability' 1", " --set 'Multi-Station Throughput vs Pkt Size' 0,", - " --set 'Throughput vs Pkt Size' 0", - " --set 'Capacity' 0", - " --set 'Band-Steering' 0", + " --set 'Throughput vs Pkt Size' 1", + " --set 'Capacity' 1", + " --set 'Band-Steering' 1", " --set 'Skip 2.4 Ghz Tests' 0", " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'AP_AUTO'", " --test_rig TEST_RIG",