commit | 8f07cd919894ac00cb4adede509398934c55e74d | [log] [tgz] |
---|---|---|
author | Crisrael Lucero <crisrael@google.com> | Fri Oct 28 19:16:25 2022 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Nov 06 00:34:21 2022 |
tree | 0601acce7b8d4a651124969b65cea36acd394d9e | |
parent | 4e20465293ea4514033c979ac6b7cf821b322909 [diff] |
[Nearby][WifiCreds] Include unsecure Wi-Fi network tast test Adds a new tast test that uses nearby share to have an Android send an unsecure network (both empty password and Open security type). This test will verify that we do not accept unsecure networks. BUG=b:256192985 TEST=this Change-Id: I2f0f425e2a66b283c00c575479458d62b40a5aeb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/3989419 Reviewed-by: Kyle Shimabukuro <kyleshima@chromium.org> Tested-by: Crisrael Lucero <crisrael@google.com> Commit-Queue: Crisrael Lucero <crisrael@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/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.