blob: 6208903a4e2eee93c3a574c33fed9b70fa43c05b [file] [log] [blame]
Andrea Campanella241896c2017-05-10 13:11:04 -07001{
2 "devices": {
3 "device:identifier": {
4 "generalprovider": {
5 "p4runtime": {
6 "ip": "192.168.56.104",
7 "port": 830,
8 "deviceKeyId": "p4runtime:device:identifier"
9 },
10 "gnmi": {
11 "ip": "192.168.56.105",
12 "port": 830,
13 "deviceKeyId": "p4runtime:device:identifier"
14 }
15 },
Andrea Campanellabc112a92017-06-26 19:06:43 +020016 "piPipeconf":{
17 "piPipeconfId": "pipipeconfTest"
18 },
Andrea Campanella241896c2017-05-10 13:11:04 -070019 "basic": {
20 "driver": "bmv2"
21 }
22 },
23 "device:identifier2": {
24 "generalprovider": {
25 "p4runtime": {
26 "ip": "192.168.56.106",
27 "port": 830,
28 "deviceKeyId": "p4runtime:device:identifier2"
29 },
30 "gnmi": {
31 "ip": "192.168.56.107",
32 "port": 830,
33 "deviceKeyId": "p4runtime:device:identifier2"
34 }
35 },
36 "basic": {
37 "driver": "bmv2"
38 }
39 }
40 }
41}