From d651cc71797f8f32b0fe40ca4ee1c21d50558fd1 Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Wed, 9 Aug 2017 11:29:36 -0700 Subject: 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 --- ci/envs/packet_forwarding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' -- cgit 1.2.3-korg