mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: Roll back the forwarder config after a test case
Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
parent
ee51ad0f25
commit
c8a0359362
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user