Merge "Adding vFW RFC2544 and ixload test cases with various packet sizes"
[yardstick.git] / samples / vnf_samples / nsut / prox / tc_prox_heat_context_bng_qos-4.yaml
1 # Copyright (c) 2016-2017 Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 ---
16 schema: "yardstick:task:0.1"
17
18 scenarios:
19 -
20   type: NSPerf
21   traffic_profile: ../../traffic_profiles/prox_bng.yaml
22   topology: prox-tg-topology-4.yaml
23
24   nodes:
25     tg__0: tg_0.yardstick
26     vnf__0: vnf_0.yardstick
27
28   options:
29     vnf__0:
30       prox_path: /opt/nsb_bin/prox
31       prox_config: "configs/handle_bng_qos-4.cfg"
32       prox_args:
33         "-t": ""
34       prox_files:
35         "configs/gre_table.lua" : ""
36         "configs/ipv4.lua" : ""
37         "configs/dscp.lua" : ""
38
39     tg__0:
40       prox_path: /opt/nsb_bin/prox
41       prox_config: "configs/gen_bng_qos-4.cfg"
42       prox_args:
43         "-e": ""
44         "-t": ""
45
46   runner:
47     type: Duration
48     # we kill after duration, independent of test duration, so set this high
49     duration: 300
50
51 context:
52   name: yardstick
53   image: yardstick-samplevnfs
54   user: ubuntu
55   flavor:
56     vcpus: 20
57     ram: 20480
58     disk: 6
59     extra_specs:
60       hw:cpu_sockets: 1
61       hw:cpu_cores: 20
62       hw:cpu_threads: 1
63
64   placement_groups:
65     pgrp1:
66       policy: "availability"
67
68   servers:
69     vnf_0:
70       floating_ip: true
71       placement: "pgrp1"
72     tg_0:
73       floating_ip: true
74       placement: "pgrp1"
75
76   networks:
77     mgmt:
78       cidr: '10.0.1.0/24'
79     uplink_0:
80       cidr: '10.0.2.0/24'
81       gateway_ip: 'null'
82       port_security_enabled: False
83       enable_dhcp: 'false'
84     downlink_0:
85       cidr: '10.0.3.0/24'
86       gateway_ip: 'null'
87       port_security_enabled: False
88       enable_dhcp: 'false'
89     downlink_1:
90       cidr: '10.0.4.0/24'
91       gateway_ip: 'null'
92       port_security_enabled: False
93       enable_dhcp: 'false'
94     downlink_2:
95       cidr: '10.0.5.0/24'
96       gateway_ip: 'null'
97       port_security_enabled: False
98       enable_dhcp: 'false'