Ensure Yaml commands can parse with args

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

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.