X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fbenchmark%2Fscenarios%2Fstorage%2Fstoragecapacity.bash;h=f963782d89ab83cce3f075f4246c45a574d848b2;hb=54f26bfe1cb139545ab86450342c6a7ab520dd83;hp=6ed4b281170623354cf4f2fadf3ec749611fe1eb;hpb=7892704fdcb96964f6d10476198a9becd4188f89;p=yardstick.git 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\" \ }" }