Merge "Install barometer collectd container on all hosts"
[yardstick.git] / samples / vnf_samples / nsut / agnostic / tc_baremetal_http_ixload__Requests_Concurrency_template.yaml
1 # Copyright (c) 2018 Intel Corporation\r
2 #\r
3 # Licensed under the Apache License, Version 2.0 (the "License");\r
4 # you may not use this file except in compliance with the License.\r
5 # You may obtain a copy of the License at\r
6 #\r
7 #      http://www.apache.org/licenses/LICENSE-2.0\r
8 #\r
9 # Unless required by applicable law or agreed to in writing, software\r
10 # distributed under the License is distributed on an "AS IS" BASIS,\r
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
12 # See the License for the specific language governing permissions and\r
13 # limitations under the License.\r
14 \r
15 ---\r
16 schema: yardstick:task:0.1\r
17 {% set users = users or "10000" %}\r
18 {% set page = page or "/1b.html" %}\r
19 scenarios:\r
20 - type: NSPerf\r
21   traffic_profile: "HTTP_requests_concurrency.yaml"\r
22   topology: agnostic_vnf_topology_ixload_2ports.yaml\r
23   nodes:\r
24     tg__0: trafficgen_1.yardstick\r
25     vnf__0: vnf.yardstick\r
26   options:\r
27     simulated_users:\r
28       uplink: [{{users}}]\r
29     page_object:\r
30       uplink: [{{page}}]\r
31     vnf__0: []\r
32   runner:\r
33     type: Duration\r
34     duration: 2\r
35   ixia_profile: ../../traffic_profiles/vfw/HTTP-vFW_IPv4_2Ports_Concurrency.rxf # Need vlan update\r
36 context:\r
37   type: Node\r
38   name: yardstick\r
39   nfvi_type: baremetal\r
40   file: /etc/yardstick/nodes/pod_ixia.yaml\r