Correct NETCONF device configuration
[integration/test.git] / csit / variables / netconf / device / bug8086 / data.xml
index cd62c97b8dde6ba4fdb9fd7d626f642478c361d3..cd5c26ebe6983a63dc10e8fa09eeca6c66e231a8 100644 (file)
@@ -2,8 +2,10 @@
   <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>
-  <username xmlns="urn:opendaylight:netconf-node-topology">$DEVICE_USER</username>
-  <password xmlns="urn:opendaylight:netconf-node-topology">$DEVICE_PASSWORD</password>
+  <login-password-unencrypted xmlns="urn:opendaylight:netconf-node-topology">
+    <username>$DEVICE_USER</username>
+    <password>$DEVICE_PASSWORD</password>
+  </login-password-unencrypted>
   <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
   <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">0</keepalive-delay>
   <schema-cache-directory xmlns="urn:opendaylight:netconf-node-topology">$SCHEMA_DIRECTORY</schema-cache-directory>