blob: 05f087f01bf00a7001a615a200f63ead5a94867f (
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
|
defaults:
flavor: custom #odl-sfc uses custom flavor
image_name: sf_nsh_colorado
image_file_name: sf_nsh_colorado.qcow2
fuel_master_ip: 10.20.0.2
fuel_master_uname: root
fuel_master_passwd: r00tme
image_format: qcow2
url: "http://artifacts.opnfv.org/sfc/demo"
vnfd-dir: "vnfd-templates"
testcases:
# this change requires sfc.py to be renamed as sfc_two_chains_SSH_and_HTTP
# for run_tests.py integration. Rename of sfc.py will be submitted in
# separate patch for better review clarity and name will be changed back to
# sfc_two_chains_SSH_and_HTTP once sfc.py is renamed
sfc:
enabled: true
description: "ODL-SFC tests"
testname_db: "sfc_two_chains_SSH_and_HTTP"
net_name: example-net
subnet_name: example-subnet
router_name: example-router
subnet_cidr: "11.0.0.0/24"
secgroup_name: "example-sg"
secgroup_descr: "Example Security group"
test_vnfd_red: "test-vnfd1.yaml"
test_vnfd_blue: "test-vnfd2.yaml"
|