[roll] Roll fuchsia [reachability] Ping internet with failing gateway

Continue to ping internet address regardless of gateway signal
status. This helps us report the correct state for some network
configurations where the gateways might not respond to ICMP
pings.

Added a table that outlines the expected states for the
different scenarios on the three different states: neighbors
discoverable, gateway discoverable, and gateway pingable.

Added test cases for situations where there are 0/2 gateway
signals responding (with internet connectivity), and where the
gateway is discoverable via ARP/ND but not responding to pings.

Original-Fixed: 119354
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/788824
Original-Revision: 1f7aa99a26ec8419b9dd4f2ce1338cdfa94d3279
GitOrigin-RevId: 1259035b6338ab84b1e2b9f814ec8c1d99341834
Change-Id: Id777999cad3216c927c4fee58fd86af25fe90fa3
1 file changed
tree: 795a590f4863422907ef4695facba7b34d2738df
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.