commit | 4983999b9d67b934b81a3efc831ca3a191a6b4cc | [log] [tgz] |
---|---|---|
author | Chung-Sheng Wu <chungsheng@google.com> | Thu Jun 30 19:05:13 2022 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 06 20:20:56 2022 |
tree | e4d0d1e1da4f95589c1be1ee33852d5bde00271b | |
parent | 3b261b7836b0fcc87a6d63bfb01c454c8aa46cc2 [diff] |
health: Add audio hardware tast Add new tast for audio hardware information telemetry. BUG=b:222405551 TEST=tast run $DUT health.ProbeAudioHardwareInfo Cq-Depend: chromium:3710653 Change-Id: I13cd0e1801f575b1a3487dd0fca5225d7b140209 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/3739100 Commit-Queue: Chung-Sheng Wu <chungsheng@google.com> Tested-by: Chung-Sheng Wu <chungsheng@google.com> Reviewed-by: Alvin Jia <alvinjia@google.com> Reviewed-by: Kerker Yang <kerker@chromium.org>
This repository contains integration tests that are run by Tast.
helpers/
- Source code for binaries executed by tests.local/
- Helpers for local tests that are compiled and installed to /usr/local/libexec/tast/helpers/local/cros
by the tast-local-helpers-cros
package.src/chromiumos/tast/
Shared code, the main tast
executable, the local_test_runner
and remote_test_runner
executables responsible for running bundles, and documentation are located in the tast repository.