[roll] Roll fuchsia [superproject] Roll antlion Migrate ChannelSweepTest to generate_tests

Migrate away from the deprecated ACTS self.run_generated_testcases
method to the Mobly self.generate_tests method. Doing this has increased
readability of the test class and allow for easy adding/removing of
parameters to permeate with.

Rework how throughput CSV and HTML files are being generated. These
files are now generated at the end of the test.

Rework verification of throughput standard deviation. Implement a new
test called "test_standard_deviation" that looks through all previous
test results and calculate the standard deviation for each
county/security/bandwidth combo across all channels. This test is
guaranteed to run last.

Move regulatory_channels.py into the antlion package such that multiple
tests can use the registry of WLAN channels.

Original-Fixed: b/281582355
Original-Bug: b/274619290
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/869279
Original-Revision: c2af962fe1345ff01ca7bf83edc0a552761e4c5f
GitOrigin-RevId: 91d0fbe0129862ea976b441f820cc4b85c620bc7
Roller-URL: https://ci.chromium.org/b/8775175677806269169
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/886794
Original-Revision: 47fc95b04c4fad0c62a26b20a934b4e02267e076
Change-Id: I0ba10819ea97c6a071d1768d4af26680ccd26533
1 file changed
tree: 6215c0a18cc858d68d9f7a72f8b0714349fe9458
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.