File tree 2 files changed +2
-7
lines changed
tests/integration/targets
vmware_cluster_info/tasks
vmware_dvs_portgroup_info/tasks
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 191
191
- name : " Ensure URL-encoded cluster name"
192
192
assert :
193
193
that :
194
- - all_cluster_result.clusters['Cluster/\%'] is defined
194
+ - all_cluster_result.clusters['Cluster/\%'] is truthy
Original file line number Diff line number Diff line change 63
63
- name : Make sure if the dvportgroup name with special characters exists
64
64
assert :
65
65
that :
66
- - >-
67
- dvs_results.dvs_portgroup_info.{{ dvswitch1 }}
68
- | map(attribute='portgroup_name')
69
- | select('==', 'dvportgroup\/%')
70
- | list
71
- | length == 1
66
+ - dvs_results.dvs_portgroup_info.{{ dvswitch1 }} | map(attribute='portgroup_name') | select('==', 'dvportgroup\/%') | list | length == 1
72
67
73
68
- name : Delete dvPortGroup with special characters
74
69
vmware_dvs_portgroup :
You can’t perform that action at this time.
0 commit comments