summaryrefslogtreecommitdiffstats
path: root/etc/userconfig
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-10-29 22:41:53 -0400
committerDan Xu <xudan16@huawei.com>2018-11-07 08:14:34 +0000
commit0a59d949b74ed509542dbe454de8d0fc4314ac27 (patch)
tree0bbb0f695e87441a189416ad3dc6bf742565b4ac /etc/userconfig
parent4ff39a3fba63a3ab4585291244d1f2ea71e0f141 (diff)
Update BGPVPN and VNF test cases
Due to change to Functest Gambia, bgpvpn and vnf test cases failed. Update the testcases.yaml according to Functest's new format. Change-Id: Ia5d9ba291161f7da84a0aadf241e9ab81d83cfa9 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/userconfig')
-rw-r--r--etc/userconfig/bgpvpn_testcases.yaml18
-rw-r--r--etc/userconfig/testcases.yaml60
-rw-r--r--etc/userconfig/vnf_testcases.yaml30
3 files changed, 48 insertions, 60 deletions
diff --git a/etc/userconfig/bgpvpn_testcases.yaml b/etc/userconfig/bgpvpn_testcases.yaml
new file mode 100644
index 00000000..cadfe025
--- /dev/null
+++ b/etc/userconfig/bgpvpn_testcases.yaml
@@ -0,0 +1,18 @@
+---
+tiers:
+ -
+ name: features
+ order: 2
+ description: >-
+ Test suites from feature projects
+ integrated in functest
+ testcases:
+ -
+ case_name: bgpvpn
+ project_name: sdnvpn
+ criteria: 100
+ blocking: false
+ description: >-
+ Test suite from SDNVPN project.
+ run:
+ name: bgpvpn
diff --git a/etc/userconfig/testcases.yaml b/etc/userconfig/testcases.yaml
index 529e1162..44b99bb1 100644
--- a/etc/userconfig/testcases.yaml
+++ b/etc/userconfig/testcases.yaml
@@ -24,63 +24,3 @@ tiers:
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCustom'
-
- -
- name: features
- order: 2
- ci_loop: '(daily)|(weekly)'
- description: >-
- Test suites from feature projects
- integrated in functest
- testcases:
- -
- case_name: bgpvpn
- project_name: sdnvpn
- criteria: 100
- blocking: false
- description: >-
- Test suite from SDNVPN project.
- dependencies:
- installer: ''
- scenario: ''
- run:
- module: 'sdnvpn.test.functest.run_sdnvpn_tests'
- class: 'SdnvpnFunctest'
-
- -
- name: vnf
- order: 4
- ci_loop: '(daily)|(weekly)'
- description: >-
- Collection of VNF test cases.
- testcases:
- -
- case_name: cloudify_ims
- project_name: functest
- criteria: 80
- blocking: false
- description: >-
- This test case deploys an OpenSource vIMS solution from
- Clearwater using the Cloudify orchestrator. It also runs
- some signaling traffic.
- dependencies:
- installer: ''
- scenario: ''
- run:
- module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
- class: 'CloudifyIms'
-
- -
- case_name: juju_epc
- project_name: functest
- criteria: 100
- blocking: false
- description: >-
- vEPC validation with Juju as VNF manager and ABoT as test
- executor.
- dependencies:
- installer: ''
- scenario: ''
- run:
- module: 'functest.opnfv_tests.vnf.epc.juju_epc'
- class: 'JujuEpc'
diff --git a/etc/userconfig/vnf_testcases.yaml b/etc/userconfig/vnf_testcases.yaml
new file mode 100644
index 00000000..fbf91ca6
--- /dev/null
+++ b/etc/userconfig/vnf_testcases.yaml
@@ -0,0 +1,30 @@
+---
+tiers:
+ -
+ name: vnf
+ order: 5
+ description: >-
+ Collection of VNF test cases.
+ testcases:
+ -
+ case_name: cloudify_ims
+ project_name: functest
+ criteria: 100
+ blocking: false
+ description: >-
+ This test case deploys an OpenSource vIMS solution from
+ Clearwater using the Cloudify orchestrator. It also runs
+ some signaling traffic.
+ run:
+ name: cloudify_ims
+
+ -
+ case_name: juju_epc
+ project_name: functest
+ criteria: 100
+ blocking: false
+ description: >-
+ vEPC validation with Juju as VNF manager and ABoT as test
+ executor.
+ run:
+ name: juju_epc