From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 22E76A04F6; Tue, 7 Jan 2020 12:27:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 199101D72D; Tue, 7 Jan 2020 12:27:16 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 0B15F1D729 for ; Tue, 7 Jan 2020 12:27:14 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2020 03:27:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,406,1571727600"; d="scan'208";a="253710145" Received: from dpdktestzhiwei.sh.intel.com ([10.67.119.33]) by fmsmga002.fm.intel.com with ESMTP; 07 Jan 2020 03:27:13 -0800 From: "zhiwei.he" To: dts@dpdk.org Cc: "zhiwei.he" Date: Tue, 7 Jan 2020 19:27:24 +0800 Message-Id: <1578396444-91107-1-git-send-email-zhiwei.he@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] tests:add ipv4 ipv6 switchfilter non pipline script for the CVL X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: "zhiwei.he" Signed-off-by: zhiwei.he --- tests/TestSuite_cvl_switch_filter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/TestSuite_cvl_switch_filter.py b/tests/TestSuite_cvl_switch_filter.py index a751f46..c5871ac 100644 --- a/tests/TestSuite_cvl_switch_filter.py +++ b/tests/TestSuite_cvl_switch_filter.py @@ -2422,8 +2422,8 @@ tvs_mac_ipv4_non_pipeline_mode = [ ] tvs_mac_ipv4_udp_non_pipeline_mode = [ - tv_mac_ipv4_udp_in_queue_01, - tv_mac_ipv4_udp_drop_queue_02 + tv_mac_ipv4_udp_in_queue_01, + tv_mac_ipv4_udp_drop_queue_02 ] tvs_mac_ipv4_tcp_non_pipeline_mode = [ @@ -2437,7 +2437,7 @@ tvs_mac_ipv6_non_pipeline_mode = [ ] tvs_mac_ipv6_frag_non_pipeline_mode = [ - tv_mac_ipv6_frag_in_queue_01, + tv_mac_ipv6_frag_in_queue_01, tv_mac_ipv6_frag_drop_queue_02 ] -- 1.8.3.1