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 6C13DA0679 for ; Tue, 30 Apr 2019 09:46:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5E3567CDA; Tue, 30 Apr 2019 09:46:36 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 955CB7CDA for ; Tue, 30 Apr 2019 09:46:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Apr 2019 00:46:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,412,1549958400"; d="scan'208";a="227984277" Received: from unknown (HELO localhost.icx.intel.com) ([10.239.254.195]) by orsmga001.jf.intel.com with ESMTP; 30 Apr 2019 00:46:33 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Tue, 30 Apr 2019 03:46:12 -0400 Message-Id: <1556610372-16013-3-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1556610372-16013-1-git-send-email-wenjiex.a.li@intel.com> References: <1556610372-16013-1-git-send-email-wenjiex.a.li@intel.com> Subject: [dts] [PATCH V1 3/3] test_plans/index: fix build warning 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" fix build warning Signed-off-by: Wenjie Li --- test_plans/index.rst | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index e6005da..2cbcdd5 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -42,7 +42,7 @@ The following are the test plans for the DPDK DTS automated test system. checksum_offload_test_plan cloud_filter_test_plan coremask_test_plan - cryptodev_perf_crypto-perf_test_plan + crypto_perf_cryptodev_perf_test_plan ddp_gtp_qregion_test_plan ddp_gtp_test_plan ddp_mpls_test_plan @@ -117,7 +117,7 @@ The following are the test plans for the DPDK DTS automated test system. shutdown_api_test_plan sriov_kvm_test_plan stability_test_plan - sw_eventdev_pipeline_sample_test_plan + eventdev_pipeline_test_plan tso_test_plan tx_preparation_test_plan uni_pkt_test_plan @@ -125,6 +125,12 @@ The following are the test plans for the DPDK DTS automated test system. vlan_ethertype_config_test_plan vlan_test_plan vxlan_test_plan + af_xdp_test_plan + l2fwd_jobstats_test_plan + loadbalancer_test_plan + loopback_multi_queues_test_plan + telemetry_test_plan + veb_switch_test_plan vf_daemon_test_plan vf_interrupt_pmd_test_plan @@ -143,10 +149,20 @@ The following are the test plans for the DPDK DTS automated test system. vhost_qemu_mtu_test_plan vhost_tso_test_plan vhost_user_live_migration_test_plan - virtio_1.0_test_plan vm_power_manager_test_plan vmdq_test_plan + virtio_1.0_test_plan + vhost_enqueue_interrupt_test_plan + vhost_event_idx_interrupt_test_plan + vhost_virtio_pmd_interrupt_test_plan + vhost_virtio_user_interrupt_test_plan + virtio_event_idx_interrupt_test_plan + virtio_ipsec_cryptodev_func_test_plan + virtio_perf_cryptodev_func_test_plan + vm2vm_virtio_net_perf_test_plan + vm2vm_virtio_pmd_test_plan + unit_tests_cmdline_test_plan unit_tests_crc_test_plan unit_tests_cryptodev_func_test_plan -- 1.8.3.1