From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case | |description=This test case tests the tuned-adm functionality. | ||
|setup= | |setup= | ||
# Check that you have {{package|tuned}} installed: | # Check that you have {{package|tuned}} installed: |
Revision as of 23:42, 19 March 2011
Description
This test case tests the tuned-adm functionality.
Setup
- Check that you have
tuned
installed:$ rpm -q tuned
- If not install it:
# yum install tuned
How to test
- List available profiles:
# tuned-adm list
- Try to switch between profiles, e.g. for laptop-battery-powersave profile:
# tuned-adm profile laptop-battery-powersave
- Check if the profile was really set by:
# tuned-adm active
- Try several other profiles.
- When done switch tuned completely off by:
# tuned-adm off
- Check if the tuned process is not left running by:
# pgrep tuned
Expected Results
- No errors while switching profiles.
- No left tuned process when switched off.