mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-01 16:18:55 +00:00
cloudstack: test_cs_instance: more integration tests
cloudstack: extend test_cs_instance addressing recovering cloudstack: test_cs_instance: add tests for using display_name as indentifier.
This commit is contained in:
parent
6963955cb4
commit
b85b92ecdd
7 changed files with 272 additions and 23 deletions
|
|
@ -22,11 +22,3 @@
|
|||
assert:
|
||||
that:
|
||||
- sg|success
|
||||
|
||||
- name: setup instance to be absent
|
||||
cs_instance: name={{ cs_resource_prefix }}-vm-{{ instance_number }} state=absent
|
||||
register: instance
|
||||
- name: verify instance to be absent
|
||||
assert:
|
||||
that:
|
||||
- instance|success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue