[roll] Roll fuchsia [ffx][config] Remove magic for tests.

It's much much less confusing to just have tests be clear about how
they're initializing the environment.

This means that if you write a test that uses config and it's run
independently from ffx it will error until you run the test_init()
function, but I think that's better. We could add a wrapper macro
to do this automatically if we really want (and that might be good
because it could also tear it down), but this is a good first step
to that.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/685323
Original-Revision: 27432bb7b67e9d532cf4a920ef4427d400a17d18
GitOrigin-RevId: d31f90975da8b334296535fc381389c952c3eebb
Change-Id: I10b32362963d6f0c617d0f8667ce739fed1cba08
1 file changed
tree: fd9d4f6606c6d42dfd83483ab3b9e51131075a2a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.