Provide access to VM in Standalone context 51/59151/14
authorStepan Andrushko <stepanx.andrushko@intel.com>
Wed, 27 Jun 2018 18:43:18 +0000 (21:43 +0300)
committerStepan Andrushko <stepanx.andrushko@intel.com>
Thu, 23 Aug 2018 09:24:22 +0000 (12:24 +0300)
commit39bcfa45da62a3126ad2a2290aaaa0670e8c5cb0
treeeac9695b5bf4a93503e7755274c266de41d6625c
parentc6175b5bc59706c3a423fe2781f99e32930bb570
Provide access to VM in Standalone context

Add possibility to access VM with SampleVNF image, which is spawned on
baremetal server using password or key pairs (provided or generated).
Changes provided for OVS-DPDK and SRIOV cases.

JIRA: YARDSTICK-1260

Change-Id: I89cf17dc83f02abe23d206b24b9d0ec1298d3231
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
yardstick/benchmark/contexts/standalone/model.py
yardstick/benchmark/contexts/standalone/ovs_dpdk.py
yardstick/benchmark/contexts/standalone/sriov.py
yardstick/tests/unit/benchmark/contexts/standalone/test_model.py
yardstick/tests/unit/benchmark/contexts/standalone/test_ovs_dpdk.py
yardstick/tests/unit/benchmark/contexts/standalone/test_sriov.py