Merge "Add test case description and task file for TC019"
[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: 1007
14     vlan_receiver: 1006
15     default_net_name: monitoring
16     default_subnet_name: monitoring_subnet
17     vlan_net_1_name: inbound_traffic_network
18     vlan_subnet_1_name: inbound_traffic_subnet
19     vlan_net_2_name: inbound_traffic_network
20     vlan_subnet_2_name: inbound_traffic_subnet
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