aboutsummaryrefslogtreecommitdiffstats
path: root/docker/cnf/testcases.yaml
blob: ef11cc550f5d03e01f9d3e10a1e9a7c0b125f9f2 (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
---
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
        criteria: 1
        blocking: false
        enabled: false
        description: >-
          Enable interoperability of Cloud native Network
          Functions (CNFs) as proposed by
          https://github.com/cncf/cnf-testsuite
        dependencies:
          - DEPLOY_SCENARIO: "k8-*"
        run:
          name: cnf_testsuite