From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This test checks the powertop 2.x tunables feauture. |setup= # Check that you have {{package|powertop}} installed: #:<pre>$ rpm -q powertop</pre> #* I...') |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test | |description=This test case test the powertop 2.x tunables feature. | ||
|setup= | |setup= | ||
# Check that you have {{package|powertop}} installed: | # Check that you have {{package|powertop}} installed: | ||
Line 12: | Line 12: | ||
# Try to toggle various tunables. | # Try to toggle various tunables. | ||
# Check if your tunings persists PowerTOP restarts. | # Check if your tunings persists PowerTOP restarts. | ||
{{admon/note|Currently | {{admon/note|Currently the settings doesn't persists through reboots. It is known issue that was addressed as RFE.}} | ||
|results= | |results= |
Latest revision as of 13:29, 20 March 2011
Description
This test case test the powertop 2.x tunables feature.
Setup
- Check that you have
powertop
installed:$ rpm -q powertop
- If not install it:
# yum install powertop
How to test
- Run PowerTOP:
# powertop
- Change to "Tunables" tab by arrow keys.
- Try to toggle various tunables.
- Check if your tunings persists PowerTOP restarts.
Expected Results
- No errors while changing tunables.
- Tunings persists PowerTOP restarts.
- No unexpected / confusing behaviour.