commit | 6162201b0759a169793a2620cc1d8abafd3558b2 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Dec 19 19:27:31 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 19 19:27:31 2019 +0000 |
tree | 2e290e09b95e149480c761928499885accf5c4b7 | |
parent | 2bbbcce0d6976d4018087f194aa6c0974d9c9067 [diff] | |
parent | 745d97df4c74d362863fd0ebf5dd85a5b225b62f [diff] |
Merge "Add typed getIntProperty/getBooleanProperty versions of getProperty"
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.