diff options
author | Vincenzo Riccobene <vincenzox.m.riccobene@intel.com> | 2016-01-11 17:23:12 +0000 |
---|---|---|
committer | Vincenzo Riccobene <vincenzox.m.riccobene@intel.com> | 2016-01-11 17:24:39 +0000 |
commit | e749d09788edbd1040dabb082e13bd1a1cbc3a7a (patch) | |
tree | 83a6a68da07edc0bd801b7ec76215e64423abe51 /tests/opnfv | |
parent | 2b0c67e7b5984e200b92c134510e7e112cf30a35 (diff) |
Implementation of opnfv-yardstick-tc021 in Yardstick
Includes
- Yardstick Scenario for integration with ApexLake
- Yardstick Task .yaml file
- Documentation
JIRA: YARDSTICK-219
Change-Id: I0554d0a211392902207ba9ceccf0b98dc3c2cdf1
Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
Diffstat (limited to 'tests/opnfv')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc021.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc021.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc021.yaml new file mode 100644 index 000000000..c62ce2a32 --- /dev/null +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc021.yaml @@ -0,0 +1,28 @@ +--- +schema: "yardstick:task:0.1" + +scenarios: +- + type: vtc_instantiation_validation_noisy + + options: + vlan_sender: 1007 + vlan_receiver: 1006 + default_net_name: monitoring + default_subnet_name: monitoring_subnet + vlan_net_1_name: inbound_traffic_network + vlan_subnet_1_name: inbound_traffic_subnet + vlan_net_2_name: inbound_traffic_network + vlan_subnet_2_name: inbound_traffic_subnet + vnic_type: direct # [normal (OvS), direct (SR-IOV)] + vtc_flavor: m1.large + num_of_neighbours: 2 + amount_of_ram: 1G + number_of_cores: 2 + + runner: + type: Iteration + iterations: 1 + +context: + type: Dummy |