From: Jiang, Yunhong Date: Wed, 31 May 2017 17:33:06 +0000 (+0000) Subject: Merge "To publish the results on Grafana dashboard" X-Git-Tag: opnfv-5.0.0~10 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=commitdiff_plain;h=465249b61b72d33fe1fad8d43da332faef22bec0;hp=ea88ca2a2cc64d5e5debd656105897245785c1e7 Merge "To publish the results on Grafana dashboard" --- diff --git a/ci/envs/packet_forwarding.sh b/ci/envs/packet_forwarding.sh index c93bb2751..4f3d946b3 100755 --- a/ci/envs/packet_forwarding.sh +++ b/ci/envs/packet_forwarding.sh @@ -80,8 +80,10 @@ function print_results() { function publish_results() { test_type=$1 results_dir=${TEST_REPORT_LOG_DIR}/${LOG_SUBDIR}/results* - time_stamp=$(date -u +"%Y-%m-%d-%H-%M-%S") - ( cd /root/workspace/scripts ; python data_publish.py $time_stamp $test_type $results_dir ) + time_stamp=$(date -u +"%Y-%m-%dT%H:%M:%SZ") + ( cd /root/workspace/scripts ; python2.7 data_publish.py $time_stamp $test_type $results_dir ) + #cleaning the results after publishing on grafana dashboard. + ( cd ${TEST_REPORT_LOG_DIR}/${LOG_SUBDIR} ; rm -rf results* ) } function execute_vsperf() {