From: Xie wei <weix.xie@intel.com>
To: dts@dpdk.org
Cc: Xie wei <weix.xie@intel.com>
Subject: [dts] [dts 1/8] tests/TestSuite_flow_filtering:support meson build method
Date: Wed, 2 Sep 2020 17:15:03 +0800 [thread overview]
Message-ID: <20200902091510.6043-2-weix.xie@intel.com> (raw)
In-Reply-To: <20200902091510.6043-1-weix.xie@intel.com>
Signed-off-by: Xie wei <weix.xie@intel.com>
---
tests/TestSuite_flow_filtering.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_flow_filtering.py b/tests/TestSuite_flow_filtering.py
index 079435d..4e3c544 100644
--- a/tests/TestSuite_flow_filtering.py
+++ b/tests/TestSuite_flow_filtering.py
@@ -51,14 +51,15 @@ class TestFlowFiltering(TestCase):
self.txitf = self.tester.get_interface(self.tester.get_local_port(self.dut_ports[0]))
# Verify that enough ports are available
self.verify(len(self.dut_ports) >= 1, "Insufficient ports for testing")
- out = self.dut.build_dpdk_apps("./examples/flow_filtering/")
+ out = self.dut.build_dpdk_apps("./examples/flow_filtering")
self.verify('Error' not in out, "Compilation failed")
def set_up(self):
"""
Run before each test case.
"""
- out = self.dut.send_command("./examples/flow_filtering/build/flow -l 1 -n 1", timeout=15)
+ cmd = self.dut.apps_name['flow_filtering'] + "-l 1 -n 1"
+ out = self.dut.send_command(cmd, timeout=15)
self.verify("Error" not in out, "flow launch failed")
def send_packet(self, pkg):
--
2.17.1
next prev parent reply other threads:[~2020-09-02 9:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-02 9:15 [dts] [PATCH V1 0/8] support " Xie wei
2020-09-02 9:15 ` Xie wei [this message]
2020-09-02 9:15 ` [dts] [dts 2/8] tests/TestSuite_port_control:support " Xie wei
2020-09-02 9:15 ` [dts] [dts 3/8] tests/TestSuite_runtime_vf_queue_number:support " Xie wei
2020-09-02 9:15 ` [dts] [dts 4/8] tests/TestSuite_runtime_vf_queue_number_kernel:support " Xie wei
2020-09-02 9:15 ` [dts] [dts 5/8] tests/TestSuite_veb_switch:support " Xie wei
2020-09-02 9:15 ` [dts] [dts 6/8] tests/TestSuite_vf_interrupt_pmd:support " Xie wei
2020-09-02 9:15 ` [dts] [dts 7/8] tests/TestSuite_vm_power_manager:support " Xie wei
2020-09-02 9:15 ` [dts] [dts 8/8] tests/TestSuite_floating_veb:support " Xie wei
2020-09-02 9:30 ` [dts] [PATCH V1 0/8] support " Xie, WeiX
2020-09-04 6:07 ` Ma, LihongX
2020-09-09 8:27 ` 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=20200902091510.6043-2-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).