Skip to content

Commit

Permalink
Add clarification for cpu-isolation test in catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Sep 8, 2023
1 parent 7b2e63d commit 1ab4562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnf-certification-test/identifiers/identifiers.go
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ tag. (2) It does not have any of the following prefixes: default, openshift-, is
TestCPUIsolationIdentifier = AddCatalogEntry(
"cpu-isolation",
common.LifecycleTestKey,
`CPU isolation requires: For each container within the pod, resource requests and limits must be identical. Request and Limits are in the form of whole CPUs. The runTimeClassName must be specified. Annotations required disabling CPU and IRQ load-balancing.`, //nolint:lll
`CPU isolation requires: For each container within the pod, resource requests and limits must be identical. If cpu requests and limits are not identical and in whole units (Guaranteed pods with exclusive cpus), your pods will not be tested for compliance. The runTimeClassName must be specified. Annotations required disabling CPU and IRQ load-balancing.`, //nolint:lll
CPUIsolationRemediation,
NoDocumentedProcess,
TestCPUIsolationIdentifierDocLink,
Expand Down

0 comments on commit 1ab4562

Please sign in to comment.