1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/vendor/k8s.io/kubernetes/test/conformance
2019-10-23 23:19:53 -07:00
..
testdata update vendor 2019-10-23 23:19:53 -07:00
BUILD update vendor 2019-10-23 23:19:53 -07:00
cf_header.md update vendor 2019-10-23 23:19:53 -07:00
conformance_test.sh update vendor 2019-10-23 23:19:53 -07:00
OWNERS update vendor 2019-10-23 23:19:53 -07:00
README.md update vendor 2019-10-23 23:19:53 -07:00
walk.go update vendor 2019-10-23 23:19:53 -07:00
walk_test.go update vendor 2019-10-23 23:19:53 -07:00

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.