blob: d6d0355cd3f8ce7c4becefc43f83bee548b03bbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
functest.bgpvpn.router_association_floating_ip:
name: functest.bgpvpn.router_association_floating_ip
objective: associate Neutron Router with an attached subnet to a VPN and verify reachability of the Floating IP
validate:
type: functest
testcase: bgpvpn
image_name: opnfv/functest-features
pre_copy:
exist_src_file: sdnvpn_config_testcase8.yaml
dest_path: /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_floating_ip.log
check_results_file: 'functest_results.txt'
sub_testcase_list:
|