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.
Package main provides a tool that scans kubernetes e2e test source code
looking for conformance test declarations, which it emits on stdout. It
also looks for legacy, manually added "[Conformance]" tags and reports an
error if it finds any.
This approach is not air tight, but it will serve our purpose as a
pre-submit check.