aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/benchmark/contexts/test_sriov.py
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26fix sriov/ovs-dpdk unittests on systems with fewer than 10 coresRoss Brattain1-8/+6
we need to wrap vcpupin modulo number of cores. also mock time.sleep Change-Id: I6433418a99505b469c61c81a9a023d84434fa0ee Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-07-24Adding new SRIOV Standalone ContextNeha Vadnere1-0/+423
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>