mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 03:17:54 +00:00
Changed default value of testbed from basic-01 to basic-1 (#858)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -53,7 +53,7 @@ def pytest_addoption(parser):
|
|||||||
parser.addoption(
|
parser.addoption(
|
||||||
"--testbed",
|
"--testbed",
|
||||||
# nargs="+",
|
# nargs="+",
|
||||||
default="basic-01",
|
default="basic-1",
|
||||||
help="AP Model which is needed to test"
|
help="AP Model which is needed to test"
|
||||||
)
|
)
|
||||||
parser.addoption(
|
parser.addoption(
|
||||||
|
|||||||
Reference in New Issue
Block a user