Remove an old feature which shouldn't be useful

With some of the isolation work, this isn't needed.
It's also unclear if this is used today as we simply carried
it from suite v1 to v2

Test: unit tests, presubmit
Bug: None
Change-Id: Icedb5d007223ba8881998d48692ddc39133e3013
3 files changed
tree: 5cd329a00da01879abf243f5707d37cc8943afb8
  1. aoa_helper/
  2. atest_proto/
  3. clearcut_client/
  4. common_util/
  5. device_build_interfaces/
  6. global_configuration/
  7. invocation_interfaces/
  8. isolation/
  9. javatests/
  10. lite/
  11. proto/
  12. reference_tests/
  13. remote/
  14. res/
  15. src/
  16. test_framework/
  17. test_result_interfaces/
  18. tests/
  19. util-apps/
  20. .classpath
  21. .gitignore
  22. .project
  23. Android.bp
  24. Android.mk
  25. aosp_sha.sh
  26. atest_tradefed.sh
  27. CleanSpec.mk
  28. error_prone_rules.mk
  29. MANIFEST.mf
  30. OWNERS
  31. PREUPLOAD.cfg
  32. pylintrc
  33. README.md
  34. run_tf_cmd.sh
  35. script_help.sh
  36. TEST_MAPPING
  37. tradefed.sh
  38. 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

Getting Code Reviewed

1. Create your change in Gerrit
2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google.com.iam.gserviceaccount.com)
3. Review the code review guidance at go/tf-guidelines and go/tradefed-code-reviews
4. GWSQ should add a couple of people from the team to review your code and give feedback.

More information

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

If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.