tree: 9a602abc1c62410b1bfa9f1e0f090596ebe1630e [path history] [tgz]
  1. image/
  2. testdata/
  3. cf_header.md
  4. conformance_test.sh
  5. doc.go
  6. gen-conformance-docs.sh
  7. gen-conformance-yaml.sh
  8. gen-specsummaries.sh
  9. OWNERS
  10. README.md
  11. spec-to-docs.sh
  12. spec-to-yaml.sh
  13. walk.go
  14. walk_test.go
test/conformance/README.md

This directory contains the regression test for controlling the list of all conformance tests.

If you add or remove a conformance test, this test will fail and you will need to update the golden list of tests stored in testdata/. Changes to that file require review by sig-architecture.

To update the list, run hack/update-conformance-yaml.sh

Add the changed file to your PR, then send for review.