From Fedora Project Wiki

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 9: Line 9:
| mailing_list = spice-devel@lists.freedesktop.org
| mailing_list = spice-devel@lists.freedesktop.org
}}
}}
{{admon/warning | In construction | The Test Day page is yet in construction. It will be ready for the Test Day - when this message is removed :) .}}


{{admon/note | Can't make the date? | If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find at [http://bugzilla.redhat.com Bugzilla], and add your results to the results section. If this page is more than a month old when you arrive here, please check the [[QA/Test_Days|current schedule]] and see if a similar but more recent Test Day is planned or has already happened.}}
{{admon/note | Can't make the date? | If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find at [http://bugzilla.redhat.com Bugzilla], and add your results to the results section. If this page is more than a month old when you arrive here, please check the [[QA/Test_Days|current schedule]] and see if a similar but more recent Test Day is planned or has already happened.}}
Line 18: Line 20:
=== New features ===
=== New features ===


* Much improved multi-monitor support, see [http://hansdegoede.livejournal.com/12969.html this blog post] for details
* Xspice: spice server running inside the remote system you're connecting to
* Xspice: spice server running inside the remote system you're connecting to
* spice-html5: a client running inside the browser
* spice-html5: a client running inside the browser
Line 48: Line 49:
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
* Development
* Development
** Xspice: Jeremy White (jwhite), Alon Levy (alon/alevy/alonlevy)
** Xspice: Jeremy White (jwhite), Alon Levy (alevy)
** spice-html5: Jeremy White
** spice-html5: Jeremy White
** file transfer: Hans de Goede (hansg)
** file transfer: Dunrong Huang (dunrong), Hans de Goede (hansg; just linux agent)
** connection using ovirt:// URIs: Christophe Fergeau (teuf)
** connection using ovirt:// URIs: Christophe Fergeau (teuf)
* Quality Assurance - [[User:Djasa|David Jaša]] (djasa), [[User:Martix|Martin Holec]] (Martix)
* Quality Assurance - [[User:Djasa|David Jaša]] (djasa),  
 


== What do I need for testing? ==
== What do I need for testing? ==
=== Live CDs ===
Live CDs with all required packages installed are provided for this test day. Tips on using a live image are available at [[FedoraLiveCD]].
{|
! Architecture !! SHA256SUM
|-
| [http://fedorapeople.org/groups/qa/testday-20130530-x86_64.iso x86_64] || c214f3a326221b998be896c59bb5af1718030b3b5ecb85599f77e76309f0cd26
|-
| [http://fedorapeople.org/groups/qa/testday-20130530-i686.iso i686] || da574c08e0469d890a3f33e7638369e8d7f21d9e9bd8e6e506d7d39c5f611856
|}


=== Client ===
=== Client ===
Line 102: Line 93:
* on Windows, please install Windows Guest Tools from [http://spice-space.org/download.html project download page]
* on Windows, please install Windows Guest Tools from [http://spice-space.org/download.html project download page]


== Quick VM installation ==
=== Gnome Boxes ===
Just start Boxes, create a new VM and follow the guide.
=== virt-install ===
<code>virt-install</code> can configure a VM for you including all the subtleties and even start an installation:
<pre>virt-install -c SESSION --name NAME --memory MEMORY [--cdrom CDROM|--location LOCATION] --os-variant OS [--disk DISKOPTS|--nodisks] --graphics spice --video qxl [--video qxl] --channel spicevmc --redirdev usb,type=spicevmc [--redirdev usb,type=spicevmc] </pre>
where:
* local '''SESSION''' is <code>qemu:///system</code> for system-wide session of <code>qemu:///session</code> for actual user session (this is what Boxes uses). Refer to [http://libvirt.org/remote.html libvirt documentation] if you wish to install VM on a different hypervisor
* '''NAME''' is VM name
* '''MEMORY''' is memory size in MB
* a VM can be installed either from '''CDROM''' or, for some distributions, '''LOCATION''' pointing to installation tree is supported
* '''OS''' is one of options returned by <code>virt-install --os-variant list</code>. It allows <code>virt-install</code> to better optimize the VM setup
* specify '''--nodisks''' for VMs running from live media. '''DISKOPTS''' is a comma-separated list of keys. For file-backed VM disk, you should be fine to specify just <code>path=path/to/file,size=size_in_GB</code>. If you wish to stick with gnome-boxes default VM image location, specify <code>path=~/.local/share/gnome-boxes/images/</code>
* specify up to four <code>--video qxl</code> stanzas in order to support multiple monitor on Windows VMs
* number of <code>--redirdev usb,type=spicevmc</code> stanzas limits number of USB devices that can be redirected to the guest OS
<code>virt-install</code> sets up the VM and starts installation. The installation itself is not automatic though.


== Test Cases ==
== Test Cases ==
=== New features ===


* [[QA:Testcase_Spice_file_transfer | Drag and drop file transfer]]
* [[QA:Testcase_Spice_file_transfer | Drag and drop file transfer]]
* [[QA:Testcase_Spice_Xspice | Test XSpice]]
* [[QA:Testcase_Spice_html5 | Test use a pure Javascript Spice client]]
* [[QA:Testcase_Spice_virt-viewer_direct_connection_to_oVirt | Direct connection to oVirt/RHEV VMs]]
=== Existing features ===
* migration


== Test Results ==
== Test Results ==
Line 151: Line 113:
! Test environment
! Test environment
! [[QA:Testcase_Spice_file_transfer|Drag and drop file transfer]]
! [[QA:Testcase_Spice_file_transfer|Drag and drop file transfer]]
! [[QA:Testcase_Spice_Xspice | Test XSpice]]
! [[QA:Testcase_sample_2|Sample test 2]]
! [[QA:Testcase_Spice_html5 | Test use a pure Javascript Spice client]]
! [[QA:Testcase_sample_3|Sample test 3]]
! [[QA:Testcase_Spice_virt-viewer_direct_connection_to_oVirt | Direct connection to oVirt/RHEV VMs]]
! [[QA:Testcase_sample_4|Sample test 4]]
! References
! References
|-
|-
Line 160: Line 122:
* Client: F19, virt-viewer-0.5.6-1.fc19.x86_64
* Client: F19, virt-viewer-0.5.6-1.fc19.x86_64
* Host: F19, qemu-kvm-1.4.1-3.fc19.x86_64, spice-server-0.12.2-5.fc19.x86_64
* Host: F19, qemu-kvm-1.4.1-3.fc19.x86_64, spice-server-0.12.2-5.fc19.x86_64
* Guest: F19 with Gnome 3, spice-vdagent-0.14.0-2.fc19.x86_64
* Guest: F19 with Gnome 3, spice-vdagent-0.14.0-1.fc19.x86_64
| {{result|none}}  
| {{result|none}}  
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref>
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| <references/>
|-
| [[User:tassadar|tassadar]]
|
* Client: F19, virt-viewer-0.5.6-1.fc19.x86_64
* Host: F19, qemu-kvm-1.4.2-2.fc19.x86_64, spice-server-0.12.3-1.fc19.x86_64
* Guest: F19 with Gnome 3, spice-vdagent-0.14.0-2.fc19.x86_64
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>It works, but {{bz|968931}}</ref>
| {{result|info}} <ref>Don't have access to these</ref>
| <references/>
|-
| [[User:mkovarik|mkovarik]]
|
* Client: F19, virt-viewer-0.5.6-1.fc19.x86_64
* Host: F19, qemu-kvm-1.4.2-2.fc19.x86_64, spice-server-0.12.3-1.fc19.x86_64
* Guest: F19 with Gnome 3, spice-vdagent-0.14.0-2.fc19.x86_64
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| <references/>
|-
| [[User:jkoten|jkoten]]
|
* Client: F19, virt-viewer-0.5.6-1.fc19.x86_64, gnome-boxes-3.8.3-1.fc19.x86_64
* Host: RHEV-M 3.1
* Guest: Rhel7 Alpha3, spice-vdagent-0.12.1-1.el7.x86_64
| {{result|none}}
| {{result|pass}} <ref>Tested on localhost</ref>
| {{result|none}}
| {{result|fail}} <ref>Boxes crash on gnome session start {{bz|968929}}</ref><ref>Connecting with remote-viewer - Guest crashed on gnome session start{{bz|969069}}</ref>
| <references/>
|-
| [[User:Zbyszek|Zbyszek]]
|
* Client: F19, virt-viewer-0.5.6-1.fc19.x86_64
* Host: x86_64, F19, qemu-kvm-1.4.2-2.fc19.x86_64, spice-server-0.12.3-1.fc19.x86_64
* Guest: i686, testday-20130530-i686.iso + xorg-x11-drv-qxl-0.1.1-0.8.20130514git77a1594.fc19 for {{bz|965101}} <ref>Hit {{bz|969084}}, {{bz|969118}} on the way.</ref>
| {{result|fail}} <ref>Works fine with small files, but hangs when transferring an iso image {{bz|969109}}</ref>
| {{result|pass}} <ref>RFE: https://bugs.freedesktop.org/show_bug.cgi?id=65185</ref>
| {{result|none}}
| {{result|none}}
| <references/>
|-
| [[User:vbudikov|vbudikov]]
|
* Client: F19, virt-viewer-0.5.6-1.fc19.x86_64, gnome-boxes-3.8.2-5.fc19.x86_64
* Host: F19, qemu-kvm-1.4.2-2.fc19.x86_64, spice-server-0.12.3-1.fc19.x86_64
* Guest: F19 with Gnome 3, spice-vdagent-0.14.0-2.fc19.x86_64
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| <references/>
| <references/>
|-
|-
|}
|}


[[Category:Fedora 19 Test Days|s]]
[[Category:Test Days]]
[[Category:QA Templates]]
Please note that all contributions to Fedora Project Wiki are considered to be released under the Attribution-Share Alike 4.0 International (see Fedora Project Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please solve the following task below and enter the answer in the box (more info):

Cancel Editing help (opens in new window)