commit | 5b75f1944e38764bc60932205d4719bc73dee641 | [log] [tgz] |
---|---|---|
author | Paul Moy <pmoy@chromium.org> | Mon Sep 16 18:53:34 2024 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 17 20:46:30 2024 |
tree | 4205981e1237f09568fc4714c3ce8166bbf9b2ef | |
parent | c4325b3e80e810e66e219f6f29b6d5c6c3eec9b3 [diff] |
scanner: promote scanner.InstallDLC to criticalstaging This test has been stable since the change to only running on internal boards. BUG=b:338041051 TEST=CQ passes Change-Id: I2e42a693236b21b1801de5076b4a60343254729d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/5867701 Tast-Review: Kshitij Shah <tij@google.com> Commit-Queue: Paul Moy <pmoy@chromium.org> Tested-by: Paul Moy <pmoy@chromium.org> Reviewed-by: Aaron Massey <aaronmassey@google.com>
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/go.chromium.org/tast-tests/cros/
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.