From Fedora Project Wiki

No edit summary
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case is to check if the pm-hibernate command is working correctly.
|description=This test case is to check if the pm-hibernate command is working properly.
|setup=
|setup=
# Check that you have {{package|pm-utils}} installed:
# Check that you have {{package|pm-utils}} installed:

Revision as of 11:02, 18 March 2011

Description

This test case is to check if the pm-hibernate command is working properly.

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.