summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiting.Li <liyiting@huawei.com>2016-01-11 21:24:30 +0800
committerJun Li <matthew.lijun@huawei.com>2016-01-12 03:29:40 +0000
commit493c67de7353b3be302d7c181c38bc7295173283 (patch)
tree5371bd28d84f50b68cfca1f30b67485431515cca
parentf3b5d24668069b39142ae8dd8069919892eef6b3 (diff)
modify test_length_list from "64" to "64 128 256 512 1024"
JIRA: BOTTLENECK-29 Change-Id: Id1bfcfc403d3d7cb4b7e7f6f9701a5e2cf527004 Signed-off-by: Yiting.Li <liyiting@huawei.com> (cherry picked from commit 6c9169e63129b31fe7830443aa5ba5c680dd787e)
-rw-r--r--utils/infra_setup/heat_template/vstf_heat_template/vstf_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/infra_setup/heat_template/vstf_heat_template/vstf_test.sh b/utils/infra_setup/heat_template/vstf_heat_template/vstf_test.sh
index d162e4cf..a5f06f8e 100644
--- a/utils/infra_setup/heat_template/vstf_heat_template/vstf_test.sh
+++ b/utils/infra_setup/heat_template/vstf_heat_template/vstf_test.sh
@@ -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"