diff options
author | 2025-01-28 15:15:04 +0100 | |
---|---|---|
committer | 2025-01-28 16:01:24 +0100 | |
commit | b716ddbfd7efe66cf9fbe73838d9eec2e3350025 (patch) | |
tree | 33c8c0214feb834bb1251877515af48eaf468f41 /docker/cnf | |
parent | 8766d98959e8df20eab5409ce10329bd4a930ea6 (diff) |
Add a new testcase: cnf_testsuite_workload
It runs all the workload test plan vs the example coredns.
Please note criteria is arbitrary set to 50%. Testing vs coredns
is about 80% and envoy 70%.
It also add extra processing to calculate results in
the main 3 cases (cert, workload and single tag).
Change-Id: I5e161727cab40228991ab97a061b13b335f87b4c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/cnf')
-rw-r--r-- | docker/cnf/testcases.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docker/cnf/testcases.yaml b/docker/cnf/testcases.yaml index be289630..704f2e9d 100644 --- a/docker/cnf/testcases.yaml +++ b/docker/cnf/testcases.yaml @@ -30,6 +30,9 @@ tiers: - case_name: cnf_testsuite project_name: functest + # 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: >- @@ -43,3 +46,18 @@ tiers: 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 |