[smoke test] Add non-KVM tests on all test machines

Previously the tests were always run with whatever the test machine
provided, which typically always have KVM support. This now forces
tests to be run on a non-KVM emulator as well, to ensure that DFv2
is tested properly in all configurations. Enabling/disabling KVM
causes the PCI device enumeration to be different, so we want to
cover all cases in our tests.

Change-Id: I00cc0c8bc0fc0d8ea04b1abfa3bf9c85a9c9441e
Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-samples/drivers/+/769151
Commit-Queue: Wayne Piekarski <waynepie@google.com>
Reviewed-by: Renato Mangini Dias <mangini@google.com>
2 files changed
tree: fdc483df141a5241b04581ad48478ec247f36933
  1. scripts/
  2. src/
  3. third_party/
  4. tools/
  5. .bazelrc
  6. .clang-format
  7. .gitignore
  8. .gitmodules
  9. AUTHORS
  10. CONTRIBUTING.md
  11. driver-samples.code-workspace
  12. LICENSE
  13. OWNERS
  14. PATENTS
  15. README.md
  16. WORKSPACE.bazel
README.md

Fuchsia samples using the Fuchsia SDK

This repository contains instructions and source code to build, package and run Fuchsia samples using only the Fuchsia SDK.

Please refer to https://fuchsia.dev/fuchsia-src/get-started/sdk/get-started-with-driver for the most up to date guidance on how to bootstrap this repository.