summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-07-09 18:10:50 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-08-11 16:01:38 +0200
commitca001814abe533f19498d4207b5233eff17549a5 (patch)
tree251a20d701edcb14194751c8f704720f45845cfc /ipatests
parent6bb240fa2cf6ce257376241d0a779ca5cc96078e (diff)
downloadfreeipa-ca001814abe533f19498d4207b5233eff17549a5.tar.gz
freeipa-ca001814abe533f19498d4207b5233eff17549a5.tar.xz
freeipa-ca001814abe533f19498d4207b5233eff17549a5.zip
Allow to add host if AAAA record exists
http://fedorahosted.org/freeipa/ticket/4164 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_xmlrpc/test_host_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/test_host_plugin.py b/ipatests/test_xmlrpc/test_host_plugin.py
index 6a9e9f17c..725e8900f 100644
--- a/ipatests/test_xmlrpc/test_host_plugin.py
+++ b/ipatests/test_xmlrpc/test_host_plugin.py
@@ -684,7 +684,7 @@ class test_host(Declarative):
desc='Try to add host not in DNS %r without force' % fqdn2,
command=('host_add', [fqdn2], {}),
expected=errors.DNSNotARecordError(
- reason=u'Host does not have corresponding DNS A record'),
+ reason=u'Host does not have corresponding DNS A/AAAA record'),
),