[roll] Roll fuchsia [honeydew] Updates to FFX transport

1. Created FfxConfig class which now hosts ffx.setup(), ffx.close() and
   ffx.get_config()
2. Instead of passing "--config <config>" to ffx command, set them using
   "ffx config set <config>" as per FFX team suggestion
3. Simplified honeydew.create_device() logic that relies on FFX

Verified the following on Patchset: 11
* HoneyDew code guidelines
* Successfully ran the impacted functional tests using InfraRun
* Successfully ran Honeydew builders using try-jobs

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/965152
Original-Revision: c88ca343235ca4cf4055b86632310143f178ecab
GitOrigin-RevId: 02c8896bfc2506b552efc67213f1d14155c4d616
Change-Id: I44f709d70d401da111f48fd2a8a6e45a54481ff8
1 file changed
tree: 3b20c09927f51534b4bbe25b8af8c3fa74a81a85
  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.