diff --git a/test/data/rt0.ams.nl.geant.net-netconf.xml b/test/data/DBOARD3-965/rt0.ams.nl.geant.net-netconf.xml
similarity index 100%
rename from test/data/rt0.ams.nl.geant.net-netconf.xml
rename to test/data/DBOARD3-965/rt0.ams.nl.geant.net-netconf.xml
diff --git a/test/data/rt0.fra.de.geant.net-netconf.xml b/test/data/DBOARD3-965/rt0.fra.de.geant.net-netconf.xml
similarity index 100%
rename from test/data/rt0.fra.de.geant.net-netconf.xml
rename to test/data/DBOARD3-965/rt0.fra.de.geant.net-netconf.xml
diff --git a/test/data/rt0.gen.ch.geant.net-netconf.xml b/test/data/DBOARD3-965/rt0.gen.ch.geant.net-netconf.xml
similarity index 100%
rename from test/data/rt0.gen.ch.geant.net-netconf.xml
rename to test/data/DBOARD3-965/rt0.gen.ch.geant.net-netconf.xml
diff --git a/test/data/rt0.lon.uk.geant.net-netconf.xml b/test/data/DBOARD3-965/rt0.lon.uk.geant.net-netconf.xml
similarity index 100%
rename from test/data/rt0.lon.uk.geant.net-netconf.xml
rename to test/data/DBOARD3-965/rt0.lon.uk.geant.net-netconf.xml
diff --git a/test/data/rt0.lon2.uk.geant.net-netconf.xml b/test/data/DBOARD3-965/rt0.lon2.uk.geant.net-netconf.xml
similarity index 100%
rename from test/data/rt0.lon2.uk.geant.net-netconf.xml
rename to test/data/DBOARD3-965/rt0.lon2.uk.geant.net-netconf.xml
diff --git a/test/test_nokia_data_tmp.py b/test/test_nokia_data_tmp.py
index 77ac352d4f0258a351e32b4a98501db415ebe928..ad3510047acb9af1d639ff1931831395c18198a1 100644
--- a/test/test_nokia_data_tmp.py
+++ b/test/test_nokia_data_tmp.py
@@ -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())