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 971A6A0508; Mon, 9 May 2022 09:48:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7273940691; Mon, 9 May 2022 09:48:22 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 80EF54068F for ; Mon, 9 May 2022 09:48:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652082501; x=1683618501; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=76dCtsJTbhsOmib27Ai4zL9n2SpqZ2Vix+q6QNKf/do=; b=TslVC7jV4h3/f7pnNjoS0+9h8lj6Qeu3aatO0sGXocWCw9g6XQ65CdC5 GTiQHd73eCdPsLIdDACBQ4C4XI8+PXC2pNZqVZqLf+ztkK9MNHr3hjEeo UQUGLiEDM9D5GDGvPdvn2MRpPtyntg08vQqHvGahQZIjQzEKvaxmmtf90 F9YOK0dLeOiqw4VDnBwDcDZw1VtezLIDw0Gmub23EG4JQghwipI+3qrnp 9GFa8rTjtXGVA4o3xOXRE+ij6mvKen6h0WNg8KdjjnFsZTTn4F2G7KDxC 9U9qr7uwvkT6K9lh+DkCLIWggTtvmKLe47RwZno+LruvKJ3HrjOcrNbRv Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10341"; a="268897585" X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="268897585" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:48:19 -0700 Message-Id: <8b0460$htup3n@orsmga001-auth.jf.intel.com> Date: 09 May 2022 00:48:18 -0700 X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="601842816" 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; 09 May 2022 00:48:18 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] test_plans/*: remove common_base info in test plan From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: Lingli Chen In-Reply-To: <20220509110344.17047-1-linglix.chen@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: Lingli Chen Errors-To: dts-bounces@dpdk.org On Mon, 9 May 2022 11:03:44 +0000, Lingli Chen wrot= e: > makefile have moved from test suite long times, but plan still have common_= base info, they need keep sync each other. >=20 > Signed-off-by: Lingli Chen Applied, thanks