mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 20:38:05 +00:00
nola2: Tune for smaller stations, ap-auto and dpt use proper STA and DUT.
I'm not sure fwcfg feature is in all builds yet, so run with fewer stations for now. Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
@@ -10,11 +10,11 @@ show_scan: 1
|
|||||||
auto_helper: 1
|
auto_helper: 1
|
||||||
skip_2: 1
|
skip_2: 1
|
||||||
skip_5: 1
|
skip_5: 1
|
||||||
dut5-0: ea8300 OpenWrt-5lo
|
dut5-0: ecw5410 Default-SSID-5gl
|
||||||
dut2-0: ea8300 OpenWrt-2
|
dut2-0: ecw5410 Default-SSID-2g
|
||||||
dut5-1: NA
|
dut5-1: NA
|
||||||
dut2-1: NA
|
dut2-1: NA
|
||||||
dut5-2: ea8300 OpenWrt-2
|
dut5-2: NA
|
||||||
dut2-2: NA
|
dut2-2: NA
|
||||||
spatial_streams: AUTO
|
spatial_streams: AUTO
|
||||||
bandw_options: AUTO
|
bandw_options: AUTO
|
||||||
@@ -41,9 +41,9 @@ stab_tcp_ul_min: 500000
|
|||||||
stab_tcp_ul_max: 0
|
stab_tcp_ul_max: 0
|
||||||
dl_speed: 85%
|
dl_speed: 85%
|
||||||
ul_speed: 85%
|
ul_speed: 85%
|
||||||
max_stations_2: 128
|
max_stations_2: 30
|
||||||
max_stations_5: 132
|
max_stations_5: 30
|
||||||
max_stations_dual: 260
|
max_stations_dual: 60
|
||||||
lt_sta: 2
|
lt_sta: 2
|
||||||
voip_calls: 0
|
voip_calls: 0
|
||||||
lt_dur: 3600
|
lt_dur: 3600
|
||||||
@@ -64,8 +64,6 @@ radio5-0: 1.1.5 wiphy1
|
|||||||
radio5-1: 1.1.7 wiphy3
|
radio5-1: 1.1.7 wiphy3
|
||||||
radio5-2: 1.1.8 wiphy4
|
radio5-2: 1.1.8 wiphy4
|
||||||
radio5-3: 1.1.9 wiphy5
|
radio5-3: 1.1.9 wiphy5
|
||||||
radio5-4: 1.1.10 wiphy6
|
|
||||||
radio5-5: 1.1.11 wiphy7
|
|
||||||
basic_cx: 1
|
basic_cx: 1
|
||||||
tput: 0
|
tput: 0
|
||||||
dual_band_tput: 0
|
dual_band_tput: 0
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ skip_2: 0
|
|||||||
skip_5: 0
|
skip_5: 0
|
||||||
selected_dut: ea8300
|
selected_dut: ea8300
|
||||||
duration: 15000
|
duration: 15000
|
||||||
traffic_port: 1.1.136 sta01001
|
traffic_port: 1.1.136 sta00500
|
||||||
upstream_port: 1.1.2 eth2
|
upstream_port: 1.1.2 eth2
|
||||||
path_loss: 10
|
path_loss: 10
|
||||||
speed: 85%
|
speed: 85%
|
||||||
|
|||||||
@@ -12,6 +12,8 @@
|
|||||||
# DUT_PASSWD1 DUT_PASSWD2 DUT_PASSWD3
|
# DUT_PASSWD1 DUT_PASSWD2 DUT_PASSWD3
|
||||||
# DUT_BSSID1 DUT_BSSID2 DUT_BSSID3
|
# DUT_BSSID1 DUT_BSSID2 DUT_BSSID3
|
||||||
|
|
||||||
|
#set -x
|
||||||
|
|
||||||
DO_SHORT_AP_BASIC_CX=${DO_SHORT_AP_BASIC_CX:-1}
|
DO_SHORT_AP_BASIC_CX=${DO_SHORT_AP_BASIC_CX:-1}
|
||||||
DO_WCT_BI=${DO_WCT_BI:-1}
|
DO_WCT_BI=${DO_WCT_BI:-1}
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ LFPASSWD=${LFPASSWD:-lanforge} # Root password on LANforge machine
|
|||||||
AP_AUTO_CFG_FILE=${AP_AUTO_CFG_FILE:-$PWD/ap-auto.txt}
|
AP_AUTO_CFG_FILE=${AP_AUTO_CFG_FILE:-$PWD/ap-auto.txt}
|
||||||
WCT_CFG_FILE=${WCT_CFG_FILE:-$PWD/wct.txt}
|
WCT_CFG_FILE=${WCT_CFG_FILE:-$PWD/wct.txt}
|
||||||
DPT_CFG_FILE=${DPT_CFG_FILE:-$PWD/dpt-pkt-sz.txt}
|
DPT_CFG_FILE=${DPT_CFG_FILE:-$PWD/dpt-pkt-sz.txt}
|
||||||
SCENARIO_CFG_FILE=${SCENARIO_CFG_FILE:-$PWD/scenario.txt}
|
SCENARIO_CFG_FILE=${SCENARIO_CFG_FILE:-$PWD/scenario_small.txt}
|
||||||
|
|
||||||
# Default to enable cloud-sdk for this testbed, cloud-sdk is at IP addr below
|
# 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}
|
#USE_CLOUD_SDK=${USE_CLOUD_SDK:-192.168.100.164}
|
||||||
|
|||||||
Reference in New Issue
Block a user