k3s/test/conformance
Aaron Crickenberger 67be4f5d06 Error on tests ineligible for promotion to conformance
If there are tags in the test name that describe qualities of the
test that make it ineligible for conformance, raise an error. This
is basically the "skip list" that heptio's e2e image used to use.

Thankfully all of our existing Conformance tests lack these tags. I
considered added [Slow] to the list, but let's save that for another
day.
2019-06-05 10:36:59 -07:00
..
testdata Add johnbelamaric as conformance test reviewer 2019-05-08 16:37:25 -07:00
BUILD
OWNERS Promote spiffxp to approver, add oomichi as reviewer 2019-05-07 12:11:36 -07:00
README.md cleanup command prompt for readme.md 2019-04-13 19:10:36 +08:00
cf_header.md
conformance_test.sh
walk.go Error on tests ineligible for promotion to conformance 2019-06-05 10:36:59 -07:00
walk_test.go Error on tests ineligible for promotion to conformance 2019-06-05 10:36:59 -07:00

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

bazel build //test/conformance:list_conformance_tests
cp bazel-genfiles/test/conformance/conformance.txt test/conformance/testdata

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