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
Copy file name to clipboardExpand all lines: CATALOG.md
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Depending on the workload type, not all tests are required to pass to satisfy be
7
7
8
8
## Test cases summary
9
9
10
-
### Total test cases: 118
10
+
### Total test cases: 119
11
11
12
12
### Total suites: 10
13
13
@@ -21,14 +21,14 @@ Depending on the workload type, not all tests are required to pass to satisfy be
21
21
|observability|5|
22
22
|operator|12|
23
23
|performance|6|
24
-
|platform-alteration|13|
24
+
|platform-alteration|14|
25
25
|preflight|18|
26
26
27
-
### Extended specific tests only: 12
27
+
### Extended specific tests only: 13
28
28
29
29
|Mandatory|Optional|
30
30
|---|---|
31
-
|9|3|
31
+
|10|3|
32
32
33
33
### Far-Edge specific tests only: 9
34
34
@@ -40,7 +40,7 @@ Depending on the workload type, not all tests are required to pass to satisfy be
40
40
41
41
|Mandatory|Optional|
42
42
|---|---|
43
-
|44|26|
43
+
|43|27|
44
44
45
45
### Telco specific tests only: 27
46
46
@@ -1355,12 +1355,12 @@ Description|Verifies that only single/multi namespaced operators are installed i
1355
1355
Suggested Remediation|Ensure that operator with install mode SingleNamespaced or MultiNamespaced only is installed in the tenant namespace. Any other operator with install mode AllNamespace, cluster-wide operator or pods not belonging to any operator must not be present in this namespace.
1356
1356
Best Practice Reference|https://redhat-best-practices-for-k8s.github.io/guide/#redhat-best-practices-for-k8s-cnf-operator-requirements
Description|Tests that all cluster operators are healthy.
1503
+
Suggested Remediation|Ensure each cluster operator is in an 'Available' state. If an operator is not in an 'Available' state, investigate the operator's logs and events to determine the cause of the failure.
1504
+
Best Practice Reference|https://redhat-best-practices-for-k8s.github.io/guide/#redhat-best-practices-for-k8s-cnf-operator-requirements
0 commit comments