From 1f3d8ae3cbf0117e5fb0c426430dff58b881a26e Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Mon, 23 Nov 2020 17:44:44 -0800 Subject: [PATCH] Changed example command --- py-scripts/test_fileio.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/py-scripts/test_fileio.py b/py-scripts/test_fileio.py index 9a15d35c..95745de5 100755 --- a/py-scripts/test_fileio.py +++ b/py-scripts/test_fileio.py @@ -276,9 +276,11 @@ def main(): test_fileio.py: -------------------- Generic command layout: -python ./test_fileio.py --upstream_port --radio --debug +./test_fileio.py --security --macvlan_parent --num_ports --use_macvlans + --first_mvlan_ip --netmask --gateway -python3 ./test_fileio.py --upstream_port eth1 --fio_type fe_nfs4 --min_read 1Mbps --min_write 1Gbps --server_mount 192.168.93.195:/tmp/test +./test_fileio.py --security wpa2 --macvlan_parent eth2 --num_ports 3 --use_macvlans --first_mvlan_ip 192.168.92.13 + --netmask 255.255.255.0 --gateway 192.168.92.1 ''') parser.add_argument('--test_duration', help='sets the duration of the test', default="5m")