blob: 7260ccd8988028c1fc6f49692bafe4d06bb7daa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
functest.bgpvpn.subnet_connectivity:
name: functest.bgpvpn.subnet_connectivity
objective: Connectivity between Neutron subnets through association of Neutron Networks to VPNs
validate:
type: functest
testcase: bgpvpn
image_name: opnfv/functest-features
pre_copy:
exist_src_file: sdnvpn_config_testcase1.yaml
dest_path: /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml
pre_condition:
- 'cp /home/opnfv/userconfig/pre_config/bgpvpn_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
report:
source_archive_files:
- functest.log
dest_archive_files:
- bgpvpn_logs/functest.bgpvpn.subnet_connectivity.log
check_results_file: 'functest_results.txt'
sub_testcase_list:
|