Merge "Define several containers per pod in a replication controller"
[yardstick.git] / samples / vnf_samples / nsut / prox / tc_prox_baremetal_l2fwd-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_binsearch.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     interface_speed_gbps: 10
30
31     vnf__0:
32       prox_path: /opt/nsb_bin/prox
33       prox_config: "configs/handle_l2fwd-4.cfg"
34       prox_args:
35         "-t": ""
36
37     tg__0:
38       prox_path: /opt/nsb_bin/prox
39       prox_config: "configs/gen_l2fwd-4.cfg"
40       prox_args:
41         "-e": ""
42         "-t": ""
43
44   runner:
45     type: ProxDuration
46     # sampling interval
47     interval: 1
48     # sampled : yes OR sampled: no (DEFAULT yes)
49     sampled: yes
50     # we kill after duration, independent of test duration, so set this high
51     duration: 3100
52     # Confirmation attempts
53     confirmation: 1
54
55 context:
56   type: Node
57   name: yardstick
58   nfvi_type: baremetal
59   file: prox-baremetal-4.yaml