Removing phy2phy_tput_mod_vlan test case execution from daily job 91/38991/4
authorkalyanreddy <reddyx.gundarapu@intel.com>
Wed, 9 Aug 2017 18:29:36 +0000 (11:29 -0700)
committerkalyanreddy <reddyx.gundarapu@intel.com>
Fri, 11 Aug 2017 05:59:53 +0000 (11:29 +0530)
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>
ci/envs/packet_forwarding.sh

index c367d8d..cdfed74 100755 (executable)
@@ -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)'