test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 1/2] test_plans/multicast_test_plan: remove dpdk code modification.
@ 2022-02-08 13:40 Weiyuan Li
  2022-02-08 13:40 ` [dts][PATCH V1 2/2] tests/TestSuite_multicast: " Weiyuan Li
  0 siblings, 1 reply; 2+ messages in thread
From: Weiyuan Li @ 2022-02-08 13:40 UTC (permalink / raw)
  To: dts, lijuan.tu; +Cc: Weiyuan Li

remove dpdk code modification from the test plan.

Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
 test_plans/multicast_test_plan.rst | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/test_plans/multicast_test_plan.rst b/test_plans/multicast_test_plan.rst
index 368c857c..7c6765cf 100644
--- a/test_plans/multicast_test_plan.rst
+++ b/test_plans/multicast_test_plan.rst
@@ -195,26 +195,6 @@ P0 and P2 are used on testing machine):
 
 These flows do not change across the test cases.
 
-6.Modify multicast route table::
-
-    sed -i '/mcast_group_table\[\].*{/,/^\}\;/c\\static struct mcast_group_params mcast_group_table[] = {\
-    {RTE_IPV4(224,0,0,101),1},\
-    {RTE_IPV4(224,0,0,102),2},\
-    {RTE_IPV4(224,0,0,103),3},\
-    {RTE_IPV4(224,0,0,104),4},\
-    {RTE_IPV4(224,0,0,105),5},\
-    {RTE_IPV4(224,0,0,106),6},\
-    {RTE_IPV4(224,0,0,107),7},\
-    {RTE_IPV4(224,0,0,108),8},\
-    {RTE_IPV4(224,0,0,109),9},\
-    {RTE_IPV4(224,0,0,110),10},\
-    {RTE_IPV4(224,0,0,111),11},\
-    {RTE_IPV4(224,0,0,112),12},\
-    {RTE_IPV4(224,0,0,113),13},\
-    {RTE_IPV4(224,0,0,114),14},\
-    {RTE_IPV4(224,0,0,115),15},\
-    };' examples/ipv4_multicast/main.c
-
 And re-compile examples/ipv4_multicast::
 
     meson configure -Dexamples=ipv4_multicast x86_64-native-linuxapp-gcc
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-08  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08 13:40 [dts][PATCH V1 1/2] test_plans/multicast_test_plan: remove dpdk code modification Weiyuan Li
2022-02-08 13:40 ` [dts][PATCH V1 2/2] tests/TestSuite_multicast: " Weiyuan Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).