mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 15:21:27 +00:00
cloudstack: test: fix setup cs_vpc not using zone
This commit is contained in:
@@ -1 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/cs
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
- name: setup
|
||||
cs_vpc:
|
||||
name: "{{ cs_resource_prefix }}_vpc"
|
||||
zone: "{{ cs_common_zone_adv }}"
|
||||
state: absent
|
||||
register: vpc
|
||||
- name: verify setup
|
||||
@@ -11,6 +12,7 @@
|
||||
|
||||
- name: test fail missing name of vpc
|
||||
cs_vpc:
|
||||
zone: "{{ cs_common_zone_adv }}"
|
||||
ignore_errors: true
|
||||
register: vpc
|
||||
- name: verify test fail missing name of vpc
|
||||
@@ -22,6 +24,7 @@
|
||||
- name: test fail missing cidr for vpc
|
||||
cs_vpc:
|
||||
name: "{{ cs_resource_prefix }}_vpc"
|
||||
zone: "{{ cs_common_zone_adv }}"
|
||||
ignore_errors: true
|
||||
register: vpc
|
||||
- name: verify test fail missing cidr for vpc
|
||||
|
||||
Reference in New Issue
Block a user