summaryrefslogtreecommitdiffstats
path: root/utils/infra_setup/heat_template/vstf_heat_template/vstf_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/infra_setup/heat_template/vstf_heat_template/vstf_test.sh')
-rw-r--r--utils/infra_setup/heat_template/vstf_heat_template/vstf_test.sh5
1 files changed, 5 insertions, 0 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 051f2858..d162e4cf 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
@@ -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
}