From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 0830AA0471 for ; Tue, 18 Jun 2019 09:14:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8C0D71C0C9; Tue, 18 Jun 2019 09:14:05 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DE3681BFF2 for ; Tue, 18 Jun 2019 09:14:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2019 00:14:02 -0700 X-ExtLoop1: 1 Received: from itecstvdts03.sh.intel.com ([10.67.113.151]) by orsmga008.jf.intel.com with ESMTP; 18 Jun 2019 00:14:02 -0700 From: "Mo, YufengX" To: dts@dpdk.org Cc: yufengmx Date: Tue, 18 Jun 2019 15:15:06 +0800 Message-Id: <20190618071506.14844-3-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190618071506.14844-1-yufengx.mo@intel.com> References: <20190618071506.14844-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V3 2/2] [examples/flow_classify]: add flow_classify_test_plan label X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" From: yufengmx add flow_classify_test_plan label Signed-off-by: yufengmx --- test_plans/index.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 712d094..52d4e55 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -130,6 +130,10 @@ The following are the test plans for the DPDK DTS automated test system. loadbalancer_test_plan loopback_multi_queues_test_plan telemetry_test_plan + compressdev_isal_pmd_test_plan + compressdev_qat_pmd_test_plan + compressdev_zlib_pmd_test_plan + enable_package_download_in_ice_driver_test_plan veb_switch_test_plan vf_daemon_test_plan @@ -152,6 +156,8 @@ The following are the test plans for the DPDK DTS automated test system. vhost_user_live_migration_test_plan vm_power_manager_test_plan vmdq_test_plan + vf_l3fwd_test_plan + softnic_test_plan virtio_1.0_test_plan vhost_enqueue_interrupt_test_plan @@ -163,6 +169,21 @@ The following are the test plans for the DPDK DTS automated test system. virtio_perf_cryptodev_func_test_plan vm2vm_virtio_net_perf_test_plan vm2vm_virtio_pmd_test_plan + dpdk_gro_lib_test_plan + dpdk_gso_lib_test_plan + vhost_dequeue_zero_copy_test_plan + vxlan_gpe_support_in_i40e_test_plan + pvp_diff_qemu_version_test_plan + pvp_qemu_zero_copy_test_plan + pvp_share_lib_test_plan + pvp_vhost_user_built_in_net_driver_test_plan + pvp_virtio_user_2M_hugepages_test_plan + pvp_virtio_user_multi_queues_test_plan + vhost_gro_test_plan + virtio_unit_cryptodev_func_test_plan + virtio_user_for_container_networking_test_plan + eventdev_perf_test_plan + eventdev_pipeline_perf_test_plan unit_tests_cmdline_test_plan unit_tests_crc_test_plan @@ -195,3 +216,4 @@ The following are the test plans for the DPDK DTS automated test system. distributor_test_plan efd_test_plan example_build_test_plan + flow_classify_test_plan -- 1.9.3