commit | 962233be3a534387a365acb4da657081e9023547 | [log] [tgz] |
---|---|---|
author | Pete Gillin <peteg@google.com> | Fri Jun 07 18:08:29 2019 +0100 |
committer | Pete Gillin <peteg@google.com> | Fri Jun 07 18:18:22 2019 +0100 |
tree | 57faa8e7dbfd3fc032f4e46e7a68826fb6f52f7e | |
parent | 4067782874e08fc5cf02595d9f607af788cacb22 [diff] |
Remove tradefed's dependencies on the java.xml.bind module. This dependency (for the Java 9 module system) was added in http://r.android.com/524977 citing an import in StreamUtil.java. That import was removed in http://r.android.com/649822, and there are no longer any references to any of this module's packages in tradefed. As well as removing an unused dependency, this is good because the module is deprecated, and is removed in OpenJDK 11. Test: EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9=true make tradefed tradefed-tests Bug: 131683177 Change-Id: Ib39d2a4ce510689ed7d90248b290e475c7cc4f5f
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