Bugfix: modify comment bugs in TC055 and TC075 31/20831/4
authorchenjiankun <chenjiankun1@huawei.com>
Sun, 11 Sep 2016 13:47:33 +0000 (09:47 -0400)
committerchenjiankun <chenjiankun1@huawei.com>
Mon, 12 Sep 2016 03:59:18 +0000 (23:59 -0400)
JIRA: YARDSTICK-342

Change-Id: I5341f377425042b459bd15d623903c8674a3075a
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
tests/opnfv/test_cases/opnfv_yardstick_tc055.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc075.yaml
yardstick/benchmark/scenarios/networking/networkcapacity.bash

index b43e566..403bc34 100644 (file)
@@ -1,6 +1,7 @@
 ---
 # Yardstick TC055 config file
 # Collect hardware specification from /proc/cpuinfo
+# Measure number of cores, number of threads, available memory size and cache size
 
 schema: "yardstick:task:0.1"
 {% set host = host or "node5.yardstick-TC055" %}
index d4a978c..fb5a12e 100644 (file)
@@ -1,8 +1,7 @@
 ---
 # Yardstick TC075 config file
-# Measure compute capacity and scale.
-# Including number of cores, number of threads, available memory size and
-# cache size.
+# Measure network capacity and scale.
+# Measure number of connections, number of frames received
 
 schema: "yardstick:task:0.1"
 {% set host = host or "node1.LF" %}
index a18f97e..e2d3eb7 100644 (file)
@@ -9,7 +9,7 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-# Measure compute capacity and scale of a host
+# Measure network capacity and scale of a host
 
 set -e
 OUTPUT_FILE=/tmp/netperf-out.log