From Fedora Project Wiki

No edit summary
No edit summary
Line 3: Line 3:
|setup=
|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=
|actions=
# Become root.
# Run the following command:
# Run the following command:
#:<pre>pm-utils-bugreport-info.sh</pre>
#:<pre># pm-utils-bugreport-info.sh | tee report.log</pre>
   
   
|results=
|results=
# Information about your system are collected and textual report is generated.
# Information about your system and last suspend / hibernate are collected and textual report is generated.
}}
}}


[[Category:Power_Management_Test_Cases]]
[[Category:Power_Management_Test_Cases]]

Revision as of 17:30, 19 March 2011

Description

This test case checks if the pm-utils bug report functionality is working properly.

Setup

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

How to test

  1. Run the following command:
    # pm-utils-bugreport-info.sh | tee report.log

Expected Results

  1. Information about your system and last suspend / hibernate are collected and textual report is generated.