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:
Ben Greear
2021-02-09 13:42:04 -08:00
parent 65ed7ff6de
commit f46fd3b325
2 changed files with 7 additions and 10 deletions

View File

@@ -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