modify test_length_list from "64" to "64 128 256 512 1024"
[bottlenecks.git] / utils / infra_setup / heat_template / vstf_heat_template / vstf_test.sh
index 051f285..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"
@@ -75,11 +75,16 @@ function fn_result(){
     return 0
 }
 
+function fn_upload(){
+    python vstf_collector.py --config dashboard.json --dir result
+}
+
 function main(){
     fn_parser_ipaddress
     fn_vstf_test_config
     fn_testing_scenario
     fn_result
+    fn_upload
     return 0
 }