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 5A182A034C; Wed, 23 Feb 2022 06:49:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5410940E64; Wed, 23 Feb 2022 06:49:08 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 9995C40DF6 for ; Wed, 23 Feb 2022 06:49:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645595346; x=1677131346; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=QiC1ottwrBN9TMRtkXsVke6WQy34Ku1l+y+OJ1OAOS8=; b=T+iz7Mc9kXgqk+uID08iA3fR41rwxMc8SfC9urgdJkbZOcmVtYy/+AwV v+/Z/neshH1beZAsHb+VnqRdk9JbkW1kB8PDBmOfZ6k5DhPNgk15L3vYJ czdtwtA+BMqOfBLJ7Jx+mD7B1inUBiP93HXXFms90LumiELCow1V2Jby0 QZYYSeYefdOVNiyyTtvtwD8TKrZ4wNKKM721zpeVhArLzek9uEklVrEE4 EcNQEjxGQKCKNE7StivFOd0lsAB3YiiHC1ZwPFljWqhJOeUPYFrRO/j5M iUM0OxSf+8IZgzgRzb0y3F1nnQHKoBRJC2HDmOrkUAM4yvAD4S051QklC g==; X-IronPort-AV: E=McAfee;i="6200,9189,10266"; a="231864312" X-IronPort-AV: E=Sophos;i="5.88,390,1635231600"; d="scan'208";a="231864312" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2022 21:49:04 -0800 X-IronPort-AV: E=Sophos;i="5.88,390,1635231600"; d="scan'208";a="491069528" Received: from unknown (HELO localhost.localdomain) ([10.239.251.226]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2022 21:49:02 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 0/5] test_plans/*: modify test plan to adapt meson build Date: Wed, 23 Feb 2022 13:48:33 +0000 Message-Id: <20220223134838.509099-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 +- .../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(-) -- 2.25.1