[roll] Roll infra/recipes [status_check] Use everywhere

Replace all uses of `api.test()` with `api.status_check.test()` to
comply with the new style guide (see
http://go/fxi/recipes#status-check-test).

This was a mostly a mechanical change, adding the expected status to all
test cases where the recipe currently fails. The only non-mechanical
change was in the cipd_with_dependencies_roller recipe, where a test
that was intended to pass was actually failing because it used dry-run
mock roll data for a live-run test. The solution was to switch the test
to dry-run mode.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/468115
Original-Revision: 021483960554b1a32df77912e4d767f62adc0505
GitOrigin-RevId: b72a1c1d9c3d292e5a1b261b93dec23e7ea2f59d
Change-Id: I0eb35a3c9ebb5b79a365f2910e8e7abc41213168
1 file changed
tree: 36a693e9e0d961e53cff0b19a849f95125058b86
  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.