mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-15 05:52:24 +00:00
Reorg tests setup and add teardown/cleanup
Perform clean up at the end of the tests. Also reorganized setup/teardown in env_* files in a similar way proposed in dnsrecord module.
This commit is contained in:
13
tests/dnszone/env_cleanup.yml
Normal file
13
tests/dnszone/env_cleanup.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Ensure zone is absent.
|
||||
ipadnszone:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name:
|
||||
- testzone.local
|
||||
- test1.testzone.local
|
||||
- test2.testzone.local
|
||||
- test3.testzone.local
|
||||
- 2.0.192.in-addr.arpa.
|
||||
- 0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.f.ip6.arpa.
|
||||
- 1.0.0.0.e.f.a.c.8.b.d.0.1.0.0.2.ip6.arpa.
|
||||
state: absent
|
||||
Reference in New Issue
Block a user