commit | b2c59c3475cc440ee3dae9d57e9d87f26a6a1b71 | [log] [tgz] |
---|---|---|
author | Benjamin Gordon <bmgordon@chromium.org> | Fri Apr 16 19:09:16 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 21 19:25:55 2021 |
tree | debd84bafeb30c3837019b6b9e7c7c50a36ef287 | |
parent | 5612ed42d9f47f8837d5038bc9ff04ba73a0b545 [diff] |
scanner: Remove ippusb_manager support ippusb_manager is no longer in active use and will be entirely removed soon. Stop restarting its portion of the printing system to avoid missing service errors once ippusb_manager is no longer installed. This should have no effect on current tests since cups and lorgnette have both already been changed to use ippusb-bridge for IPP-over-USB connections. BUG=b:179413348 TEST=tast run '("dep:virtual_usb_printer")' Change-Id: Id18e48ea52d683dd386ca7cf53b3d3e9a4037d58 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/2830028 Reviewed-by: Kalvin Lee <kdlee@chromium.org> Reviewed-by: Kyra Moed <kmoed@google.com> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Benjamin Gordon <bmgordon@chromium.org> Tested-by: Benjamin Gordon <bmgordon@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.