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= | ||
# 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
- Check that you have
pm-utils
installed:$ rpm -q pm-utils
How to test
- Run the following command:
# pm-utils-bugreport-info.sh | tee report.log
Expected Results
- Information about your system and last suspend / hibernate are collected and textual report is generated.