test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] tests/telemetry: adapt meson build
@ 2021-03-26  7:49 Zhou Jun
  2021-03-26  8:02 ` Zhou, JunX W
  0 siblings, 1 reply; 3+ messages in thread
From: Zhou Jun @ 2021-03-26  7:49 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

adapt meson build, need modify compile parameter and recompile 
for test

Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>
---
v1:
adapt meson build

v2:
delete old method

 tests/TestSuite_telemetry.py | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/tests/TestSuite_telemetry.py b/tests/TestSuite_telemetry.py
index 7e474bc..e5dd1c7 100644
--- a/tests/TestSuite_telemetry.py
+++ b/tests/TestSuite_telemetry.py
@@ -44,11 +44,7 @@ from pmd_output import PmdOutput
 class TestTelemetry(TestCase):
 
     def set_compiler_switch(self):
-        cmd = (
-            "sed -i -e "
-            "'s/CONFIG_RTE_LIBRTE_TELEMETRY=n/CONFIG_RTE_LIBRTE_TELEMETRY=y/g'"
-            " {}/config/common_base").format(self.target_dir)
-        self.d_a_console(cmd)
+        self.dut.set_build_options({'RTE_LIBRTE_TELEMETRY': 'y'})
 
     def create_query_script(self):
         '''
@@ -588,7 +584,8 @@ class TestTelemetry(TestCase):
         """
         Run after each test suite.
         """
-        pass
+        self.dut.set_build_options({'RTE_LIBRTE_TELEMETRY': 'n'})
+        self.dut.build_install_dpdk(self.target)
 
     def test_basic_connection(self):
         '''
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-30  5:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26  7:49 [dts] [PATCH V2] tests/telemetry: adapt meson build Zhou Jun
2021-03-26  8:02 ` Zhou, JunX W
2021-03-30  5:24   ` Tu, Lijuan

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).