mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-31 19:08:01 +00:00
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:
@@ -53,8 +53,8 @@ def pytest_addoption(parser):
|
|||||||
parser.addoption(
|
parser.addoption(
|
||||||
"--testbed",
|
"--testbed",
|
||||||
# nargs="+",
|
# nargs="+",
|
||||||
default="basic-1",
|
default="basic-testbed",
|
||||||
help="AP Model which is needed to test"
|
help="Testbed name for the AP Model which is needed to test"
|
||||||
)
|
)
|
||||||
parser.addoption(
|
parser.addoption(
|
||||||
"--num_stations",
|
"--num_stations",
|
||||||
|
|||||||
Reference in New Issue
Block a user