mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Python 3 fixes for CloudStack modules and tests. (#24400)
This commit is contained in:
parent
6aa32d3e9d
commit
d999d613cb
23 changed files with 25 additions and 29 deletions
|
@ -1,3 +1,2 @@
|
|||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
assert:
|
||||
that:
|
||||
- lb|failed
|
||||
- "'ip_address,name' in lb.msg"
|
||||
- "lb.msg.startswith('missing required arguments: ')"
|
||||
|
||||
- name: test create rule
|
||||
cs_loadbalancer_rule:
|
||||
|
@ -143,7 +143,7 @@
|
|||
assert:
|
||||
that:
|
||||
- lb|failed
|
||||
- "'vms,name' in lb.msg"
|
||||
- "lb.msg.startswith('missing required arguments: ')"
|
||||
|
||||
- name: test add members to rule
|
||||
cs_loadbalancer_rule_member:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue