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 92ADFA04F0; Mon, 13 Jan 2020 08:56:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8583B1D5F5; Mon, 13 Jan 2020 08:56:01 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 8A9661D5EF for ; Mon, 13 Jan 2020 08:56:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jan 2020 23:55:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,428,1571727600"; d="scan'208";a="247635860" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 12 Jan 2020 23:55:59 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 12 Jan 2020 23:55:59 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 12 Jan 2020 23:55:59 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.210]) with mapi id 14.03.0439.000; Mon, 13 Jan 2020 15:55:57 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V1]tests/rteflow_priority: delete extra space Thread-Index: AQHVxdDuXV4fVXOoTk26F8loisRKMafoQhzg Date: Mon, 13 Jan 2020 07:55:56 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBA8921@SHSMSX101.ccr.corp.intel.com> References: <1578452927-23320-1-git-send-email-xiaoxiaox.zeng@intel.com> In-Reply-To: <1578452927-23320-1-git-send-email-xiaoxiaox.zeng@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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]tests/rteflow_priority: delete extra space 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 > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zeng Xiaoxiao > Sent: Wednesday, January 8, 2020 11:09 AM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V1]tests/rteflow_priority: delete extra space >=20 > Signed-off-by: Zeng Xiaoxiao > --- > tests/TestSuite_rteflow_priority.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_rteflow_priority.py > b/tests/TestSuite_rteflow_priority.py > index 258dbac..106d708 100644 > --- a/tests/TestSuite_rteflow_priority.py > +++ b/tests/TestSuite_rteflow_priority.py > @@ -179,7 +179,7 @@ class TestRteflowPriority(TestCase): > self.logger.info('pass: queue id is 3') >=20 > self.dut.send_expect("start", "testpmd>", 20) > - > self.send_pkt('sendp([Ether(dst=3D"00:00:00:00:01:00",src=3D"11:22:33:44:= 55:66" > )/IP()/UDP()/VXLAN()/Ether()/IP(src=3D"192.168.0.4 > ",dst=3D"192.168.0.7")/UDP(sport=3D25,dport=3D23)/Raw("x"*80)],iface=3D"%= s")'%(s > elf.__tx_iface)) > + > self.send_pkt('sendp([Ether(dst=3D"00:00:00:00:01:00",src=3D"11:22:33:44:= 55:66" > )/IP()/UDP()/VXLAN()/Ether()/IP(src=3D"192.168.0.4",dst=3D"192.168.0.7")/= UDP(s > port=3D25,dport=3D23)/Raw("x"*80)],iface=3D"%s")'%(self.__tx_iface)) > out=3Dself.dut.send_expect("stop", "testpmd>", 20) > pkt_num=3Dself.check_queue_rx_packets_number(out, 4) > self.verify(pkt_num=3D=3D1, "failed: the flow rule can not work"= ) > -- > 1.8.3.1