From Fedora Project Wiki
(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 ...') |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case is to check if the | |description=This test case is to check if the pm-hibernate command is working correctly. | ||
|setup= | |setup= | ||
# Check that you have {{package|pm-utils}} installed: | # Check that you have {{package|pm-utils}} installed: |
Revision as of 10:55, 18 March 2011
Description
This test case is to check if the pm-hibernate command is working correctly.
Setup
- Check that you have
pm-utils
installed:rpm -q pm-utils
- Check your swap:
free
- Your swap size should be at least twice your RAM size.
How to test
- Become root.
- Run the following command:
pm-hibernate
- Wait for hibernation process to complete (it can take cca. 5-60 seconds).
- Resume your system by hitting the power button.
Expected Results
- System correctly hibernates and resumes.