Merge "Convert cancel to safer close() pattern" into oc-dev am: 06cbca570f
am: 07e27b6406

Change-Id: Icf41a7dc7c2318f84393096ac27543d9f47525cf
tree: 8a55669ec9c6b7cadd87411fb61acb49dc06581c
  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. OWNERS
  16. PREUPLOAD.cfg
  17. README.md
  18. run_tf_cmd.sh
  19. script_help.sh
  20. tradefed.sh
  21. tradefed_win.bat
  22. 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/