Various bigiq fixes (#44487)

Fixes usage of the RestClient class. Documentation fixes. Removal
of dependency code.
This commit is contained in:
Tim Rupp
2018-08-21 18:40:19 -04:00
committed by GitHub
parent d39a711aa1
commit 07a011cd6f
11 changed files with 68 additions and 112 deletions

View File

@@ -100,7 +100,7 @@ class TestManager(unittest.TestCase):
license_key='XXXX-XXXX-XXXX-XXXX-XXXX',
accept_eula=True,
description='this is a description',
password='passsword',
password='password',
server='localhost',
user='admin'
))

View File

@@ -112,7 +112,7 @@ class TestManager(unittest.TestCase):
device_password='secret',
managed='no',
state='present',
password='passsword',
password='password',
server='localhost',
user='admin'
))

View File

@@ -86,7 +86,7 @@ class TestManager(unittest.TestCase):
set_module_args(dict(
license_key='XXXX-XXXX-XXXX-XXXX-XXXX',
accept_eula=True,
password='passsword',
password='password',
server='localhost',
user='admin'
))