Merge "Fixed few gaps when running on a minimal version of system"
[yardstick.git] / samples / vnf_samples / nsut / udp_replay / tc_heat_rfc2544_ipv4_1flow_64B_trex.yaml
1 # Copyright (c) 2016 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 scenarios:
18 - type: NSPerf
19   traffic_profile: ../../traffic_profiles/ipv4_throughput.yaml
20   topology: udp_replay-vnf-topology.yaml
21   nodes:
22     tg__0: trafficgen_1.yardstick
23     vnf__0: vnf.yardstick
24   options:
25     packetsize: 64
26     traffic_type: 4
27     vnf__0:
28        hw_csum: false
29     tg__0:
30        hw_csum: false
31     rfc2544:
32       allowed_drop_rate: 0.0001 - 0.0001
33   runner:
34     type: Iteration
35     iterations: 10
36     interval: 35
37   traffic_options:
38     flow: ../../traffic_profiles/ipv4_1flow_Packets.yaml
39     imix: ../../traffic_profiles/imix_voice.yaml
40 context:
41   name: yardstick
42   image: yardstick-samplevnfs
43   user: ubuntu
44   nfvi_type: heat
45   flavor:
46     vcpus: 10
47     ram: 20480
48     disk: 4
49     extra_specs:
50       hw:cpu_sockets: 1
51       hw:cpu_cores: 10
52       hw:cpu_threads: 1
53   placement_groups:
54     pgrp1:
55       policy: "availability"
56
57   servers:
58     vnf:
59       floating_ip: true
60       placement: "pgrp1"
61     trafficgen_1:
62       floating_ip: true
63       placement: "pgrp1"
64
65   networks:
66     mgmt:
67       cidr: '10.0.1.0/24'
68     xe0:
69       cidr: '10.0.2.0/24'
70       vld_id: downlink
71       enable_dhcp: False
72       gateway_ip: null
73       port_security_enabled: False
74     xe1:
75       cidr: '10.0.3.0/24'
76       vld_id: uplink
77       enable_dhcp: False
78       gateway_ip: null
79       port_security_enabled: False