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:
Rene Moser
2015-12-14 14:23:44 +01:00
parent 6963955cb4
commit b85b92ecdd
7 changed files with 272 additions and 23 deletions

View File

@@ -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