9099d39b710c168ce1f2f83be2e72ded0c63b6c3
[integration/test.git] / csit / variables / netconf / device / configure-via-topology / 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   <username xmlns="urn:opendaylight:netconf-node-topology">admin</username>
6   <password xmlns="urn:opendaylight:netconf-node-topology">topsecret</password>
7   <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
8   <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">0</keepalive-delay>
9 </node>