commit | 47f1bb9ddc9fd7cb103fb0c9eb25f6899f1e87c3 | [log] [tgz] |
---|---|---|
author | Newman Liu <newmanliu19020@allion.corp-partner.google.com> | Wed Oct 04 02:43:48 2023 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Nov 19 00:43:40 2023 |
tree | 946eb0a26dcb74f176ab2239f4b606ab28ec6085 | |
parent | b6aebc2cb63c38c033264c35e805cd6edcfaa13d [diff] |
docking8,9: Add test to plug, unplug & flip the dock Unable to stress test this script. Already file a bug. (b:303365003) BUG=b:303332897 FIXED=b:303332897 TEST=tast run -var=DockingID=1912901 -var=ExtDispID=2007901 -var=EthernetID=j45sw01 -var=USBTypeAIDArray=2001901,2001902 <DUT> wwcb.PlugUnplugFlipDock.* Change-Id: Id29db81ca1c4bb779f04ef5c3a1200554e454735 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/4907463 Tast-Review: Eric Caruso <ejcaruso@chromium.org> Auto-Submit: Newman Liu <newmanliu19020@allion.corp-partner.google.com> Reviewed-by: Eric Caruso <ejcaruso@chromium.org> Reviewed-by: Frank Lin <flin@google.com> Tested-by: Newman Liu <newmanliu19020@allion.corp-partner.google.com> Commit-Queue: Frank Lin <flin@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.