diff options
Diffstat (limited to 'docker/cnf/testcases.yaml')
-rw-r--r-- | docker/cnf/testcases.yaml | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/docker/cnf/testcases.yaml b/docker/cnf/testcases.yaml index 30b6b664..704f2e9d 100644 --- a/docker/cnf/testcases.yaml +++ b/docker/cnf/testcases.yaml @@ -30,14 +30,34 @@ tiers: - case_name: cnf_testsuite project_name: functest - # https://github.com/cncf/cnf-certification/blob/main/reviewing.md - criteria: 10 + # https://github.com/lfn-cnti/certification/blob/main/docs/CNTiCertification-2.0-beta.md + # V2.0-beta certification requires passing at least 15 of + # the 19 total Essential tests. + criteria: 15 blocking: false description: >- Enable interoperability of Cloud native Network Functions (CNFs) as proposed by - https://github.com/cncf/cnf-testsuite + https://github.com/cnti-testcatalog/testsuite dependencies: - DEPLOY_SCENARIO: "k8-*" run: name: cnf_testsuite + args: + cnf-config: example-cnfs/coredns/cnf-testsuite.yml + tag: cert + - case_name: cnf_testsuite_workload + project_name: functest + criteria: 50 + blocking: false + description: >- + Enable interoperability of Cloud native Network + Functions (CNFs) as proposed by + https://github.com/cnti-testcatalog/testsuite + dependencies: + - DEPLOY_SCENARIO: "k8-*" + run: + name: cnf_testsuite + args: + cnf-config: example-cnfs/coredns/cnf-testsuite.yml + tag: workload |