Revert "hwdep: Update WiFiIntel()"
This reverts commit a6a6dc45db869c6435747446af428275398ab38c.
Reason for revert: build failure b/240468521
Original change's description:
> hwdep: Update WiFiIntel()
>
> Use a list of known Intel Wifi chip instead of keeping track of two
> long lists of non-intel boards and models that need to be updated
> regurally. Also, covering models that could have Intel and non-Intel
> WiFi chips.
>
> BUG=b:237216207
> TEST=ran:
> fast_build.sh -T [[ PASS ]]
> ran the test on {brya/gimble, atlas}:
> tast run localhost:2220 wifi.CheckIntelFWDump [[ PASS ]]
> ran the test on {kevin, trogdor, barla/grunt, brya/taeko(Realtek8852ce)}:
> tast run localhost:2220 wifi.CheckIntelFWDump [[ SKIP ]]
>
> Change-Id: Ib2b115e9143048b6ec3bcdc1180ebf22e1043b2e
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/3701053
> Commit-Queue: Arowa Suliman <arowa@chromium.org>
> Tested-by: Arowa Suliman <arowa@chromium.org>
> Reviewed-by: Seewai Fu <seewaifu@google.com>
> Reviewed-by: Matthew Wang <matthewmwang@chromium.org>
> Reviewed-by: Jacek Siuda <jsiuda@google.com>
> (cherry picked from commit c70e2a2c4f1e52cb300e30c840680bd254f62f75)
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/3780997
> Commit-Queue: Billy Zhao <billyzhao@chromium.org>
> Tested-by: Billy Zhao <billyzhao@chromium.org>
> Reviewed-by: Kevin Lund <kglund@google.com>
Bug: b:237216207
Change-Id: Ie81d047916a39d737b055bcc313d93872edec400
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/3790283
Reviewed-by: Seewai Fu <seewaifu@google.com>
Commit-Queue: Seewai Fu <seewaifu@google.com>
Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org>
Reviewed-by: Matthew Wang <matthewmwang@chromium.org>
Auto-Submit: Tatsuhisa Yamaguchi <yamaguchi@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Tast is an integration-testing system for ChromeOS. Its focus is on maintainability, speed, and ease of interpreting and reproducing test results. It supports building, deploying, and running tests. It doesn't implement other functionality like managing labs of devices used for testing, scheduling tests, or storing test results.
For more information, see the list of documentation.
This repository is organized in accordance with the Go in ChromiumOS suggestions.
src/chromiumos/cmd/local_test_runner/ - main package for the local_test_runner executable used to execute local test bundles on-device.cmd/remote_test_runner/ - main package for the remote_test_runner executable used to execute remote test bundles on the host system.cmd/tast/ - main package for the tast executable used to build and run tests.... - Packages used only by the tast executable.tast/... - Common packages shared by multiple executables.Tests are located in the tast-tests repository.
The Go gopher concept and design was originally created by Renee French and is covered by the Creative Commons Attribution 3.0 license. The Tast logo above is also covered by the Creative Commons Attribution 3.0 license.