Skip to content
Snippets Groups Projects
Commit d269f27e authored by nimrod's avatar nimrod
Browse files

- Updated test to reflect recent changes.

parent 258289e2
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,9 @@ def test_nsd_config(Command, File, SystemInfo):
def test_nsd_directories(File, SystemInfo, Sudo):
if SystemInfo.type == 'openbsd':
with Sudo():
assert File('/var/nsd/etc/nsd.conf.d').is_directory
assert File('/var/nsd/zones').is_directory
elif SystemInfo.type == 'linux' and SystemInfo.distribution in ['debian',
'ubuntu']:
assert File('/etc/nsd/nsd.conf.d').is_directory
assert File('/etc/nsd').is_directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment