commit | c931d1afd4748194f4ed0d82f1a3a9800f922b07 | [log] [tgz] |
---|---|---|
author | Michael Rosenfeld <mrosenfeld@google.com> | Mon Aug 19 11:02:26 2019 -0700 |
committer | Michael Rosenfeld <mrosenfeld@google.com> | Mon Aug 19 18:12:10 2019 +0000 |
tree | 5792a80c749f42189e658dc385d63b1035eca94f | |
parent | 2e93c7924dd487b23b400adbfed298dd46d26aa5 [diff] |
Post-process single-value metrics to have sub-metrics. * e.g. mean, median, etc. Bug: 122609013 Test: included Change-Id: I9db27a322802e569e54b3499c34aee75110a5faa
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/
See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.