From Fedora Project Wiki
(move bit from libvirt page) |
(add a qemu+ssh:/// example) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=This test case verifies that libvirt can successfully connect to different hypervisors. | ||
|actions= | |actions= | ||
Run <code>virsh list --all</code> with [http://libvirt.org/uri.html different libvirt URIs], for example: | |||
# <code>qemu:///session</code> | |||
# <code>qemu:///system</code> | |||
# [http://libvirt.org/remote.html#Remote_URI_reference <code>qemu+ssh:///system</code>] - e.g. <code>qemu+ssh://root@blaa/system</code> | |||
|results= | |results= | ||
# | # No errors should occur, libvirt should successfully connect | ||
}} | }} | ||
[[Category:Virtualization libvirt Test Cases]] | [[Category:Virtualization libvirt Test Cases|connections]] |
Latest revision as of 10:42, 7 May 2009
Description
This test case verifies that libvirt can successfully connect to different hypervisors.
How to test
Run virsh list --all
with different libvirt URIs, for example:
qemu:///session
qemu:///system
qemu+ssh:///system
- e.g.qemu+ssh://root@blaa/system
Expected Results
- No errors should occur, libvirt should successfully connect