mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-05 01:58:54 +00:00
cloudstack: add more integration tests
This commit is contained in:
parent
3ccfebc9f7
commit
15a7f818e1
10 changed files with 404 additions and 1 deletions
|
|
@ -5,8 +5,12 @@
|
|||
tags:
|
||||
- cloudstack
|
||||
vars:
|
||||
cs_resource_prefix: "cs{{ resource_prefix | default('') }}"
|
||||
cs_resource_prefix: "{{ resource_prefix | default('cs-') }}"
|
||||
roles:
|
||||
- { role: test_cs_project, tags: test_cs_project }
|
||||
- { role: test_cs_iso, tags: test_cs_iso }
|
||||
- { role: test_cs_domain, tags: test_cs_domain }
|
||||
- { role: test_cs_vmsnapshot, tags: test_cs_vmsnapshot }
|
||||
- { role: test_cs_sshkeypair, tags: test_cs_sshkeypair }
|
||||
- { role: test_cs_affinitygroup, tags: test_cs_affinitygroup }
|
||||
- { role: test_cs_securitygroup, tags: test_cs_securitygroup }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue