From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DF1CCA09E4; Thu, 28 Jan 2021 08:10:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B00164067A; Thu, 28 Jan 2021 08:10:24 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 2A8AD40395 for ; Thu, 28 Jan 2021 08:10:22 +0100 (CET) IronPort-SDR: 4c4riFfN/n8ATRJuUePQZWItfYdFeDTbS5uDlItHJz7Jqs5fUvwOtfDiPFKXunblpbLMWJbG8z IwaztlzB1xqQ== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="179408264" X-IronPort-AV: E=Sophos;i="5.79,381,1602572400"; d="scan'208";a="179408264" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 23:10:21 -0800 IronPort-SDR: q6CLeAqSsdy3TQjeJqRVKTSbARsZHH0EP2G+IEmQrkwmAN6YSxo4nBoOkurdemQApcB0brXMWp MOeZsY+3ysFg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,381,1602572400"; d="scan'208";a="388638278" Received: from dpdk-qifu-cxl.sh.intel.com ([10.67.119.20]) by orsmga008.jf.intel.com with ESMTP; 27 Jan 2021 23:10:20 -0800 From: qifu To: dts@dpdk.org Cc: qifu Date: Thu, 28 Jan 2021 10:55:39 -0500 Message-Id: <20210128155539.27471-1-qi.fu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1]test_plans/cvl_advanced_iavf_rss_gtpu_test_plan:remove steps of destroy rss rules for gtpu cases 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" synced with developer, the behavior after destroy rss rules are not unified. so delete the steps after destroying rss rules. Signed-off-by: qifu --- test_plans/cvl_advanced_iavf_rss_gtpu_test_plan.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test_plans/cvl_advanced_iavf_rss_gtpu_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_gtpu_test_plan.rst index 0b5cfc59..fd2e62c9 100644 --- a/test_plans/cvl_advanced_iavf_rss_gtpu_test_plan.rst +++ b/test_plans/cvl_advanced_iavf_rss_gtpu_test_plan.rst @@ -253,9 +253,7 @@ run the same test steps as below: check all the packets are distributed to queues by rss. note: if there is not this type packet in the case, omit this step. -7. distroy the rule and list rule. -8. send same packets with step 3. - check the received packet has different hash value with which in step 3(including the case has no hash value). +7. destroy the rule and list rule. check the flow list has no rule. ================================ @@ -2920,7 +2918,7 @@ all the test cases run the same test steps as below: check the received packets have same hash value. check both the packets are distributed to queues by rss. 5. destroy the rule and list rule. -6. send the packet in step 3. +6. send the packet in step 4. check the received packet has different hash value with which in step 3(including the case has no hash value). ========================================== -- 2.25.1