From c0b06d567cff66358c2f240eab708bc6fc56107a Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Thu, 20 May 2021 19:04:43 -0300
Subject: [PATCH] test_dnsrecord.yml: Fix verification of SRV record
 modification.

Test task was missing zone and entry name.
---
 tests/dnsrecord/test_dnsrecord.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/dnsrecord/test_dnsrecord.yml b/tests/dnsrecord/test_dnsrecord.yml
index 2e0f5cd1..fb831011 100644
--- a/tests/dnsrecord/test_dnsrecord.yml
+++ b/tests/dnsrecord/test_dnsrecord.yml
@@ -1374,6 +1374,8 @@
 
   - name: Verify if modification worked.
     ipadnsrecord:
+      zone_name: "{{ testzone }}"
+      name: _ftp._tcp
       uri_rec: 10 1 ftp://ftp.host04.{{ testzone }}/public
       state: absent
     register: result
-- 
GitLab