blob: 1f720caa10867c3e340a8b8a69de5ecb46797d15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
functest.bgpvpn.router_association:
name: functest.bgpvpn.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_condition:
- 'cp /home/opnfv/userconfig/bgpvpn_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
- 'cp /home/opnfv/userconfig/sdnvpn_config_testcase4.yaml /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml'
report:
source_archive_files:
- functest.log
dest_archive_files:
- bgpvpn_logs/functest.bgpvpn.router_association.log
check_results_files:
- 'functest_results.txt'
sub_testcase_list:
|