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 86625A05DC for ; Mon, 10 Jun 2019 03:39:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 60C501BDB5; Mon, 10 Jun 2019 03:39:30 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0A8F41BDB0 for ; Mon, 10 Jun 2019 03:39:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jun 2019 18:39:28 -0700 X-ExtLoop1: 1 Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 09 Jun 2019 18:39:27 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Mon, 10 Jun 2019 09:43:47 +0800 Message-Id: <1560131027-147814-2-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1560131027-147814-1-git-send-email-wenjiex.a.li@intel.com> References: <1560131027-147814-1-git-send-email-wenjiex.a.li@intel.com> Subject: [dts] [PATCH V1] test_plans/index: append new suites to index 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" append new suites to index. Signed-off-by: Wenjie Li --- test_plans/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 1127050..6936602 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -133,6 +133,7 @@ The following are the test plans for the DPDK DTS automated test system. 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 @@ -156,6 +157,7 @@ The following are the test plans for the DPDK DTS automated test system. 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 @@ -171,6 +173,16 @@ The following are the test plans for the DPDK DTS automated test system. 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 unit_tests_cmdline_test_plan unit_tests_crc_test_plan -- 2.17.2