[roll] Roll fuchsia [netstack] Refactor DHCP integration tests

This commit reduces duplication in the following ways:

1) Extracts DHCP boilerplate from test cases into shared utils.

2) Reduces static configuration of DHCP server address params (e.g.
broadcast, network_id) to a minimal subset. Computes AddressPools
on-the-fly from that subset.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/504499
Original-Revision: 147321822170dbc3338e63524395171c80b6ae44
GitOrigin-RevId: db4898d9d65af891a0f913345e165263c34224fe
Change-Id: I3497831dbfd7dab791d797b93d37ab0135cf9842
1 file changed
tree: 9ecab36b7fd3aa2046e6fdaa72b866fbd3d482a5
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.