Home | History | Annotate | Download | only in core
      1 # Trade Federation (TF / tradefed)
      2 
      3 TF is a test harness used to drive Android automated testing. It runs on test hosts
      4 and monitors the connected devices, handling test scheduling & execution and device
      5 management.
      6 
      7 Other 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   * source build/envsetup.sh
     12   * tapas tradefed-all
     13   * make -j8
     14 
     15 More information at:
     16 https://source.android.com/devices/tech/test_infra/tradefed/
     17 
     18