Use Netopeer2 for NETCONF key authentication test
[integration/test.git] / csit / variables / netconf / KeyAuth / datastore.xml
diff --git a/csit/variables/netconf/KeyAuth/datastore.xml b/csit/variables/netconf/KeyAuth/datastore.xml
deleted file mode 100644 (file)
index 9cb04e5..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<datastores xmlns="urn:cesnet:tmc:datastores:file">
-  <running lock="">
-    <netopeer xmlns="urn:cesnet:tmc:netopeer:1.0">
-      <ssh>
-        <client-auth-keys>
-          <client-auth-key>
-            <path>/root/RSA.pub</path>
-            <username>root</username>
-          </client-auth-key>
-        </client-auth-keys>
-      </ssh>
-    </netopeer>
-  </running>
-  <startup lock="">
-    <netopeer xmlns="urn:cesnet:tmc:netopeer:1.0">
-      <ssh>
-        <client-auth-keys>
-          <client-auth-key>
-            <path>/root/RSA.pub</path>
-            <username>root</username>
-          </client-auth-key>
-        </client-auth-keys>
-      </ssh>
-    </netopeer>
-  </startup>
-  <candidate modified="false" lock=""/>
-</datastores>