Enabling multi_VM & multi port launch in standalone context 67/43967/1
authorDeepak S <deepak.s@linux.intel.com>
Tue, 19 Sep 2017 08:37:02 +0000 (01:37 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Mon, 2 Oct 2017 22:16:04 +0000 (15:16 -0700)
commit8ae63e17a4f6934895d69f4c8b4dbc7628d48526
tree14eb9e3df1c7d50ec1996105c41c9c8208eb8c7b
parent134e77b91771487e9a85b92d727829d43403ce38
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