summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-08-09 11:54:11 -0700
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-08-09 12:07:56 -0700
commit81e4faf8c8856a76a0ed0ab620c962f14eb832da (patch)
treeae4e7d9ee50682936de91fa6b1f7a9adae5a5dc6
parenta074fc668a5b2dd02f5378895c2d36043a5603c5 (diff)
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 <reddyx.gundarapu@intel.com>
-rwxr-xr-xci/envs/packet_forwarding.sh4
1 files changed, 2 insertions, 2 deletions
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.