mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 18:38:06 +00:00
cicd: Add 32-sta scenario file, and example of how to use it.
For faster test run with only 32 stations.
This commit is contained in:
@@ -28,9 +28,14 @@ my $usage = qq($0
|
|||||||
[--log {location} For instance: --log stdout, for openwrt_ctl expect script.
|
[--log {location} For instance: --log stdout, for openwrt_ctl expect script.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
$0 --user to_user --passwd secret --jfrog_user tip-read --jfrog_passwd tip-read \
|
$0 --user to_user --passwd secret --jfrog_user tip-read --jfrog_passwd tip-read \\
|
||||||
--url https://tip.cicd.mycloud.com/testbed-ferndale-01/
|
--url https://tip.cicd.mycloud.com/testbed-ferndale-01/
|
||||||
|
|
||||||
|
# Use specific scenario file.
|
||||||
|
SCENARIO_CFG_FILE=/home/lanforge/git/wlan-testing/testbeds/ferndale-basic-01/scenario_small.txt \\
|
||||||
|
../testbed_poll.pl --jfrog_passwd tip-read --jfrog_user tip-read \\
|
||||||
|
--url http://192.168.100.195/tip/testbeds/ferndale-basic-01/pending_work/
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
GetOptions
|
GetOptions
|
||||||
|
|||||||
15
testbeds/ferndale-basic-01/scenario_small.txt
Normal file
15
testbeds/ferndale-basic-01/scenario_small.txt
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
profile_link 1.1 STA-AC 8 'DUT: ea8300 Radio-1' NA wiphy0,AUTO -1
|
||||||
|
profile_link 1.1 STA-AC 8 'DUT: ea8300 Radio-1' NA wiphy2,AUTO -1
|
||||||
|
profile_link 1.1 STA-AC 8 'DUT: ea8300 Radio-2' NA wiphy1,AUTO -1
|
||||||
|
profile_link 1.1 STA-AC 8 'DUT: ea8300 Radio-3' NA wiphy3,AUTO -1
|
||||||
|
profile_link 1.1 upstream-dhcp 1 NA NA eth2,AUTO -1
|
||||||
|
profile_link 1.1 uplink-nat 1 'DUT: upstream LAN 92.168.100.1/24' NA eth3,eth2 -1
|
||||||
|
#profile_link 1.1 STA-AC 1 'DUT: ea8300 Radio-2' NA wiphy4,AUTO -1
|
||||||
|
#profile_link 1.1 STA-AC 1 'DUT: ea8300 Radio-3' NA wiphy5,AUTO -1
|
||||||
|
#profile_link 1.1 STA-AC 1 'DUT: ea8300 Radio-2' NA wiphy6,AUTO -1
|
||||||
|
#profile_link 1.1 STA-AC 1 'DUT: ea8300 Radio-3' NA wiphy7,AUTO -1
|
||||||
|
dut ea8300 393 148
|
||||||
|
dut upstream 306 62
|
||||||
|
resource 1.1 132 218
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user