Merge "Adjust flavor parameter in TC002"
authorliang gao <jean.gaoliang@huawei.com>
Tue, 13 Sep 2016 00:11:46 +0000 (00:11 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 13 Sep 2016 00:11:46 +0000 (00:11 +0000)
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