test suite reviews and discussions
 help / color / mirror / Atom feed
From: Lingli Chen <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: zhiminx.huang@intel.com, Lingli Chen <linglix.chen@intel.com>
Subject: [dts][PATCH V1] tests/efd: Rename sub directories according to dpdk changes
Date: Mon, 26 Jun 2023 10:53:44 +0800	[thread overview]
Message-ID: <20230626025344.4111-1-linglix.chen@intel.com> (raw)

According to dpdk commit 7faf4bd325 (examples/server_node_efd: simplify build configuration)
update server_node_efd app name 

Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
 conf/app_name.cfg      | 4 ++--
 tests/TestSuite_efd.py | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conf/app_name.cfg b/conf/app_name.cfg
index 84f65c92..e32bccfb 100644
--- a/conf/app_name.cfg
+++ b/conf/app_name.cfg
@@ -63,8 +63,8 @@ simple_mp=target/examples/dpdk-simple_mp
 symmetric_mp=target/examples/dpdk-symmetric_mp
 cmdline=target/examples/dpdk-cmdline
 distributor=target/examples/dpdk-distributor
-node=target/examples/dpdk-efd_node
-server=target/examples/dpdk-efd_server
+efd_node=target/examples/dpdk-efd_node
+efd_server=target/examples/dpdk-efd_server
 testpmd_vf=target/app/dpdk-testpmd-vf
 vm_power_manager=target/examples/dpdk-vm_power_manager
 guest_cli=target/examples/dpdk-guest_cli
diff --git a/tests/TestSuite_efd.py b/tests/TestSuite_efd.py
index 8f4c70f6..05e013ac 100644
--- a/tests/TestSuite_efd.py
+++ b/tests/TestSuite_efd.py
@@ -22,8 +22,8 @@ class TestEFD(TestCase):
         self.build_server_node_efd()
 
         self.dut_ports = self.dut.get_ports()
-        self.node_app = self.dut.apps_name["node"]
-        self.server_app = self.dut.apps_name["server"]
+        self.node_app = self.dut.apps_name["efd_node"]
+        self.server_app = self.dut.apps_name["efd_server"]
         self.app_test_path = self.dut.apps_name["test"]
         # get dts output path
         if self.logger.log_path.startswith(os.sep):
@@ -36,7 +36,7 @@ class TestEFD(TestCase):
 
     def build_server_node_efd(self):
         self.dut.build_dpdk_apps(
-            "./examples/server_node_efd/server,server_node_efd/node"
+            "./examples/server_node_efd/efd_server,server_node_efd/efd_node"
         )
 
     def set_up(self):
-- 
2.34.1


             reply	other threads:[~2023-06-26  2:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-26  2:53 Lingli Chen [this message]
2023-07-19  9:11 ` 回复: " Qin Ke

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=20230626025344.4111-1-linglix.chen@intel.com \
    --to=linglix.chen@intel.com \
    --cc=dts@dpdk.org \
    --cc=zhiminx.huang@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).