X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fenvs%2Fpacket_forwarding.sh;h=c367d8d033b08c81f186e0a02935c6c4a5dec0b6;hb=81e4faf8c8856a76a0ed0ab620c962f14eb832da;hp=c93bb2751e4ce5fb3b59a96abb08f01c88f772a8;hpb=070df31c821a397796047c0a59474ba16ec1c7dd;p=kvmfornfv.git diff --git a/ci/envs/packet_forwarding.sh b/ci/envs/packet_forwarding.sh index c93bb2751..c367d8d03 100755 --- a/ci/envs/packet_forwarding.sh +++ b/ci/envs/packet_forwarding.sh @@ -12,9 +12,9 @@ EXIT=0 EXIT_TC_FAILED=1 # DAILY - run selected TCs for defined packet sizes -TESTCASES_DAILY='phy2phy_tput phy2phy_tput_mod_vlan pvp_tput' +TESTCASES_DAILY='phy2phy_tput phy2phy_tput_mod_vlan pvp_tput pvvp_tput' TESTPARAM_DAILY='--test-params TRAFFICGEN_PKT_SIZES=(64,128,512,1024,1518)' -TESTCASES_SRIOV='pvp_tput' +TESTCASES_SRIOV='pvp_tput pvvp_tput' TESTPARAM_SRIOV='--test-params TRAFFICGEN_PKT_SIZES=(64,128,512,1024,1518)' #mounting shared directory for collecting ixia test results. @@ -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() {