mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 03:17:54 +00:00
nightly: Nightly works again, at least somewhat.
Prefix ssids and profile names with testbed so that we won't have collisions when running multiple testbeds against the same cloud. Fix query-ap, API changes since merge.. Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
@@ -15,7 +15,8 @@ parser.add_argument("--cmd", type=str, help="Command-line to run on AP",
|
||||
parser.add_argument("--ap_ssh", type=str, help="ap_ssh method to execute.",
|
||||
default = None, choices=["get_vif_config", "get_vif_state"])
|
||||
|
||||
base = UnitTestBase("query-ap", parser)
|
||||
reporting = Reporting(reports_root=os.getcwd() + "/reports/")
|
||||
base = UnitTestBase("query-ap", parser, reporting)
|
||||
|
||||
cmd = base.command_line_args.cmd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user