[dts] [PATCH V1] tests/distributor: adapt the update of the DPDK

Bo Chen BoX.C.Chen at intel.com
Fri Apr 23 19:08:57 CEST 2021


adapt the update of the DPDK file path

Signed-off-by: Bo Chen <BoX.C.Chen at 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



More information about the dts mailing list