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:
jitendracandela
2023-11-23 19:22:48 +05:30
committed by GitHub
parent 6e19def192
commit c6fb7f4546

View File

@@ -53,7 +53,7 @@ def pytest_addoption(parser):
parser.addoption(
"--testbed",
# nargs="+",
default="basic-01",
default="basic-1",
help="AP Model which is needed to test"
)
parser.addoption(