Eliminate submodules. am: 602fa17230 am: bff36ef47c am: ae1d7af67e am: a020e98638 am: 974d709591

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

Change-Id: I57922df6a89d5f05fbf5fa28e3053dd6ebc160ea
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: f3f315194a43592f280acb3c7b8694a0e4cae8e1
  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