Extended Context class with get_physical_nodes functionality 01/59101/5
authorChornyi, TarasX <tarasx.chornyi@intel.com>
Mon, 11 Jun 2018 12:18:54 +0000 (15:18 +0300)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 28 Jun 2018 10:32:33 +0000 (10:32 +0000)
commit90919566f056e1881c7d35c45ef6dc9725dcf18e
treead91ed637592cfdad840ae2875d908f58ba212de
parent8b7e3af001b997f34e6a19b510e9c86e8d8d39d5
Extended Context class with get_physical_nodes functionality

JIRA: YARDSTICK-1255

Change-Id: I446d715dc6cf716a4fcbc1b809c1b1d6303071e0
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
(cherry picked from commit 595212edf5ccd71af1bf7ef57a8d260fb1ec0c9e)
20 files changed:
yardstick/benchmark/contexts/base.py
yardstick/benchmark/contexts/dummy.py
yardstick/benchmark/contexts/heat.py
yardstick/benchmark/contexts/kubernetes.py
yardstick/benchmark/contexts/node.py
yardstick/benchmark/contexts/standalone/model.py
yardstick/benchmark/contexts/standalone/ovs_dpdk.py
yardstick/benchmark/contexts/standalone/sriov.py
yardstick/common/exceptions.py
yardstick/common/openstack_utils.py
yardstick/common/utils.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
yardstick/tests/unit/benchmark/contexts/test_base.py
yardstick/tests/unit/benchmark/contexts/test_dummy.py
yardstick/tests/unit/benchmark/contexts/test_heat.py
yardstick/tests/unit/benchmark/contexts/test_kubernetes.py
yardstick/tests/unit/benchmark/contexts/test_node.py
yardstick/tests/unit/common/test_openstack_utils.py