[V1] tests/TestSuite_vf_interrupt_pmd:support meson build method

Message ID 20200911030913.9502-1-weix.xie@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/TestSuite_vf_interrupt_pmd:support meson build method |

Commit Message

Xie, WeiX Sept. 11, 2020, 3:09 a.m. UTC
  remove 'make -C examples/xxx' method to build dpdk app.

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

Comments

Tu, Lijuan Sept. 15, 2020, 8:44 a.m. UTC | #1
> Subject: [dts] [PATCH V1] tests/TestSuite_vf_interrupt_pmd:support meson build
> method
> 
> remove 'make -C examples/xxx' method to build dpdk app.
> 
> Signed-off-by: Xie wei <weix.xie@intel.com>

Applied
  

Patch

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")