Metric utility for metric file post processor.

This utility will be used to store the test results, write metrics to a
file.

It also provides utility method for aggregating similar tests which
differs only by iteration number in the test name or having same test
name with in same test run in Microbenchmark test runner.

Refactored AggregatePostProcessor to use MetricUtility.

Bug: b/177067595, b/186040059

Test: MetricUtilTest.
Change-Id: I845e1693a191b1b33bff761feb726876ff68742a
Merged-In: I845e1693a191b1b33bff761feb726876ff68742a
3 files changed
tree: ac666391196d14c733c4648e869d0b26ef5932fc
  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.