mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix attribute test
This commit is contained in:
parent
87178490ec
commit
be1fdff68e
1 changed files with 14 additions and 12 deletions
|
@ -58,7 +58,8 @@ def get_vm_pool():
|
|||
'ETIME': 0,
|
||||
'GID': 132,
|
||||
'GNAME': 'CSApparelVDC',
|
||||
'HISTORY_RECORDS': list [
|
||||
'HISTORY_RECORDS': [
|
||||
{
|
||||
'HISTORY': OrderedDict({
|
||||
'OID': '42',
|
||||
'SEQ': '384',
|
||||
|
@ -70,6 +71,7 @@ def get_vm_pool():
|
|||
'TM_MAD': '3par',
|
||||
'ACTION': '0'
|
||||
}),
|
||||
}
|
||||
],
|
||||
'ID': 7157,
|
||||
'LAST_POLL': 1632762935,
|
||||
|
|
Loading…
Reference in a new issue