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 CD473A00C5; Thu, 11 Jun 2020 14:09:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C5BE8FEB; Thu, 11 Jun 2020 14:09:52 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 345F3E07 for ; Thu, 11 Jun 2020 14:09:51 +0200 (CEST) IronPort-SDR: oWFFBVBB+pCiub/YGnpi7NwH6Vu6fGlifkHTSXupLFw8pRJ1PpXc3NF1BwDEV3vf5NYNXFSz4v 3s71DRSLxnyw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jun 2020 05:09:50 -0700 IronPort-SDR: EVWH/JB2w/ncheOuzzgSPJq59f32/Io+R3J8QWvuDHdxOsdZ5KGFcdNVEYAcnC+vhXRSeGvMs9 Zgfajc+hS6ww== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,499,1583222400"; d="scan'208";a="473780381" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 11 Jun 2020 05:09:50 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 11 Jun 2020 05:09:49 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 11 Jun 2020 05:09:49 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.85]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.55]) with mapi id 14.03.0439.000; Thu, 11 Jun 2020 20:09:46 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1]tests/TestSuite_cvl_fdir: remove debug info Thread-Index: AQHWOizO6TLJl3MzukezL4Nstpr/tKjTXgYw Date: Thu, 11 Jun 2020 12:09:45 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC5BBA5@SHSMSX101.ccr.corp.intel.com> References: <1591246207-318262-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1591246207-318262-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]tests/TestSuite_cvl_fdir: remove debug info 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" Applied, thanks -----Original Message----- From: dts On Behalf Of Xiao Qimai Sent: 2020=1B$BG/=1B(B6=1B$B7n=1B(B4=1B$BF|=1B(B 12:50 To: dts@dpdk.org Cc: Xiao, QimaiX Subject: [dts] [PATCH V1]tests/TestSuite_cvl_fdir: remove debug info Signed-off-by: Xiao Qimai --- tests/TestSuite_cvl_fdir.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestSuite_cvl_fdir.py b/tests/TestSuite_cvl_fdir.py inde= x 70aa5e3..12d9ad8 100644 --- a/tests/TestSuite_cvl_fdir.py +++ b/tests/TestSuite_cvl_fdir.py @@ -2202,8 +2202,6 @@ class TestCVLFdir(TestCase): self._rte_flow_validate(vectors_ipv4_udp) =20 def test_mac_ipv4_tcp(self): - import pudb - pudb.set_trace() self._rte_flow_validate(vectors_ipv4_tcp) =20 def test_mac_ipv4_sctp(self): -- 1.8.3.1