Skip to content
Snippets Groups Projects
Commit 8b03e4d0 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

tests/service/env_cleanup.yml: Turn on update_dns for test host removal

The tests hosts are generated with IP addresses in env_setup, but
removed without update_dns turned on. Therefore the IP addresses are not
removed from DNS.

This results in a failure if the host test test_host_ipaddresses is run
afterwards.
parent ef73a853
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
- "{{ host2_fqdn }}" - "{{ host2_fqdn }}"
- "{{ nohost_fqdn }}" - "{{ nohost_fqdn }}"
- svc.ihavenodns.info - svc.ihavenodns.info
update_dns: no update_dns: true
state: absent state: absent
- name: Ensure testing users are absent. - name: Ensure testing users are absent.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment