From Fedora Project Wiki

Revision as of 15:59, 18 March 2011 by Jskarvad (talk | contribs) (Created page with '{{QA/Test_Case |description=This test case checks the tuned-adm functionality. |setup= # Check that you have {{package|tuned}} installed: #:<pre>rpm -q tuned</pre> #* If not inst...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case checks the tuned-adm functionality.

Setup

  1. Check that you have Package-x-generic-16.pngtuned installed:
    rpm -q tuned
    • If not install it:
    yum install tuned

How to test

  1. Become root.
  2. List available profiles:
    tuned-adm list
  3. Try to switch between profiles, e.g. for laptop-battery-powersave profile:
    tuned-adm profile laptop-battery-powersave
  4. Check if the profile was really set by:
    tuned-adm active
  5. Try several other profiles.
  6. When done switch tuned completely off by:
    tuned-adm off
  7. Check if the tuned process is not left running by:
    pgrep tuned

Expected Results

  1. No errors while switching profiles.
  2. No left tuned process when switched off.