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 05585A0545; Sat, 28 May 2022 10:57:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F3B1740F35; Sat, 28 May 2022 10:57:39 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 1F32140E50 for ; Sat, 28 May 2022 10:57:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653728258; x=1685264258; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Ihkp7NhoXWcDzH/TTAocG3l5P9vBnr8eVwiHbaaoP5I=; b=SX2O2bAAtVmtbcTl0idh1is2cUY+zQIvlDoolXlSKmZog4oIaLoo4CXF LhgYAwHdBh1Ibc2JE7Uw1ad6HdctHaGcds5qN1m962U7Npiqt4Qt7+mif 2sgd/7E3tIuNQTOuL1QyORWdVanw8YYxAv9VrTMt3Klr1++Ac4YNBoRXh u9ng5kG8WwCACeOv083QIckwGqGjuvsZipw/QriTLtji2ZlKc+XWmdKgJ fpXI7sE2Jqr9bFZScesTBwO4DoZV+Gocg7N/NCMXdGeqQupWQGcRdC09E t9qaZ3lHEIjjSlpOoAuRgbALgILtJ3cgbOUQeYhScgcuwnk5hSLuo9hf4 Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10360"; a="272220118" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="272220118" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 01:57:37 -0700 Message-Id: <003cea$i0a2qd@orsmga008-auth.jf.intel.com> Date: 28 May 2022 01:57:35 -0700 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="604310361" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 01:57:35 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V3 2/2] test_plans/meson_tests: add test plan for meson tests From: lijuan.tu@intel.com To: dts@dpdk.org,lijuan.tu@intel.com,"Li, WeiyuanX" Cc: Weiyuan Li In-Reply-To: <20220526091937.1276-2-weiyuanx.li@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: "Li, WeiyuanX" Errors-To: dts-bounces@dpdk.org On Thu, 26 May 2022 17:19:36 +0800, "Li, WeiyuanX" wr= ote: > From: Weiyuan Li >=20 > Add new test plan for meson tests. >=20 > Signed-off-by: Weiyuan Li Series applied, thanks