Fixes issue with sub collection for pool members (#53955)

Refactors main() function and module manager in multiple modules in line with recent changes
Adds variable types to docs
Refactors unit tests to remove deprecated parameters
This commit is contained in:
Wojciech Wypior
2019-03-19 04:49:21 +01:00
committed by Tim Rupp
parent fbc8ee0288
commit 5be1348081
2 changed files with 30 additions and 19 deletions

View File

@@ -103,9 +103,11 @@ class TestManager(unittest.TestCase):
def test_get_trunk_facts(self, *args):
set_module_args(dict(
gather_subset=['virtual-addresses'],
password='password',
server='localhost',
user='admin'
provider=dict(
server='localhost',
password='password',
user='admin'
)
))
fixture1 = load_fixture('load_ltm_virtual_address_collection_1.json')