[roll] Roll fuchsia [nvme] Fix and run nvme_bind_test.

"nvme:tests" was missing from src/devices/block/drivers/BUILD.gn. Hence
fxrev.dev/707763 and fxrev.dev/714013 breaking this test went
undetected.

fxrev.dev/707763 changed the relevant bind rule, whereas
fxrev.dev/714013 only changed this test. This CL changes the test to
allow for fxrev.dev/707763's new bind rule, and reverts
fxrev.dev/714013's test-only changes. A follow-up CL will reimplement
fxrev.dev/714013's intended bind rule change.

Original-Bug: 102133
Test: fx test nvme_bind_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/753362
Original-Revision: 580d6c9149bc3d595db8bbb82f9d0416009e4c9e
GitOrigin-RevId: 4316b186394ad9d6a8b410808776e6e79f783484
Change-Id: I29103a0ac99513ad9b3754d0ddfc7e35fa566d0c
1 file changed
tree: e8f2f3fe81e14d45541b41f33a04b56392ebc286
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.