Merge upstream commit 'ee786f0f351281875c48a8e77810d7b35e0d4671' into master am: 65c5c618d0

Original change: https://android-review.googlesource.com/c/platform/external/pandora/avatar/+/2183016

Change-Id: I6435d6da605d6412ff29a0490576703fc4e77846
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: bd3595732ee9d3b5f7e37d5ddaa4ac9d9d8974a2
  1. avatar/
  2. examples/
  3. .gitignore
  4. .gitmodules
  5. CONTRIBUTING.md
  6. LICENSE
  7. METADATA
  8. MODULE_LICENSE_APACHE2
  9. OWNERS
  10. pyproject.toml
  11. README.md
README.md

Avatar

Avatar aims to provide a scalable multi-platform Bluetooth testing tool capable of running any Bluetooth test cases virtually and physically. It aims to complete PTS-bot in the Pandora testing suite.

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] bumble
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