m (internal link cleaning) |
|||
(40 intermediate revisions by 14 users not shown) | |||
Line 21: | Line 21: | ||
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 - [[User:Stefw|Stef Walter]] (stefw), [[User:Mvo|Marius Vollmer]] (mvollmer), [[User:Andreasn|Andreas Nilsson]] ( | * Development - [[User:Stefw|Stef Walter]] (stefw), [[User:Mvo|Marius Vollmer]] (mvollmer), [[User:Andreasn|Andreas Nilsson]] (andreasn), [[User:Puiterwijk|Patrick Uiterwijk]] (puiterwijk) | ||
* Quality Assurance - [[User:jscotka|Jan Ščotka]] (jscotka) | * Quality Assurance - [[User:jscotka|Jan Ščotka]] (jscotka) | ||
Line 30: | Line 30: | ||
The test machine should ideally have multiple disks and multiple network interfaces. If you use a virtual machine, just add some virtual disks and network adapters. | The test machine should ideally have multiple disks and multiple network interfaces. If you use a virtual machine, just add some virtual disks and network adapters. | ||
== | * '''Install Fedora 21 Server.''' Make sure that your installation is recent enough. Either install [http://dl.fedoraproject.org/pub/alt/stage/21_Alpha_TC7/Server/x86_64/iso/ Fedora 21 Server Alpha TC7] or run <code>yum update</code> in an older Fedora 21 Server installation. You should have at least Cockpit 0.23. In the Server variant of Fedora 21, Cockpit is enabled by default. For other variants, please refer to the Notes at the end of this page. | ||
* '''Prepared Live ISO images:''' (root have no password here by default, anything you type will access cockpit page) | |||
** x86_64 - https://fedorapeople.org/groups/qa/20140916-Cockpit-Test-Day-Live-x86_64.iso | |||
** i386 (without Docker) - https://fedorapeople.org/groups/qa/20140916-Cockpit-Test-Day-Live-i386.iso | |||
* '''Image for virt-manager''' : http://fedorapeople.org/groups/qa/20140916-Cockpit-VM-disk-image.qcow2.xz | |||
** user/password: test/test root/internal | |||
<pre> | |||
curl https://fedorapeople.org/groups/qa/20140916-Cockpit-VM-disk-image.qcow2.xz >20140916-Cockpit-VM-disk-image.qcow2.xz | |||
unxz 20140916-Cockpit-VM-disk-image.qcow2.xz | |||
yum -y install qemu\* | |||
systemctl restart libvirtd | |||
virt-install --connect qemu:///system --ram 1024 -n cockpit --os-type=linux --os-variant=fedora20 --disk path=20140916-Cockpit-VM-disk-image.qcow2,device=disk,format=qcow2 --vcpus=1 --vnc --noautoconsole --import | |||
virt-manager& | |||
</pre> | |||
Note that Docker is not enabled by default, but the test cases will tell you how to enable it. | |||
== How to test? == | |||
After boot, Cockpit is up and | After boot, Cockpit is up and running and listens on port 9090. | ||
* Point a browser at '''<code>http:</code><code>//<server-ip-address>:9090</code>'''. | |||
* Cockpit's login page will load. | |||
* Cockpit uses a self-signed certificate, and your browser will very likely warn you about it. | |||
(Here, <code> | (Here, <code><server-ip-address></code> is the IP address of your machine. You can find it by logging into the machine on the text console as "root" and running <code>ip addr</code>.) | ||
Once the Cockpit log in screen is loaded in your browser, log in as "root". You can log into Cockpit as any user that exists on the machine, but currently only "root" has enough privileges to execute the test cases. Trying with any other user, even those that are in the "wheel" group, will likely lead to techno-babble error messages. (This will be improved as Cockpit and its dependencies evolve, of course.) | Once the Cockpit log in screen is loaded in your browser, log in as "root". You can log into Cockpit as any user that exists on the machine, but currently only "root" has enough privileges to execute the test cases. Trying with any other user, even those that are in the "wheel" group, will likely lead to techno-babble error messages. (This will be improved as Cockpit and its dependencies evolve, of course.) | ||
Line 46: | Line 62: | ||
Unfortunately, Cockpit is quite far from being finished. There are so many things worth improving that it will be a lot of work to report them all. For example, most of the dialogs don't do intelligent validation of user input. Thus, we can not ask you to be exhaustive. Feel free to report only things that you consider `non-obvious´ or are particularily important to you. | Unfortunately, Cockpit is quite far from being finished. There are so many things worth improving that it will be a lot of work to report them all. For example, most of the dialogs don't do intelligent validation of user input. Thus, we can not ask you to be exhaustive. Feel free to report only things that you consider `non-obvious´ or are particularily important to you. | ||
The test cases don't cover every feature of Cockpit. Please stray from the test cases into whatever corner of Cockpit you want to explore! | |||
When Cockpit encounters an internal error, a red "Oops" label will appear at the top right. Please report it when this happens. It is not a good idea to continue using Cockpit after an "Oops", but simply reloading the page should put you back on track. | When Cockpit encounters an internal '''error''', a '''red "Oops"''' label will appear at the top right. Please report it when this happens. It is not a good idea to continue using Cockpit after an "Oops", but simply reloading the page should put you back on track. | ||
Please report your feedback either on [http://github.org/cockpit-project/cockpit/issues Github] or in [http://bugzilla.redhat.com/enter_bug.cgi?component=cockpit&product=Fedora&version=21 Bugzilla]. | Please report your feedback either on [http://github.org/cockpit-project/cockpit/issues Github] or in [http://bugzilla.redhat.com/enter_bug.cgi?component=cockpit&product=Fedora&version=21 Bugzilla]. | ||
Line 77: | Line 93: | ||
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 tables 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. For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line. | 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 tables 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. For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line. | ||
=== Basic === | === Basic === | ||
Line 86: | Line 98: | ||
{| | {| | ||
! User | ! User | ||
! [[QA: | ! Hardware | ||
! [[QA: | ! [[QA:Testcase_Cockpit_Login|Password change]] | ||
! [[QA:Testcase_Cockpit_Account|Create user account]] | |||
! References | ! References | ||
|- | |- | ||
| [[User: | | [[User:Alich|Alich]] | ||
| {{result|pass}} | | Hewlett-Packard HP xw4600 Workstation | ||
| {{result|fail}} <ref> | | {{result|pass||1142175}}<ref>Useless logout message</ref> | ||
| {{result|fail||1142234}} | |||
| <references/> | |||
|- | |||
| [[User:jskladan|jskladan]] | |||
| X230 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:lnie|lnie]] | |||
| virt-manager | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:baoboa|baoboa]] | |||
| HP workstation Z400 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:jprokes|jprokes]] | |||
| VPS | |||
| {{result|fail||1142208}}<ref>Problem with password change on multiple servers managed by cockpit.</ref> | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:dspurek|dspurek]] | |||
| Lenovo 440s (+VM) | |||
| {{result|fail||1142154}}<ref>unprivileged user can't change own password</ref> | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:roshi|roshi]] | |||
| virt-manager | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:psklenar|psklenar]] | |||
| virt image | |||
| {{result|pass||1142210|1135444}}<ref>selinux, random log out</ref> | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:elemc|elemc]] | |||
| Gigabyte PH67-DS3-B3 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:lpol|lpol]] | |||
| openstack instances | |||
| {{result|pass}} | |||
| {{result|pass||1142229|1142215}}{{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:jscotka|jscotka]] | |||
| lenovo T61 | |||
| {{result|pass}} | |||
| {{result|pass||1140562}}<ref>second trouble: https://github.com/cockpit-project/cockpit/issues/1160</ref>{{result|pass||1140562}}<ref>{{bz|}}</ref><ref>second trouble: https://github.com/cockpit-project/cockpit/issues/1160</ref> | |||
| <references/> | |||
|- | |||
| [[User:omoris|omoris]] | |||
| Lenovo 430s (+VM) | |||
| {{result|pass}} <ref>Password field should be cleared when incorrect password is used to log-in. </ref> | |||
| {{result|pass}} <ref>Not very helpful error messages when changing roles, terminating session or deleting when logged in as newly created user.</ref> | |||
| <references/> | |||
|- | |||
| [[User:rskvaril|rskvaril]] | |||
| Lenovo T440s | |||
| {{result|pass}} | |||
| {{result|pass}} <ref>user can't change own avatar</ref> | |||
| <references/> | |||
|- | |||
| [[User:bblaskov|bblaskov]] | |||
| openstack | |||
| {{result|fail}} <ref group="long">Some bugs which I found just by using cockpit (not relevant for this testcase) | |||
https://github.com/cockpit-project/cockpit/issues/1175 | |||
https://github.com/cockpit-project/cockpit/issues/1179 | |||
https://github.com/cockpit-project/cockpit/issues/1182 | |||
</ref> | |||
| | |||
| <references/> | |||
|- | |||
| [[User:alikins|alikins]] | |||
| f21-server-cockpit-virt-image | |||
| | |||
| {{result|warn||1142426}}<ref>Extemely long "Real Name" for user account creation works, but causes display text wrapping issues.</ref> | |||
| <references/> | |||
|- | |||
| [[User:konstantinjch|konstantinjch]] | |||
| ASRock P67 Extreme4 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:pschindl|pschindl]] | |||
| Lenovo ThinkPad T540p | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | | <references/> | ||
|- | |- | ||
|} | |} | ||
=== Storage === | === Storage === | ||
Line 101: | Line 216: | ||
{| | {| | ||
! User | ! User | ||
! [[QA: | ! Hardware | ||
! [[QA: | ! [[QA:Testcase_Cockpit_DiskIO|Monitor disk I/O]] | ||
! [[QA: | ! [[QA:Testcase_Cockpit_RAID|Create a RAID Device]] | ||
! [[QA:Testcase_Cockpit_LVM|Create a Logical Volume]] | |||
! References | ! References | ||
|- | |||
| [[User:Alich|Alich]] | |||
| Hewlett-Packard HP xw4600 Workstation | |||
| {{result|pass}} <ref>Graphs have no scale, some issues with live image on USB (data didn't follow reading/writing)</ref> | |||
| {{result|pass||1142396}} | |||
| {{result|pass||1144472|1144481}} | |||
| <references/> | |||
|- | |||
| [[User:jskladan|jskladan]] | |||
| X230 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:baoboa|baoboa]] | |||
| HP workstation Z400 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:jprokes|jprokes]] | |||
| VPS | |||
| {{result|pass||1142228}} | |||
| {{result|pass||1142251}} | |||
| {{result|fail||1142297}} | |||
| <references/> | |||
|- | |||
| [[User:roshi|roshi]] | |||
| virt-manager | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:elemc|elemc]] | |||
| Gigabyte PH67-DS3-B3 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:jscotka|jscotka]] | |||
| lenovo T61 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:rskvaril|rskvaril]] | |||
| Lenovo T440s | |||
| {{result|pass}} | |||
| {{result|pass||1142248}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:alikins|alikins]] | |||
| f21-server-cockpit-virt-image | |||
| | |||
| {{result|fail||1142459}}<ref>Attempting to format a raid5 partition of loop devices that uses up all space fails mostly silently. </ref>{{result|warn}} <ref group="long">Unclear if formatting needed to happen to the "Raid device" on the storage-detail page (Format is an option in it's drop down options) or the "Content" | |||
(defaults to "Format" option).</ref>{{result|warn||1142443}}<ref>Works, but a cosmetic issue: available block devices are listed in lexical order, so that 'loop10' precedes 'loop2'</ref> | |||
| | |||
| <references/> | |||
|- | |||
| [[User:konstantinjch|konstantinjch]] | |||
| ASRock P67 Extreme4 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:pschindl|pschindl]] | |||
| Lenovo ThinkPad T540p | |||
| {{result|pass}} <ref>When I hover over the graph nothing happens (step 4 in test case). Also graphs don't contain any information about scale.</ref>{{result|pass}} | |||
| {{result|warn||1142236}} | |||
| {{result|pass||1142259}}<ref>It was hard to set size which would fill the whole volume (step 3).</ref> | |||
| <references/> | |||
|- | |- | ||
|} | |} | ||
=== Network === | === Network === | ||
Line 112: | Line 307: | ||
{| | {| | ||
! User | ! User | ||
! [[QA: | ! Hardware | ||
! [[QA: | ! [[QA:Testcase_Cockpit_NetworkIO|Monitor network I/O]] | ||
! [[QA: | ! [[QA:Testcase_Cockpit_VLAN|Create VLAN]] | ||
! [[QA:Testcase_Cockpit_Bond|Create Bond]] | |||
! References | ! References | ||
|- | |||
| [[User:jskladan|jskladan]] | |||
| X230 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| | |||
| <references/> | |||
|- | |||
| [[User:baoboa|baoboa]] | |||
| HP workstation Z400 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| | |||
| <references/> | |||
|- | |||
| [[User:jprokes|jprokes]] | |||
| VPS | |||
| {{result|pass}} | |||
| {{result|pass}} <ref>I didn't expect cidr format of netmask when the field for this is so long.</ref> | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:todoleza|todoleza]] | |||
| openstack/vps | |||
| {{result|fail||1142798}}<ref>unmanaged NetworkManager dependency</ref> | |||
| | |||
| | |||
| <references/> | |||
|- | |||
| [[User:roshi|roshi]] | |||
| virt-manager | |||
| {{result|pass}} | |||
| | |||
| | |||
| <references/> | |||
|- | |||
| [[User:elemc|elemc]] | |||
| Gigabyte PH67-DS3-B3 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:jscotka|jscotka]] | |||
| lenovo T61 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:omoris|omoris]] | |||
| Lenovo 430s (+VM) | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:rskvaril|rskvaril]] | |||
| Lenovo T440s | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| | |||
| <references/> | |||
|- | |||
| [[User:konstantinjch|konstantinjch]] | |||
| ASRock P67 Extreme4 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:pschindl|pschindl]] | |||
| Lenovo ThinkPad T540p | |||
| {{result|pass}} | |||
| | |||
| | |||
| <references/> | |||
|- | |- | ||
|} | |} | ||
=== Docker === | === Docker === | ||
Line 123: | Line 397: | ||
{| | {| | ||
! User | ! User | ||
! [[QA: | ! Hardware | ||
! [[QA: | ! [[QA:Testcase_Cockpit_DockerImage|Download and run image]] | ||
! [[QA:Testcase_Cockpit_DockerCommit|Create a new image and run it]] | |||
! References | ! References | ||
|- | |||
| [[User:baoboa|baoboa]] | |||
| HP workstation Z400 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:jprokes|jprokes]] | |||
| VPS | |||
| {{result|pass||1142362}}{{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:dspurek|dspurek]] | |||
| Lenovo 440s (+VM) | |||
| {{result|pass||1142209}}<ref>downloaded image disappears after click on another tab</ref> | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:roshi|roshi]] | |||
| virt-manager | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:elemc|elemc]] | |||
| Gigabyte PH67-DS3-B3 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:lpol|lpol]] | |||
| openstack instances | |||
| {{result|pass||1142129}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:jscotka|jscotka]] | |||
| lenovo T61 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
| [[User:omoris|omoris]] | |||
| Lenovo 430s (+VM) | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |- | ||
|} | |} | ||
= Notes = | == Notes == | ||
to | We recommend that you install Fedora 21 '''Server''' since we would like you to also test whether Cockpit really works out of the box. Of course, if you would like to test Cockpit but would rather not go through the trouble of installing Fedora from scratch yet one more time, you can also add Cockpit to your existing Fedora system. | ||
<pre> | <pre> | ||
yum -y install cockpit | yum -y install cockpit docker-io fedora-dockerfiles wmdocker | ||
firewall-cmd --permanent --add-service=cockpit | firewall-cmd --permanent --add-service=cockpit | ||
systemctl reload firewalld.service | systemctl reload firewalld.service | ||
Line 138: | Line 462: | ||
systemctl enable cockpit.socket | systemctl enable cockpit.socket | ||
</pre> | </pre> | ||
== Long comments == | |||
<references group="long" /> | |||
[[Category:Fedora 21 Test Days|c]] | |||
Latest revision as of 21:42, 19 September 2016
Fedora Test Days | |
---|---|
Cockpit Test Day | |
Date | 2014-09-16 |
Time | all day |
Website | QA/Fedora_21_test_days |
IRC | #fedora-test-day (webirc) |
Mailing list | cockpit-devel |
What to test?[edit]
Today's installment of Fedora Test Day will focus on testing Cockpit. Cockpit is a server user interface.
Who's available[edit]
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
- Development - Stef Walter (stefw), Marius Vollmer (mvollmer), Andreas Nilsson (andreasn), Patrick Uiterwijk (puiterwijk)
- Quality Assurance - Jan Ščotka (jscotka)
Prerequisite for Test Day[edit]
A machine that can run Fedora 21 and that you can screw around with. This can be a virtual machine, but we are also very interested in test results on real hardware.
The test machine should ideally have multiple disks and multiple network interfaces. If you use a virtual machine, just add some virtual disks and network adapters.
- Install Fedora 21 Server. Make sure that your installation is recent enough. Either install Fedora 21 Server Alpha TC7 or run
yum update
in an older Fedora 21 Server installation. You should have at least Cockpit 0.23. In the Server variant of Fedora 21, Cockpit is enabled by default. For other variants, please refer to the Notes at the end of this page. - Prepared Live ISO images: (root have no password here by default, anything you type will access cockpit page)
- Image for virt-manager : http://fedorapeople.org/groups/qa/20140916-Cockpit-VM-disk-image.qcow2.xz
- user/password: test/test root/internal
curl https://fedorapeople.org/groups/qa/20140916-Cockpit-VM-disk-image.qcow2.xz >20140916-Cockpit-VM-disk-image.qcow2.xz unxz 20140916-Cockpit-VM-disk-image.qcow2.xz yum -y install qemu\* systemctl restart libvirtd virt-install --connect qemu:///system --ram 1024 -n cockpit --os-type=linux --os-variant=fedora20 --disk path=20140916-Cockpit-VM-disk-image.qcow2,device=disk,format=qcow2 --vcpus=1 --vnc --noautoconsole --import virt-manager&
Note that Docker is not enabled by default, but the test cases will tell you how to enable it.
How to test?[edit]
After boot, Cockpit is up and running and listens on port 9090.
- Point a browser at
http:
//<server-ip-address>:9090
. - Cockpit's login page will load.
- Cockpit uses a self-signed certificate, and your browser will very likely warn you about it.
(Here, <server-ip-address>
is the IP address of your machine. You can find it by logging into the machine on the text console as "root" and running ip addr
.)
Once the Cockpit log in screen is loaded in your browser, log in as "root". You can log into Cockpit as any user that exists on the machine, but currently only "root" has enough privileges to execute the test cases. Trying with any other user, even those that are in the "wheel" group, will likely lead to techno-babble error messages. (This will be improved as Cockpit and its dependencies evolve, of course.)
The test cases are intentionally a bit vague. They don't tell you exactly what button to click, and what to type into which field. You have to figure that out yourself! :-) Cockpit should be discoverable´, and your feedback about this is very valuable.
Unfortunately, Cockpit is quite far from being finished. There are so many things worth improving that it will be a lot of work to report them all. For example, most of the dialogs don't do intelligent validation of user input. Thus, we can not ask you to be exhaustive. Feel free to report only things that you consider
non-obvious´ or are particularily important to you.
The test cases don't cover every feature of Cockpit. Please stray from the test cases into whatever corner of Cockpit you want to explore!
When Cockpit encounters an internal error, a red "Oops" label will appear at the top right. Please report it when this happens. It is not a good idea to continue using Cockpit after an "Oops", but simply reloading the page should put you back on track.
Please report your feedback either on Github or in Bugzilla.
Test Cases[edit]
Test Results[edit]
If you have problems with any of the tests, report a bug either on Github or in Bugzilla.
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 tables 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. For each test case, use the result template to enter your result, as shown in the example result line.
Basic[edit]
User | Hardware | Password change | Create user account | References |
---|---|---|---|---|
Alich | Hewlett-Packard HP xw4600 Workstation | [2] | ||
jskladan | X230 | |||
lnie | virt-manager | |||
baoboa | HP workstation Z400 | |||
jprokes | VPS | [2] | ||
dspurek | Lenovo 440s (+VM) | [2] | ||
roshi | virt-manager | |||
psklenar | virt image | [3] | ||
elemc | Gigabyte PH67-DS3-B3 | |||
lpol | openstack instances | |||
jscotka | lenovo T61 | [2][3][4] |
| |
omoris | Lenovo 430s (+VM) | |||
rskvaril | Lenovo T440s |
| ||
bblaskov | openstack | |||
alikins | f21-server-cockpit-virt-image | [2] | ||
konstantinjch | ASRock P67 Extreme4 | |||
pschindl | Lenovo ThinkPad T540p |
Storage[edit]
User | Hardware | Monitor disk I/O | Create a RAID Device | Create a Logical Volume | References |
---|---|---|---|---|---|
Alich | Hewlett-Packard HP xw4600 Workstation | ||||
jskladan | X230 | ||||
baoboa | HP workstation Z400 | ||||
jprokes | VPS | ||||
roshi | virt-manager | ||||
elemc | Gigabyte PH67-DS3-B3 | ||||
jscotka | lenovo T61 | ||||
rskvaril | Lenovo T440s | ||||
alikins | f21-server-cockpit-virt-image | [2] |
|||
konstantinjch | ASRock P67 Extreme4 | ||||
pschindl | Lenovo ThinkPad T540p | [4] |
Network[edit]
User | Hardware | Monitor network I/O | Create VLAN | Create Bond | References |
---|---|---|---|---|---|
jskladan | X230 | ||||
baoboa | HP workstation Z400 | ||||
jprokes | VPS |
| |||
todoleza | openstack/vps | [2] | |||
roshi | virt-manager | ||||
elemc | Gigabyte PH67-DS3-B3 | ||||
jscotka | lenovo T61 | ||||
omoris | Lenovo 430s (+VM) | ||||
rskvaril | Lenovo T440s | ||||
konstantinjch | ASRock P67 Extreme4 | ||||
pschindl | Lenovo ThinkPad T540p |
Docker[edit]
User | Hardware | Download and run image | Create a new image and run it | References |
---|---|---|---|---|
baoboa | HP workstation Z400 | |||
jprokes | VPS | |||
dspurek | Lenovo 440s (+VM) | [2] | ||
roshi | virt-manager | |||
elemc | Gigabyte PH67-DS3-B3 | |||
lpol | openstack instances | |||
jscotka | lenovo T61 | |||
omoris | Lenovo 430s (+VM) |
Notes[edit]
We recommend that you install Fedora 21 Server since we would like you to also test whether Cockpit really works out of the box. Of course, if you would like to test Cockpit but would rather not go through the trouble of installing Fedora from scratch yet one more time, you can also add Cockpit to your existing Fedora system.
yum -y install cockpit docker-io fedora-dockerfiles wmdocker firewall-cmd --permanent --add-service=cockpit systemctl reload firewalld.service systemctl start cockpit.socket systemctl enable cockpit.socket
Long comments[edit]
- ↑ Some bugs which I found just by using cockpit (not relevant for this testcase) https://github.com/cockpit-project/cockpit/issues/1175 https://github.com/cockpit-project/cockpit/issues/1179 https://github.com/cockpit-project/cockpit/issues/1182
- ↑ Unclear if formatting needed to happen to the "Raid device" on the storage-detail page (Format is an option in it's drop down options) or the "Content" (defaults to "Format" option).