tradefed: add atest-tradefed.sh & import common hostside dependency jars

* Adds an atest-specific entry point for tradefed, this new entry point
  can handle atest-specific setup.

* In atest-tradefed.sh: Includes any hostside dependency jars that may be
  built but not fully installed.

Bug: 63295046
Test: `atest CtsOsHostTestCases` begins running the test
Change-Id: Ie7c6380a0028e814119408f91233e917c62d14d0
3 files changed
tree: 7415a2a17aae51262cead5cc77723e1c3cef78d3
  1. atest/
  2. prod-tests/
  3. proto/
  4. remote/
  5. res/
  6. src/
  7. tests/
  8. util-apps/
  9. .classpath
  10. .gitignore
  11. .project
  12. Android.mk
  13. atest_tradefed.sh
  14. CleanSpec.mk
  15. error_prone_rules.mk
  16. MANIFEST.mf
  17. OWNERS
  18. PREUPLOAD.cfg
  19. README.md
  20. run_tf_cmd.sh
  21. script_help.sh
  22. tradefed.sh
  23. tradefed_win.bat
  24. 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/