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 D3332A0508; Thu, 14 Apr 2022 08:07:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B487340689; Thu, 14 Apr 2022 08:07:03 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id AAC204003F for ; Thu, 14 Apr 2022 08:07:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649916422; x=1681452422; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=kaIPhXJhloBOI866+hF3JOb3cPqrI/R3DbzlkHWk9iU=; b=h/q2a/YiNtVE2l/55OyWhRqjN3zMolyolmCD4fcIKN9QZZmqRXWXVZ5A tFAeoxnejhd6+dzuywp0jFqsDOoB8NNGR1PVX3wVj4xQpajeEA7qEaJJd UE6ksQH73rA7cyTd7z0//JspzTlcA674Cj6vPmTaawCqvcRkCLXCUe8Ct sEKeV6xPNV0Uv2NYh9c4H/L7iy0XB1zULzNHZvZNMgthcv6CObCeN+SwW 17KWZNPGVB0eRc3TYvorf5GZJAbfoAVoPC1VCbtts/xEloSDD1TbKDsuH iXnqE7ONg8xqexOOLC+zHYzyb6FQIcUBKgU8m75Aie1wlR1CmNJvpZser w==; X-IronPort-AV: E=McAfee;i="6400,9594,10316"; a="243444167" X-IronPort-AV: E=Sophos;i="5.90,259,1643702400"; d="scan'208";a="243444167" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2022 23:06:57 -0700 X-IronPort-AV: E=Sophos;i="5.90,259,1643702400"; d="scan'208";a="573625199" Received: from unknown (HELO localhost.localdomain) ([10.239.251.226]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2022 23:06:55 -0700 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 0/3] test_plans/*: modify test plan to adapt meson build Date: Thu, 14 Apr 2022 14:05:46 +0000 Message-Id: <20220414140549.1579777-1-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Errors-To: dts-bounces@dpdk.org test_plans/*: modify test plan to adapt meson build Yu Jiang (3): test_plans/vf_interrupt_pmd&sriov_kvm: modify test plan to adapt meson build test_plans/l2fwd_cryptodev_func&inline_ipsec: modify test plan to adapt meson build test_plans/external_mempool_handler: modify test plan to adapt meson build .../external_mempool_handler_test_plan.rst | 32 +++++++++---------- test_plans/inline_ipsec_test_plan.rst | 20 ++++++------ test_plans/l2fwd_cryptodev_func_test_plan.rst | 2 +- test_plans/sriov_kvm_test_plan.rst | 28 ++++++++-------- test_plans/vf_interrupt_pmd_test_plan.rst | 2 +- 5 files changed, 42 insertions(+), 42 deletions(-) -- 2.25.1