tree: 745f2fc0a7e376540f3c261a935b20748eb40b5c [path history] [tgz]
  1. fake_driver/
  2. meta/
  3. platform/
  4. realm_builder/
  5. simple/
  6. tests/
  7. BUILD.gn
  8. driver_test_realm.cc
  9. driver_test_realm.gni
  10. fake_resolver.cc
  11. OWNERS
  12. README.md
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].