[roll] Roll fuchsia [netstack][tests] Enable `test_tcp_socket` to run against ns3

Now that this test can be run against ns3, it should. The caveat is that
the test tried to avoid flakes by adding static neighbor entries via
fuchsia.net.neighbor.Control, which we don't have in ns3 yet. However we
have similar tests that don't install static neighbor entries without
flakes. If the test ends up being flaky in CQ/CI, we can revert this CL.

Multiply: netstack-socket-integration-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/737582
Original-Revision: 04f14c3b333aeab01ea2c1ee3c779164df2ed200
GitOrigin-RevId: 929ef02e8d1adfa0efce19083e8a901323ebf7a1
Change-Id: I961d3c86656dbfc65a697caa83c2007a3d65dcc2
1 file changed
tree: 3cf8b99823c2f44139a562296f0e32a7200676ef
  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.