1 2{ "_description": "Bluetooth cert testing", 3 "testbed": 4 [ 5 { 6 "_description": "Host only cert testbed", 7 "name": "HostOnlyCert", 8 "rootcanal": 9 { 10 "test_port": "6401", 11 "hci_port": "6402", 12 "link_layer_port": "6403" 13 }, 14 "GdDevice": 15 [ 16 { 17 "grpc_port": "8998", 18 "grpc_root_server_port": "8996", 19 "signal_port": "8994", 20 "label": "cert", 21 "name": "Cert Device", 22 "cmd": 23 [ 24 "$GD_ROOT/bluetooth_stack_with_facade", 25 "--grpc-port=$(grpc_port)", 26 "--root-server-port=$(grpc_root_server_port)", 27 "--rootcanal-port=$(rootcanal_port)", 28 "--signal-port=$(signal_port)" 29 ] 30 }, 31 { 32 "grpc_port": "8999", 33 "grpc_root_server_port": "8997", 34 "signal_port": "8995", 35 "label": "dut", 36 "name": "DUT Device", 37 "cmd": 38 [ 39 "$GD_ROOT/bluetooth_stack_with_facade", 40 "--grpc-port=$(grpc_port)", 41 "--root-server-port=$(grpc_root_server_port)", 42 "--rootcanal-port=$(rootcanal_port)", 43 "--signal-port=$(signal_port)" 44 ] 45 } 46 ] 47 } 48 ], 49 "logpath": "/tmp/logs" 50} 51