Merge "Add send socket commands function"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc075.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10
11 schema: "yardstick:task:0.1"
12 description: >
13     Yardstick TC075 config file;
14     Measure network capacity and scale.
15     Measure number of connections, number of frames received;
16
17 {% set host = host or "node1" %}
18 {% set file = file or '/etc/yardstick/pod.yaml' %}
19
20 scenarios:
21 -
22   type: NetworkCapacity
23   host: {{host}}.LF
24
25   runner:
26     type: Iteration
27     iterations: 1
28
29 context:
30   type: Node
31   name: LF
32   file: {{file}}