From 8b03e4d0074b695a68be39344d5d420918e4a2ac Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Mon, 26 May 2025 13:14:19 +0200 Subject: [PATCH] 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. --- tests/service/env_cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/service/env_cleanup.yml b/tests/service/env_cleanup.yml index 964807d2..e9d8d48e 100644 --- a/tests/service/env_cleanup.yml +++ b/tests/service/env_cleanup.yml @@ -31,7 +31,7 @@ - "{{ host2_fqdn }}" - "{{ nohost_fqdn }}" - svc.ihavenodns.info - update_dns: no + update_dns: true state: absent - name: Ensure testing users are absent. -- GitLab