Split CI tests for security_group and security_group_rule modules

Previously, all security_group{,_info} and security_group_rule{,_info}
modules were tested in the same Ansible role. This patch splits
tests into two separate Ansible roles to increase readibility and
prevent variable name conflicts, e.g. for expected_fields.

Change-Id: Ifc28435147b3bfe88d4ee5e176469a53b7395dc0
This commit is contained in:
Jakob Meng
2022-07-05 12:22:35 +02:00
parent 19cd6262cf
commit 0e675a9129
6 changed files with 299 additions and 283 deletions

View File

@@ -58,6 +58,7 @@
- { role: role_assignment, tags: role_assignment }
- { role: router, tags: router }
- { role: security_group, tags: security_group }
- { role: security_group_rule, tags: security_group_rule }
- { role: server, tags: server }
- { role: subnet, tags: subnet }
- { role: subnet_pool, tags: subnet_pool }