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

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

Tested-by: Bo Chen <box.c.chen@intel.com>

> -----Original Message-----
> From: Chen, BoX C <box.c.chen@intel.com>
> Sent: April 24, 2021 1:09
> To: dts@dpdk.org
> Cc: Chen, BoX C <box.c.chen@intel.com>
> Subject: [dts][PATCH V1] tests/distributor: adapt the update of the DPDK


[-- Attachment #2: TestDistributor.log --]
[-- Type: application/octet-stream, Size: 148514 bytes --]

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

* [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

* Re: [dts] [PATCH V1] tests/distributor: adapt the update of the DPDK
  2021-04-23  9:08 ` Chen, BoX C
@ 2021-05-07  7:18   ` Tu, Lijuan
  0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2021-05-07  7:18 UTC (permalink / raw)
  To: Chen, BoX C, dts; +Cc: Chen, BoX C



> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Chen, BoX C
> Sent: 2021年4月23日 17:09
> To: dts@dpdk.org
> Cc: Chen, BoX C <box.c.chen@intel.com>
> Subject: Re: [dts] [PATCH V1] tests/distributor: adapt the update of the DPDK
> 
> Tested-by: Bo Chen <box.c.chen@intel.com>
> 
> > -----Original Message-----
> > From: Chen, BoX C <box.c.chen@intel.com>
> > Sent: April 24, 2021 1:09
> > To: dts@dpdk.org
> > Cc: Chen, BoX C <box.c.chen@intel.com>
> > Subject: [dts][PATCH V1] tests/distributor: adapt the update of the DPDK

Applied


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