Merge "Extend IXIA RFC2544 test case collected stats"
[yardstick.git] / samples / vnf_samples / nsut / prox / tc_prox_baremetal_lb-4.yaml
1 # Copyright (c) 2016-2019 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
22   traffic_profile: ../../traffic_profiles/prox_binsearch.yaml
23   topology: prox-tg-topology-4.yaml
24
25   nodes:
26     tg__0: trafficgen_0.yardstick
27     vnf__0: vnf_0.yardstick
28
29   options:
30     vnf__0:
31       collectd:
32         interval: 1
33       prox_path: /opt/nsb_bin/prox
34       prox_config: "configs/handle_lb-4.cfg"
35       prox_args:
36         "-t": ""
37       prox_files:
38         "configs/tuples.lua": ""
39
40     tg__0:
41       collectd:
42         interval: 1
43       prox_path: /opt/nsb_bin/prox
44       prox_config: "configs/gen_lb-4.cfg"
45       prox_args:
46         "-e": ""
47         "-t": ""
48
49   runner:
50     type: ProxDuration
51     # sampling interval
52     interval: 1
53     # sampled : yes OR sampled: no (DEFAULT yes)
54     sampled: yes
55     # we kill after duration, independent of test duration, so set this high
56     duration: 4000
57     # Confirmation attempts
58     confirmation: 1
59
60 context:
61   type: Node
62   name: yardstick
63   nfvi_type: baremetal
64   file: prox-baremetal-4.yaml