[roll] Roll antlion Fix generate_tests usage bug in ConnectionStressTest

generate_tests requires that all elements in its last argument are
iterable. This fixes ConnectionStressTest to pass a list of iterables to
generate_tests.

Locally verified that the ConnectionStressTest test list can be
enumerated:

$ python tests/wlan/functional/ConnectionStressTest.py -l
==========> ConnectionStressTest <==========
test_whirlwind_2g
test_whirlwind_5g
test_whirlwind_11ab_legacy_2g
test_whirlwind_11ab_legacy_5g
test_whirlwind_11ag_legacy_2g
test_whirlwind_11ag_legacy_5g
test_whirlwind_2g_wrong_ssid
test_whirlwind_5g_wrong_ssid
test_whirlwind_2g_wrong_password
test_whirlwind_5g_wrong_password

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/941917
Original-Revision: 0ba2cbd51ab63193381f2567d8b4f05963a2d1dd
GitOrigin-RevId: 444d0a8cc148d4f5a33961d73af96968924795f7
Change-Id: Ic47ad4ca91329c40f6477017f0828ffe7f3b14bd
1 file changed
tree: b7e854571c60466e271161af88a02ac4c37a3fff
  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.