Bugfix: Support HA test cases in TripleO
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc007.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 description: >
18     Sample benchmark task config file;
19     vTC.
20
21 scenarios:
22 -
23   type: vtc_throughput_noisy
24
25   options:
26     packet_size: 1280
27     vlan_sender: 2033
28     vlan_receiver: 2040
29     default_net_name: management_network
30     default_subnet_name: management_subnet
31     vlan_net_1_name: apexlake_inbound_network
32     vlan_subnet_1_name: apexlake_inbound_subnet
33     vlan_net_2_name: apexlake_outbound_network
34     vlan_subnet_2_name: apexlake_outbound_subnet
35     vnic_type: direct
36     vtc_flavor: yardstick-flavor
37     num_of_neighbours: 2
38     amount_of_ram: 1G
39     number_of_cores: 2
40
41   runner:
42     type: Iteration
43     iterations: 1
44
45 context:
46   type: Dummy