Android VTS 8.0 Release 1 (4256865)
release-request-d62c3b90-b48f-4043-8027-4bf9617afda9-for-git_oc-vts-release-4249140 snap-temp-L01700000089694512

Change-Id: I6a3482633c48bffa00e7fbd310b94a2a2868cc45
tree: d7f5e75f4ac06e988f6e8fe0d1d39dc97aaf2cf8
  1. prod-tests/
  2. proto/
  3. remote/
  4. res/
  5. src/
  6. tests/
  7. util-apps/
  8. .classpath
  9. .gitignore
  10. .project
  11. Android.mk
  12. CleanSpec.mk
  13. error_prone_rules.mk
  14. MANIFEST.mf
  15. PREUPLOAD.cfg
  16. README.md
  17. run_tf_cmd.sh
  18. script_help.sh
  19. tradefed.sh
  20. tradefed_win.bat
  21. verify.sh
README.md

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/