[roll] Roll antlion Add Runner and CompletedProcess protocols

Create protocols to generalize how commands are ran, both locally and
remotely, and how command output is accessed. Necessary to enable the
"warn_return_any" mypy configuration option.

Move PingResult dataclass to antlion.utils for standard typing of ping
results. Include the missing values needed by the non-Fuchsia ping
utility functions.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/953258
Original-Revision: cfbdcfcb0f92ec61fb1aa9119cbe8eefbfe9d701
GitOrigin-RevId: a2f1b5f233085f3540def33b09ca00b2a92d4ed3
Change-Id: I5a1a9b661831522afb41fad4cf075dcd5394d029
1 file changed
tree: 37e1ad81b2ec14ba1d33ce2f2b954580c45b072c
  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.