ansible/test/integration/roles/test_cs_instance/tasks/main.yml
Rene Moser b85b92ecdd 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.
2015-12-20 22:37:48 +01:00

11 lines
229 B
YAML

---
- include: setup.yml
- include: present.yml
- include: tags.yml
- include: absent.yml
- include: cleanup.yml
- include: setup.yml
- include: present_display_name.yml
- include: absent_display_name.yml
- include: cleanup.yml