commit | 3c7b575495a8aab4a0b417b7be705a4a7022648d | [log] [tgz] |
---|---|---|
author | Kyle Shimabukuro <kyleshima@chromium.org> | Wed Aug 03 21:50:37 2022 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 09 20:23:08 2022 |
tree | 16eb9601d4eaf6eb07cee061942e2ba966388e57 | |
parent | 7d1c1bcd859228576d1a932fd17c5e2c5fcd451f [diff] |
Remove discovery re-attempts from NS CrOS->CrOS tests We no longer need these discovery retries in the tests to debug issues on grunt. Remove them to consolidate failures for better test reporting. BUG=b:240180328 TEST=group:nearby-share-remote Change-Id: Ic47e069935dd92e4fe67b82d1104e162ea7e609e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/3808275 Reviewed-by: David Haddock <dhaddock@chromium.org> Commit-Queue: David Haddock <dhaddock@chromium.org> Tested-by: Kyle Shimabukuro <kyleshima@chromium.org> Auto-Submit: Kyle Shimabukuro <kyleshima@chromium.org> (cherry picked from commit d4940c4625b7c87e6d76e4cd8e6fef2c324a0611) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/3821722 Tested-by: David Haddock <dhaddock@chromium.org> Auto-Submit: David Haddock <dhaddock@chromium.org> Commit-Queue: Kyle Shimabukuro <kyleshima@chromium.org> Reviewed-by: Kyle Shimabukuro <kyleshima@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.