Skip to content

Commit

Permalink
Mark operator best practices tests QE test covered
Browse files Browse the repository at this point in the history
  • Loading branch information
bnshr committed Apr 29, 2024
1 parent 8850db9 commit 2d9db2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cnf-certification-test/identifiers/identifiers.go
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ that Node's kernel may not have the same hacks.'`,
OperatorHasSemanticVersioningRemediation,
NoExceptions,
TestOperatorHasSemanticVersioningIdentifierDocLink,
false,
true,
map[string]string{
FarEdge: Mandatory,
Telco: Mandatory,
Expand All @@ -937,7 +937,7 @@ that Node's kernel may not have the same hacks.'`,
OperatorCrdVersioningRemediation,
NoExceptions,
TestOperatorCrdVersioningIdentifierDocLink,
false,
true,
map[string]string{
FarEdge: Mandatory,
Telco: Mandatory,
Expand All @@ -953,7 +953,7 @@ that Node's kernel may not have the same hacks.'`,
OperatorCrdSchemaIdentifierRemediation,
NoExceptions,
TestOperatorCrdSchemaIdentifierDocLink,
false,
true,
map[string]string{
FarEdge: Mandatory,
Telco: Mandatory,
Expand Down

0 comments on commit 2d9db2d

Please sign in to comment.