Add vstf_collector.py for upload tu case results.
[bottlenecks.git] / utils / infra_setup / heat_template / vstf_heat_template / vstf_test.sh
index 051f285..d162e4c 100644 (file)
@@ -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
 }