Fix metrics.data_types.timing_unittest.TimingTest

The test did not stub out the metrics_util class, so it would
try to create the user_data directory in the BDK tree and pull
actual data for the unit test.

Bug: 28566748
Change-Id: Iec69b3d9f4a5e8a09f8edb3c3249516cdb9eb942
Test: `python test_runner.py` passes
1 file changed
tree: bdbe5903fe05e73cae7115c7a2381d59c7c30c0d
  1. brunch/
  2. build/
  3. cli/
  4. debugging/
  5. pkgconfig/
  6. schema/
  7. .gitignore
  8. Android.mk
  9. CHANGES.md
  10. MODULE_LICENSE_APACHE2
  11. NOTICE
  12. PREUPLOAD.cfg
  13. README.md
  14. VERSION
README.md

The Brillo Developer Kit (BDK)

This is the bdk which is used to build Brillo.

Directory Listing

  • cli/: The main body of code that makes up the bdk tool.
  • schema/: Specification for the user's project.xml files.
  • CHANGES: A log highlighting major features across releases.
  • VERSION: This file should be the source of truth of the version number for a checkout. It will be updated by Builders and used by tools needing version information.