[dts] [PATCH V1 2/2] test_plans/cvl_advanced_iavf_rss: corrects case name

Qin Sun qinx.sun at intel.com
Fri Oct 29 18:46:15 CEST 2021


'symmetric MAC_IPVx_GRE_IPVx_UDP' cases name not correctly in test plan,modify related cases 

Signed-off-by: Qin Sun <qinx.sun at intel.com>
---
 test_plans/cvl_advanced_iavf_rss_test_plan.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 mode change 100644 => 100755 test_plans/cvl_advanced_iavf_rss_test_plan.rst

diff --git a/test_plans/cvl_advanced_iavf_rss_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_test_plan.rst
old mode 100644
new mode 100755
index 0e0a8104..0f650177
--- a/test_plans/cvl_advanced_iavf_rss_test_plan.rst
+++ b/test_plans/cvl_advanced_iavf_rss_test_plan.rst
@@ -2326,22 +2326,22 @@ Test case: symmetric MAC_IPV6_GRE_IPV6_TCP
     sendp([Ether(dst="00:11:22:33:44:55")/IPv6()/GRE()/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2020",dst="CDCD:910A:2222:5498:8475:1111:3900:2929", nh=6)/TCP(sport=22,dport=23)/("X"*480)],iface="enp134s0f0")
     sendp([Ether(dst="00:11:22:33:44:55")/IPv6()/GRE()/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020", nh=6)/TCP(sport=23,dport=22)/("X"*480)],iface="enp134s0f0")
 
-Test case: symmetric MAC_IPV4_GRE_IPV4_TCP
+Test case: symmetric MAC_IPV4_GRE_IPV4_UDP
 ==========================================
 test steps same as Test case: symmetric MAC_IPV4_GRE_IPV4_TCP, just only pattern is different,
 replace "tcp" with "udp"
 
-Test case: symmetric MAC_IPV6_GRE_IPV4_TCP
+Test case: symmetric MAC_IPV6_GRE_IPV4_UDP
 ==========================================
 test steps same as Test case: symmetric MAC_IPV6_GRE_IPV4_TCP, just only pattern is different,
 replace "tcp" with "udp"
 
-Test case: symmetric MAC_IPV4_GRE_IPV6_TCP
+Test case: symmetric MAC_IPV4_GRE_IPV6_UDP
 ==========================================
 test steps same as Test case: symmetric MAC_IPV4_GRE_IPV6_TCP, just only pattern is different,
 replace "tcp" with "udp"
 
-Test case: symmetric MAC_IPV6_GRE_IPV6_TCP
+Test case: symmetric MAC_IPV6_GRE_IPV6_UDP
 ==========================================
 test steps same as Test case: symmetric MAC_IPV6_GRE_IPV6_TCP, just only pattern is different,
 replace "tcp" with "udp"
-- 
2.17.1



More information about the dts mailing list