mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-14 13:09:11 -07:00
push fix (#54916)
This commit is contained in:
parent
e079758b31
commit
c6f12eea32
2 changed files with 10 additions and 3 deletions
|
@ -101,6 +101,7 @@ class TestMyModule(unittest.TestCase):
|
|||
'name': 'test_svm',
|
||||
'root_volume': 'ansible_vol',
|
||||
'root_volume_aggregate': 'ansible_aggr',
|
||||
'aggr_list': 'aggr_1,aggr_2',
|
||||
'ipspace': 'ansible_ipspace',
|
||||
'subtype': 'default',
|
||||
'language': 'c.utf_8',
|
||||
|
@ -113,6 +114,7 @@ class TestMyModule(unittest.TestCase):
|
|||
'name': self.mock_vserver['name'],
|
||||
'root_volume': self.mock_vserver['root_volume'],
|
||||
'root_volume_aggregate': self.mock_vserver['root_volume_aggregate'],
|
||||
'aggr_list': self.mock_vserver['aggr_list'],
|
||||
'ipspace': self.mock_vserver['ipspace'],
|
||||
'comment': self.mock_vserver['comment'],
|
||||
'subtype': 'default',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue