From Fedora Project Wiki

Revision as of 10:03, 18 March 2011 by Jskarvad (talk | contribs) (Created page with '{{QA/Test_Case |description=This test case is to check if the pm_hibernate command is working correctly. |setup= # Check that you have {{package|pm-utils}} installed: #:<pre>rpm ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case is to check if the pm_hibernate command is working correctly.

Setup

  1. Check that you have Package-x-generic-16.pngpm-utils installed:
    rpm -q pm-utils
  2. Check your swap:
    free
    • Your swap size should be at least twice your RAM size.

How to test

  1. Become root.
  2. Run the following command:
    pm-hibernate
  3. Wait for hibernation process to complete (it can take cca. 5-60 seconds).
  4. Resume your system by hitting the power button.

Expected Results

  1. System correctly hibernates and resumes.