Skip to content

Commit

Permalink
Eliminate repeated doc link (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnshr authored Mar 21, 2024
1 parent 30380a9 commit 09a4b5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cnf-certification-test/identifiers/doclinks.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@ const (
TestRtAppNoExecProbesDocLink = NoDocLinkFarEdge

// Operator Test Suite
TestOperatorInstallStatusSucceededIdentifierDocLink = "https://test-network-function.github.io/cnf-best-practices-guide/#cnf-best-practices-cnf-operator-requirements"
TestOperatorNoPrivilegesDocLink = "https://test-network-function.github.io/cnf-best-practices-guide/#cnf-best-practices-cnf-operator-requirements"
TestOperatorIsCertifiedIdentifierDocLink = "https://test-network-function.github.io/cnf-best-practices-guide/#cnf-best-practices-cnf-operator-requirements"
TestOperatorIsInstalledViaOLMIdentifierDocLink = "https://test-network-function.github.io/cnf-best-practices-guide/#cnf-best-practices-cnf-operator-requirements"
DocOperatorRequirement = "https://test-network-function.github.io/cnf-best-practices-guide/#cnf-best-practices-cnf-operator-requirements"
TestOperatorInstallStatusSucceededIdentifierDocLink = DocOperatorRequirement
TestOperatorNoPrivilegesDocLink = DocOperatorRequirement
TestOperatorIsCertifiedIdentifierDocLink = DocOperatorRequirement
TestOperatorIsInstalledViaOLMIdentifierDocLink = DocOperatorRequirement

// Observability Test Suite
TestLoggingIdentifierDocLink = "https://test-network-function.github.io/cnf-best-practices-guide/#cnf-best-practices-logging"
Expand Down

0 comments on commit 09a4b5f

Please sign in to comment.