Skip to content

Commit f0ff608

Browse files
committed
moving single-or-multi-namespaced-allowed-in-tenant-namespaces to mandatory only for the extended scenario
1 parent 590e4fd commit f0ff608

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

CATALOG.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Depending on the workload type, not all tests are required to pass to satisfy be
77

88
## Test cases summary
99

10-
### Total test cases: 118
10+
### Total test cases: 119
1111

1212
### Total suites: 10
1313

@@ -21,14 +21,14 @@ Depending on the workload type, not all tests are required to pass to satisfy be
2121
|observability|5|
2222
|operator|12|
2323
|performance|6|
24-
|platform-alteration|13|
24+
|platform-alteration|14|
2525
|preflight|18|
2626

27-
### Extended specific tests only: 12
27+
### Extended specific tests only: 13
2828

2929
|Mandatory|Optional|
3030
|---|---|
31-
|9|3|
31+
|10|3|
3232

3333
### Far-Edge specific tests only: 9
3434

@@ -40,7 +40,7 @@ Depending on the workload type, not all tests are required to pass to satisfy be
4040

4141
|Mandatory|Optional|
4242
|---|---|
43-
|44|26|
43+
|43|27|
4444

4545
### Telco specific tests only: 27
4646

@@ -1355,12 +1355,12 @@ Description|Verifies that only single/multi namespaced operators are installed i
13551355
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.
13561356
Best Practice Reference|https://redhat-best-practices-for-k8s.github.io/guide/#redhat-best-practices-for-k8s-cnf-operator-requirements
13571357
Exception Process|No exceptions
1358-
Tags|common,operator
1358+
Tags|extended,operator
13591359
|**Scenario**|**Optional/Mandatory**|
13601360
|Extended|Mandatory|
1361-
|Far-Edge|Mandatory|
1362-
|Non-Telco|Mandatory|
1363-
|Telco|Mandatory|
1361+
|Far-Edge|Optional|
1362+
|Non-Telco|Optional|
1363+
|Telco|Optional|
13641364

13651365
### performance
13661366

@@ -1494,6 +1494,22 @@ Tags|common,platform-alteration
14941494
|Non-Telco|Mandatory|
14951495
|Telco|Mandatory|
14961496

1497+
#### platform-alteration-cluster-operator-health
1498+
1499+
Property|Description
1500+
---|---
1501+
Unique ID|platform-alteration-cluster-operator-health
1502+
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
1505+
Exception Process|No exceptions
1506+
Tags|common,platform-alteration
1507+
|**Scenario**|**Optional/Mandatory**|
1508+
|Extended|Optional|
1509+
|Far-Edge|Optional|
1510+
|Non-Telco|Optional|
1511+
|Telco|Optional|
1512+
14971513
#### platform-alteration-hugepages-1g-only
14981514

14991515
Property|Description

tests/identifiers/identifiers.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -966,12 +966,12 @@ that Node's kernel may not have the same hacks.'`,
966966
TestSingleOrMultiNamespacedOperatorInstallationInTenantNamespaceDocLink,
967967
false,
968968
map[string]string{
969-
FarEdge: Mandatory,
970-
Telco: Mandatory,
971-
NonTelco: Mandatory,
969+
FarEdge: Optional,
970+
Telco: Optional,
971+
NonTelco: Optional,
972972
Extended: Mandatory,
973973
},
974-
TagCommon)
974+
TagExtended)
975975

976976
TestOperatorHasSemanticVersioningIdentifier = AddCatalogEntry(
977977
"semantic-versioning",

0 commit comments

Comments
 (0)