[V1] test_plans/cvl_advanced_iavf_rss_gtpu_test_plan:remove steps of destroy rss rules for gtpu cases

Message ID 20210128155539.27471-1-qi.fu@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/cvl_advanced_iavf_rss_gtpu_test_plan:remove steps of destroy rss rules for gtpu cases |

Commit Message

Fu, Qi Jan. 28, 2021, 3:55 p.m. UTC
  synced with developer, the behavior after destroy rss rules are not unified.
so delete the steps after destroying rss rules. 

Signed-off-by: qifu <qi.fu@intel.com>
---
 test_plans/cvl_advanced_iavf_rss_gtpu_test_plan.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
  

Comments

Tu, Lijuan Feb. 2, 2021, 5:46 a.m. UTC | #1
> synced with developer, the behavior after destroy rss rules are not unified.
> so delete the steps after destroying rss rules.
> 
> Signed-off-by: qifu <qi.fu@intel.com>

Applied, thanks
  

Patch

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).
 
 ==========================================