Android 13.0.0 release 43
[LSC] Add LOCAL_LICENSE_KINDS to external/pandora/avatar am: ad4b2261da am: a71662a651 am: 5666810f94 am: 8a0b790d88 am: dfe2bbd705

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

Change-Id: I3fa18b20ab289a158f5807e2ce64336e3c954756
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 937eb56e4e2aa537b4442540bf3152f01cb10fe5
  1. avatar/
  2. examples/
  3. .gitignore
  4. Android.bp
  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