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:
Tim Rupp 2018-08-21 22:02:11 -04:00 committed by GitHub
parent bda074d34e
commit 49f34fec13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 251 additions and 163 deletions

View file

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