tree: 84b3fc2818c6e3f9c13504fef434edcea2e05ca4 [path history] [tgz]
  1. meta/
  2. platform/
  3. realm_builder/
  4. simple/
  5. tests/
  6. BUILD.gn
  7. OWNERS
  8. README.md
  9. support.cc
sdk/lib/driver_test_realm/README.md

Driver Test Realm

DriverTestRealm is an integration testing framework that runs drivers in a hermetic environment. It is useful for driver authors to test their drivers, and for system developers to run integration tests that use specific driver stacks. DriverTestRealm provides a hermetic version of all of the Driver Frameworks APIs, and provides an environment that is nearly identical to a running system.

For more information on how to use this library, please see the [documentation][/docs/development/drivers/testing/driver_test_realm.md].