Merge "Extend TC008 to run pktgen-dpdk inside VM Need a fast path inside VM to verify...
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc006.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     Yardstick TC006 config file.
19
20 scenarios:
21 -
22   type: vtc_throughput
23
24   options:
25     packet_size: 1280
26     vlan_sender: 2033
27     vlan_receiver: 2040
28     default_net_name: management_network
29     default_subnet_name: management_subnet
30     vlan_net_1_name: apexlake_inbound_network
31     vlan_subnet_1_name: apexlake_inbound_subnet
32     vlan_net_2_name: apexlake_outbound_network
33     vlan_subnet_2_name: apexlake_outbound_subnet
34     vnic_type: direct
35     vtc_flavor: yardstick-flavor
36
37   runner:
38     type: Iteration
39     iterations: 1
40
41 context:
42   type: Dummy