[dts] [PATCH V1] tests/TestSuite_vf_interrupt_pmd:support meson build method

Xie wei weix.xie at intel.com
Fri Sep 11 05:09:13 CEST 2020


remove 'make -C examples/xxx' method to build dpdk app.

Signed-off-by: Xie wei <weix.xie at intel.com>
---
 tests/TestSuite_vf_interrupt_pmd.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py
index ac309506..56f11ee7 100644
--- a/tests/TestSuite_vf_interrupt_pmd.py
+++ b/tests/TestSuite_vf_interrupt_pmd.py
@@ -91,7 +91,6 @@ class TestVfInterruptPmd(TestCase):
         use_dut.send_expect(
                 "sed -i -e '/DEV_RX_OFFLOAD_CHECKSUM,/d' \
                 ./examples/l3fwd-power/main.c", "#", 10)
-        out = use_dut.send_expect("make -C examples/l3fwd-power", "#")
         out = use_dut.build_dpdk_apps("./examples/l3fwd-power")
         self.path = use_dut.apps_name['l3fwd-power']
         self.verify("Error" not in out, "compilation error")
-- 
2.17.1



More information about the dts mailing list