X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fenvs%2Fpacket_forwarding.sh;h=4f3d946b3d2b6f2a84e695aae24a8de32edcbc52;hb=868367c47df84a70a49f7be6b5e6c3150906aa8f;hp=c93bb2751e4ce5fb3b59a96abb08f01c88f772a8;hpb=39928e5e9503db6f1971c74a84e3d10a4e4f6a6e;p=kvmfornfv.git 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() {