commit | c8bd734a8b47f9de61c45f97c5c79de8b7773d67 | [log] [tgz] |
---|---|---|
author | YuhanYang <yyhyyh@google.com> | Thu Sep 12 18:38:54 2024 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 17 20:50:07 2024 |
tree | 560b6ffa3c0f6b5a2f8118544b13b950783e4fb8 | |
parent | 5b75f1944e38764bc60932205d4719bc73dee641 [diff] |
Fix flaky diagnostics.InputCheckRegionalKey BUG=b:350763174 TEST=diagnostics.InputCheckRegionalKey.jp TEST=diagnostics.InputCheckRegionalKey.us TEST=diagnostics.InputCheckRegionalKey.fr Change-Id: I94e749b1d95f947f77af188cb012d163bd6ed6c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/5857947 Reviewed-by: Joseph Pang <pjlee@google.com> Reviewed-by: David Padlipsky <dpad@google.com> Commit-Queue: Yuhan Yang <yyhyyh@google.com> Tast-Review: Joseph Pang <pjlee@google.com> Tested-by: Yuhan Yang <yyhyyh@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.