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 41678A0471 for ; Tue, 13 Aug 2019 04:45:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EB0798F96; Tue, 13 Aug 2019 04:45:39 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 05A85378B for ; Tue, 13 Aug 2019 04:45:38 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Aug 2019 19:45:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,379,1559545200"; d="scan'208";a="178537320" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 12 Aug 2019 19:45:37 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 12 Aug 2019 19:45:37 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.19]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.250]) with mapi id 14.03.0439.000; Tue, 13 Aug 2019 10:45:35 +0800 From: "Zhu, WenhuiX" To: "Zhu, ShuaiX" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V1] tests/nvgre:Modify the syntax error. Thread-Index: AQHVUYCkqJBHm3oCNEqFbRBpqm1K/ab4XzYg Date: Tue, 13 Aug 2019 02:45:35 +0000 Message-ID: References: <1565664376-72175-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1565664376-72175-1-git-send-email-shuaix.zhu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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/nvgre:Modify the syntax error. 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" Tested-by: Zhu, WenhuiX -----Original Message----- From: Zhu, ShuaiX=20 Sent: Tuesday, August 13, 2019 10:46 AM To: dts@dpdk.org Cc: Zhu, WenhuiX ; Zhu, ShuaiX Subject: [dts][PATCH V1] tests/nvgre:Modify the syntax error. Modify the syntax error. Signed-off-by: zhu,shuai --- tests/TestSuite_nvgre.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_nvgre.py b/tests/TestSuite_nvgre.py index 62aa= c3a..dbba011 100644 --- a/tests/TestSuite_nvgre.py +++ b/tests/TestSuite_nvgre.py @@ -162,7 +162,7 @@ class NvgreTestConfig(object): """ Return nvgre packet type """ - if (self.nic in ["cavium_a063", "cavium_a064"]): + if (nic in ["cavium_a063", "cavium_a064"]): if self.outer_ip_proto !=3D47: if self.outer_l3_type =3D=3D 'IPv4': return 'L3_IPV4' -- 2.17.2