commit | 350e7470c10f6d34c35705bcb1eda117efa4518c | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Tue Jun 19 12:25:32 2018 -0700 |
committer | Dan Shi <dshi@google.com> | Fri Jun 29 09:40:53 2018 -0700 |
tree | 303fea5a626bc6c7ec5f0be2ab945c550ad6efd7 | |
parent | b8c71fedb7e5a6a6cd561bf80beabbd630aa8dbb [diff] |
Support importing other TEST_MAPPING files This change allows atest to handle TEST_MAPPING files containing imports, for example: "imports": [ { "path": "../folder2" } ] atest shall search for TEST_MAPPING files in the imported path and its parent directories and include all tests found for the given test group. Bug: 110166535 Test: unittest Change-Id: I73bd80534bceefb5c9c688369306f85156e2de8e
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/