mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Python 3 fixes for CloudStack modules and tests. (#24400)
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
assert:
|
||||
that:
|
||||
- config|failed
|
||||
- "config.msg == 'missing required arguments: value,name'"
|
||||
- "config.msg.startswith('missing required arguments: ')"
|
||||
|
||||
- name: test configuration
|
||||
cs_configuration:
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
assert:
|
||||
that:
|
||||
- pf|failed
|
||||
- 'pf.msg == "missing required arguments: private_port,ip_address,public_port"'
|
||||
- 'pf.msg.startswith("missing required arguments: ")'
|
||||
|
||||
- name: test present port forwarding
|
||||
cs_portforward:
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
assert:
|
||||
that:
|
||||
- snap|failed
|
||||
- 'snap.msg == "missing required arguments: vm,name"'
|
||||
- 'snap.msg.startswith("missing required arguments: ")'
|
||||
|
||||
- name: test create snapshot
|
||||
cs_vmsnapshot:
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
skip/python3
|
||||
|
||||
Reference in New Issue
Block a user