From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 37CC1A0096 for ; Thu, 6 Jun 2019 06:36:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F1F795398; Thu, 6 Jun 2019 06:36:32 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C01C22C0C for ; Thu, 6 Jun 2019 06:36:31 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2019 21:36:30 -0700 X-ExtLoop1: 1 Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 05 Jun 2019 21:36:30 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Jun 2019 21:36:30 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Jun 2019 21:36:29 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.134]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.98]) with mapi id 14.03.0415.000; Thu, 6 Jun 2019 12:36:28 +0800 From: "Zhu, WenhuiX" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V2] conf/checklist:Modify syntax error Thread-Index: AQHVHB5QK4/vGvXJOEmjBVJBkqG3yaaOCnRw Date: Thu, 6 Jun 2019 04:36:27 +0000 Message-ID: References: <1559794689-142202-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1559794689-142202-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 V2] conf/checklist:Modify 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: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai Sent: Thursday, June 6, 2019 12:18 PM To: dts@dpdk.org Cc: Zhu, ShuaiX Subject: [dts] [PATCH V2] conf/checklist:Modify syntax error The syntax is wrong, one less symbol. Signed-off-by: zhu,shuai --- conf/test_case_checklist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json = index 424eb68..18a6c32 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2223,7 +2223,7 @@ "ALL" ], "NIC": [ - "niantic" + "niantic", "powerville", "twinpond", "twinville", -- 2.17.2