commit | 5e909fc92d7c289ccc0ceed7263374491ad2a96b | [log] [tgz] |
---|---|---|
author | yelinhsieh <yelinhsieh@google.com> | Fri Jun 22 16:16:56 2018 +0800 |
committer | Simran Basi <sbasi@google.com> | Mon Aug 13 12:13:46 2018 -0700 |
tree | f44fb774002d443a3cfb9863025dd80e006c9bb2 | |
parent | 9654225c4edcde5d812081605449072a3947daee [diff] |
TF: Host side GTest implement. Implement HostGTest.java and it's unittest. Bug: 110764311 Test: make -j tradefed-tests cd tools/tradefederation/core/tests ./run_tradefed_tests.sh --class com.android.tradefed.testtype.HostGTestTest Change-Id: I10729fbf5517fcfba7570e040e05fc2d7728814e
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/