blob: f52446fe900d8d10fe2ffc9a25be139b31a5ea05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
dovetail.sdnvpn.router_association:
name: dovetail.sdnvpn.router_association
objective: VPN provides connectivity between subnets using association of Neutron Router to VPNs
validate:
type: functest
testcase: bgpvpn
image_name: opnfv/functest-features
pre_copy:
exist_src_file: sdnvpn_config_testcase4.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:
- sdnvpn_logs/dovetail.sdnvpn.router_association.functest.log
- sdnvpn_logs/dovetail.sdnvpn.router_association.log
check_results_file: 'functest_results.txt'
sub_testcase_list:
|