1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-13 05:02:17 +00:00

Merge pull request #11030 from resmo/feature/cloudstack_tests_cs_portforward

cloudstack: add tests for cs_portforward
This commit is contained in:
Brian Coca 2015-05-19 08:58:27 -04:00
commit 78985e5c33
4 changed files with 118 additions and 0 deletions

View file

@ -11,5 +11,6 @@
- { role: test_cs_securitygroup_rule, tags: test_cs_securitygroup_rule }
- { role: test_cs_instance, tags: test_cs_instance }
- { role: test_cs_instancegroup, tags: test_cs_instancegroup }
- { role: test_cs_portforward, tags: test_cs_portforward }
- { role: test_cs_account, tags: test_cs_account }
- { role: test_cs_firewall, tags: test_cs_firewall }