mta: Fix networkui.SetProxyForRememberedNetwork The test is failing when attempting to connect to a specific Wi-Fi network configured through cros_network_config. At the time the test tries to connect, the target network may not have been discovered yet. This results in the connect button being disabled, preventing connection via the UI. This change addresses the issue by ensuring the target network is discovered beforehand, making it consistently available for connection through the UI. BUG=b:379034027 TEST=tast run <DUT> networkui.SetProxyForRememberedNetwork Change-Id: I53213c872cf569ee69a53f62e6f367572481d494 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/6021877 Commit-Queue: Alfred Yu <[email protected]> Reviewed-by: Chad Duffin <[email protected]> Tested-by: Alfred Yu <[email protected]> Reviewed-by: Navin Ramsaroop <[email protected]> Tast-Review: Navin Ramsaroop <[email protected]> (cherry picked from commit 2e341876249383e3fbef79b55216250eb408a3f4) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/6090811 Tested-by: Alfred Yu (xWF) <[email protected]> Release-Owner: Alon Bajayo <[email protected]> Commit-Queue: Alfred Yu (xWF) <[email protected]> Reviewed-by: Jason Stanko <[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.