[13/38] tests-TestSuite_l2fwd_jobstats.py:support meson build

Message ID 1599207525-22123-13-git-send-email-xix.zhang@intel.com (mailing list archive)
State Accepted
Headers
Series Modify suite to support meson & makefile |

Commit Message

Zhang, XiX Sept. 4, 2020, 8:18 a.m. UTC
  Signed-off-by: xizhan4x <xix.zhang@intel.com>
---
 tests/TestSuite_l2fwd_jobstats.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/tests/TestSuite_l2fwd_jobstats.py b/tests/TestSuite_l2fwd_jobstats.py
index 855c399..c00e39c 100644
--- a/tests/TestSuite_l2fwd_jobstats.py
+++ b/tests/TestSuite_l2fwd_jobstats.py
@@ -75,7 +75,7 @@  class TestL2fwdJobstats(TestCase):
         """
         Verify l2fwd jobstats is correct
         """
-        path = "./examples/l2fwd-jobstats/build/l2fwd-jobstats"
+        path = self.dut.apps_name["l2fwd-jobstats"]
         cmd = path + " -c %s -n 4 -- -q 2 -p 0x03 -l" % (self.coremask)
         self.dut.send_expect(cmd, "Port statistics", 60)