Skip to content
Snippets Groups Projects
Commit 323274fa authored by Erik Reid's avatar Erik Reid
Browse files

DBOARD3-965 test data in a different folder, workaround for other tests

parent f30caae2
Branches
Tags
No related merge requests found
......@@ -10,6 +10,7 @@ def _load_netconf_config(hostname):
filename = os.path.join(
os.path.dirname(__file__),
'data',
'DBOARD3-965',
f'{hostname}-netconf.xml')
with open(filename) as f:
return etree.fromstring(f.read())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment