Extended Context class with get_physical_nodes functionality 17/58417/15
authorChornyi, TarasX <tarasx.chornyi@intel.com>
Mon, 11 Jun 2018 12:18:54 +0000 (15:18 +0300)
committerChornyi, TarasX <tarasx.chornyi@intel.com>
Tue, 26 Jun 2018 08:05:27 +0000 (11:05 +0300)
commit595212edf5ccd71af1bf7ef57a8d260fb1ec0c9e
treedc032e0dc4f32b5d158a0d72f1bfe9629fd48677
parent4c4edf05781b0a7d7368cb29d27ae2e92230c194
Extended Context class with get_physical_nodes functionality

JIRA: YARDSTICK-1255

Change-Id: I446d715dc6cf716a4fcbc1b809c1b1d6303071e0
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
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