From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BEC52A0564; Tue, 24 Mar 2020 09:34:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B48DA1C0C4; Tue, 24 Mar 2020 09:34:50 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 022971C0C4 for ; Tue, 24 Mar 2020 09:34:48 +0100 (CET) IronPort-SDR: e7Qpcz+YEYpxf5NYuU0FK0nnd6lXEUzjKlbtLfOX2tb4I3zJLkM0UjzDifvahbjclIZvGQfdnY EEmb+vZcYN2A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2020 01:34:48 -0700 IronPort-SDR: PHX7Oazxt9n5P2TP5vQRZFssZ4ROBe3F3LsKfGoAfFX8/1RudewHMAAu5SUCw47tlftMsyNXtc 0YJL5ZsNxriw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,299,1580803200"; d="scan'208";a="281644255" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 24 Mar 2020 01:34:47 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 24 Mar 2020 16:28:06 +0800 Message-Id: <1585038488-76474-11-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> References: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 10/12] test_plans/index: update index.rst *.delete removed test plans from index.rst: loopback_virtio_user_packed_ring_server_mode_test_plan, pvp_packed_ring_vhost_user_reconnect_test_plan, vhost_pmd_xstats_test_plan. *.add new test plans: ABI_stable_test, perf_virtio_user_loopback_test_plan, perf_virtio_user_pvp_test_plan, perf_vm2vm_virtio_net_perf_test_plan, pvp_virtio_user_multi_queues_port_restart_test_plan. 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" Signed-off-by: Haiyang Zhao --- test_plans/index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index 55544b8..542d473 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -37,7 +37,7 @@ The following are the test plans for the DPDK DTS automated test system. :maxdepth: 1 :numbered: - + ABI_stable_test blacklist_test_plan checksum_offload_test_plan cloud_filter_test_plan @@ -45,12 +45,12 @@ The following are the test plans for the DPDK DTS automated test system. cvl_advanced_rss_test_plan cvl_fdir_test_plan cvl_switch_filter_test_plan - loopback_virtio_user_packed_ring_server_mode_test_plan crypto_perf_cryptodev_perf_test_plan ddp_gtp_qregion_test_plan ddp_gtp_test_plan ddp_mpls_test_plan ddp_ppp_l2tp_test_plan + ddp_l2tpv3_test_plan dual_vlan_test_plan dynamic_config_test_plan dynamic_flowtype_test_plan @@ -94,6 +94,10 @@ The following are the test plans for the DPDK DTS automated test system. NICStatistics_test_plan ntb_test_plan nvgre_test_plan + perf_virtio_user_loopback_test_plan + perf_virtio_user_pvp_test_plan + perf_vm2vm_virtio_net_perf_test_plan + pvp_virtio_user_multi_queues_port_restart_test_plan pmd_bonded_8023ad_test_plan pmd_bonded_test_plan pmd_stacked_bonded_test_plan @@ -104,7 +108,6 @@ The following are the test plans for the DPDK DTS automated test system. ptype_mapping_test_plan pvp_multi_paths_performance_test_plan pvp_multi_paths_vhost_single_core_performance_test_plan - pvp_packed_ring_vhost_user_reconnect_test_plan pvp_multi_paths_virtio_single_core_performance_test_plan qinq_filter_test_plan qos_api_test_plan @@ -159,9 +162,9 @@ The following are the test plans for the DPDK DTS automated test system. vf_vlan_test_plan kernelpf_iavf_test_plan vhost_multi_queue_qemu_test_plan - vhost_pmd_xstats_test_plan vhost_qemu_mtu_test_plan vhost_user_live_migration_test_plan + vhost_xstats_test_plan vm_power_manager_test_plan vm_pw_mgmt_policy_test_plan power_bidirection_channel_test_plan @@ -193,7 +196,6 @@ The following are the test plans for the DPDK DTS automated test system. 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 virtio_unit_cryptodev_func_test_plan virtio_user_for_container_networking_test_plan eventdev_perf_test_plan -- 1.8.3.1