[dts] [PATCH V1 05/17] test_plans/cvl_advanced_rss: fix build warnings and errors

Haiyang Zhao haiyangx.zhao at intel.com
Tue Sep 15 13:24:34 CEST 2020


*.fix build warnings and errors

Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
---
 test_plans/cvl_advanced_rss_test_plan.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/test_plans/cvl_advanced_rss_test_plan.rst b/test_plans/cvl_advanced_rss_test_plan.rst
index 69730e0..9190d6a 100644
--- a/test_plans/cvl_advanced_rss_test_plan.rst
+++ b/test_plans/cvl_advanced_rss_test_plan.rst
@@ -358,6 +358,7 @@ toeplitz Test steps
 ===================
 launch testpmd with "--disable-rss"
 all the test cases run the same test steps as below:
+
 1. validate rule.
 2. create rule and list rule.
 3. send a basic hit pattern packet,record the hash value,
@@ -368,10 +369,10 @@ all the test cases run the same test steps as below:
 5. send hit pattern packet with changed input set not in the rule.
    check the received packet have same hash value with the basic packet.
    check the packet is distributed to queues by rss.
-note: if there is not this type packet in the case, omit this step.
+   note: if there is not this type packet in the case, omit this step.
 6. send not hit pattern packets with input set in the rule.
    check the received packets have not hash value, and distributed to queue 0.
-note: if there is not this type packet in the case, omit this step.
+   note: if there is not this type packet in the case, omit this step.
 7. distroy the rule and list rule.
 8. send same packet with step 3.
    check the received packets have not hash value, and distributed to queue 0.
@@ -1770,6 +1771,7 @@ symmetric-toeplitz Test steps
 =============================
 Launch testpmd without "--disable-rss"
 all the test cases run the same test steps as below:
+
 1. validate rule.
 2. send hit pattern packets with switched value of input set in the rule.
    check the received packets have different hash value.
@@ -1781,7 +1783,7 @@ all the test cases run the same test steps as below:
 5. send not hit pattern packets with switched value of input set in the rule.
    check the received packets have different hash value.
    check all the packets are distributed to queues by rss.
-note: if there is not this type packet in the case, omit this step.
+   note: if there is not this type packet in the case, omit this step.
 6. distroy the rule and list rule.
 7. send same packets with step 2.
    check the received packets have different hash value, or have not hash value.
-- 
1.8.3.1



More information about the dts mailing list