dut2ref: Remove python gRPC build system as it has been integrated in bt-test-interfaces

Change-Id: Ifb20e3a6ac3338c569cc34c3c798f160e9b9643e
12 files changed
tree: b7d2009be58b267cc674f328dc8a91309dd09a5c
  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