test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/1] power_pbf: fix power driver check condition
@ 2019-11-27  9:06 yufengmx
  2019-11-27  9:06 ` [dts] [PATCH V1 1/1] " yufengmx
  0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2019-11-27  9:06 UTC (permalink / raw)
  To: dts, lei.a.yao; +Cc: yufengmx

 fix power driver check condition. 

yufengmx (1):
  power_pbf: fix power driver check condition

 tests/TestSuite_power_pbf.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.21.0


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

* [dts] [PATCH V1 1/1] power_pbf: fix power driver check condition
  2019-11-27  9:06 [dts] [PATCH V1 0/1] power_pbf: fix power driver check condition yufengmx
@ 2019-11-27  9:06 ` yufengmx
  2019-11-27  9:34   ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2019-11-27  9:06 UTC (permalink / raw)
  To: dts, lei.a.yao; +Cc: yufengmx


fix power driver check condition.

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

diff --git a/tests/TestSuite_power_pbf.py b/tests/TestSuite_power_pbf.py
index fb4cf1a..c0422fa 100644
--- a/tests/TestSuite_power_pbf.py
+++ b/tests/TestSuite_power_pbf.py
@@ -543,9 +543,10 @@ class TestPowerPbf(TestCase):
         raise Exception(msg)
 
     def verify_power_driver(self):
+        expected_drv = 'acpi-cpufreq'
         power_drv = self.get_sys_power_driver()
-        msg = "power pstate should work with intel_pstate driver"
-        self.verify(power_drv == 'intel_pstate', msg)
+        msg = "power pbf should work with {} driver".format(expected_drv)
+        self.verify(power_drv == expected_drv, msg)
     #
     # Test cases.
     #
-- 
2.21.0


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

* Re: [dts] [PATCH V1 1/1] power_pbf: fix power driver check condition
  2019-11-27  9:06 ` [dts] [PATCH V1 1/1] " yufengmx
@ 2019-11-27  9:34   ` Tu, Lijuan
  0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-11-27  9:34 UTC (permalink / raw)
  To: Mo, YufengX, dts, Yao, Lei A; +Cc: Mo, YufengX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx
> Sent: Wednesday, November 27, 2019 5:06 PM
> To: dts@dpdk.org; Yao, Lei A <lei.a.yao@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts] [PATCH V1 1/1] power_pbf: fix power driver check condition
> 
> 
> fix power driver check condition.
> 
> Signed-off-by: yufengmx <yufengx.mo@intel.com>
> ---
>  tests/TestSuite_power_pbf.py | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/TestSuite_power_pbf.py b/tests/TestSuite_power_pbf.py
> index fb4cf1a..c0422fa 100644
> --- a/tests/TestSuite_power_pbf.py
> +++ b/tests/TestSuite_power_pbf.py
> @@ -543,9 +543,10 @@ class TestPowerPbf(TestCase):
>          raise Exception(msg)
> 
>      def verify_power_driver(self):
> +        expected_drv = 'acpi-cpufreq'
>          power_drv = self.get_sys_power_driver()
> -        msg = "power pstate should work with intel_pstate driver"
> -        self.verify(power_drv == 'intel_pstate', msg)
> +        msg = "power pbf should work with {} driver".format(expected_drv)
> +        self.verify(power_drv == expected_drv, msg)
>      #
>      # Test cases.
>      #
> --
> 2.21.0


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

end of thread, other threads:[~2019-11-27  9:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27  9:06 [dts] [PATCH V1 0/1] power_pbf: fix power driver check condition yufengmx
2019-11-27  9:06 ` [dts] [PATCH V1 1/1] " yufengmx
2019-11-27  9:34   ` 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).