ipv6-bug-fix: update physical pod yaml configure
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc007.yaml
1 ---
2 # Sample benchmark task config file
3 # vTC
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: vtc_throughput_noisy
10
11   options:
12     packet_size: 1280
13     vlan_sender: 2025
14     vlan_receiver: 2021
15     default_net_name: net04
16     default_subnet_name: net04__subnet
17     vlan_net_1_name: apexlake_inbound_net
18     vlan_subnet_1_name: inbound_sub
19     vlan_net_2_name: apexlake_outbound_net
20     vlan_subnet_2_name: outbound_sub
21     vnic_type: direct # [normal (OvS), direct (SR-IOV)]
22     vtc_flavor: m1.large
23     num_of_neighbours: 2
24     amount_of_ram: 1G
25     number_of_cores: 2
26
27   runner:
28     type: Iteration
29     iterations: 1
30
31 context:
32   type: Dummy