* [dts][PATCH V1] tests/efd: supports simultaneous compilation of examples
@ 2023-05-06 3:27 Yu Jiang
2023-05-25 2:31 ` lijuan.tu
0 siblings, 1 reply; 2+ messages in thread
From: Yu Jiang @ 2023-05-06 3:27 UTC (permalink / raw)
To: lijuan.tu, dts; +Cc: Yu Jiang
supports simultaneous compilation of examples
Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
tests/TestSuite_efd.py | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/tests/TestSuite_efd.py b/tests/TestSuite_efd.py
index 9d94a3d4..8f4c70f6 100644
--- a/tests/TestSuite_efd.py
+++ b/tests/TestSuite_efd.py
@@ -35,11 +35,9 @@ class TestEFD(TestCase):
self.pktgen_helper = PacketGeneratorHelper()
def build_server_node_efd(self):
- apps = ["node", "server"]
- for app in apps:
- out = self.dut.build_dpdk_apps("./examples/server_node_efd/%s" % app)
- self.verify("Error" not in out, "Compilation %s error" % app)
- self.verify("No such" not in out, "Compilation %s error" % app)
+ self.dut.build_dpdk_apps(
+ "./examples/server_node_efd/server,server_node_efd/node"
+ )
def set_up(self):
"""
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dts][PATCH V1] tests/efd: supports simultaneous compilation of examples
2023-05-06 3:27 [dts][PATCH V1] tests/efd: supports simultaneous compilation of examples Yu Jiang
@ 2023-05-25 2:31 ` lijuan.tu
0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2023-05-25 2:31 UTC (permalink / raw)
To: lijuan.tu, dts, Yu Jiang; +Cc: Yu Jiang
On Sat, 6 May 2023 11:27:35 +0800, Yu Jiang <yux.jiang@intel.com> wrote:
> supports simultaneous compilation of examples
>
> Signed-off-by: Yu Jiang <yux.jiang@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-25 2:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-06 3:27 [dts][PATCH V1] tests/efd: supports simultaneous compilation of examples Yu Jiang
2023-05-25 2:31 ` lijuan.tu
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).