aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/benchmark/scenarios/compute/test_computecapacity.py
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-09-14 03:18:19 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-09-17 22:41:13 -0400
commit1dd6bfacd9eb90f74d85a764275b0c912c44dff3 (patch)
tree89ebe591594993f52b03d892ad910a6e9f20e31c /tests/unit/benchmark/scenarios/compute/test_computecapacity.py
parentd38d993ec1515cade15372592cd33becb810c67a (diff)
compute capacity description adjustment and HT check added
JIRA: YARDSTICK-270 1)description info amended according to really tested 2)hyper-thread status check added Change-Id: I813a41ff1e55c2d816fa55b773cf6c4bdd2af2bd Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'tests/unit/benchmark/scenarios/compute/test_computecapacity.py')
-rw-r--r--tests/unit/benchmark/scenarios/compute/test_computecapacity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/benchmark/scenarios/compute/test_computecapacity.py b/tests/unit/benchmark/scenarios/compute/test_computecapacity.py
index 660bb3391..da06b5dbb 100644
--- a/tests/unit/benchmark/scenarios/compute/test_computecapacity.py
+++ b/tests/unit/benchmark/scenarios/compute/test_computecapacity.py
@@ -20,7 +20,7 @@ from yardstick.benchmark.scenarios.compute import computecapacity
SAMPLE_OUTPUT = '{"Cpu_number": "2", "Core_number": "24",\
"Memory_size": "263753976 kB", "Thread_number": "48",\
- "Cache_size": "30720 KB"}'
+ "Cache_size": "30720 KB", "HT_Open": "0"}'
@mock.patch('yardstick.benchmark.scenarios.compute.computecapacity.ssh')