commit | 142116ac8596a286af1daef8842a4f87457e16a6 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue Jan 29 10:31:33 2019 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Wed Jan 30 14:56:44 2019 -0800 |
tree | 84fe0f55df6e668a5a7997feda5568d4df8709c4 | |
parent | 66ad8ccc0959b7c41bc3e1ebbf54f00758f6f11c [diff] |
Allow to exclude some parameterization of modules for convenience It's useful to make some runs without some of the parameterization but with some others. For example: No instant, but abis. Test: unit tests ./cts-tradefed run cts --enable-parameterized-modules --skip-preconditions --skip-all-system-status-check --skip-device-info -m CtsAnimation --exclude-module-parameters not_instant_app Bug: 123530607 Change-Id: Ic52546923e1909a89f8ff471d05e04c72088ccec
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/