mbox series

[0/2] pm: cpupower: bindings: improve test script

Message ID 20240930232158.29024-1-jwyatt@redhat.com
Headers show
Series pm: cpupower: bindings: improve test script | expand

Message

John B. Wyatt IV Sept. 30, 2024, 11:21 p.m. UTC
Improve test_raw_pylibcpupower.py with some cleanup and catching more
states. This includes confirming states have been disabled and a notice to
use sudo.

John B. Wyatt IV (2):
  pm: cpupower: bindings: Improve disable c_state block
  pm: cpupower: bindings: Add test to confirm cpu state is disabled

 .../bindings/python/test_raw_pylibcpupower.py | 28 +++++++++++++++----
 1 file changed, 22 insertions(+), 6 deletions(-)

Comments

Shuah Khan Oct. 2, 2024, 8:52 p.m. UTC | #1
On 9/30/24 17:21, John B. Wyatt IV wrote:
> Improve test_raw_pylibcpupower.py with some cleanup and catching more
> states. This includes confirming states have been disabled and a notice to
> use sudo.
> 
> John B. Wyatt IV (2):
>    pm: cpupower: bindings: Improve disable c_state block
>    pm: cpupower: bindings: Add test to confirm cpu state is disabled
> 
>   .../bindings/python/test_raw_pylibcpupower.py | 28 +++++++++++++++----
>   1 file changed, 22 insertions(+), 6 deletions(-)
> 

Applied these two patches to
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git/log/?h=cpupower

They will be included in my next pull request to PM maintainer.

thanks,
-- Shuah