Adding the SDNVPN Tempest API test cases of the SDNVPN project to the
proposed_tests suite to allow for running these tests in the CI pipeline for
validating their suitability for inclusion in the OVP Euphrates release.
JIRA: DOVETAIL-608
Change-Id: Ic12db1584a2540a14979094c65fc128c6020ecea
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
- dovetail.vnf.tc001
# stress
- dovetail.stress.tc001
+ # sdnvpn
+ - dovetail.sdnvpn.tc000
--- /dev/null
+---
+dovetail.sdnvpn.tc000:
+ name: dovetail.sdnvpn.tc000
+ objective: validate BGPVPN API CRUD operations by means of Tempest tests from networking-bgpvpn repository
+ validate:
+ type: functest
+ testcase: bgpvpn
+ pre_condition:
+ - "sed -i 's/networking_bgpvpn_tempest/networking_bgpvpn_tempest-r networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest*/' /usr/lib/python2.7/site-packages/sdnvpn/test/functest/tempest.py"
+ pre_copy:
+ exist_src_file: sdnvpn_config_tc000.yaml
+ dest_path: /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml
+ report:
+ sub_testcase_list:
--- /dev/null
+defaults:
+ flavor: m1.tiny # adapt to your environment
+
+testcases:
+ sdnvpn.test.functest.tempest:
+ enabled: true
+ description: Neutron BGPVPN tests in tempest