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 9560FA0353; Thu, 24 Feb 2022 06:47:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 80C3C4114D; Thu, 24 Feb 2022 06:47:05 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 6138C40E5A for ; Thu, 24 Feb 2022 06:47:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645681623; x=1677217623; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=XT6NgakdkPaFZnDFTAMCThduWDUBdsUO71FvIAzDT4I=; b=harIEEK0WduuNs2OeuiDv6agOqGCp+hwH0MDoKgNs5G/TXZQUIeBd9MS FRJ3YKwrTABDVE9i4BkdvK+sRjUphfv84DNEb2FozXI4fwoY/l4AGR9pD F/jCoc2STqA5rBDZOEN5pnAkU0P0O7iM5G4biwUoZlXbRgO5B5hIA0w47 iU94c6RtwfdwwP9Z1WsNCinAgcRNWqG0xFuKTeImagwOGlorJ5dG6rxT1 iV3nJcyo+09yYz4HvTv9nv6DazZWLzgehDipXEF15412AmGJeAL+3JDxc Z6w19pjGkjvfn30j+bxHvlkjKZjOKjf36L/9jqAABscimYa2lJTX5XzTh g==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="315382115" X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="315382115" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 21:47:02 -0800 X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="548590557" Received: from unknown (HELO localhost.localdomain) ([10.239.251.226]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 21:47:00 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V3 0/5] test_plans/*: modify test plan to adapt meson build Date: Thu, 24 Feb 2022 13:46:30 +0000 Message-Id: <20220224134635.1501581-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 (5): 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 +- 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 -- 20 files changed, 96 insertions(+), 109 deletions(-) -- 2.25.1