commit | efbd6a6d2c00bc744ab587a9df0f4772d4c88a69 | [log] [tgz] |
---|---|---|
author | David Duarte <licorne@google.com> | Fri May 12 11:42:25 2023 +0200 |
committer | David Duarte <git@delta.sh> | Fri May 12 18:06:21 2023 +0200 |
tree | cda38a0f5ebad4d3b216fe66dbd5d9fac73e2d3b | |
parent | 7caa0228490f843393d243ac686983e54fcee7f1 [diff] |
Use relative github urls in .gitmodules
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/