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 smokeormobly_runner smoke)A suite that all cases are expected to pass.
-
Venti (
python -m ventiormobly_runner venti)A suite that allows some cases failed, or requiring more reference devices to run.
-
All (
python -m run_allormobly_runner run_all)All test cases.