mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-23 14:24:58 +00:00
merge conflict issue equipment id issue
This commit is contained in:
@@ -109,7 +109,7 @@ class UnitTestBase:
|
||||
help="Force upgrading firmware even if it is already current version",
|
||||
default=False)
|
||||
self.parser.add_argument("-m", "--model", type=str,
|
||||
choices=['ea8300', 'ecw5410', 'ecw5211', 'ec420', 'wf188n', 'None'],
|
||||
choices=['ea8300', 'ecw5410', 'ecw5211', 'ec420', 'wf188n', 'eap102', 'None'],
|
||||
help="AP model to be run", required=True)
|
||||
self.parser.add_argument("--equipment_id", type=str,
|
||||
help="AP model ID, as exists in the cloud-sdk. -1 to auto-detect.",
|
||||
|
||||
Reference in New Issue
Block a user