| commit | ed822f85855e9bcf903c696d6abbac03d193c3f4 | [log] [tgz] |
|---|---|---|
| author | Prashanth Swaminathan <prashanthsw@google.com> | Fri Jun 13 10:06:29 2025 -0700 |
| committer | Prashanth Swaminathan <prashanthsw@google.com> | Fri Jun 13 11:13:37 2025 -0700 |
| tree | cc7e20bbf2316b6cd3b972de2a150c06f6902da1 | |
| parent | 5db27273e01b1e9b08caa46db0c5d648beaeeee6 [diff] |
[mobly] Limit socket read to under I/O timeout The I/O timeout on our bots is generally 6 minutes. Ensure the read timeout is lower than this, to prevent tests from timing out the task. Change-Id: I96f0ce21c94bb15190bb32595861ee2a6227d33a Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/github.com/google/mobly/+/1300570 Reviewed-by: Cole Alban <colealban@google.com>
Mobly is a Python-based test framework that specializes in supporting test cases that require multiple devices, complex environments, or custom hardware setups.
Here are some example use cases:
Mobly can support many different types of devices and equipment, and it's easy to plug your own device or custom equipment/service into Mobly.
Mobly comes with a set of libs to control common devices like Android devices.
While developed by Googlers, Mobly is not an official Google product.
Mobly requires python 3.11 or newer.
Mobly tests could run on the following platforms:
You can install the released package from pip
pip install mobly
or install from the source to use the bleeding edge:
git clone https://github.com/google/mobly.git cd mobly pip install -e .
You may need sudo for the above commands if your system has certain permission restrictions.
Mobly 101 - Simple test examples to get you started with Mobly.
Mobly Instrumentation Runner Tutorial - How to use Mobly's Android instrumentation test runner to run Android instrumentation tests.
Mobly AndroidDevice Service - Create custom service to attach to Mobly's AndroidDevice controller.
The Mobly Snippet projects let users better control Android devices.