mobly icon indicating copy to clipboard operation
mobly copied to clipboard

E2E test framework for tests with complex environment requirements.

Results 34 mobly issues
Sort by recently updated
recently updated
newest added

Hi team in Mobly automation, sometimes I am facing an issue **"[WinError 10054]"**, I am using: mobly version ->1.12.2 I am only using the (wired USB) ADB RPC function, not...

repo init --partial-clone --no-use-superproject -b android-latest-release -u https://android.googlesource.com/platform/manifesthttps://developers.google.com/code-search/reference#filtershttps://android.googlesource.com/platform/tools/tradefed_cluster/+/rhttps://source.android.com/docs/setup/downloadingefs/heads/multitest-transport-dev

This refactors `run_command` to use `subprocess.Popen.communicate(timeout=...)` for a more robust timeout mechanism. The old method, relying on a custom `threading.Timer`, could fail to terminate stubborn processes like `fastboot oem dmesg`...

bug

Previously, right after we do `adb reboot`, we immediately executed `adb wait-for-device`. This is problematic because the device may still be in the process of shutting down (shutdown itself is...

improvement