From 5bd85345a95f9788a1218d5ddfae24316a0cf039 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Thu, 14 Oct 2021 21:34:14 -0600 Subject: [PATCH] json tests, the senerios are not being deleted, may have to go to random number appended to the test to prevent the senerio being already present Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/ct_us_001_tests.json | 4 ++-- py-scripts/tools/ct_us_004_tests.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/py-scripts/tools/ct_us_001_tests.json b/py-scripts/tools/ct_us_001_tests.json index 0deca305..5512c8de 100644 --- a/py-scripts/tools/ct_us_001_tests.json +++ b/py-scripts/tools/ct_us_001_tests.json @@ -417,7 +417,7 @@ "args":"", "args_list":[ " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", - " --create_scenario ap_auto ", + " --create_scenario ap_auto_1 ", " --raw_line \"profile_link 1.1 STA-AUTO 4 'DUT: USE_DUT_NAME Radio-1' NA AUTO,AUTO -1 NA\" ", " --raw_line \"profile_link 1.1 STA-AUTO 4 'DUT: USE_DUT_NAME Radio-2' NA AUTO,AUTO -1 NA\" ", " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA eth2,AUTO -1 NA \" " @@ -431,7 +431,7 @@ "args": "", "args_list":[ " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", - " --instance_name ap_auto --config_name test_con --upstream eth2", + " --instance_name ap_auto_1 --config_name test_con --upstream eth2", " --dut5_0 'USE_DUT_NAME lanforge DUT_BSSID_5G (2)' --dut2_0 'USE_DUT_NAME lanforge DUT_BSSID_2G (1)'", " --max_stations_2 8 --max_stations_5 8 --max_stations_dual 1", " --radio2 1.1.wiphy0 --radio2 1.1.wiphy2 --radio2 1.1.wiphy4 --radio2 1.1.wiphy5 --radio2 1.1.wiphy6 --radio2 1.1.wiphy7", diff --git a/py-scripts/tools/ct_us_004_tests.json b/py-scripts/tools/ct_us_004_tests.json index 88e81293..463cdf5e 100644 --- a/py-scripts/tools/ct_us_004_tests.json +++ b/py-scripts/tools/ct_us_004_tests.json @@ -404,7 +404,7 @@ "args":"", "args_list":[ " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", - " --create_scenario ap_auto ", + " --create_scenario ap_auto_1 ", " --raw_line \"profile_link 1.1 STA-AUTO 4 'DUT: USE_DUT_NAME Radio-1' NA AUTO,AUTO -1 NA\" ", " --raw_line \"profile_link 1.1 STA-AUTO 4 'DUT: USE_DUT_NAME Radio-2' NA AUTO,AUTO -1 NA\" ", " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA eth2,AUTO -1 NA \" " @@ -418,7 +418,7 @@ "args": "", "args_list":[ " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", - " --instance_name ap_auto --config_name test_con --upstream eth2", + " --instance_name ap_auto_1 --config_name test_con --upstream eth2", " --dut5_0 'USE_DUT_NAME lanforge DUT_BSSID_5G (2)' --dut2_0 'USE_DUT_NAME lanforge DUT_BSSID_2G (1)'", " --max_stations_2 8 --max_stations_5 8 --max_stations_dual 1", " --radio2 1.1.wiphy0 --radio2 1.1.wiphy2 --radio2 1.1.wiphy4 --radio2 1.1.wiphy5 --radio2 1.1.wiphy6 --radio2 1.1.wiphy7",