blob: 0801a31548039f09ab0c88c7e045be3b5ec4089d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
dovetail.tempest.bgpvpn:
name: dovetail.tempest.bgpvpn
objective: validate BGPVPN API CRUD operations by means of Tempest tests from networking-bgpvpn repository
validate:
type: functest
testcase: bgpvpn
image_name: opnfv/functest-features
pre_condition:
- "sed -i 's/networking_bgpvpn_tempest/networking_bgpvpn_tempest.tests.api/' /usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_tempest.py"
- 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/xtesting/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:
source_archive_files:
- functest.log
- bgpvpn.log
dest_archive_files:
- tempest_logs/dovetail.tempest.bgpvpn.functest.log
- tempest_logs/dovetail.tempest.bgpvpn.log
check_results_file: 'functest_results.txt'
sub_testcase_list:
|