From Fedora Project Wiki

Revision as of 14:46, 15 April 2013 by Jskarvad (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests suspending via systemd. |setup= # Check that the suspend is supported on your platform: #:<pre>$ cat /sys/power/state</pre> #:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case tests suspending via systemd.

Setup

  1. Check that the suspend is supported on your platform:
    $ cat /sys/power/state
    If there is mem in the output, it signals that the suspend is supported.

How to test

  1. Run the following command:
    # systemctl suspend
  2. Wait until the system suspends (it can take several seconds).
  3. Wake-up your system by e.g. hitting the power button (or maybe another button depending on your HW).

Expected Results

  1. System correctly suspends.
  2. After wake-up system correctly resumes.
  3. NetworkManager re-establishes a network connection.