[dts] [PATCH V1] tests/TestSuite_short_live: Correct meson build omission error

Zhou Jun junx.w.zhou at intel.com
Wed Nov 4 09:07:40 CET 2020


Correct meson build omission error in case test_start_up_time

Signed-off-by: Zhou Jun <junx.w.zhou at intel.com>
---
 tests/TestSuite_short_live.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_short_live.py b/tests/TestSuite_short_live.py
index 60a3d2e8..88fc3bf2 100644
--- a/tests/TestSuite_short_live.py
+++ b/tests/TestSuite_short_live.py
@@ -160,7 +160,7 @@ class TestShortLiveApp(TestCase):
         """
         time = []
         regex = re.compile(".* (\d+:\d{2}\.\d{2}).*")
-        out = self.dut.send_expect("echo quit | time ./%s/app/testpmd -c 0x3 -n 4 --no-pci -- -i" % self.target, "#", 120)
+        out = self.dut.send_expect("echo quit | time ./%s -c 0x3 -n 4 --no-pci -- -i" % self.app_testpmd, "#", 120)
         time = regex.findall(out)
 
         if time != []:
-- 
2.17.1



More information about the dts mailing list