commit | b0e8801f7f7cc5f889aaaf2207c245b888702b0a | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Nov 19 11:49:48 2018 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Mon Nov 19 11:51:08 2018 -0800 |
tree | eb5fc5f924cf110b149b2c713e400d67039e2427 | |
parent | bc2f315f51442225bc0b3cbcfc3f66aadde96366 [diff] |
add an official getBattery API to ITestDevice Avoid relying directly on IDevice everywhere for battery instead provide an ITestDevice API. Test: unit tests Bug: 119764758 Change-Id: I714d075021a023cd608c22dd2e8c67f84c56bea7
TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.
Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.
Building TF:
More information at: https://source.android.com/devices/tech/test_infra/tradefed/