summaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2016-08-12 12:55:29 +0800
committerJingLu5 <lvjing5@huawei.com>2016-08-12 12:55:29 +0800
commit2dda8c5e98126ab650ea7da9decc10f4e2efa858 (patch)
tree49a61cec45814b91ab751796e90bfa2971df2776 /yardstick
parent6b81ccde0937d37733da8ce5105c7832e5537c2c (diff)
BugFix: modify storagecapacity output format for result visualization in grafana dashboard
Change-Id: I255586efb0d1e25d7505838693d90a40282249b4 Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'yardstick')
-rw-r--r--yardstick/benchmark/scenarios/storage/storagecapacity.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/scenarios/storage/storagecapacity.bash b/yardstick/benchmark/scenarios/storage/storagecapacity.bash
index 6ed4b2811..f963782d8 100644
--- a/yardstick/benchmark/scenarios/storage/storagecapacity.bash
+++ b/yardstick/benchmark/scenarios/storage/storagecapacity.bash
@@ -27,7 +27,7 @@ output_disk_size()
DISKSIZE=`awk 'BEGIN{cnt=0;} {cnt=cnt+$2} END{print cnt}' $OUTPUT_FILE`
echo -e "{\
\"Number of devices\":\"$DEVICENUM\", \
- \"Total disk size\":\"$DISKSIZE bytes\" \
+ \"Total disk size in bytes\":\"$DISKSIZE\" \
}"
}