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
commit 07a011cd6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'
))