Enabling multi_VM & multi port launch in standalone context 27/42527/23
authorDeepak S <deepak.s@linux.intel.com>
Tue, 19 Sep 2017 08:37:02 +0000 (01:37 -0700)
committerDeepak S <deepak.s@linux.intel.com>
Fri, 29 Sep 2017 16:03:13 +0000 (16:03 +0000)
commit88da842a5d5f02fa45c0f6787ac249978a3cb8d1
tree18399e165a9f9e7cc94d3dd5ff7d710fd4201cc3
parent9cefa935afa908cede3ab1bd8b6ca91f1e36ad2d
Enabling multi_VM & multi port launch in standalone context

new context names:
- SRIOV - StandaloneSriov
- OvsDpdk - StandaloneOvsDpdk

- Seperate helper, libvirt, server info class
- Allow multi-port and multi-VM support.

Change-Id: I3c65e4535082fa0e2f4c6ee11c3bca9ccfdc01b8
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Martin Banszel <martinx.banszel@intel.com>
21 files changed:
tests/unit/benchmark/contexts/standalone/nodes_duplicate_sample.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/standalone/nodes_ovs_dpdk_sample.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/standalone/nodes_sample.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/standalone/nodes_sriov_sample.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/standalone/ovs_sample_password.yaml [deleted file]
tests/unit/benchmark/contexts/standalone/ovs_sample_ssh_key.yaml [deleted file]
tests/unit/benchmark/contexts/standalone/ovs_sample_write_to_file.txt [deleted file]
tests/unit/benchmark/contexts/standalone/sriov_sample_password.yaml [deleted file]
tests/unit/benchmark/contexts/standalone/sriov_sample_ssh_key.yaml [deleted file]
tests/unit/benchmark/contexts/standalone/sriov_sample_write_to_file.txt [deleted file]
tests/unit/benchmark/contexts/standalone/test_model.py [new file with mode: 0644]
tests/unit/benchmark/contexts/standalone/test_ovs_dpdk.py [new file with mode: 0644]
tests/unit/benchmark/contexts/standalone/test_ovsdpdk.py [deleted file]
tests/unit/benchmark/contexts/standalone/test_sriov.py
tests/unit/benchmark/contexts/test_standalone.py [deleted file]
yardstick/benchmark/contexts/standalone/__init__.py
yardstick/benchmark/contexts/standalone/model.py [new file with mode: 0644]
yardstick/benchmark/contexts/standalone/ovs_dpdk.py [new file with mode: 0644]
yardstick/benchmark/contexts/standalone/ovsdpdk.py [deleted file]
yardstick/benchmark/contexts/standalone/sriov.py
yardstick/network_services/utils.py