From: Xie wei <weix.xie@intel.com>
To: dts@dpdk.org
Cc: Xie wei <weix.xie@intel.com>
Subject: [dts] [PATCH V1] tests/TestSuite_vf_interrupt_pmd:support meson build method
Date: Fri, 11 Sep 2020 11:09:13 +0800 [thread overview]
Message-ID: <20200911030913.9502-1-weix.xie@intel.com> (raw)
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(-)
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
next reply other threads:[~2020-09-11 3:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 3:09 Xie wei [this message]
2020-09-15 8:44 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200911030913.9502-1-weix.xie@intel.com \
--to=weix.xie@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).