Implementation of opnfv-yardstick-tc021 in Yardstick
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc021.yaml
1 ---
2 schema: "yardstick:task:0.1"
3
4 scenarios:
5 -
6   type: vtc_instantiation_validation_noisy
7
8   options:
9     vlan_sender: 1007
10     vlan_receiver: 1006
11     default_net_name: monitoring
12     default_subnet_name: monitoring_subnet
13     vlan_net_1_name: inbound_traffic_network
14     vlan_subnet_1_name: inbound_traffic_subnet
15     vlan_net_2_name: inbound_traffic_network
16     vlan_subnet_2_name: inbound_traffic_subnet
17     vnic_type: direct # [normal (OvS), direct (SR-IOV)]
18     vtc_flavor: m1.large
19     num_of_neighbours: 2
20     amount_of_ram: 1G
21     number_of_cores: 2
22
23   runner:
24     type: Iteration
25     iterations: 1
26
27 context:
28   type: Dummy