Add initial set of gbp-sxp test cases
[integration/test.git] / csit / variables / gbp / ios-xe-netconf-node.json
1 {
2     "node": [
3         {
4             "netconf-node-topology:connection-timeout-millis": 5000,
5             "netconf-node-topology:default-request-timeout-millis": 10000,
6             "netconf-node-topology:host": "0.0.0.0",
7             "netconf-node-topology:keepalive-delay": 0,
8             "netconf-node-topology:max-connection-attempts": 2,
9             "netconf-node-topology:password": "nimda",
10             "netconf-node-topology:port": 17830,
11             "netconf-node-topology:tcp-only": false,
12             "netconf-node-topology:username": "admin",
13             "netconf-node-topology:yang-module-capabilities": {
14                 "capability": [
15                     "urn:ios?module=ned&revision=2016-03-08",
16                     "urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15",
17                     "urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04",
18                     "urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15",
19                     "http://tail-f.com/yang/common?module=tailf-common&revision=2015-05-22",
20                     "http://tail-f.com/yang/common?module=tailf-meta-extensions&revision=2013-11-07",
21                     "http://tail-f.com/yang/common?module=tailf-cli-extensions&revision=2015-03-19"
22                 ],
23                 "override": true
24             },
25             "node-id": "ios-xe-mock-X"
26         }
27     ]
28 }