Android O MR1 IOT Release 1.0.14 (5718152)
Merge "Logging during sharding is not quite possible"
tree: 9ef9da43a7a0b6c03558f1f7ee3b63faa7b0b706
  1. atest/
  2. clearcut_client/
  3. common_util/
  4. device_build_interfaces/
  5. global_configuration/
  6. invocation_interfaces/
  7. proto/
  8. python-lib/
  9. remote/
  10. res/
  11. src/
  12. test_result_interfaces/
  13. tests/
  14. util-apps/
  15. .classpath
  16. .gitignore
  17. .project
  18. Android.bp
  19. Android.mk
  20. atest_tradefed.sh
  21. CleanSpec.mk
  22. error_prone_rules.mk
  23. MANIFEST.mf
  24. OWNERS
  25. PREUPLOAD.cfg
  26. pylintrc
  27. README.md
  28. run_tf_cmd.sh
  29. script_help.sh
  30. TEST_MAPPING
  31. TEST_MAPPING_README
  32. tradefed.sh
  33. tradefed_win.bat
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/

See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture