From: lingwei <weix.ling@intel.com>
To: dts@dpdk.org
Cc: lingwei <weix.ling@intel.com>
Subject: [dts] [dts 1/6] tests/TestSuite_metrics:support meson build
Date: Wed, 26 Aug 2020 10:15:17 +0000 [thread overview]
Message-ID: <20200826101522.110423-2-weix.ling@intel.com> (raw)
In-Reply-To: <20200826101522.110423-1-weix.ling@intel.com>
Signed-off-by: lingwei <weix.ling@intel.com>
---
tests/TestSuite_metrics.py | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/tests/TestSuite_metrics.py b/tests/TestSuite_metrics.py
index 7fef17d..d1b7fe9 100644
--- a/tests/TestSuite_metrics.py
+++ b/tests/TestSuite_metrics.py
@@ -75,14 +75,6 @@ class TestMetrics(TestCase):
output2 = self.dut.alt_session.session.get_session_before(2)
return output + os.linesep + output2
- @property
- def target_dir(self):
- # get absolute directory of target source code
- target_dir = '/root' + self.dut.base_dir[1:] \
- if self.dut.base_dir.startswith('~') else \
- self.dut.base_dir
- return target_dir
-
def get_pkt_len(self, pkt_type, frame_size=64):
headers_size = sum(
[HEADER_SIZE[x] for x in ['eth', 'ip', pkt_type]])
@@ -188,8 +180,8 @@ class TestMetrics(TestCase):
def init_proc_info_tool(self):
option = f' -v --file-prefix={self.prefix} -- --metrics'
- self.dpdk_proc = os.path.join(
- self.target_dir, self.target, "app", "dpdk-procinfo" + option)
+ app_name = self.dut.apps_name['proc-info']
+ self.dpdk_proc = os.path.join(app_name + option)
self.metrics_stat = []
def proc_info_query(self, flag=None):
--
2.17.1
next prev parent reply other threads:[~2020-08-26 2:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-26 10:15 [dts] [PATCH V1 0/6] support " lingwei
2020-08-26 10:15 ` lingwei [this message]
2020-08-26 10:15 ` [dts] [dts 2/6] tests/TestSuite_af_xdp_2:support " lingwei
2020-08-26 10:15 ` [dts] [dts 3/6] tests/TestSuite_macsec_for_ixgbe.py:support " lingwei
2020-08-26 10:15 ` [dts] [dts 4/6] tests/TestSuite_packet_ordering:support " lingwei
2020-08-26 10:15 ` [dts] [dts 5/6] tests/TestSuite_qos_meter.py:support " lingwei
2020-08-26 10:15 ` [dts] [dts 6/6] tests/TestSuite_vmdq_dcb:support " lingwei
2020-08-27 5:06 ` [dts] [PATCH V1 0/6] support " Tu, Lijuan
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=20200826101522.110423-2-weix.ling@intel.com \
--to=weix.ling@intel.com \
--cc=dts@dpdk.org \
/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).