X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=blobdiff_plain;f=ci%2Fenvs%2Fpacket_forwarding.sh;fp=ci%2Fenvs%2Fpacket_forwarding.sh;h=1ec6365110ff751dbcffca5ba7b3821702ff2c24;hp=cdfed74b1e73692c4ebd6dd15f2d2126001d0462;hb=3e03ee6596321cb9752868eecdd8d82a508b16d6;hpb=827627ae5f5674775062ab6a8a31a0ae1bbba7c7 diff --git a/ci/envs/packet_forwarding.sh b/ci/envs/packet_forwarding.sh index cdfed74b1..1ec636511 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 pvp_tput pvvp_tput' +TESTCASES_DAILY='phy2phy_tput pvp_tput pvvp_tput pvpv_cont' TESTPARAM_DAILY='--test-params TRAFFICGEN_PKT_SIZES=(64,128,512,1024,1518)' -TESTCASES_SRIOV='pvp_tput pvvp_tput' +TESTCASES_SRIOV='pvp_tput' TESTPARAM_SRIOV='--test-params TRAFFICGEN_PKT_SIZES=(64,128,512,1024,1518)' #mounting shared directory for collecting ixia test results. @@ -102,6 +102,7 @@ function execute_vsperf() { echo -e "\nExecution of VSPERF for $1" DATE_SUFFIX=$(date -u +"%Y-%m-%d_%H-%M-%S") source "$VSPERFENV_DIR"/bin/activate + cd $HOME/vswitchperf case $1 in "SRIOV") # use SRIOV specific TCs and configuration @@ -117,7 +118,6 @@ function execute_vsperf() { # figure out log file name LOG_SUBDIR="OvsDpdkVhost" LOG_FILE="${LOG_FILE_PREFIX}_${LOG_SUBDIR}_${DATE_SUFFIX}.log" - cd $HOME/vswitchperf $VSPERF_BIN --list echo "daily test cases started" echo " $VSPERF_BIN --vswitch OvsDpdkVhost --vnf QemuDpdkVhostUser $CONF_FILE $TESTPARAM $TESTCASES > $LOG_FILE"