commit | ac3aba24fb44c71f73ada1fb1ce7be1be22d0009 | [log] [tgz] |
---|---|---|
author | jdesprez <jdesprez@google.com> | Tue Feb 06 16:40:48 2018 -0800 |
committer | jdesprez <jdesprez@google.com> | Tue Feb 06 16:54:01 2018 -0800 |
tree | 7aef6d96829a4199a0010d4ce36b6a67f5aad31f | |
parent | 932d08dae1e9d4589ca641399ee96def95ef2c19 [diff] |
Improve the option application logic a bit Refactor the option parsing and injection in suite a bit. Instead of relying on some weird structure, inject through the main structure and interface. Test: unit tests run cts-suite --module-arg CtsGestureTestCases:runtime-hint:5 Bug: None Change-Id: I567f069946323ab9b11a792fe4f5a530da0c45db
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/