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 1FCCCA0350; Tue, 23 Jun 2020 04:33:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 16B211D583; Tue, 23 Jun 2020 04:33:05 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 755E41D573 for ; Tue, 23 Jun 2020 04:33:03 +0200 (CEST) IronPort-SDR: WQBR9kpW6iG1P6J8Bix3yekPk7lKD2sIqtSgpxrFViIfDxb4cTM3qES1zcQV+eQIa+g17bkYFo aexxTI19wu/Q== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="141437486" X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="141437486" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 19:33:03 -0700 IronPort-SDR: UONHGZC0XdSlR9Q9JfIJ1LXsSvxr8EgPi0L0XgIbN5pGFq6e7NwMMBoWioktKikuAGoYnycxly Qe4PvkGLjThg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="311131312" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 22 Jun 2020 19:33:02 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 23 Jun 2020 10:21:41 +0800 Message-Id: <1592878901-216102-15-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1592878901-216102-1-git-send-email-haiyangx.zhao@intel.com> References: <1592878901-216102-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 14/14] test_plans/index: fix build warnings and errors 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 new added test plans *.fix typo error. Signed-off-by: Haiyang Zhao --- test_plans/index.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index 2491e16..99284c4 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -37,12 +37,14 @@ The following are the test plans for the DPDK DTS automated test system. :maxdepth: 1 :numbered: - ABI_stable_test + ABI_stable_test_plan blacklist_test_plan checksum_offload_test_plan cloud_filter_test_plan coremask_test_plan cvl_advanced_rss_test_plan + cvl_advanced_iavf_rss_test_plan + cvl_dcf_switch_filter_test_plan cvl_fdir_test_plan cvl_switch_filter_test_plan dcf_lifecycle_test_plan @@ -63,11 +65,14 @@ The following are the test plans for the DPDK DTS automated test system. floating_veb_test_plan flow_classify_softnic_test_plan fortville_rss_granularity_config_test_plan + fortville_rss_input_test_plan ftag_test_plan generic_filter_test_plan generic_flow_api_test_plan hotplug_mp_test_plan hotplug_test_plan + iavf_fdir_test_plan + iavf_package_driver_error_handle_test_plan ieee1588_test_plan inline_ipsec_test_plan interrupt_pmd_test_plan @@ -81,6 +86,7 @@ The following are the test plans for the DPDK DTS automated test system. kni_test_plan l2fwd_cryptodev_func_test_plan l2fwd_test_plan + l2tp_esp_coverage_test_plan l3fwd_em_test_plan l3fwd_test_plan l3fwdacl_test_plan @@ -91,6 +97,7 @@ The following are the test plans for the DPDK DTS automated test system. mac_filter_test_plan macsec_for_ixgbe_test_plan metering_and_policing_test_plan + mtu_update_test_plan multiple_pthread_test_plan NICStatistics_test_plan ntb_test_plan @@ -127,6 +134,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 + stats_checks_test_plan eventdev_pipeline_test_plan tso_test_plan tx_preparation_test_plan @@ -217,6 +225,7 @@ The following are the test plans for the DPDK DTS automated test system. unit_tests_cryptodev_func_test_plan unit_tests_dump_test_plan unit_tests_eal_test_plan + unit_tests_event_timer_test_plan unit_tests_kni_test_plan unit_tests_loopback_test_plan unit_tests_lpm_test_plan -- 1.8.3.1