test suite reviews and discussions
 help / color / mirror / Atom feed
From: Qin Ke <qin.ke@nephogine.com>
To: Lingli Chen <linglix.chen@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "zhiminx.huang@intel.com" <zhiminx.huang@intel.com>,
	Niklas Soderlund <niklas.soderlund@corigine.com>,
	Qin Ke <qin.ke@nephogine.com>
Subject: 回复: [dts][PATCH V1] tests/efd: Rename sub directories according to dpdk changes
Date: Wed, 19 Jul 2023 09:11:02 +0000	[thread overview]
Message-ID: <BYAPR13MB23127F03C897CA5560131ECB9A39A@BYAPR13MB2312.namprd13.prod.outlook.com> (raw)
In-Reply-To: <20230626025344.4111-1-linglix.chen@intel.com>

Hi, I also find the issue when test efd, this patch can solve the issue.

Tested-by: Qin Ke <qin.ke@corigine.com>

-----邮件原件-----
发件人: 
发送时间: 2023年6月26日 10:54
主题: [dts][PATCH V1] tests/efd: Rename sub directories according to dpdk changes

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 at 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-08-03  9:45 UTC|newest]

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

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=BYAPR13MB23127F03C897CA5560131ECB9A39A@BYAPR13MB2312.namprd13.prod.outlook.com \
    --to=qin.ke@nephogine.com \
    --cc=dts@dpdk.org \
    --cc=linglix.chen@intel.com \
    --cc=niklas.soderlund@corigine.com \
    --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).