Setup OVS-DPDK Standalone Context 21/35521/3
authorBindya Narayan <bindya.narayan@intel.com>
Tue, 30 May 2017 09:39:10 +0000 (15:09 +0530)
committerBindya N <bindya.narayan@intel.com>
Mon, 24 Jul 2017 11:50:23 +0000 (17:20 +0530)
commit11a136fdbdc2a0440092a212ea21c58d50c39aad
tree2dc9e7509092ec98814327492142107778b56cd0
parentf32f0fe4bfb370d7336e890c0c12322d2be2d587
Setup OVS-DPDK Standalone Context

This patch performs following tasks
- getting dpdk_nic_bind path
- setup ovs,dpdk ports,vhostuserports,
- creation of vm,
- apache2 licence
- test cases for ovsdpdk
- Changes to standalone context - update unit test cases

Change-Id: I54e4062eb440b8677625e4abe6e0579d9fd54d41
Signed-off-by: Bindya N <bindya.narayan@intel.com>
14 files changed:
samples/vnf_samples/nsut/ping/tc_ping_ovs_dpdk_context.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml
tests/unit/benchmark/contexts/nodes_duplicate_sample_ovs.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/nodes_sample_new_sriov.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/nodes_sample_ovs.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/nodes_sample_ovsdpdk.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/ovs_sample_password.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/ovs_sample_ssh_key.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/ovs_sample_write_to_file.txt [new file with mode: 0644]
tests/unit/benchmark/contexts/test_ovsdpdk.py [new file with mode: 0644]
tests/unit/benchmark/contexts/test_standalone.py
yardstick/benchmark/contexts/ovsdpdk.py [new file with mode: 0644]
yardstick/benchmark/contexts/sriov.py
yardstick/benchmark/contexts/standalone.py