From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 34A7EA0548; Wed, 15 Jun 2022 11:05:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2DD2840DDD; Wed, 15 Jun 2022 11:05:39 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 5D34D40040 for ; Wed, 15 Jun 2022 11:05:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655283938; x=1686819938; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=cbyYwTdODUrxpBRvH124d7yfWFjPcv6S7xmHpkVp9ns=; b=eWcsALFhduQyT9q8xLzQncaLFEgY3A+DtVcZJnOFfXoSVLpz846KOqh8 GRjgSFzter0A5Y7PFlWsfYevsXnajRyuU42MDZ+rr3rm0a+iMUqtf3A+g LkZlIRyEGl2BYZmnvLtvpb3twfOhkJmxUMMno9BSOiftkJHNzrEb5DkuM XhZNFMB1fRp8FX9jyzaDWww1Hp6qrOH5aNA4WBLrbonu4luuhyxy04LOt xPLu6II+oMm/G5l4Pn4R0WPOku+Te0wgFN++XB7cXQ4uSo3vSab8ygMX3 BdJzrYDtZWLg9ZQx/xpMJvrwio1J6QUsa66+qXWWNe8bn8q6o0Jb121CM A==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="258743180" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="258743180" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:05:37 -0700 Message-Id: <8b0460$idn90q@orsmga001-auth.jf.intel.com> Date: 15 Jun 2022 02:05:36 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="618374179" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:05:36 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/coremask: modify test case name From: lijuan.tu@intel.com To: dts@dpdk.org,Yaqi Tang Cc: Yaqi Tang In-Reply-To: <20220608044918.350522-1-yaqi.tang@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Yaqi Tang Errors-To: dts-bounces@dpdk.org On Wed, 8 Jun 2022 04:49:18 +0000, Yaqi Tang wrote: > The case name of test case 3 does not match the test script, so modify the = case name of test case 3. > And adjust the format of test plan according to test plan template. >=20 > Signed-off-by: Yaqi Tang Applied, thanks