commit | 46c08e0aec05532c726109eae5b8be9fea16c627 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Mar 08 15:38:30 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Mar 08 15:38:30 2023 +0000 |
tree | 28ef172f84d305e00912c1339d3232a828e65d81 | |
parent | c1cf47102cb36964a621accceeaaf8ec8778255b [diff] | |
parent | ecbe4f99c6651fa5ae36bb38e8fc00e02b70d1c2 [diff] |
Snap for 9710098 from ecbe4f99c6651fa5ae36bb38e8fc00e02b70d1c2 to mainline-tzdata5-release Change-Id: I6de3aaf5f76d838e1536ee6ec7cb3d6305989ce1
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.
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] third-party/bumble pip install [-e] .
pip install grpcio-tools==1.46.3 ./bt-test-interfaces/python/_build/grpc.py
python examples/example.py -c examples/simulated_bumble_android.yml --verbose
root-canal
instance running somewhere.root-canal
6402
HCI port of root-canal
may be changed in this config file.python examples/example.py -c examples/simulated_bumble_bumble.yml --verbose
pyright
and mypy
pyright mypy
black avatar/ examples/ isort avatar/ examples/