summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_dns_plugin.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-10-21 13:59:42 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-10-21 15:55:09 +0200
commit5e1172f560f4a63ed8398f326c158e9c8c1f91a8 (patch)
tree0d3bf9533478813ebee25fc4adca32d23189b44e /ipatests/test_xmlrpc/test_dns_plugin.py
parent20761f7fcd86dbfad53af78bce2bd3892dfe8232 (diff)
downloadfreeipa-5e1172f560f4a63ed8398f326c158e9c8c1f91a8.tar.gz
freeipa-5e1172f560f4a63ed8398f326c158e9c8c1f91a8.tar.xz
freeipa-5e1172f560f4a63ed8398f326c158e9c8c1f91a8.zip
fix forwarder validation errors
Fix tests, validation in dnsconfig mod, wuser warning Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'ipatests/test_xmlrpc/test_dns_plugin.py')
-rw-r--r--ipatests/test_xmlrpc/test_dns_plugin.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipatests/test_xmlrpc/test_dns_plugin.py b/ipatests/test_xmlrpc/test_dns_plugin.py
index 0f9b16ba7..a34d11a32 100644
--- a/ipatests/test_xmlrpc/test_dns_plugin.py
+++ b/ipatests/test_xmlrpc/test_dns_plugin.py
@@ -1662,6 +1662,12 @@ class test_dns(Declarative):
expected={
'value': None,
'summary': None,
+ u'messages': (
+ {u'message': u'DNS server 172.16.31.80 not responding.',
+ u'code': 13006,
+ u'type':u'warning',
+ u'name': u'DNSServerNotRespondingWarning'},
+ ),
'result': {
'idnsforwarders': [fwd_ip],
},