[roll] Roll antlion WlanRvrTest: simplify IP address detection

This test performed DUT IP address detection twice, which is unnecessary
duplication. Furthermore, the test had its own method of awaiting IP
addresses, rather than using the shared one within FuchsiaDevice.

This CL simplifies the logic to use the shared methods. Additionally,
we shouldn't attempt to run the test without an IP address, as this is
a case we never expect to happen on-device.

Original-Fixed: b/258264565
Original-Bug: b/422236818
Test: fx test-remote --builder smart_display_m3_eng_paused.nelson-release-antlion-full-tests --test wlan_rvr_test_2g_open
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1302885
Original-Revision: 2d86f5535e7264d9d80be5f40db443f14205ea53
GitOrigin-RevId: aea1bfb0c28ec07ee45df3104f61f7bb2bc24f0a
Change-Id: I120678b627d61c33a13ae28077642022f834fdf3
1 file changed
tree: 513fa1860b15b3e07b32e6a5b8ca45a94f29a2e1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.