modify test_length_list from "64" to "64 128 256 512 1024" 57/6157/2
authorYiting.Li <liyiting@huawei.com>
Mon, 11 Jan 2016 13:24:30 +0000 (21:24 +0800)
committerJun Li <matthew.lijun@huawei.com>
Tue, 12 Jan 2016 01:04:13 +0000 (01:04 +0000)
JIRA: BOTTLENECK-29

Change-Id: Id1bfcfc403d3d7cb4b7e7f6f9701a5e2cf527004
Signed-off-by: Yiting.Li <liyiting@huawei.com>
utils/infra_setup/heat_template/vstf_heat_template/vstf_test.sh

index d162e4c..a5f06f8 100644 (file)
@@ -44,7 +44,7 @@ function fn_vstf_test_config(){
 
 function fn_testing_scenario(){
     local head_cmd="vstfadm perf-test "
-    local test_length_list="64"
+    local test_length_list="64 128 256 512 1024"
     local test_scenario_list="Tu-1 Tu-3"
     local test_tool="netperf"
     local protocol="udp"