test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2 0/1] metrics: add prefix for new frame work
@ 2020-03-04  4:53 yufengmx
  2020-03-04  4:53 ` [dts] [PATCH V2 1/1] " yufengmx
  2020-03-04  8:22 ` [dts] [PATCH V2 0/1] " Mo, YufengX
  0 siblings, 2 replies; 3+ messages in thread
From: yufengmx @ 2020-03-04  4:53 UTC (permalink / raw)
  To: dts, weix.xie, yinan.wang; +Cc: yufengmx

 add prefix for new frame work. 

v1: 
 - move option. 

yufengmx (1):
  metrics: add prefix for new frame work.

 tests/TestSuite_metrics.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.21.0


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

* [dts] [PATCH V2 1/1] metrics: add prefix for new frame work.
  2020-03-04  4:53 [dts] [PATCH V2 0/1] metrics: add prefix for new frame work yufengmx
@ 2020-03-04  4:53 ` yufengmx
  2020-03-04  8:22 ` [dts] [PATCH V2 0/1] " Mo, YufengX
  1 sibling, 0 replies; 3+ messages in thread
From: yufengmx @ 2020-03-04  4:53 UTC (permalink / raw)
  To: dts, weix.xie, yinan.wang; +Cc: yufengmx


add prefix for new frame work.

Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
 tests/TestSuite_metrics.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_metrics.py b/tests/TestSuite_metrics.py
index 148365c..3eb9f56 100644
--- a/tests/TestSuite_metrics.py
+++ b/tests/TestSuite_metrics.py
@@ -187,7 +187,7 @@ class TestMetrics(TestCase):
         self.is_pmd_on = False
 
     def init_proc_info_tool(self):
-        option = ' -v -- --metrics'
+        option = f' -v {self.prefix} -- --metrics'
         self.dpdk_proc = os.path.join(
             self.target_dir, self.target, "app", "dpdk-procinfo" + option)
         self.metrics_stat = []
@@ -785,6 +785,7 @@ class TestMetrics(TestCase):
     def set_up_all(self):
         self.dut_ports = self.dut.get_ports(self.nic)
         self.verify(len(self.dut_ports) >= 2, "Not enough ports")
+        self.prefix = "dpdk_" + self.dut.prefix_subfix
         # prepare testing environment
         self.preset_test_environment()
 
-- 
2.21.0


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

* Re: [dts] [PATCH V2 0/1] metrics: add prefix for new frame work
  2020-03-04  4:53 [dts] [PATCH V2 0/1] metrics: add prefix for new frame work yufengmx
  2020-03-04  4:53 ` [dts] [PATCH V2 1/1] " yufengmx
@ 2020-03-04  8:22 ` Mo, YufengX
  1 sibling, 0 replies; 3+ messages in thread
From: Mo, YufengX @ 2020-03-04  8:22 UTC (permalink / raw)
  To: dts, Xie, WeiX, Wang, Yinan

Ignore this patch.



> -----Original Message-----
> From: Mo, YufengX
> Sent: Wednesday, March 4, 2020 12:53 PM
> To: dts@dpdk.org; Xie, WeiX <weix.xie@intel.com>; Wang, Yinan <yinan.wang@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts][PATCH V2 0/1] metrics: add prefix for new frame work
> 
>  add prefix for new frame work.
> 
> v1:
>  - move option.
> 
> yufengmx (1):
>   metrics: add prefix for new frame work.
> 
>  tests/TestSuite_metrics.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> --
> 2.21.0


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

end of thread, other threads:[~2020-03-04  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04  4:53 [dts] [PATCH V2 0/1] metrics: add prefix for new frame work yufengmx
2020-03-04  4:53 ` [dts] [PATCH V2 1/1] " yufengmx
2020-03-04  8:22 ` [dts] [PATCH V2 0/1] " Mo, YufengX

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