From Fedora Project Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{autolang|base=yes}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|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 | # 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 | # Now run <pre>$> virsh resume rawhide</pre> | ||
|results= | |results= | ||
# After the resume, the | # 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]] |
Latest revision as of 09:45, 13 April 2011
Description
This test case verifies that a Fedora Xen DomU can be paused and unpaused without causing soft lockups.
How to test
- On the dom0, pause the rawhide domU by running
$> virsh suspend rawhide
- Now wait 20 to 30 seconds
- Now run
$> virsh resume rawhide
Expected Results
- After the resume, the rawhide domU should continue to run without softlockups or other problems.