[roll] Roll antlion Remove ssh_config from IPerfClientOverSsh

Removes the deprecated ssh_config argument, replacing all use with
SSHProvider. This allows for better typing while constructing iperf
clients. Removes IPerfClientOverSsh.close_ssh() as all use of the
SSHProvider is stateless and does not require manual cleanup.

A future change can furthermore remove or replace test_interface, which
is currently not being used by iperf. Instead, it is being used as a
back door for device-specific information (although not implemented for
every inheritor of IPerfClientBase).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/866617
Original-Revision: 771faac99a6c2ce1cb558b411c60c74789027514
GitOrigin-RevId: 1c2bdc02ba791530aa19a015b9783c8ea93481ec
Change-Id: Idab59c8b99e75e46db7714e241631ec247cc93fb
1 file changed
tree: 9c4d0b4d658ced779185dab73e7f4f0cb6639bf6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.