From patchwork Thu Feb 24 11:23:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yu Jiang X-Patchwork-Id: 108217 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 463E4A0353; Thu, 24 Feb 2022 04:23:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 379B340E5A; Thu, 24 Feb 2022 04:23:55 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 410FD40DF6 for ; Thu, 24 Feb 2022 04:23:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645673033; x=1677209033; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/pB2ibNvr0trQ6Oxo4xhQoNd3dV6PlUpmTfQci5PRCY=; b=Nn6+fawQGKqRA/DI06IJdrMuNCeVjC9R0lo8LLZ7cFCGVt+O+wzOT43U TCi0/zspizI9n8WqR8AVHnmCzWv2CkMq1cX1Kq3mGrI6o5Kt6eoJy4+Cl /M6hipRDB6KFjIb5gBLj6dGqyxfWnDe3oixo/ATJKZBXBqYCNiBl1u8/x 5cb8c3aI96/o+TrAtPpI3J94IY6Je5q9DqEhZBxnnXxgOYV3p1OIn6MRV 5po0deKON/iYrtwq5CiH47NhR30twJvHLEXmPFrUL97ra+lNM7dGlJos4 UHq5PJOw3E7ZkqCCs0F01KctKhqPfTF0iwLOOaiZwfpjEiNYeTQmUbYVS w==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="252059793" X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="252059793" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 19:23:52 -0800 X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="639567147" Received: from unknown (HELO localhost.localdomain) ([10.239.251.226]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 19:23:50 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V2 0/6] test_plans/*: modify test plan to adapt meson build Date: Thu, 24 Feb 2022 11:23:19 +0000 Message-Id: <20220224112325.1488073-1-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 (6): test_plans/*: modify test plan to adapt meson build test_plans/*: modify test plan to adapt meson build test_plans/*: modify test plan to adapt meson build test_plans/*: modify test plan to adapt meson build test_plans/*: modify test plan to adapt meson build test_plans/*: modify test plan to adapt meson build test_plans/ABI_stable_test_plan.rst | 9 +--- ...ckage_download_in_ice_driver_test_plan.rst | 8 ++-- .../external_mempool_handler_test_plan.rst | 10 ++--- test_plans/flow_classify_test_plan.rst | 11 ++--- test_plans/generic_flow_api_test_plan.rst | 10 ++--- test_plans/iavf_test_plan.rst | 8 ++-- test_plans/ipsec_gw_and_library_test_plan.rst | 2 - test_plans/keep_alive_test_plan.rst | 13 +----- test_plans/kernelpf_iavf_test_plan.rst | 2 +- test_plans/linux_modules_test_plan.rst | 2 - test_plans/metrics_test_plan.rst | 10 ++--- test_plans/multicast_test_plan.rst | 44 +++++++++---------- test_plans/shutdown_api_test_plan.rst | 2 +- .../sw_hw_thash_consistence_test_plan.rst | 9 ++-- test_plans/telemetry_test_plan.rst | 14 +++--- .../vdev_primary_secondary_test_plan.rst | 24 ++++++---- test_plans/vf_packet_rxtx_test_plan.rst | 2 +- test_plans/vf_pf_reset_test_plan.rst | 22 +++++----- test_plans/vhost_qemu_mtu_test_plan.rst | 4 +- test_plans/vm2vm_virtio_user_test_plan.rst | 4 +- test_plans/vmdq_dcb_test_plan.rst | 4 -- 21 files changed, 101 insertions(+), 113 deletions(-)