aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 50fc1d3bb47e132a1e9f2114e4c3c9e4b04932f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Trade Federation (TF / tradefed)

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:
  * source build/envsetup.sh
  * tapas tradefed-all
  * make -j8

More information at:
https://source.android.com/devices/tech/test_infra/tradefed/