aboutsummaryrefslogtreecommitdiff
path: root/gd/cert/rust_host_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'gd/cert/rust_host_config.json')
-rw-r--r--gd/cert/rust_host_config.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/gd/cert/rust_host_config.json b/gd/cert/rust_host_config.json
new file mode 100644
index 000000000..2972a53e8
--- /dev/null
+++ b/gd/cert/rust_host_config.json
@@ -0,0 +1,50 @@
+
+{ "_description": "Bluetooth cert testing",
+ "testbed":
+ [
+ {
+ "_description": "Host only cert testbed",
+ "name": "HostOnlyCert",
+ "rootcanal":
+ {
+ "test_port": "6401",
+ "hci_port": "6402",
+ "link_layer_port": "6403"
+ },
+ "GdDevice":
+ [
+ {
+ "grpc_port": "8998",
+ "grpc_root_server_port": "8996",
+ "signal_port": "8994",
+ "label": "cert",
+ "name": "Cert Device",
+ "cmd":
+ [
+ "$GD_ROOT/bluetooth_with_facades",
+ "--grpc-port=$(grpc_port)",
+ "--root-server-port=$(grpc_root_server_port)",
+ "--rootcanal-port=$(rootcanal_port)",
+ "--signal-port=$(signal_port)"
+ ]
+ },
+ {
+ "grpc_port": "8999",
+ "grpc_root_server_port": "8997",
+ "signal_port": "8995",
+ "label": "dut",
+ "name": "DUT Device",
+ "cmd":
+ [
+ "$GD_ROOT/bluetooth_with_facades",
+ "--grpc-port=$(grpc_port)",
+ "--root-server-port=$(grpc_root_server_port)",
+ "--rootcanal-port=$(rootcanal_port)",
+ "--signal-port=$(signal_port)"
+ ]
+ }
+ ]
+ }
+ ],
+ "logpath": "/tmp/logs"
+}