aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/benchmark
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-09-20 07:46:14 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-20 07:46:14 +0000
commit18738b34abe226ff1a6a2d0dd7564737684c022e (patch)
treef812d49d9b30e4ee50b950ce902c5460ec4577b3 /tests/unit/benchmark
parentf28281f765cb1760a5bd371c8301d21f48c3ca2b (diff)
parent1dd6bfacd9eb90f74d85a764275b0c912c44dff3 (diff)
Merge "compute capacity description adjustment and HT check added"
Diffstat (limited to 'tests/unit/benchmark')
-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')