test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [V1] tests/telemetry: Remove unnecessary resource code changing and rebuild
@ 2022-03-25  8:39 Jun Dong
  2022-03-31  6:33 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Jun Dong @ 2022-03-25  8:39 UTC (permalink / raw)
  To: dts; +Cc: lijuan.tu, qingx.sun, junx.dong

Signed-off-by: Jun Dong <junx.dong@intel.com>
---
 tests/TestSuite_telemetry.py | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/tests/TestSuite_telemetry.py b/tests/TestSuite_telemetry.py
index 2e0e3c5b..b25dcbd3 100644
--- a/tests/TestSuite_telemetry.py
+++ b/tests/TestSuite_telemetry.py
@@ -43,9 +43,6 @@ from framework.test_case import TestCase
 
 
 class TestTelemetry(TestCase):
-    def set_compiler_switch(self):
-        self.dut.set_build_options({"RTE_LIBRTE_TELEMETRY": "y"})
-
     def create_query_script(self):
         """
         usertools/dpdk-telemetry-client.py is not user friendly(till 19.05).
@@ -214,10 +211,6 @@ class TestTelemetry(TestCase):
         return outputs
 
     def init_test_binary_files(self):
-        # set_compiler_switch
-        if not self.dut.skip_setup:
-            self.set_compiler_switch()
-            self.dut.build_install_dpdk(self.target)
         # initialize testpmd
         self.testpmd_status = "close"
         self.testpmd = PmdOutput(self.dut)
@@ -605,8 +598,7 @@ class TestTelemetry(TestCase):
         """
         Run after each test suite.
         """
-        self.dut.set_build_options({"RTE_LIBRTE_TELEMETRY": "n"})
-        self.dut.build_install_dpdk(self.target)
+        pass
 
     def test_basic_connection(self):
         """
-- 
2.33.1.windows.1


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

* [dts] [V1] tests/telemetry: Remove unnecessary resource code changing and rebuild
  2022-03-25  8:39 [dts] [V1] tests/telemetry: Remove unnecessary resource code changing and rebuild Jun Dong
@ 2022-03-31  6:33 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-03-31  6:33 UTC (permalink / raw)
  To: dts, Jun Dong; +Cc: lijuan.tu, qingx.sun, junx.dong

On Fri, 25 Mar 2022 16:39:15 +0800, Jun Dong <junx.dong@intel.com> wrote:
> Signed-off-by: Jun Dong <junx.dong@intel.com>


Applied, thanks

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

end of thread, other threads:[~2022-03-31  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25  8:39 [dts] [V1] tests/telemetry: Remove unnecessary resource code changing and rebuild Jun Dong
2022-03-31  6:33 ` 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).