[roll] Roll fuchsia [fx emu][gn sdk] Fix flaky tests in femu-test.sh

The previous checks on sudo commands was flaky. The test was running
the entire script and trying to look for the last .N file to check
for a command it was expecting. Also, the start-unsecure-internet.sh
script does cat /proc/sys/net/ipv4/ip_forward and this file may not
exist or be set to 0 on some Linux machines, and would also fail the
test.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/478529
Original-Revision: 8f363af5df89de785cb721a7eae26edcb7c07154
GitOrigin-RevId: 0759263e4bda1fdc10905f5d904d09d90b523236
Change-Id: Ic6cbd063f886ef0ed28dd168d2e23253851b5263
1 file changed
tree: 7527b36914c020791cc9529572bb698726401527
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.