summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/test_xmlrpc/test_dns_plugin.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipatests/test_xmlrpc/test_dns_plugin.py b/ipatests/test_xmlrpc/test_dns_plugin.py
index 45b0217c8..1ec10bf06 100644
--- a/ipatests/test_xmlrpc/test_dns_plugin.py
+++ b/ipatests/test_xmlrpc/test_dns_plugin.py
@@ -1768,6 +1768,15 @@ class test_dns(Declarative):
},
),
+ dict(
+ desc='Update global DNS settings - rollback',
+ command=('dnsconfig_mod', [], {'idnsforwarders' : None,}),
+ expected={
+ 'value': None,
+ 'summary': u'Global DNS configuration is empty',
+ 'result': {},
+ },
+ ),
dict(
desc='Try to add invalid allow-query to zone %r' % zone1,