dut2ref: Add classic connect tests

Change-Id: Ie3dfaba01d442f844a8f0f09b1924bbec16642a8
2 files changed
tree: c355841b1965c0bdae3bdffe553562bf8ee65157
  1. dut2ref/
  2. examples/
  3. pandora/
  4. .gitignore
  5. .gitmodules
  6. pyproject.toml
  7. README.md
README.md

Pandora DUT-to-reference tests

Install

git submodule update --init
python -m venv venv
source venv/bin/activate.fish # or any other shell
pip install [-e] bt-test-interfaces/python
pip install [-e] .

Rebuild gRPC Bluetooth test interfaces

pip install grpcio-tools==1.46.3
./bt-test-interfaces/python/_build/grpc.py

Usage

python examples/example.py -c examples/example_config.yml