(Drop direct Test Days category membership) |
|||
(34 intermediate revisions by 9 users not shown) | |||
Line 23: | Line 23: | ||
== Prerequisite for Test Day == | == Prerequisite for Test Day == | ||
* CPU supporting virtualization, check using this command: ''egrep '(vmx|svm)' /proc/cpuinfo'' If you don't get vmx or svm in output, check if virtualization is enabled in BIOS. | |||
* Free space on HD | * Free space on HD | ||
* Various operating systems installation ISOs, CD/DVDs and USB sticks: | * Various operating systems installation ISOs, CD/DVDs and USB sticks: | ||
Line 58: | Line 58: | ||
== Test Cases == | == Test Cases == | ||
{{admon/important|SELinux|You need to switch SELinux on host to Permissive mode using command '''setenforce 0''' after each boot.}} | |||
* [[QA:Testcase Gnome Boxes manual installation]] | * [[QA:Testcase Gnome Boxes manual installation]] | ||
Line 89: | Line 89: | ||
| {{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:vbenes]] | |||
| N/A | |||
| {{result|pass}} <ref>installed win 7, but iso wasn't correctly recognized [https://bugzilla.gnome.org/show_bug.cgi?id=676248 676248] </ref> | |||
| {{result|fail}} <ref group="long">mouse not working [https://bugzilla.gnome.org/show_bug.cgi?id=676225 676225] no details screen in win7 installation [https://bugzilla.gnome.org/show_bug.cgi?id=676250 676250]</ref> | |||
| {{result|fail}} <ref>cannot go back from fullscreen [https://bugzilla.gnome.org/show_bug.cgi?id=676222 676222]</ref> | |||
| {{result|pass}} <ref>can change machine RAM </ref> | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:Martix|Martix]] | |||
| [http://www.smolts.org/client/show/pub_ccd6538d-d829-4e4c-b997-6ed74c3953ab T420s] | |||
| {{result|warn}} <ref group="long">SIGSEGV gvir_connection_find_storage_pool_by_name, Gnome Bugzilla [https://bugzilla.gnome.org/show_bug.cgi?id=676216 #676216] workaround: host reboot</ref> <ref>tested guests: F17</ref> <ref group="long">frozen after success F17 install and reboot Gnome Bugzilla [https://bugzilla.gnome.org/show_bug.cgi?id=676230 #676230] workaround: rerun Boxes</ref> | |||
| {{result|pass}} | |||
| {{result|warn}} <ref> rendering artefacts when moving window in guest [https://bugzilla.gnome.org/show_bug.cgi?id=676233 #676233] </ref> | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:pschindl]] | |||
| N/A | |||
| {{result|none}} | |||
| {{result|fail}} <ref>mouse not working [https://bugzilla.gnome.org/show_bug.cgi?id=676225 676225] and also {{BZ|822499}}</ref> | |||
| {{result|none}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| <references/> | |||
|- | |||
| [[User:luya|Luya Tshimbalanga]] | |||
| [http://www.smolts.org/client/show/pub_fd081d48-869a-461d-a65f-2ca5158a62ef HW] | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:msimon|msimon]] | |||
| [http://www.smolts.org/client/show/pub_ff1f4d3e-c92b-4704-b979-6ad8e8e28865 T410] | |||
| {{result|fail}} <ref>CD/DVD install source is not present among other sources [https://bugzilla.gnome.org/show_bug.cgi?id=673845 673845]</ref> | |||
| {{result|none}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| <references/> | |||
|- | |||
| [[User:vhumpa|vhumpa]] | |||
| [http://www.smolts.org/client/show/pub_952231d4-830c-45c7-8e2e-18f3d6d60ccc T410] | |||
| {{result|fail}} <ref> Install from F17 Live iso crashed: [https://bugzilla.gnome.org/show_bug.cgi?id=676299 676299]</ref> | |||
| {{result|none}} | |||
| {{result|fail}} <ref> Can't leave full screen, not even using keyboard [https://bugzilla.gnome.org/show_bug.cgi?id=676307 676307] </ref> | |||
| {{result|pass}} | |||
| {{result|fail}} <ref> Gnome-boxes froze trying to remove unresponsive 'box' [https://bugzilla.gnome.org/show_bug.cgi?id=676301 676301]</ref> | |||
| <references/> | | <references/> | ||
|- | |- | ||
|} | |} | ||
[[Category:Test Days | == Long comments == | ||
<references group="long" /> | |||
[[Category:Fedora 17 Test Days|g]] |
Latest revision as of 21:34, 26 June 2015
Fedora Test Days | |
---|---|
GNOME Boxes | |
Date | 2012-05-17 |
Time | all day |
Website | QA/Fedora_17_test_days |
IRC | #fedora-test-day (webirc) |
Mailing list | test |
What to test?[edit]
Today's instalment of Fedora Test Day will focus on Gnome Boxes. Gnome Boxes is intuitive application for managing virtual machines targeted towards typical desktop end-users, who just want to automatically install and run different operating systems on their hosts. Gnome Boxes is focused on usability and out of the box user experience with very little input from user.
Who's available[edit]
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
- Development - Zeeshan Ali (zeenix), Hans de Goede (hansg), Christophe Fergeau (teuf)
- Quality Assurance - Martin Holec (Martix), Adam Williamson (adamw), Petr Schindler (pschindl)
Prerequisite for Test Day[edit]
- CPU supporting virtualization, check using this command: egrep '(vmx|svm)' /proc/cpuinfo If you don't get vmx or svm in output, check if virtualization is enabled in BIOS.
- Free space on HD
- Various operating systems installation ISOs, CD/DVDs and USB sticks:
- Fedora 16 and 17
- Windows XP and 7
- Debian, Ubuntu etc.
- Copy ISOs to Download directory in your home.
How to test?[edit]
Install latest Fedora 17 prerelease[edit]
Architecture | SHA256SUM |
---|---|
x86_64 | 986a654f90ee8fecea2f5aa8abd58a3b8778753a569363f49148016d763b724d
|
i386 | 3ef38ee75d180d4215f82770b3683eb27ca2b56ef3548c003067cfa9fce37702
|
Install Gnome Boxes[edit]
Install Gnome Boxes by running: yum install --enablerepo=updates-testing gnome-boxes on installed system.
Test Cases[edit]
- QA:Testcase Gnome Boxes manual installation
- QA:Testcase Gnome Boxes express installation (unattended installation)
- QA:Testcase Gnome Boxes basic usage
- QA:Testcase Gnome Boxes box configuration
- QA:Testcase Gnome Boxes box removal
Test Results[edit]
If you have problems with any of the tests, report a bug to Gnome Bugzilla usually for the component gnome-boxes, or to RedHat Bugzilla for the component gnome-boxes for Fedora specific bugs (installer, integration, etc.). If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one, and the second should be a link to the Smolt profile of the system you tested. For each test case, use the result template to enter your result, as shown in the example result line.
User | Smolt Profile | Manual install | Express install | Usage | Configuration | Removal | References |
---|---|---|---|---|---|---|---|
Sample User | HW | ||||||
User:vbenes | N/A | ||||||
Martix | T420s | ||||||
User:pschindl | N/A | ||||||
Luya Tshimbalanga | HW | ||||||
msimon | T410 | ||||||
vhumpa | T410 |