From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This test case is to check if the pm_suspend command is working correctly. |actions= # 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 pm_suspend command is working correctly.
|description=This test case is to check if the pm_suspend command is working correctly.
|actions=
|setup=
# Check that you have {{package|pm-utils}} installed:
# Check that you have {{package|pm-utils}} installed:
#:<pre>rpm -q pm-utils</pre>
#:<pre>rpm -q pm-utils</pre>
|actions=
# Become root.
# Become root.
# Run the following command:
# Run the following command:

Revision as of 10:05, 18 March 2011

Description

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

Setup

  1. Check that you have Package-x-generic-16.pngpm-utils installed:
    rpm -q pm-utils

How to test

  1. Become root.
  2. Run the following command:
    pm-suspend
  3. Wake-up your system by e.g. hitting the power button.

Expected Results

  1. System correctly suspends and resumes.