aboutsummaryrefslogtreecommitdiffstats
path: root/docker/cnf/testcases.yaml
blob: 704f2e9dceddb19779fa6d05ca6e7ab330e2bab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
tiers:
  - name: cnf
    description: >-
      Collection of VNF test cases.
    testcases:
      - case_name: k8s_vims
        project_name: functest
        criteria: 100
        blocking: false
        description: >-
          Deploy and test Clearwater IMS using Kubernetes as proposed
          by https://github.com/Metaswitch/clearwater-docker
        dependencies:
          - DEPLOY_SCENARIO: "k8-*"
        run:
          name: k8s_vims

      - case_name: helm_vims
        project_name: functest
        criteria: 100
        blocking: false
        description: >-
          Deploy and test Clearwater IMS using Kubernetes as proposed
          by https://github.com/Metaswitch/clearwater-docker
        dependencies:
          - DEPLOY_SCENARIO: "k8-*"
        run:
          name: helm_vims

      - 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: >-
          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: 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