gen-cx: Add example cmd used to verify changes on machine heather.

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear
2022-01-30 10:24:27 -08:00
committed by shivam
parent 998f25cb95
commit ad1b0187e7

View File

@@ -16,7 +16,8 @@ Enable the generic tab in LANforge GUI
EXAMPLE:
LFPING:
./test_generic.py --radio wiphy1 --ssid ct523c --passwd ct523c --security wpa2 --num_stations 4 --type lfping --dest "192.168.0.104" --debug
./test_generic.py --radio 1.1.wiphy0 --ssid j-wpa2-153 --passwd j-wpa2-153 --security wpa2 --num_stations 4 \
--type lfping --dest 10.40.0.1 --debug --mgr localhost --log_level info --report_file /tmp/ben.csv --test_duration 20s
LFCURL (under construction):
./test_generic.py --mgr localhost --mgr_port 4122 --radio wiphy1 --num_stations 26 --ssid jedway-wpa2-x2048-4-1 --passwd jedway-wpa2-x2048-4-1 --security wpa2 --type lfcurl --dest 10.40.0.1
GENERIC:
@@ -207,7 +208,8 @@ python3 ./test_generic.py
Example commands:
LFPING:
./test_generic.py --mgr localhost --mgr_port 4122 --radio wiphy0 --num_stations 7 --ssid jedway-wpa2-x2048-4-1 --passwd jedway-wpa2-x2048-4-1 --type lfping --dest 10.40.0.1 --security wpa2
./test_generic.py --radio 1.1.wiphy0 --ssid j-wpa2-153 --passwd j-wpa2-153 --security wpa2 --num_stations 4 \\
--type lfping --dest 10.40.0.1 --debug --mgr localhost --log_level info --report_file /tmp/ben.csv --test_duration 20s
LFCURL (under construction):
./test_generic.py --mgr localhost --mgr_port 4122 --radio wiphy1 --num_stations 26 --ssid jedway-wpa2-x2048-4-1 --passwd jedway-wpa2-x2048-4-1 --security wpa2 --type lfcurl --dest 10.40.0.1
GENERIC: