commit | 427f268f72a19be6000745d775524509daaf5c56 | [log] [tgz] |
---|---|---|
author | Oliver Nguyen <olivernguyen@google.com> | Thu Nov 21 16:23:18 2019 -0800 |
committer | Oliver Nguyen <olivernguyen@google.com> | Tue Feb 04 18:36:19 2020 +0000 |
tree | 8d3a78f48d0e672e0c30ec6083a60d45c4dd7967 | |
parent | acb96e5bdbea676c19194b433e351616a41d6bb2 [diff] |
Dump and reset coverage from system_server. Collect coverage from system_server when doing cross-process coverage. Test: Unit tests Bug: 137857876 Change-Id: Ibf226dbc41e3794860d6ea2fd64c1f26c8f6dca3 Merged-In: Ibf226dbc41e3794860d6ea2fd64c1f26c8f6dca3 Merged-In: I10a4079b38f92d85446c4ed2bb3180b5e05a9513 (cherry picked from commit d4221665f8c369a7475675af8cf4307a7f31b03d)
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.