summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-08-09 11:29:36 -0700
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-08-11 11:29:53 +0530
commitd651cc71797f8f32b0fe40ca4ee1c21d50558fd1 (patch)
tree156ece51f65a159c02665e01460d30d8ff8b786c
parentd9e68e7d2584d6fb83ad212673858a030d3d01a4 (diff)
Removing phy2phy_tput_mod_vlan test case execution from daily job
This patch is used to remove phy2phy_tput_mod_vlan packet forwarding test case execution from kvmfornfv daily job as this test case has no guest involved. Kvmfornfv will execute only test cases that involves atleast one or more guests. Note: phy2phy_tput test case is an exception and will be used in future for comparing results and debugging if needed. Change-Id: I698361a82db7102d23146f8ffb1f1d1ef05b0621 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
-rwxr-xr-xci/envs/packet_forwarding.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/envs/packet_forwarding.sh b/ci/envs/packet_forwarding.sh
index c367d8d03..cdfed74b1 100755
--- a/ci/envs/packet_forwarding.sh
+++ b/ci/envs/packet_forwarding.sh
@@ -12,7 +12,7 @@ EXIT=0
EXIT_TC_FAILED=1
# DAILY - run selected TCs for defined packet sizes
-TESTCASES_DAILY='phy2phy_tput phy2phy_tput_mod_vlan pvp_tput pvvp_tput'
+TESTCASES_DAILY='phy2phy_tput pvp_tput pvvp_tput'
TESTPARAM_DAILY='--test-params TRAFFICGEN_PKT_SIZES=(64,128,512,1024,1518)'
TESTCASES_SRIOV='pvp_tput pvvp_tput'
TESTPARAM_SRIOV='--test-params TRAFFICGEN_PKT_SIZES=(64,128,512,1024,1518)'