ipatests: Roll back the forwarder config after a test case

Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
Milan Kubik 2015-12-17 14:17:22 +01:00 committed by Martin Basti
parent ee51ad0f25
commit c8a0359362

View File

@ -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,