| commit | 7366fe88b1a1ad7bc057296430f300d834e1113f | [log] [tgz] |
|---|---|---|
| author | Victor Gabriel Savu <[email protected]> | Thu Dec 11 18:05:29 2025 |
| committer | Chromeos LUCI <[email protected]> | Fri Dec 12 08:52:06 2025 |
| tree | d3103ec3dbd1af668ffc5f8e440437344df2bdc7 | |
| parent | ee825a8da34494518989b6fc9c4894fb74ff9960 [diff] |
policy: Regenerate defs.go Generated using the following commands (assuming Chromium is checked out at ~/chromium and ChromiumOS is checked out at ~/chromiumos): $ ~/chromium/src/components/policy/resources/policy_templates.py $ python3 ~/chromiumos/src/platform/tast-tests/src/go.chromium.org/tast-tests/cros/common/policy/gen/policy_tast_struct_creator.py --policy_templates ~/chromium/src/components/policy/resources/policy_templates.json --out ~/chromiumos/src/platform/tast-tests/src/go.chromium.org/tast-tests/cros/common/policy/defs.go BUG=None TEST=cros_sdk /mnt/host/source/src/platform/tast/fast_build.sh -T Change-Id: Iffa3461ab3091e3e8a58f6ba50143915f39f87dd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/7253370 Tast-Review: Alexander Hartl <[email protected]> Reviewed-by: Alexander Hartl <[email protected]> Tested-by: Victor Gabriel Savu <[email protected]> Commit-Queue: Alexander Hartl <[email protected]> Auto-Submit: Victor Gabriel Savu <[email protected]>
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.