From 27baa5bdeccee92c3a7a53dfab0802a8836f103e Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 23 Apr 2021 05:47:36 -0600 Subject: [PATCH] lf_snp_test.py : updated command line , removed choice , checked later for wifimode being valid Signed-off-by: Chuck SmileyRekiere --- py-scripts/lf_snp_test.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/py-scripts/lf_snp_test.py b/py-scripts/lf_snp_test.py index 183f2396..396b9dfa 100755 --- a/py-scripts/lf_snp_test.py +++ b/py-scripts/lf_snp_test.py @@ -1631,9 +1631,8 @@ LANforge GUI what is displayed in the Column and how to access the value with cl # Script Controller Configurations ############################################# parser.add_argument('-cca' ,'--controller_aps', help='--controller_aps List of APs to test default: APA453.0E7B.CF9C',default="APA453.0E7B.CF9C") - parser.add_argument('-ccf' ,'--controller_bands', help='--controller_bands default: a',default="a", choices=["a","b"]) - parser.add_argument('-cwm' ,'--controller_wifimodes', help='List of of wifi mode to test default: auto',default="auto", - choices=[ "auto", "a", "b", "g", "abg", "abgn", "bgn", "bg", "abgnAC", "anAC", "an", "bgnAC", "abgnAX", "bgnAX", "anAX"]) + parser.add_argument('-ccf' ,'--controller_bands', help='--controller_bands default: a',default="a") + parser.add_argument('-cwm' ,'--controller_wifimodes', help='List of of wifi mode to test default: auto',default="auto") parser.add_argument('-cc5','--controller_chan_5ghzs', help='--controller_chan_5ghzs <36 40 ...> default 36',default="36") parser.add_argument('-cc2','--controller_chan_24ghzs', help='--controller_chan_24ghzs <1 2 ...> default 1',default="1")