aboutsummaryrefslogtreecommitdiff
path: root/blueberry/tests/gd/host_config.yaml
blob: 15155db8d7bbb618ce1019517498f5c3554aff3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
_description: Bluetooth cert testing
TestBeds:
  - Name: HostOnlyCert
    Controllers:
      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_stack_with_facade"
            - "--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_stack_with_facade"
            - "--grpc-port=$(grpc_port)"
            - "--root-server-port=$(grpc_root_server_port)"
            - "--rootcanal-port=$(rootcanal_port)"
            - "--signal-port=$(signal_port)"
logpath: "/tmp/logs"