mirror of https://github.com/k3s-io/k3s
![]() 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. |
||
---|---|---|
.. | ||
testdata | ||
BUILD | ||
OWNERS | ||
README.md | ||
cf_header.md | ||
conformance_test.sh | ||
walk.go | ||
walk_test.go |
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.