Wifi 13177 (#860)

* Changed default value of testbed from basic-01 to basic-1

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>

* Changed default value of testbed from basic-1 to basic-testbed

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>

---------

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
Co-authored-by: Anil Kumar Tegala <80811302+anil-tegala@users.noreply.github.com>
This commit is contained in:
jitendracandela
2023-11-23 20:42:35 +05:30
committed by GitHub
parent c6fb7f4546
commit b67770687b

View File

@@ -53,8 +53,8 @@ def pytest_addoption(parser):
parser.addoption(
"--testbed",
# nargs="+",
default="basic-1",
help="AP Model which is needed to test"
default="basic-testbed",
help="Testbed name for the AP Model which is needed to test"
)
parser.addoption(
"--num_stations",