dut2ref: Remove unused duplicate

Change-Id: I4a93b0ae66707a49b46e85f403808f0194b6106e
8 files changed
tree: addbc81d757b6cef77c2cefbdb75676211cf7b5b
  1. dut2ref/
  2. examples/
  3. .gitignore
  4. .gitmodules
  5. pyproject.toml
  6. 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