test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yu Jiang <yux.jiang@intel.com>
To: lijuan.tu@intel.com, dts@dpdk.org
Cc: Yu Jiang <yux.jiang@intel.com>
Subject: [dts][PATCH V1] tests/efd: supports simultaneous compilation of examples
Date: Sat,  6 May 2023 11:27:35 +0800	[thread overview]
Message-ID: <20230506032735.433435-1-yux.jiang@intel.com> (raw)

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


             reply	other threads:[~2023-05-06  3:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-06  3:27 Yu Jiang [this message]
2023-05-25  2:31 ` lijuan.tu

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=20230506032735.433435-1-yux.jiang@intel.com \
    --to=yux.jiang@intel.com \
    --cc=dts@dpdk.org \
    --cc=lijuan.tu@intel.com \
    /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).