• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Trade Federation (TF / Tradefed)
2
3TF is a test harness used to drive Android automated testing. It runs on test hosts
4and monitors the connected devices, handling test scheduling & execution and device
5management.
6
7Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite
8(VTS) use TF as a basis and extend it for their particular needs.
9
10### Building TF:
11
12  * source build/envsetup.sh
13  * tapas tradefed-all
14  * make -j8
15
16### Getting Code Reviewed
17
18    1. Create your change in Gerrit
19    2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google.com.iam.gserviceaccount.com)
20    3. Review the code review guidance at go/tf-guidelines and go/tradefed-code-reviews
21    4. GWSQ should add a couple of people from the team to review your code and give feedback.
22
23### More information
24
25More information at:
26https://source.android.com/docs/core/tests/tradefed/
27
28See more details about Tradefed Architecture at:
29https://source.android.com/docs/core/tests/tradefed/architecture
30
31If you are a tests writer you should start looking in the test_framework/
32component which contains everything needed to write a tests in Tradefed.
33