You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`bundle/` - Contains bundle manifests and metadata under test.
35
36
*`bundle/tests/scorecard/config.yaml` - Configuration yaml to define and run scorecard tests.
36
-
*`tests/kuttl` - Contains tests written for kuttl to execute
37
-
*`tests/kuttl/kuttl-test.yaml` - Contains the kuttl configuration, it is here that you would add any kuttl specific configuration settings that you might require.
38
-
*`tests/kuttl/list-pods` - Contains a kuttl test case
39
-
*`tests/kuttl/list-pods/00-assert.yaml` - Contains a kuttl test case assert
40
-
*`tests/kuttl/list-pods/00-pod.yaml` - Contains a kuttl test case step
41
-
*`tests/kuttl/list-other` - Contains another kuttl test case
37
+
*`bundle/tests/scorecard/kuttl` - Contains tests written for kuttl to execute
38
+
*`bundle/tests/scorecard/kuttl/kuttl-test.yaml` - Contains the kuttl configuration, it is here that you would add any kuttl specific configuration settings that you might require.
39
+
*`bundle/tests/scorecard/kuttl/list-pods` - Contains a kuttl test case
40
+
*`bundle/tests/scorecard/kuttl/list-pods/00-assert.yaml` - Contains a kuttl test case assert
41
+
*`bundle/tests/scorecard/kuttl/list-pods/00-pod.yaml` - Contains a kuttl test case step
42
+
*`bundle/tests/scorecard/kuttl/list-other` - Contains another kuttl test case
42
43
43
44
When the scorecard kuttl binary is executed, it will process all the test
44
45
cases under the scorecard/kuttl directory within the bundle contents.
0 commit comments