mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-25 10:29:09 -07:00
Correct unit tests and module fixes (#44488)
Cleanup of unit tests. Modules fixes in iapp_template nad profile_dns to support unit tests.
This commit is contained in:
parent
bda074d34e
commit
49f34fec13
21 changed files with 251 additions and 163 deletions
|
@ -95,7 +95,7 @@ class TestManager(unittest.TestCase):
|
|||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
@ -123,7 +123,7 @@ class TestManager(unittest.TestCase):
|
|||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
@ -153,7 +153,7 @@ class TestManager(unittest.TestCase):
|
|||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
@ -182,7 +182,7 @@ class TestManager(unittest.TestCase):
|
|||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
@ -214,7 +214,7 @@ class TestManager(unittest.TestCase):
|
|||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue