commit | 1533b792eef6be4140eaddf6f794de16b08154f4 | [log] [tgz] |
---|---|---|
author | williamgoh <williamgoh@google.com> | Mon Jul 30 15:52:34 2018 -0700 |
committer | williamgoh <williamgoh@google.com> | Fri Aug 24 10:06:10 2018 -0700 |
tree | 54990cd875621222053808a8772109f3860eaa48 | |
parent | cd77868ff98e6df06ef2d1ec2c8af786c1a2bbe6 [diff] |
[TF] Added methods to get info for a single device. Added methods to DeviceManager and DeviceMonitor to get info for a single device. Used for quicker DeviceMonitor snapshots. Bug: 74403180 Test: tools/tradefederation/core/tests/run_tradefed_tests.sh Change-Id: I1c8db492d05f2a7f6320669cf2075573344cc4ce Merged-In: I1c8db492d05f2a7f6320669cf2075573344cc4ce
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/