Introducing Standalone context for running test in non-managed environment. 11/26611/3
authorDeepak S <deepak.s@linux.intel.com>
Fri, 30 Dec 2016 17:19:34 +0000 (09:19 -0800)
committerDeepak S <deepak.s@linux.intel.com>
Thu, 19 Jan 2017 02:56:35 +0000 (08:26 +0530)
commit1462b444d539e68eb84ece4b12b6a8521d8c64b7
tree63e4e88e0391d48fc9d651d8ad820d9ed99152ef
parenta3c1072104d87ad8ba31734d4042f57e531ae9d9
Introducing Standalone context for running test in non-managed environment.

This patch introduces standalone virtualization context to
deploy/undeploy NFVi infrastructure to run the VNF

Supported NFVi Type:
  - vswitch
   - ovs
   - ovs-dpdk
   - sr-iov
   - testpmd
   - linuxbridge

This patches inits the function stubs to enable the standalone context.
Actual deploy/undeploy code will be added in later check-in

v2: Added unit tests to keep test coverage :)

JIRA: YARDSTICK-479
Change-Id: I6ab3ac3335f40eabc4efb0af7d5addc20c122d65
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
tests/unit/benchmark/contexts/standalone_duplicate_sample.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/standalone_sample.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/test_standalone.py [new file with mode: 0644]
yardstick/benchmark/contexts/standalone.py [new file with mode: 0644]