summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_dns.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-06-10 19:04:49 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-25 16:23:14 +0200
commit15374cf58fe26396be7bc70d7133b501b11dad6d (patch)
tree1e396d5709bc1218334792c1cfe533f8bda7775d /ipatests/test_webui/test_dns.py
parentc2e6b74029e08a4eadb7a14a4c711febfc83b5be (diff)
downloadfreeipa-15374cf58fe26396be7bc70d7133b501b11dad6d.tar.gz
freeipa-15374cf58fe26396be7bc70d7133b501b11dad6d.tar.xz
freeipa-15374cf58fe26396be7bc70d7133b501b11dad6d.zip
webui-ci: adjust tests to dns changes
All DNS Zone names must be fully qualified. Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipatests/test_webui/test_dns.py')
-rw-r--r--ipatests/test_webui/test_dns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_webui/test_dns.py b/ipatests/test_webui/test_dns.py
index c136460ce..62f6040a7 100644
--- a/ipatests/test_webui/test_dns.py
+++ b/ipatests/test_webui/test_dns.py
@@ -30,7 +30,7 @@ CONFIG_ENTITY = 'dnsconfig'
ZONE_DEFAULT_FACET = 'records'
-ZONE_PKEY = 'foo.itest'
+ZONE_PKEY = 'foo.itest.'
ZONE_DATA = {
'pkey': ZONE_PKEY,