mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-21 13:25:11 +00:00
sdk-set-profile: Update to work with latest library
And fix a few uses of 'test_cases' in cloudsdk library.
This commit is contained in:
@@ -61,12 +61,9 @@ def main():
|
||||
help="Allow over-riding the 2g-wpa SSID value.")
|
||||
|
||||
|
||||
reporting = Reporting(reports_root=os.getcwd() + "/reports/")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
base = UnitTestBase("skd-set-profile", parser)
|
||||
base = UnitTestBase("skd-set-profile", parser, reporting)
|
||||
|
||||
command_line_args = base.command_line_args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user