[roll] Roll fuchsia [netcfg] Provisioning based on multiple rules

Determine whether an interface matches ALL of the matchers prior to
finding the provisioning action based on that selector's provisioning
action.

Create a helper fn to check whether all matchers for a given
`ProvisioningRule` match the provided `DeviceInfo` and
`interface_name`.

Add tests that make use of the provisioning-specific matcher,
`InterfaceName`, and the other possible matchers.

Original-Bug: 135087
Original-Bug: b/309011039

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/945980
Original-Revision: 5f90a04753d6b501fc780ffdac45c933c435488c
GitOrigin-RevId: 7c1ecf6ca300d904eb365e5bd130cd870efaf72b
Change-Id: I6c0a242b48c893bea0d115ddb2e12ef65d7a43eb
1 file changed
tree: 3b718318024fbb310d3e466e975141abbf3e00b9
  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.