From Fedora Project Wiki

No edit summary
No edit summary
Line 2: Line 2:
|description=This test case verifies that a Fedora Xen DomU can be paused and unpaused without causing soft lockups.
|description=This test case verifies that a Fedora Xen DomU can be paused and unpaused without causing soft lockups.
|actions=
|actions=
# On the dom0, pause the F-11 domU by running <pre>$> virsh suspend f11</pre>
# On the dom0, pause the rawhide domU by running <pre>$> virsh suspend rawhide</pre>
# Now wait 20 to 30 seconds
# Now wait 20 to 30 seconds
# Now run <pre>$> virsh resume f11</pre>
# Now run <pre>$> virsh resume rawhide</pre>
|results=
|results=
# After the resume, the F-11 domU should continue to run without softlockups or other problems.
# After the resume, the rawhide domU should continue to run without softlockups or other problems.
}}
}}
[[Category:Virtualization XenDomU Test Cases|Pause]]
[[Category:Virtualization XenDomU Test Cases|Pause]]

Revision as of 14:36, 15 September 2009

Description

This test case verifies that a Fedora Xen DomU can be paused and unpaused without causing soft lockups.


How to test

  1. On the dom0, pause the rawhide domU by running
    $> virsh suspend rawhide
  2. Now wait 20 to 30 seconds
  3. Now run
    $> virsh resume rawhide

Expected Results

  1. After the resume, the rawhide domU should continue to run without softlockups or other problems.