NETCONF-521: Fix netconf test
[integration/test.git] / csit / variables / netconf / device / full-uri-device-key / data.xml
diff --git a/csit/variables/netconf/device/full-uri-device-key/data.xml b/csit/variables/netconf/device/full-uri-device-key/data.xml
new file mode 100644 (file)
index 0000000..a26e774
--- /dev/null
@@ -0,0 +1,11 @@
+<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
+  <node-id>$DEVICE_NAME</node-id>
+  <host xmlns="urn:opendaylight:netconf-node-topology">$DEVICE_IP</host>
+  <port xmlns="urn:opendaylight:netconf-node-topology">$DEVICE_PORT</port>
+  <key-based xmlns="urn:opendaylight:netconf-node-topology">
+    <username xmlns="urn:opendaylight:netconf-node-topology">$DEVICE_USER</username>
+    <key-id xmlns="urn:opendaylight:netconf-node-topology">device-key</key-id>
+  </key-based>
+  <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
+  <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">0</keepalive-delay>
+</node>