commit | 19c8d3ded14619eb8cb81089436b4381ee05c52c | [log] [tgz] |
---|---|---|
author | Yongqin Liu <yongqin.liu@linaro.org> | Mon Oct 28 22:02:46 2024 +0800 |
committer | Anders Roxell <anders.roxell@gmail.com> | Fri Nov 01 17:57:29 2024 +0100 |
tree | cd9967aa97e6f36975915abb18e2361b3d2d0558 | |
parent | f3ce848cc6e00e5f84090f7daf91d5e7770bf73d [diff] |
noninteractive-tradefed: enable skipping of internet access check For some cases that before the WIFI or ethernet features work on the board, it would be better to be able to run the cts/vts tests for such devboards too, regardless of the network related failure. So adding the INTERNET_ACCESS variable to specify it it's necessary for the test, default to true for backwards compatibility Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>