| commit | c3da3b7590af30229b9d5696358ecaba47db0def | [log] [tgz] |
|---|---|---|
| author | Ivan Kozlov <ivankozlov@google.com> | Thu Feb 15 15:57:20 2024 -0800 |
| committer | Ivan Kozlov <ivankozlov@google.com> | Tue Feb 20 03:03:22 2024 +0000 |
| tree | 92187ea8dcc70c2d83ef0d931d73f3eae10bcbb2 | |
| parent | 0174f7e36d429d7edef3cbecd92e8d446c1b44a4 [diff] |
fix: cb file does not get picked up by cbpp Change-Id: I69a45494ecb774cdc26a685a94e86e32372a13c2 Bug: 310994404 Test: make BTPairingTest
diff --git a/tests/automotive/mobly_tests/utilities/crystalball_metrics_utils.py b/tests/automotive/mobly_tests/utilities/crystalball_metrics_utils.py index 438ff3f..46810f8 100644 --- a/tests/automotive/mobly_tests/utilities/crystalball_metrics_utils.py +++ b/tests/automotive/mobly_tests/utilities/crystalball_metrics_utils.py
@@ -16,7 +16,9 @@ import logging from typing import Any, Dict -CB_FILENAME = 'crystalball.test_results.txt' +# Keep consistent with +# https://g3doc.corp.google.com/wireless/android/test_tools/crystalball/cbpp/README.md +CB_FILENAME = 'test_results.txt' def export_to_crystalball(data: Dict[str, Any], output_dir: str, test_name: str) -> None: