commit | e96a292420e4d3fca18b3cb912aa985584c4b202 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Jul 12 17:21:16 2019 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Fri Jul 12 19:24:03 2019 -0700 |
tree | 5d537ca17cc05f6e4aa6e999e9ecf92cf53f2821 | |
parent | 0248c53343004394bd8d8663d8ffed3a6e377691 [diff] |
Create the test framework vs. TF core Very first split. Test: unit tests Bug: 137401530 Change-Id: I2ee394b4d3c997caa5e7aa354061640faf064bc4
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