From Fedora Project Wiki
Description
This test case checks suspending via the pm-suspend command.
Setup
- Check that you have
pm-utils
installed:$ rpm -q pm-utils
How to test
- Run the following command:
# pm-suspend
- Wait until the system suspends (it can take several seconds).
- Wake-up your system by e.g. hitting the power button (or maybe another button depending on your HW).
Expected Results
- System correctly suspends.
- After wake-up system correctly resumes.
- NetworkManager re-establishes a network connection.