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 200: Line 200:
== Test Results ==
== Test Results ==


Results transferred from the [http://testdays.fedorainfracloud.org/events/15 result page] 2018-02-06.
Please enter your results on the [http://testdays.fedorainfracloud.org/events/15 result page]. The results will be transferred here after the Test Day is finished.


=== Basic Tests ===
{| class="wikitable"
! User
! Profile
! [http://fedoraproject.org/wiki/QA:Testcase_base_startup Base startup]
! [http://fedoraproject.org/wiki/QA:Testcase_base_system_logging System logging]
! [http://fedoraproject.org/wiki/QA:Testcase_Services_start Services start]
! [http://fedoraproject.org/wiki/QA:Testcase_base_selinux SELinux]
! [http://fedoraproject.org/wiki/QA:Testcase_base_service_manipulation Service manipulation]
! References
|-
| [[User:bowlofeggs|bowlofeggs]]
| Vagrant libvirt Cloud Base
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:jasonbrooks|jasonbrooks]]
| qcow2 -- atomic -- libvirt
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}<ref>`systemctl --all --failed` reported no failed services, despite https://bugzilla.redhat.com/show_bug.cgi?id=1387934</ref>
| {{result|pass}}
| {{result|pass}}<ref>Works, despite continual, maddening "service changed on disk. Run 'systemctl daemon-reload' to reload" bug: https://bugzilla.redhat.com/show_bug.cgi?id=1384150</ref>
| <references/>
|-
| [[User:jberkus|jberkus]]
| AWS, us-west-2, Fedora-Atomic-25-20161023.n.0.x86_64-us-west-2-HVM-gp2-0 (ami-2d4bef4d), T2 Small
| {{result|pass}}<ref>Booted on AWS</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn}}<ref>Got bogus "Warning: docker.service changed on disk. Run 'systemctl daemon-reload' to reload units." on status.
</ref>{{result|pass}}
| <references/>
|-
| [[User:kushal|kushal]]
|
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}<ref>* With the userdata patch from Dusty</ref>
| {{result|pass}}
| {{result|pass}}{{result|pass}}
| <references/>
|-
| [[User:kushal|kushal]]
| AWS t2.medium us-west-1 ami-c4450ea4
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:kushal|kushal]]
| Openstack
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:trishnag|trishnag]]
|
|
| {{result|pass}}
|
|
|
| <references/>
|-
| [[User:trishnag|trishnag]]
| Openstack
|
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>


|-
|}


=== Atomic Tests ===
   
{| class="wikitable"
! User
! Profile
! [http://fedoraproject.org/wiki/User:Roshi/QA/AtomicTests/Atomic_Image_Boots Image boots]
! [http://fedoraproject.org/wiki/User:Roshi/QA/AtomicTests/Atomic_Upgrade Upgrade works]
! [http://fedoraproject.org/wiki/User:Roshi/QA/AtomicTests/Atomic_Rollback Rollback works]
! References
|-
| [[User:dustymabe|dustymabe]]
| openstack newton
| {{result|pass}}
|
|
| <references/>
|-
| [[User:dustymabe|dustymabe]]
| openstack newton atomic qcow
| {{result|pass}}
|
|
| <references/>
|-
| [[User:jasonbrooks|jasonbrooks]]
| qcow2 -- atomic -- libvirt
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:jasonbrooks|jasonbrooks]]
| vagrant -- atomic -- libvirt
| {{result|pass}}
| {{result|pass}}<ref>I tested upgrade by first deploying a previous version: `atomic host deploy 25.32 && reboot`</ref>
|
| <references/>
|-
| [[User:jberkus|jberkus]]
| AWS, us-west-2, Fedora-Atomic-25-20161023.n.0.x86_64-us-west-2-HVM-gp2-0 (ami-2d4bef4d), T2 Small
| {{result|pass}}
| {{result|pass}}<ref>Unable to upgrade because I installed the latest version. However, "rpm-ostree upgrade" gave the correct result.</ref>
|
| <references/>
|-
| [[User:kushal|kushal]]
| AWS t2.medium us-west-1 ami-c4450ea4
| {{result|pass}}
|
|
| <references/>
|-
| [[User:kushal|kushal]]
| Openstack
| {{result|pass}}
|
|
| <references/>
|-
| [[User:trishnag|trishnag]]
| Openstack
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
 
|-
|}
 
=== Docker tests ===
{| class="wikitable"
! User
! Profile
! [http://fedoraproject.org/wiki/QA:Testcase_Docker_Install Docker install]
! [http://fedoraproject.org/wiki/QA:Testcase_Docker_Storage_Setup Docker storage setup]
! [http://fedoraproject.org/wiki/QA:Testcase_Docker_Daemon Docker daemon]
! References
|-
| [[User:dustymabe|dustymabe]]
| openstack newton atomic qcow
| {{result|pass}}
| {{result|fail}}<ref>{{bz|1387934}} Had to work around the bug with user data from https://lists.fedoraproject.org/archives/list/cloud@lists.fedoraproject.org/message/R7S4AMKFAZZBDROBS4D76PRSOK7OIW6O/</ref>
| {{result|pass}}<ref>passed with workaround from #1387934</ref>
| <references/>
|-
| [[User:jasonbrooks|jasonbrooks]]
| qcow2 -- atomic -- libvirt
|
| {{result|fail}}<ref>{{bz|1387934}} Didn't run automatically, so docker started w/ loopback storage. I worked around w: `systemctl stop docker && rm -rf /var/lib/docker && docker-storage-setup && systemctl start docker`</ref>
| {{result|warn}}<ref>Started automatically, but w/ loopback storage, worked around by running docker-storage-setup manually.</ref>
| <references/>
|-
| [[User:jberkus|jberkus]]
| AWS, us-west-2, Fedora-Atomic-25-20161023.n.0.x86_64-us-west-2-HVM-gp2-0 (ami-2d4bef4d), T2 Small
| {{result|pass}}<ref>Docker 1.12 installed.</ref>
| {{result|fail}}<ref>docker-storage-setup.service: Job docker-storage-setup.service/start deleted to break ordering cycle starting with multi
Starting Docker Storage Setup...
CHANGED: partition=2 start=616448 old: size=11966464 end=12582912 new: size=20355072,end=20971520
  Physical volume "/dev/xvda2" changed
  1 physical volume(s) resized / 0 physical volume(s) not resized
  WARNING: D-Bus notification failed: The name com.redhat.lvmdbus1 was not provided by any .service files
ERROR: Docker has been previously configured for use with devicemapper graph driver. Not creating a new thin pool as exi
INFO: Docker state can be reset by stopping docker and by removing /var/lib/docker directory. This will destroy existing
docker-storage-setup.service: Main process exited, code=exited, status=1/FAILURE
Failed to start Docker Storage Setup.
docker-storage-setup.service: Unit entered failed state.
docker-storage-setup.service: Failed with result 'exit-code'.
 
Also, Docker Pool reports that it's using a loopback which is 100GB in size.  This VM only has 11GB RAM + Storage *total*.  This seems like an issue.</ref>
| {{result|pass}}<ref>Started with loopback storage; had to be manually torn down and docker-storage-setup rerun.</ref>
| <references/>
|-
| [[User:lnie|lnie]]
| openstack
| {{result|pass}}
| {{result|fail}}<ref>{{bz|1388000}} </ref>
|
| <references/>
 
|-
|}
 
=== More Atomic related tests ===
{| class="wikitable"
! User
! Profile
! [http://fedoraproject.org/wiki/QA:Testcase_Atomic_command Atomic command]
! [http://fedoraproject.org/wiki/QA:Testcase_Atomic_read_only_mounts Atomic read only mounts]
! [http://fedoraproject.org/wiki/QA:Testcase_Atomic_root_mount Atomic root mount]
! [http://fedoraproject.org/wiki/QA:Testcase_Tmp_Mount Atomic tmp mount]
! [http://fedoraproject.org/wiki/QA/Draft/Testcase_tmp_writable Atomic tmp writable]
! [http://fedoraproject.org/wiki/QA:Testcase_Journal_Written Atomic journal written]
! References
|-
| [[User:dustymabe|dustymabe]]
| openstack newton atomic qcow
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:jasonbrooks|jasonbrooks]]
| qcow2 -- atomic -- libvirt
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:jberkus|jberkus]]
| AWS, us-west-2, Fedora-Atomic-25-20161023.n.0.x86_64-us-west-2-HVM-gp2-0 (ami-2d4bef4d), T2 Small
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:kushal|kushal]]
| AWS t2.medium us-west-1 ami-c4450ea4
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:kushal|kushal]]
| Openstack
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
 
|-
|}
 
=== Vagrant test ===
{| class="wikitable"
! User
! Profile
! [http://fedoraproject.org/wiki/QA/Draft/Testcase_Vagrant_eth0_naming eth0 naming]
! References
|-
| [[User:bowlofeggs|bowlofeggs]]
| Vagrant libvirt Cloud Base
| {{result|pass}}
| <references/>
|-
| [[User:jasonbrooks|jasonbrooks]]
| vagrant -- atomic -- libvirt
| {{result|pass}}
| <references/>
 
|-
|}


[[Category:Fedora 25 Test Days]]
[[Category:Fedora 25 Test Days]]
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)