mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-07 22:23:29 +00:00
lfcli_base.py: changed --port in lfcli_base to --lf_port , this addition of
--port created a conflict with lf_attend_mod_test.py The --port was introduced a month ago. Will look for other conflicts in the regressions. Changed lf_attend_mod_test.py to add back in --port Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
f38170b77b
commit
f7fae8f381
@@ -719,7 +719,7 @@ class LFCliBase:
|
||||
default='localhost',
|
||||
help='hostname for where LANforge GUI is running')
|
||||
optional.add_argument('--mgr_port',
|
||||
'--port',
|
||||
'--lf_port',
|
||||
default=8080,
|
||||
help='port LANforge GUI HTTP service is running on')
|
||||
optional.add_argument('-u',
|
||||
|
||||
Reference in New Issue
Block a user