commit | 683b05905a5979b739929c59a24ee66e1b6696df | [log] [tgz] |
---|---|---|
author | David Haddock <dhaddock@google.com> | Fri Apr 22 21:26:40 2022 |
committer | David Haddock <dhaddock@chromium.org> | Sat Apr 23 08:31:38 2022 |
tree | 6f122e3a8078fcdfed77e26381d8e9a848207681 | |
parent | 472fc48397d1f509e38184982eb11c9c2ea9c58d [diff] |
Change the global variable for phone IP to read from other packages. We are going to use the same var to control adb-over-wifi for Nearby Share. So make it readable outside the crossdevice package. BUG=b:226934630 TEST=nearby-share and cross-device suites with adb-over-wifi Cq-Depend: 3603072 Change-Id: Icec29d3a4d36eed91a8121b2cb0bbf8c9b426e88 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/3603051 Tested-by: David Haddock <dhaddock@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.