* [dts][PATCH V2] tests/multiprocess: modify dut to build examples/multi_process together
@ 2022-05-07 10:09 Lingli Chen
2022-05-09 7:41 ` lijuan.tu
0 siblings, 1 reply; 2+ messages in thread
From: Lingli Chen @ 2022-05-07 10:09 UTC (permalink / raw)
To: dts; +Cc: Lingli Chen
on Fedora35 and RHEL dut build dpdk app symmetric_mp will replace simple_mp, so not found simple_mp.
Solution: dut build dpdk app together.
Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
v2:modify dut to build examples/multi_process together
v1:modify dut build dpdk app all
tests/TestSuite_multiprocess.py | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/tests/TestSuite_multiprocess.py b/tests/TestSuite_multiprocess.py
index 33c13022..79744722 100644
--- a/tests/TestSuite_multiprocess.py
+++ b/tests/TestSuite_multiprocess.py
@@ -60,20 +60,8 @@ class TestMultiprocess(TestCase):
self.verify(len(self.dut.get_all_cores()) >= 4, "Not enough Cores")
self.dut_ports = self.dut.get_ports()
self.socket = self.dut.get_numa_id(self.dut_ports[0])
-
- out = self.dut.build_dpdk_apps(
- "./examples/multi_process/client_server_mp/mp_client"
- )
- self.verify("Error" not in out, "Compilation mp_client failed")
- out = self.dut.build_dpdk_apps(
- "./examples/multi_process/client_server_mp/mp_server"
- )
- self.verify("Error" not in out, "Compilation mp_server failed")
- out = self.dut.build_dpdk_apps("./examples/multi_process/simple_mp")
- self.verify("Error" not in out, "Compilation simple_mp failed")
- out = self.dut.build_dpdk_apps("./examples/multi_process/symmetric_mp")
- self.verify("Error" not in out, "Compilation symmetric_mp failed")
-
+ extra_option = "-Dexamples='multi_process/client_server_mp/mp_server,multi_process/client_server_mp/mp_client,multi_process/simple_mp,multi_process/symmetric_mp'"
+ self.dut.build_install_dpdk(target=self.target, extra_options=extra_option)
self.app_mp_client = self.dut.apps_name["mp_client"]
self.app_mp_server = self.dut.apps_name["mp_server"]
self.app_simple_mp = self.dut.apps_name["simple_mp"]
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dts][PATCH V2] tests/multiprocess: modify dut to build examples/multi_process together
2022-05-07 10:09 [dts][PATCH V2] tests/multiprocess: modify dut to build examples/multi_process together Lingli Chen
@ 2022-05-09 7:41 ` lijuan.tu
0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-05-09 7:41 UTC (permalink / raw)
To: dts, Lingli Chen; +Cc: Lingli Chen
On Sat, 7 May 2022 10:09:24 +0000, Lingli Chen <linglix.chen@intel.com> wrote:
> on Fedora35 and RHEL dut build dpdk app symmetric_mp will replace simple_mp, so not found simple_mp.
> Solution: dut build dpdk app together.
>
> Signed-off-by: Lingli Chen <linglix.chen@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-09 7:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-07 10:09 [dts][PATCH V2] tests/multiprocess: modify dut to build examples/multi_process together Lingli Chen
2022-05-09 7:41 ` 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).