Andrea Campanella | 241896c | 2017-05-10 13:11:04 -0700 | [diff] [blame] | 1 | { |
| 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 Campanella | bc112a9 | 2017-06-26 19:06:43 +0200 | [diff] [blame] | 16 | "piPipeconf":{ |
| 17 | "piPipeconfId": "pipipeconfTest" |
| 18 | }, |
Andrea Campanella | 241896c | 2017-05-10 13:11:04 -0700 | [diff] [blame] | 19 | "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 | } |