[dts] [PATCH V1 02/17] test_plans/cvl_advanced_iavf_rss_test_plan: fix build warnings and errors

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


*.fix build warnings and errors

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

diff --git a/test_plans/cvl_advanced_iavf_rss_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_test_plan.rst
index 7e4b2a8..763068a 100644
--- a/test_plans/cvl_advanced_iavf_rss_test_plan.rst
+++ b/test_plans/cvl_advanced_iavf_rss_test_plan.rst
@@ -4331,7 +4331,7 @@ Test Case: RSS support MAC_IPV4_PFCP_SESSION
 
    The SEID can be set to random value.
 
-4. check the 100 pkts has been received by DUT in differently 16 queues evenly with differently RSS hash value::
+4. check the 100 pkts has been received by DUT in differently 16 queues evenly with differently RSS hash value.
 
 5. send MAC_IPV4_PFCP_NODE and MAC_IPV6_PFCP_SESSION pkts::
 
@@ -4350,7 +4350,7 @@ Test Case: RSS support MAC_IPV4_PFCP_SESSION
     testpmd> flow destroy 0 rule 0
 
 8. Send the 100 matched pkts,
-and check the 100 pkts has been received by DUT in queue 0::
+and check the 100 pkts has been received by DUT in queue 0.
 
 
 Test Case: RSS support MAC_IPV6_PFCP_SESSION
@@ -4366,12 +4366,12 @@ Test Case: RSS support MAC_IPV6_PFCP_SESSION
 
     The SEID can be set to random value.
 
-3. Check the 100 pkts has been recieved by DUT in differently 16 queues evenly with differently RSS hash value::
+3. Check the 100 pkts has been recieved by DUT in differently 16 queues evenly with differently RSS hash value.
 
 4. send MAC_IPV6_PFCP_NODE and MAC_IPV4_PFCP_SESSION pkts::
 
     sendp([Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(sport=22,dport=8805)/PFCP(Sfield=0)/Raw('x' * 80)],iface="enp134s0f1")
-sendp([Ether(dst="00:11:22:33:44:55")/IP(src="192.168.0.20",dst="192.168.0.21")/UDP(sport=22,dport=8805)/PFCP(Sfield=1, SEID=12)/Raw('x' * 80)],iface="enp134s0f1")
+    sendp([Ether(dst="00:11:22:33:44:55")/IP(src="192.168.0.20",dst="192.168.0.21")/UDP(sport=22,dport=8805)/PFCP(Sfield=1, SEID=12)/Raw('x' * 80)],iface="enp134s0f1")
 
    The SEID can be set to random value.
    check the packets are distributed to queue 0.
@@ -4385,7 +4385,7 @@ sendp([Ether(dst="00:11:22:33:44:55")/IP(src="192.168.0.20",dst="192.168.0.21")/
     testpmd> flow destroy 0 rule 0
 
 8. Send the 100 matched pkts,
-and check the 100 pkts has been received by DUT in queue 0::
+and check the 100 pkts has been received by DUT in queue 0.
 
 Test Case: RSS Negative test with OS default
 ====================================================
-- 
1.8.3.1



More information about the dts mailing list