commit | 931517dfe95040deab22a4835c17d8b73b649550 | [log] [tgz] |
---|---|---|
author | Joseph Murphy <murj@google.com> | Tue Apr 06 21:22:57 2021 +0000 |
committer | Joseph Murphy <murj@google.com> | Tue Apr 06 22:11:19 2021 +0000 |
tree | 768902dd33f2bab7b9f316824e3cb9803693e66d | |
parent | b040d5873062098b7f97967a12a6364be081c689 [diff] |
Adds another Shell API test to the functional tests This one tests the pipe-to-input feature on the V2 command. Bug: b/184200701 Test: is test Change-Id: Ifebb8cddee7ca2b9110ad2d8230f2c81cf9bd781
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.
1. Create your change in Gerrit 2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google.com.iam.gserviceaccount.com) 3. Review the code review guidance at go/tf-guidelines and go/tradefed-code-reviews 4. GWSQ should add a couple of people from the team to review your code and give feedback.
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.