test suite reviews and discussions
 help / color / mirror / Atom feed
From: Jun Dong <junx.dong@intel.com>
To: dts@dpdk.org
Cc: lijuan.tu@intel.com, qingx.sun@intel.com, junx.dong@intel.com
Subject: [dts] [V1] tests/telemetry: Remove unnecessary resource code changing and rebuild
Date: Fri, 25 Mar 2022 16:39:15 +0800	[thread overview]
Message-ID: <20220325083915.714-1-junx.dong@intel.com> (raw)

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


             reply	other threads:[~2022-03-25  8:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-25  8:39 Jun Dong [this message]
2022-03-31  6:33 ` lijuan.tu

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=20220325083915.714-1-junx.dong@intel.com \
    --to=junx.dong@intel.com \
    --cc=dts@dpdk.org \
    --cc=lijuan.tu@intel.com \
    --cc=qingx.sun@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).