cicd: Support more stations, deal with new prompt.

And some more scenario config, especially ap-auto.

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear
2020-08-18 14:41:20 -07:00
parent 57442e10e8
commit 4778f1414a
5 changed files with 17 additions and 8 deletions

View File

@@ -16,6 +16,8 @@ my $url = "";
my $next_info = "__next_test.txt";
my $help = 0;
my $owt_log = "";
#my $prompt = "root\@OpenAp";
my $prompt = "root\@Open"; # match OpenWrt and OpenAp-foo
my $log = "";
my $usage = qq($0
@@ -67,6 +69,7 @@ if ($user ne "" && $passwd eq "") {
if ($log ne "") {
$owt_log = "--log $log";
}
$owt_log .= " --prompt $prompt";
my $i;

View File

@@ -10,10 +10,13 @@ show_scan: 1
auto_helper: 1
skip_2: 1
skip_5: 1
dut5b-0: NA
dut5-0: ecw5410 Default-SSID-5gl
dut2-0: ecw5410 Default-SSID-2g
dut5b-1: NA
dut5-1: NA
dut2-1: NA
dut5b-2: NA
dut5-2: NA
dut2-2: NA
spatial_streams: AUTO
@@ -41,9 +44,9 @@ stab_tcp_ul_min: 500000
stab_tcp_ul_max: 0
dl_speed: 85%
ul_speed: 85%
max_stations_2: 30
max_stations_5: 30
max_stations_dual: 60
max_stations_2: 66
max_stations_5: 66
max_stations_dual: 132
lt_sta: 2
voip_calls: 0
lt_dur: 3600

View File

@@ -15,7 +15,7 @@ LFPASSWD=${LFPASSWD:-lanforge} # Root password on LANforge machine
AP_AUTO_CFG_FILE=${AP_AUTO_CFG_FILE:-$PWD/ap-auto.txt}
WCT_CFG_FILE=${WCT_CFG_FILE:-$PWD/wct.txt}
DPT_CFG_FILE=${DPT_CFG_FILE:-$PWD/dpt-pkt-sz.txt}
SCENARIO_CFG_FILE=${SCENARIO_CFG_FILE:-$PWD/scenario_small.txt}
SCENARIO_CFG_FILE=${SCENARIO_CFG_FILE:-$PWD/scenario.txt}
# Default to enable cloud-sdk for this testbed, cloud-sdk is at IP addr below
#USE_CLOUD_SDK=${USE_CLOUD_SDK:-192.168.100.164}

View File

@@ -10,10 +10,13 @@ show_scan: 1
auto_helper: 1
skip_2: 1
skip_5: 1
dut5b-0: NA
dut5-0: ecw5410 Default-SSID-5gl
dut2-0: ecw5410 Default-SSID-2g
dut5b-1: NA
dut5-1: NA
dut2-1: NA
dut5b-2: NA
dut5-2: NA
dut2-2: NA
spatial_streams: AUTO
@@ -41,9 +44,9 @@ stab_tcp_ul_min: 500000
stab_tcp_ul_max: 0
dl_speed: 85%
ul_speed: 85%
max_stations_2: 30
max_stations_5: 30
max_stations_dual: 60
max_stations_2: 66
max_stations_5: 66
max_stations_dual: 132
lt_sta: 2
voip_calls: 0
lt_dur: 3600

View File

@@ -15,7 +15,7 @@ LFPASSWD=${LFPASSWD:-lanforge} # Root password on LANforge machine
AP_AUTO_CFG_FILE=${AP_AUTO_CFG_FILE:-$PWD/ap-auto.txt}
WCT_CFG_FILE=${WCT_CFG_FILE:-$PWD/wct.txt}
DPT_CFG_FILE=${DPT_CFG_FILE:-$PWD/dpt-pkt-sz.txt}
SCENARIO_CFG_FILE=${SCENARIO_CFG_FILE:-$PWD/scenario_small.txt}
SCENARIO_CFG_FILE=${SCENARIO_CFG_FILE:-$PWD/scenario.txt}
# Default to enable cloud-sdk for this testbed, cloud-sdk is at IP addr below
#USE_CLOUD_SDK=${USE_CLOUD_SDK:-192.168.100.164}