commit | 133d2525ef27a7bc848e04f8a4fbf3498bbf1b47 | [log] [tgz] |
---|---|---|
author | jdesprez <jdesprez@google.com> | Fri Jan 26 12:06:00 2018 -0800 |
committer | jdesprez <jdesprez@google.com> | Fri Jan 26 12:09:59 2018 -0800 |
tree | 9aa6f9a08035fd9e6e2331a063b5d614d3f6352a | |
parent | 301915c1f50365fb54eb60d468ac4a9b926d9c21 [diff] |
Improve BaseTestSuite and ModuleLoader Allow moduleloader to be overriden for suite specific checking and loading. Fix setUpFilter in BaseTestSuite to load from subdirectory too. This will allow also to support cts sandboxing. Test: unit tests, run cts-suite -m CtsGesture run cts-suite Bug: 70778109 Bug: 65303193 Change-Id: I35f1f60db76f4f89a6d61363158314a9da8f57ac
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/