tree: 081a0b6a14aa1ce2b9d8ef53d2c294a59e7c7ab0 [path history] [tgz]
  1. puppet.md
  2. README.md
docs/reference/diagnostics/inspect/validator/README.md

Validator architecture

Validator applies automated interactive tests to a stateful library such as Inspect or file systems - an interactive golden file framework.

The Validator architecture includes:

  • A set of tests to validate functionality.
  • A FIDL protocol to invoke operations to be tested.
  • One or more puppet programs which receive FIDL commands and invoke library calls.
  • A reference implementation or simulation of the desired behavior.
  • Analysis of puppet results, comparison to local results, and reporting.

Inspect validator

The Inspect Validator implementation includes: