From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 69D1814EC for ; Thu, 8 Nov 2018 02:59:15 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Nov 2018 17:59:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,478,1534834800"; d="scan'208";a="106388431" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 07 Nov 2018 17:59:12 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 7 Nov 2018 17:58:57 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 7 Nov 2018 17:58:56 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.102]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.161]) with mapi id 14.03.0415.000; Thu, 8 Nov 2018 09:57:57 +0800 From: "Tu, Lijuan" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V3] conf/supportlis:The syntax is wrong, remove the extra symbols. Thread-Index: AQHUdwREPY3idDKmGk6iqK3xr1947qVFHtnA Date: Thu, 8 Nov 2018 01:57:56 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9B9CA7@SHSMSX101.ccr.corp.intel.com> References: <1541641481-32622-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1541641481-32622-1-git-send-email-shuaix.zhu@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.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWU0YjJjZTUtNWZiNS00OGE2LTg0YzMtZGIwODdiNDRlZjY5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVmpZWGs5RmtDaHNDUVwvMW1rYmlZd2t4ZEYrOWZVY0ZzWU9OdUcwcDZKTkw2Um1DZkpvZ2hrSmZcL0tXaFBWNGdTIn0= 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 V3] conf/supportlis:The syntax is wrong, remove the extra symbols. 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: , X-List-Received-Date: Thu, 08 Nov 2018 01:59:16 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai > Sent: Thursday, November 8, 2018 9:45 AM > To: dts@dpdk.org > Cc: Zhu, ShuaiX > Subject: [dts] [PATCH V3] conf/supportlis:The syntax is wrong, remove the > extra symbols. >=20 > Remove the extra symbols because of a syntax error. >=20 > Signed-off-by: zhu,shuai > --- > conf/test_case_supportlist.json | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/conf/test_case_supportlist.json > b/conf/test_case_supportlist.json index c5a6124..17c58fb 100644 > --- a/conf/test_case_supportlist.json > +++ b/conf/test_case_supportlist.json > @@ -550,7 +550,7 @@ > "fortville_eagle", > "fortville_spirit", > "fortville_spirit_single", > - "fortpark_TLV", > + "fortpark_TLV" > ], > "Target": [ > "ALL" > @@ -569,7 +569,7 @@ > "fortville_spirit", > "fortville_spirit_single", > "fortville_25g", > - "fortpark_TLV", > + "fortpark_TLV" > ], > "Target": [ > "ALL" > @@ -588,7 +588,7 @@ > "fortville_spirit", > "fortville_spirit_single", > "fortville_25g", > - "fortpark_TLV", > + "fortpark_TLV" > ], > "Target": [ > "ALL" > @@ -607,7 +607,7 @@ > "fortville_spirit", > "fortville_spirit_single", > "fortville_25g", > - "fortpark_TLV", > + "fortpark_TLV" > ], > "Target": [ > "ALL" > -- > 2.17.2