test suite reviews and discussions
 help / color / mirror / Atom feed
From: Jiale Song <songx.jiale@intel.com>
To: dts@dpdk.org
Cc: Jiale Song <songx.jiale@intel.com>
Subject: [dts] [PATCH V1] tests/l3fwd_func: modify echo of l3fwd according to dpdk code change
Date: Fri, 10 Jun 2022 12:22:44 +0800	[thread overview]
Message-ID: <20220610042244.888620-1-songx.jiale@intel.com> (raw)

dpdk has merged l3fwd-acl into l3fwd, resulting in the echo change when
starting l3fwd. modify the script to adapt to this change.

According to dpdk commit 6de0ea50e9b9("examples/l3fwd: merge l3fwd-acl example").

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 test_plans/l3fwd_func_test_plan.rst | 2 +-
 tests/TestSuite_l3fwd_func.py       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_plans/l3fwd_func_test_plan.rst b/test_plans/l3fwd_func_test_plan.rst
index 2922797a..ba168629 100644
--- a/test_plans/l3fwd_func_test_plan.rst
+++ b/test_plans/l3fwd_func_test_plan.rst
@@ -130,7 +130,7 @@ Test Case 1: 1 port 1 queue with default setting
 
    *  The lookup method is lpm and use default table. DUT mac address is 40:A6:B7:7B:3F:00, the egress packets dst mac is 02:00:00:00:00:00::
 
-         Neither LPM, EM, or FIB selected, defaulting to LPM
+         Neither ACL, LPM, EM, or FIB selected, defaulting to LPM
          L3FWD: Missing 1 or more rule files, using default instead
 
    *  Every port creates 1 rx queue and 1 tx queue::
diff --git a/tests/TestSuite_l3fwd_func.py b/tests/TestSuite_l3fwd_func.py
index 1662d091..43b32f20 100644
--- a/tests/TestSuite_l3fwd_func.py
+++ b/tests/TestSuite_l3fwd_func.py
@@ -139,7 +139,7 @@ class TestL3fwdFunc(TestCase):
         params = '-p 0x1 --config="(0,0,1)" --eth-dest=0,b4:96:91:9f:64:b9'
         out = self.launch_l3fwd(eal_params, params)
         mesg_list = [
-            "Neither LPM, EM, or FIB selected, defaulting to LPM",
+            "Neither ACL, LPM, EM, or FIB selected, defaulting to LPM",
             "L3FWD: Missing 1 or more rule files, using default instead",
         ]
         self.check_l3fwd_message(out, mesg_list)
-- 
2.25.1


             reply	other threads:[~2022-06-10  4:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10  4:22 Jiale Song [this message]
2022-06-15  8:37 ` lijuan.tu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220610042244.888620-1-songx.jiale@intel.com \
    --to=songx.jiale@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).