[roll] Roll fuchsia [usb] Migrate USB function driver tests to gtest

Migrate unit tests for various USB function drivers from zxtest to gtest.
This unifies the test framework usage across these drivers and allows
leveraging standard gtest/gmock features.

This is required for the subsequent inspect test additions.

Affected drivers:
- usb-cdc-function
- usb-adb-function
- overnet-usb
- usb-fastboot-function

      usb-fastboot-function-test

Test: fx test usb-cdc-function-test usb-adb-unittest overnet-usb-test
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1623655
Original-Original-Revision: 1b5c7403c8eaf8a386c50a00b76704dcf9e26ab6
GitOrigin-RevId: 5abd2535655d879b0bb1f241abdd51655e314545
Change-Id: I7558693ec559fe2702601fd5f155d100e19ea011
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1621885
Cr-Commit-Position: refs/heads/main@{#193362}
1 file changed
tree: 4b1876d09f8e53c0d1450af790531deada4758f0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 in one of the communication channels documented at get involved.

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.