android13/external/pandora/avatar/README.md

30 lines
633 B
Markdown

# 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
```bash
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
```bash
pip install grpcio-tools==1.46.3
./bt-test-interfaces/python/_build/grpc.py
```
## Usage
```bash
python examples/example.py -c examples/example_config.yml
```