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 50C88A046B for ; Thu, 27 Jun 2019 04:11:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 19EF72F4F; Thu, 27 Jun 2019 04:11:07 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 8F5DC2F4F for ; Thu, 27 Jun 2019 04:11:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 19:11:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,422,1557212400"; d="scan'208";a="183323045" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 26 Jun 2019 19:11:03 -0700 Received: from fmsmsx607.amr.corp.intel.com (10.18.126.87) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Jun 2019 19:11:02 -0700 Received: from fmsmsx607.amr.corp.intel.com (10.18.126.87) by fmsmsx607.amr.corp.intel.com (10.18.126.87) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 26 Jun 2019 19:11:02 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx607.amr.corp.intel.com (10.18.126.87) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 26 Jun 2019 19:11:02 -0700 Received: from shsmsx106.ccr.corp.intel.com ([169.254.10.89]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.173]) with mapi id 14.03.0439.000; Thu, 27 Jun 2019 10:11:01 +0800 From: "Yao, BingX Y" To: "dts@dpdk.org" Thread-Topic: [PATCH V1][dts] checklist:modify syntax error Thread-Index: AQHVLI0stuGbcIxrJ0ypPV/HocFA+6auwedw Date: Thu, 27 Jun 2019 02:11:00 +0000 Message-ID: <95BCD24840F32441BEA74E0F8A31839E058F065E@SHSMSX106.ccr.corp.intel.com> References: <1561601571-78986-1-git-send-email-bingx.y.yao@intel.com> In-Reply-To: <1561601571-78986-1-git-send-email-bingx.y.yao@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] 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: Yao, BingX Y -----Original Message----- From: Yao, BingX Y=20 Sent: Thursday, June 27, 2019 10:13 AM To: dts@dpdk.org Cc: Yao, BingX Y Subject: [PATCH V1][dts] checklist:modify syntax error The syntax is wrong, one less symbol. Signed-off-by: yaobing --- 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 ed90127..610bef1 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2105,7 +2105,7 @@ "fortville_spirit_single", "cavium_a034", "cavium_a011", - "cavium_a063" + "cavium_a063", "fortville_25g" ], "Target": [ -- 2.17.2