Add a batching system in Netconf testtool
[netconf.git] / netconf / tools / netconf-testtool / src / main / resources / config-template.json
1 {
2   "node": {
3     "node-id": "{PORT}-sim-device",
4     "host": "{HOST}",
5     "port": "{PORT}",
6     "username": "admin",
7     "password": "admin",
8     "tcp-only": "{SSH}",
9     "keepalive-delay": "0"
10   }
11 }