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 B85B4A0679 for ; Fri, 29 Mar 2019 03:32:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7330C2BFA; Fri, 29 Mar 2019 03:32:06 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id EA3C32BF4 for ; Fri, 29 Mar 2019 03:32:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2019 19:32:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,282,1549958400"; d="scan'208";a="159429249" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 28 Mar 2019 19:32:03 -0700 From: "xiao,qimai" To: dts@dpdk.org Cc: "xiao,qimai" Date: Fri, 29 Mar 2019 10:36:01 +0800 Message-Id: <1553826961-90623-1-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] fix case discription in test_plan 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" correct case discription in runtime_vf_queue_number_kernel_test_plan.rst Signed-off-by: xiao,qimai --- test_plans/runtime_vf_queue_number_kernel_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/runtime_vf_queue_number_kernel_test_plan.rst b/test_plans/runtime_vf_queue_number_kernel_test_plan.rst index bde300d..57df29a 100644 --- a/test_plans/runtime_vf_queue_number_kernel_test_plan.rst +++ b/test_plans/runtime_vf_queue_number_kernel_test_plan.rst @@ -162,7 +162,7 @@ Test Case 1: set valid VF queue number in testpmd command-line options TX-packets: 3 TX-dropped: 0 TX-total: 3 ---------------------------------------------------------------------------- -6. Repeat step 2 to 6 with the mininum queue number, 1, and the maximum queue number, 16. +6. Repeat step 1 to 5 with the mininum queue number, 1, and the maximum queue number, 16. Test case 2: set invalid VF queue number in testpmd command-line options ======================================================================== @@ -204,7 +204,7 @@ Test case 3: set valid VF queue number with testpmd function command testpmd> port config all txq 3 testpmd> port start all -4. Repeat step 4-7 of test case 1. +4. Repeat step 3-6 of test case 1. Test case 4: set invalid VF queue number with testpmd function command ====================================================================== -- 2.19.1