Merge "change to static function"
[netconf.git] / netconf / tools / netconf-testtool / src / main / resources / config-template.xml
1 <node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
2     <node-id>{PORT}-sim-device</node-id>
3     <host xmlns="urn:opendaylight:netconf-node-topology">{HOST}</host>
4     <port xmlns="urn:opendaylight:netconf-node-topology">{PORT}</port>
5     <username xmlns="urn:opendaylight:netconf-node-topology">admin</username>
6     <password xmlns="urn:opendaylight:netconf-node-topology">admin</password>
7     <tcp-only xmlns="urn:opendaylight:netconf-node-topology">{SSH}</tcp-only>
8     <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">0</keepalive-delay>
9 </node>