blob: 8a4d6bfae47724db3446d75e4228b0d26448e8f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
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"
- 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml'
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:
|