commit | 4679b4655dafc28050412ac02807c0afb82ccdec | [log] [tgz] |
---|---|---|
author | Chao Yan <aceyansf@google.com> | Fri Dec 13 23:45:37 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 13 23:45:37 2019 +0000 |
tree | 80f9f16f48de69de2dc699e9bacf27b9ae995fa7 | |
parent | 7c2ac062f63455294845270d7587decd266bc890 [diff] | |
parent | 105e12d881106c5ecfd4940a164e10af3f8d23da [diff] |
Merge "Add test level timing metrics collection"
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.