[roll] Roll fuchsia [netcfg] Use test_case throughout interface tests

Re-work tests in interface.rs to use the test_case macro instead of a
vector of test cases within the test function. This makes it easier to
see what test case fails specifically if there is a regression.

I refactored `test_generate_stable_name` to be more clear about what is
being tested, since it originally relied on using the same
FileBackedConfig across cases.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/938053
Original-Revision: ae177edfe26e2ce98f08027a99f5931570bda475
GitOrigin-RevId: bb562a0630c7d1f2fd17c7a44b42536e008b1fe1
Change-Id: Iade091486b8ec9be34cdbf7da16268c6abedc27d
1 file changed
tree: 23ae982a25ddb7456528d2ed7252afb5a7948b12
  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.