From 78e65ecbb146fe2cd3e30c4c68920bce95f71e9c Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Thu, 3 Dec 2020 14:53:19 -0800 Subject: [PATCH] fileio: add todo switch: mode --- py-scripts/test_fileio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py-scripts/test_fileio.py b/py-scripts/test_fileio.py index fe63b5bd..7e0b64cd 100755 --- a/py-scripts/test_fileio.py +++ b/py-scripts/test_fileio.py @@ -335,6 +335,7 @@ Generic command layout: parser.add_argument('--use_test_groups', help='will use test groups to start/stop instead of single endps/cxs', action='store_true', default=False) parser.add_argument('--read_only_test_group', help='specifies name to use for read only test group', default=None) parser.add_argument('--write_only_test_group', help='specifies name to use for write only test group', default=None) + parser.add_argument('--mode', help='write,read,both', default='both' type=str) args = parser.parse_args() port_list = []