test_l3_longevity.py : comment updates

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-05-18 12:58:14 -06:00
committed by shivam
parent 67dfc96bb3
commit ed2c50fc3e

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python3
"""
NAME: test_l3_longevity.py
## NAME: test_l3_longevity.py
PURPOSE:
## PURPOSE:
Supports creating user-specified amount stations on multiple radios
Supports configuring upload and download requested rates and PDU sizes.
@@ -15,9 +15,9 @@ PURPOSE:
Supports iterating over attenuation values.
Supports testing connection between two ethernet connection - L3 dataplane
EXAMPLE:
## EXAMPLE:
10 stations on wiphy0, 1 station on wiphy2. open-auth to ASUS_70 SSID
### EXAMPLE using 10 stations on wiphy0, 1 station on wiphy2. open-auth to ASUS_70 SSID
Configured to submit KPI info to influxdb-version2.
The configuration of the radio==shelf.resource.radio , 1.2.wiphy0 will be on resource 2
./test_l3_longevity.py --mgr localhost --endp_type 'lf_udp lf_tcp' --upstream_port 1.1.eth1 \
@@ -28,7 +28,7 @@ EXAMPLE:
--influx_bucket ben --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000 \
--influx_tag testbed ath11k --influx_tag DUT ROG -o longevity.csv
Example command using attenuator
### Example command using attenuator
./test_l3_longevity.py --test_duration 5m --polling_interval 1s --upstream_port 1.1.eth2 \
--radio 'radio==1.1.wiphy1,stations==1,ssid==TCH-XB7,ssid_pw==comcast123,security==wpa2' \
--radio 'radio==1.1.wiphy2,stations==1,ssid==TCH-XB7,ssid_pw==comcast123,security==wpa2' \
@@ -38,11 +38,11 @@ Example command using attenuator
--attenuators 1.1.<serial number>.1 \
--atten_vals 20,21,40,41
Example using upsteam eth1 downstream eth2
### Example using upsteam eth1 downstream eth2
./test_l3_longevity.py --test_duration 20s --polling_interval 1s --upstream_port 1.1.eth1 --downstream_port 1.1.eth2
--endp_type lf --rates_are_totals --side_a_min_bps=10000000,0 --side_a_min_pdu=1000 --side_b_min_bps=0,300000000 --side_b_min_pdu=1000
Example using wifi_settings
### Example using wifi_settings
./test_l3_longevity.py --lfmgr 192.168.100.116 --local_lf_report_dir
/home/lanforge/html-reports/ --test_duration 15s --polling_interval 5s
--upstream_port 1.1.eth2
@@ -52,7 +52,7 @@ Example using wifi_settings
--endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000
--test_rig CT-US-001 --test_tag 'l3_longevity'
COPYRIGHT:
## COPYRIGHT:
Copyright 2021 Candela Technologies Inc
INCLUDE_IN_README