[roll] 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: 1d6916e94eb82c1bfac57d115540c588c32550ae
Change-Id: I90df19463771928ed66d7eb3baa031c22d412364
1 file changed
tree: e12c077fd9c024c5406d62a4c1d2fa5ec0dfe6ca
  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.