blob: a092842db95823275ea545b849eb864e235ba013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
##############################################################################
# Copyright (c) 2019 opnfv.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
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_condition:
- 'cp /home/opnfv/userconfig/bgpvpn_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
- 'cp /home/opnfv/userconfig/sdnvpn_config_testcase1.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.subnet_connectivity.log
check_results_files:
- 'functest_results.txt'
sub_testcase_list:
|