From patchwork Thu Jun 10 02:15:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Dong X-Patchwork-Id: 94064 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 B9AACA0C4D; Thu, 10 Jun 2021 04:27:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 821584067C; Thu, 10 Jun 2021 04:27:00 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 1D4884003C for ; Thu, 10 Jun 2021 04:26:58 +0200 (CEST) IronPort-SDR: tIzzA+9JNTen027vS5qZDBvpcpOmI9g1TPEG1AnTnB5C6lSv0LEMIqU52J+bMjBZ+WqynRFtVP BWAzBJHtrh/w== X-IronPort-AV: E=McAfee;i="6200,9189,10010"; a="266366036" X-IronPort-AV: E=Sophos;i="5.83,262,1616482800"; d="scan'208";a="266366036" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2021 19:26:56 -0700 IronPort-SDR: qiAPoC/gw8tnMlfvj0VsMV8ttI03rUX8rhmIuqm9/JyP1oeyvIHBfCtiG7wNm0bnhzDxAiPaRU Vdg9wwc9wtfg== X-IronPort-AV: E=Sophos;i="5.83,262,1616482800"; d="scan'208";a="638187184" Received: from unknown (HELO localhost.localdomain) ([10.240.183.57]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2021 19:26:55 -0700 From: Jun Dong To: dts@dpdk.org Cc: Jun Dong Date: Thu, 10 Jun 2021 10:15:56 +0800 Message-Id: <20210610021556.8096-1-junx.dong@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] test_plans/index: fix build warning 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 Sender: "dts" Add test plan name to index.rst and modify error plan name. Signed-off-by: Jun Dong --- test_plans/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index f6eec795..06a38d12 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -127,7 +127,7 @@ The following are the test plans for the DPDK DTS automated test system. perf_virtio_user_loopback_test_plan perf_virtio_user_pvp_test_plan perf_vm2vm_virtio_net_perf_test_plan - pf_smoke_test + pf_smoke_test_plan pipeline_test_plan pvp_virtio_user_multi_queues_port_restart_test_plan pmd_bonded_8023ad_test_plan @@ -197,7 +197,7 @@ The following are the test plans for the DPDK DTS automated test system. vf_port_start_stop_test_plan vf_rss_test_plan vf_single_core_perf_test_plan - vf_smoke_test + vf_smoke_test_plan vf_to_vf_nic_bridge_test_plan vf_vlan_test_plan kernelpf_iavf_test_plan @@ -302,3 +302,5 @@ The following are the test plans for the DPDK DTS automated test system. port_representor_test_plan vm2vm_virtio_user_test_plan vmdq_dcb_test_plan + acl_test_plan + power_negative_test_plan