tree: b1fbdade93e7c144618ab2ddf0fe5d204f4babf5 [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:

See also Inspect Validator Puppet Architecture