From ca001814abe533f19498d4207b5233eff17549a5 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 9 Jul 2014 18:10:50 +0200 Subject: Allow to add host if AAAA record exists http://fedorahosted.org/freeipa/ticket/4164 Reviewed-By: Petr Viktorin --- ipatests/test_xmlrpc/test_host_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests') 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'), ), -- cgit