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 40FD1A05D3 for ; Wed, 22 May 2019 13:05:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 318295398; Wed, 22 May 2019 13:05:31 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 847254C80 for ; Wed, 22 May 2019 13:05:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2019 04:05:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,498,1549958400"; d="scan'208";a="174350014" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 22 May 2019 04:05:27 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Wed, 22 May 2019 19:09:49 +0800 Message-Id: <1558523389-64140-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] test_plans/index: add plans 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" add test plans to index; fix build warning Signed-off-by: Wenjie Li --- test_plans/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 712d094..1127050 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -130,6 +130,9 @@ 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 veb_switch_test_plan vf_daemon_test_plan @@ -152,6 +155,7 @@ 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 virtio_1.0_test_plan vhost_enqueue_interrupt_test_plan @@ -163,6 +167,10 @@ 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 unit_tests_cmdline_test_plan unit_tests_crc_test_plan -- 2.17.2