From 1a996867f0fbd1247b44441a502fb6eafa026d54 Mon Sep 17 00:00:00 2001 From: Isaac Konikoff Date: Tue, 13 Feb 2018 11:01:35 -0800 Subject: [PATCH] lf_auto_wifi_cap: add single quotes to --test_text and usage example --- lf_auto_wifi_cap.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lf_auto_wifi_cap.pl b/lf_auto_wifi_cap.pl index 10e117cf..10b32f4d 100755 --- a/lf_auto_wifi_cap.pl +++ b/lf_auto_wifi_cap.pl @@ -84,13 +84,13 @@ our $usage = "$0 [--pdu_percent { bps | (pps) }] [--pdu_mix { pdu-size:%, pdu-size:%, ... }] [--test_name { my-test-name}] - [--test_text { my-test
over the air
funky-hardware-x
OS z}] + [--test_text { 'my-test
over the air
funky-hardware-x
OS z'}] [--multicon { -1: auto, 0 none, 1 new process, 2+ new process + multiple streams} [--quiet { yes | no }] Example: -./lf_auto_wifi_cap.pl --mgr ben-ota-1 --resource 2 --radio wiphy0 --speed_dl 500000000 --ssid Lede-ventana --num_sta 64 --upstream eth1 --first_ip DHCP --percent_tcp 50 --increment 1,5,10,20,30,40,50,64 --duration 15 --endp_type mix --test_name ventana-mix-dl --test_text \"Ventana LEDE, WLE900VX
over-the-air to LANforge station system 5 feet away
LAN to WiFi traffic path\" --multicon 1 +./lf_auto_wifi_cap.pl --mgr ben-ota-1 --resource 2 --radio wiphy0 --speed_dl 500000000 --ssid Lede-ventana --num_sta 64 --upstream eth1 --first_ip DHCP --percent_tcp 50 --increment 1,5,10,20,30,40,50,64 --duration 15 --endp_type mix --test_name ventana-mix-dl --test_text 'Ventana LEDE, WLE900VX
over-the-air to LANforge station system 5 feet away
LAN to WiFi traffic path' --multicon 1 ";