Home
This is a Bluetooth testing suite originally made for Pixel devices, but released for Android partners to evaluate their Bluetooth and Audio implementation.
Suites
There are 3 predefined suites in the package:
-
Smoke (
python -m smoke
ormobly_runner smoke
)A suite that all cases are expected to pass.
-
Venti (
python -m venti
ormobly_runner venti
)A suite that allows some cases failed, or requiring more reference devices to run.
-
All (
python -m run_all
ormobly_runner run_all
)All test cases.