Adding new SRIOV Standalone Context 55/29555/12
authorNeha Vadnere <neha.r.vadnere@intel.com>
Mon, 24 Apr 2017 18:47:44 +0000 (00:17 +0530)
committerBindya N <bindya.narayan@intel.com>
Mon, 24 Jul 2017 11:50:03 +0000 (17:20 +0530)
commitf32f0fe4bfb370d7336e890c0c12322d2be2d587
tree33cebd744e293941cd91fa3ef703940e99a726c8
parentd1688a9d1ef8f6005e4d45e108fc52fea837d32b
Adding new SRIOV Standalone Context

This patch adds new SRIOV context to run VNFs with
 - random uuid generation,
 - mac address generation,
 - getting dpdk_nic_bind path,
 - ssh key based authentication,
 - printing log messages,
 - added apache2 licence

JIRA: YARDSTICK-480

Change-Id: Ic8317eb9e7e4ecf270091c18be4782d1299ff087
Signed-off-by: Neha Vadnere <neha.r.vadnere@intel.com>
Signed-off-by: Bindya N <bindya.narayan@intel.com>
tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/nodes_sample_new.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/sriov_sample_password.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/sriov_sample_ssh_key.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/sriov_sample_write_to_file.txt [new file with mode: 0644]
tests/unit/benchmark/contexts/test_sriov.py [new file with mode: 0644]
tests/unit/benchmark/contexts/test_standalone.py
yardstick/benchmark/contexts/sriov.py [new file with mode: 0644]
yardstick/benchmark/contexts/standalone.py