From: kalyanreddy Date: Wed, 9 Aug 2017 18:54:11 +0000 (-0700) Subject: Adding packet forward test cases involving multiple VMs X-Git-Tag: opnfv-5.0.0~5^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=commitdiff_plain;h=81e4faf8c8856a76a0ed0ab620c962f14eb832da Adding packet forward test cases involving multiple VMs This patch is used to enable packet forwarding PXP deployment test cases that involves multiple VMs connected in series. Change-Id: I74d3e9a1c028ebd9298d95078bf3102f0b836a7d Signed-off-by: Gundarapu Kalyan Reddy --- diff --git a/ci/envs/packet_forwarding.sh b/ci/envs/packet_forwarding.sh index 4f3d946b3..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.