Skip to content

Commit

Permalink
Adjust 'access-control-namespace' test to be Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Jul 11, 2024
1 parent d54591a commit 3b6c917
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CATALOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Depending on the workload type, not all tests are required to pass to satisfy be

|Mandatory|Optional|
|---|---|
|46|20|
|45|21|

### Telco specific tests only: 27

Expand Down Expand Up @@ -145,10 +145,10 @@ Best Practice Reference|https://test-network-function.github.io/cnf-best-practic
Exception Process|No exceptions
Tags|common,access-control
|**Scenario**|**Optional/Mandatory**|
|Extended|Mandatory|
|Far-Edge|Mandatory|
|Non-Telco|Mandatory|
|Telco|Mandatory|
|Extended|Optional|
|Far-Edge|Optional|
|Non-Telco|Optional|
|Telco|Optional|

#### access-control-namespace-resource-quota

Expand Down
8 changes: 4 additions & 4 deletions tests/identifiers/identifiers.go
Original file line number Diff line number Diff line change
Expand Up @@ -813,10 +813,10 @@ tag. (2) It does not have any of the following prefixes: default, openshift-, is
TestNamespaceBestPracticesIdentifierDocLink,
true,
map[string]string{
FarEdge: Mandatory,
Telco: Mandatory,
NonTelco: Mandatory,
Extended: Mandatory,
FarEdge: Optional,
Telco: Optional,
NonTelco: Optional,
Extended: Optional,
},
TagCommon)

Expand Down

0 comments on commit 3b6c917

Please sign in to comment.