test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/distributor: adapt the update of the DPDK
@ 2021-04-23 17:08 Bo Chen
  2021-04-23  9:08 ` Chen, BoX C
  0 siblings, 1 reply; 3+ messages in thread
From: Bo Chen @ 2021-04-23 17:08 UTC (permalink / raw)
  To: dts; +Cc: Bo Chen

adapt the update of the DPDK file path

Signed-off-by: Bo Chen <BoX.C.Chen@intel.com>
---
 tests/TestSuite_distributor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_distributor.py b/tests/TestSuite_distributor.py
index 2bfe6ee6..0f61cc71 100644
--- a/tests/TestSuite_distributor.py
+++ b/tests/TestSuite_distributor.py
@@ -165,7 +165,7 @@ class TestDistributor(TestCase):
         self.verify(len(self.dut_ports) >= 1, "Not enough ports")
 
         cmd_fmt = "%s %s -- -p 0x1"
-        out = self.dut.send_expect("sed -n '/#define RTE_DISTRIB_MAX_WORKERS/p' lib/librte_distributor/distributor_private.h", "# ")
+        out = self.dut.send_expect("sed -n '/#define RTE_DISTRIB_MAX_WORKERS/p' lib/distributor/distributor_private.h", "# ")
         reg_match = r"#define RTE_DISTRIB_MAX_WORKERS (.*)"
         m = re.match(reg_match, out)
         self.verify(m, "Can't find maximum worker number")
-- 
2.31.1


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

end of thread, other threads:[~2021-05-07  7:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 17:08 [dts] [PATCH V1] tests/distributor: adapt the update of the DPDK Bo Chen
2021-04-23  9:08 ` Chen, BoX C
2021-05-07  7:18   ` Tu, Lijuan

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).