Correct NETCONF device configuration
[integration/test.git] / csit / variables / netconf / device / bug8086 / data.xml
1 <node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
2   <node-id>$DEVICE_NAME</node-id>
3   <host xmlns="urn:opendaylight:netconf-node-topology">$DEVICE_IP</host>
4   <port xmlns="urn:opendaylight:netconf-node-topology">$DEVICE_PORT</port>
5   <login-password-unencrypted xmlns="urn:opendaylight:netconf-node-topology">
6     <username>$DEVICE_USER</username>
7     <password>$DEVICE_PASSWORD</password>
8   </login-password-unencrypted>
9   <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
10   <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">0</keepalive-delay>
11   <schema-cache-directory xmlns="urn:opendaylight:netconf-node-topology">$SCHEMA_DIRECTORY</schema-cache-directory>
12 </node>