[roll] Roll fuchsia [sampler] Add Netstack3 conntrack selectors

These metrics will be used to two primary purposes:

1. Determine the real world load on NS3's connection tracking subsystem.
2. Figure out how important it is that we support fragmented packets for
   filtering and connection tracking.

Add a NS3 Sampler config test by refactoring the NS2 version. This
required introducing a trait to fetch inspect data since NS2 and NS3 use
different methods to fetch it.

Original-Bug: 340854613
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1051852
Original-Revision: 5f42c7ddcef110805e1ebba399cc156d7bc4e00c
GitOrigin-RevId: 318e573bb27d208e1b32cccb4cf88e0f91a0c7ef
Change-Id: Ie132e96cb9301aa00046e1ec36bf5f0d22668b27
1 file changed
tree: 6b820a4c3485f780631798559207ff8bbcfb7526
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.