From Fedora Project Wiki
(stub out this page) |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case verifies that a Fedora Xen DomU can be paused and unpaused without | |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> | |||
# Now wait 20 to 30 seconds | |||
# Now run: | |||
<pre>$> virsh resume f11</pre> | |||
|results= | |results= | ||
# | # After the resume, the F-11 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 09:10, 4 May 2009
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 F-11 domU by running:
$> virsh suspend f11
- Now wait 20 to 30 seconds
- Now run:
$> virsh resume f11
Expected Results
- After the resume, the F-11 domU should continue to run without softlockups or other problems.