From 06f87781711c26f7fab26ab75cdc145ea6b98ad0 Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Mon, 28 Feb 2022 14:11:28 -0800 Subject: [PATCH] test_fileio.py: Added note for environment setup --- py-scripts/test_fileio.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/py-scripts/test_fileio.py b/py-scripts/test_fileio.py index d93ef21b..74566b94 100755 --- a/py-scripts/test_fileio.py +++ b/py-scripts/test_fileio.py @@ -14,6 +14,9 @@ this script will depend on the mode used, a read-only test will check the read-b and both will check both attributes. If the relevant attributes increase over the duration of the test it will pass, otherwise it will fail. +SETUP: +https://candelatech.atlassian.net/wiki/spaces/~261521142/pages/979435521/Lanforge+File-IO+Test+Notes + EXAMPLE: ./test_fileio.py --macvlan_parent --num_ports --use_macvlans --first_mvlan_ip --netmask --gateway @@ -21,6 +24,7 @@ EXAMPLE: ./test_fileio.py --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 +TODO: Create external document Use './test_fileio.py --help' to see command line usage and options Copyright 2021 Candela Technologies Inc