Merge "To publish the results on Grafana dashboard"
authorJiang, Yunhong <yunhong.jiang@intel.com>
Wed, 31 May 2017 17:33:06 +0000 (17:33 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 31 May 2017 17:33:06 +0000 (17:33 +0000)
ci/envs/packet_forwarding.sh

index c93bb27..4f3d946 100755 (executable)
@@ -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() {