commit | 85eabab85f4a5cb786f74e014b4b19a64688ac5a | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue Mar 10 10:10:42 2020 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Tue Mar 10 10:11:58 2020 -0700 |
tree | 6fa682ec4e5fec36e8b826928a0d073d9cb25662 | |
parent | ad375fe7fa2c2de4e4196fadf18f2c2dbe9e63f9 [diff] |
Fix remote local sharding Ensure it works in sandbox where BuildInfo is passed to the subprocess. Test: unit tests local run: https://sponge.corp.google.com/invocation?id=5f6ed589-a8d9-486f-8882-1bec5ca72d29&searchFor=user%3Ajdesprez Bug: 150239751 Change-Id: I3a07d7299234f2639d10d9965bb7de23267c3717
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
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.