mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Fix instructions to set DUT in lf_wifi_capacity_test
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -15,12 +15,12 @@ EXAMPLE: ./ghost_profile.py --ghost_token TOKEN --ghost_host 192.168.100.147
|
|||||||
--user_push matt --password_push PASSWORD
|
--user_push matt --password_push PASSWORD
|
||||||
|
|
||||||
EXAMPLE 2: ./ghost_profile.py --ghost_token TOKEN
|
EXAMPLE 2: ./ghost_profile.py --ghost_token TOKEN
|
||||||
--ghost_host 192.168.100.147 --server 192.168.93.51 --user_pull lanforge --password_pull lanforge --customer candela
|
--ghost_host 192.168.100.147 --server 192.168.93.51 --customer candela
|
||||||
--testbed heather --user_push matt --password_push "amount%coverage;Online" --kpi_to_ghost app
|
--testbed heather --user_push matt --password_push "amount%coverage;Online" --kpi_to_ghost app
|
||||||
--folders /home/lanforge/html-reports/wifi-capacity-2021-06-14-10-42-29 --grafana_token TOKEN
|
--folders /home/lanforge/html-reports/wifi-capacity-2021-06-14-10-42-29 --grafana_token TOKEN
|
||||||
--grafana_host 192.168.100.201
|
--grafana_host 192.168.100.201
|
||||||
|
|
||||||
this scripts uses pyjwt. If you get the issue module 'jwt' has no attribute 'encode', run this: pip3 uninstall jwt pyjwt && pip install pyjwt
|
this script uses pyjwt. If you get the issue module 'jwt' has no attribute 'encode', run this: pip3 uninstall jwt pyjwt && pip install pyjwt
|
||||||
Matthew Stidham
|
Matthew Stidham
|
||||||
Copyright 2021 Candela Technologies Inc
|
Copyright 2021 Candela Technologies Inc
|
||||||
License: Free to distribute and modify. LANforge systems must be licensed.
|
License: Free to distribute and modify. LANforge systems must be licensed.
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ Note: This is a test file which will run a wifi capacity test.
|
|||||||
--instance_name wct_instance --config_name wifi_config --upstream 1.1.eth1 --batch_size 1,5,25 --loop_iter 1 \
|
--instance_name wct_instance --config_name wifi_config --upstream 1.1.eth1 --batch_size 1,5,25 --loop_iter 1 \
|
||||||
--protocol UDP-IPv4 --duration 6000 --pull_report --stations 1.1.sta0000,1.1.sta0001 \
|
--protocol UDP-IPv4 --duration 6000 --pull_report --stations 1.1.sta0000,1.1.sta0001 \
|
||||||
--create_stations --radio wiphy0 --ssid test-ssid --security open --paswd [BLANK] \
|
--create_stations --radio wiphy0 --ssid test-ssid --security open --paswd [BLANK] \
|
||||||
--test_rig Testbed-01
|
--test_rig Testbed-01 --set DUT_NAME linksys-8450
|
||||||
|
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
@@ -34,6 +34,8 @@ Note:
|
|||||||
|
|
||||||
--stations == Enter stations to use for wifi capacity
|
--stations == Enter stations to use for wifi capacity
|
||||||
|
|
||||||
|
--set DUT_NAME XXXX == Determines which DUT the wifi capacity test should use to get details on
|
||||||
|
|
||||||
Example of raw text config for Capacity, to show other possible options:
|
Example of raw text config for Capacity, to show other possible options:
|
||||||
|
|
||||||
sel_port-0: 1.1.eth1
|
sel_port-0: 1.1.eth1
|
||||||
|
|||||||
Reference in New Issue
Block a user