From patchwork Tue Jan 3 08:39:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 121523 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CA2C2A00C4; Tue, 3 Jan 2023 09:40:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2F7C42D36; Tue, 3 Jan 2023 09:40:09 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 0682D42D28 for ; Tue, 3 Jan 2023 09:40:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672735209; x=1704271209; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OchDNxNtJgxVOnsVXAtMS+N/XcBAw/J3mbflq+Yy3fA=; b=VL0L/y7w8rFUhZ5F6yoj/XzlUc//zftCZiyv/C7TkYaQ9Zv6oT8MiCj4 a0GlKLKrsa/tcr+lRqaR3zlyRB14seXvEFXfCjnMQ76I4qPSKPFiaj9wA 2ITWQJft7sKqd1mCMF0OpBlzRBxKRv3D9IjMpdMcZcOQ4v1RX82z/Ud75 p/vtqNr58n62VEKqCQT+h8t4/MVBRq9sVF8tJ5fV5h1ZG1dg+L0SNWAvR tAsC5lCeFHYetlrOs5LpyntIPM05vc09N99Wgt6kV9IMkNt6mdUBY3orn W4ZmD7cjE7REoghYg7QQ6W6huup0b46tm/CdRMbmB/YBzVSiZRHGah0ZU g==; X-IronPort-AV: E=McAfee;i="6500,9779,10578"; a="322847090" X-IronPort-AV: E=Sophos;i="5.96,296,1665471600"; d="scan'208";a="322847090" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 00:40:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10578"; a="654706512" X-IronPort-AV: E=Sophos;i="5.96,296,1665471600"; d="scan'208";a="654706512" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.188]) by orsmga002.jf.intel.com with ESMTP; 03 Jan 2023 00:40:07 -0800 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V1 9/9]test_plans: add the index of test plan Date: Tue, 3 Jan 2023 08:39:51 +0000 Message-Id: <20230103083951.1553786-10-yingyax.han@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230103083951.1553786-1-yingyax.han@intel.com> References: <20230103083951.1553786-1-yingyax.han@intel.com> MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Signed-off-by: Yingya Han Acked-by: Haijun Chu Signed-off-by: Yingya Han --- test_plans/index.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index 9ca954e2..06404d2f 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -98,7 +98,9 @@ The following are the test plans for the DPDK DTS automated test system. l2fwd_test_plan l2tp_esp_coverage_test_plan l3fwd_test_plan - l3fwd_lpm_ipv4_test_plan.rst + l3fwd_lpm_ipv4_test_plan + l3fwd_lpm_ipv4_rfc2544_test_plan + l3fwd_lpm_ipv6_test_plan l3fwd_func_test_plan l3fwdacl_test_plan large_vf_test_plan @@ -157,6 +159,7 @@ The following are the test plans for the DPDK DTS automated test system. eventdev_pipeline_test_plan tso_test_plan tx_preparation_test_plan + testpmd_perf_test_plan uni_pkt_test_plan userspace_ethtool_test_plan vlan_ethertype_config_test_plan @@ -187,6 +190,11 @@ The following are the test plans for the DPDK DTS automated test system. vf_smoke_test_plan vf_to_vf_nic_bridge_test_plan vf_vlan_test_plan + vf_l3fwd_kernelpf_test_plan + vf_l3fwd_em_kernelpf_test_plan + vf_l3fwd_lpm_ipv4_kernelpf_test_plan + vf_l3fwd_lpm_ipv4_rfc2544_kernelpf_test_plan + vf_l3fwd_lpm_ipv6_kernelpf_test_plan kernelpf_iavf_test_plan vhost_multi_queue_qemu_test_plan vhost_qemu_mtu_test_plan