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 6: Line 6:
| time = all day
| time = all day
| website = [[QA/Fedora_17_test_days]]
| website = [[QA/Fedora_17_test_days]]
| irc = [irc://irc.freenode.net/#fedora-test-day #fedora-test-day] ([http://webchat.freenode.net/?channels=fedora-test-day webirc]) - [http://meetbot.fedoraproject.org/fedora-test-day/2012-03-08/openstack_test_day.2012-03-08-13.08.html IRC Log]
| irc = [irc://irc.freenode.net/#fedora-test-day #fedora-test-day] ([http://webchat.freenode.net/?channels=fedora-test-day webirc])
| fedora_mailing_list = cloud
| fedora_mailing_list = cloud
}}
}}
Line 26: Line 26:
* [[User:Apevec|Alan Pevec]] (apevec)
* [[User:Apevec|Alan Pevec]] (apevec)
* [[User:Eglynn|Eoghan Glynn]] (eglynn)
* [[User:Eglynn|Eoghan Glynn]] (eglynn)
* [[User:Vaneldik|Jan van Eldik]] (vaneldik)
* [[User:crobinso|Cole Robinson]] (crobinso)
* [[User:derekh|Derek Higgins]] (derekh)
* [[User:sdake|Steven Dake]] (sdake)


== Prerequisite for Test Day ==  
== Prerequisite for Test Day ==  
Line 53: Line 49:
Make sure you have all the current updates for it installed:
Make sure you have all the current updates for it installed:


  $> sudo yum --enablerepo=updates-testing clean all
   $> sudo yum update -y
   $> sudo yum update -y


Line 76: Line 71:
  $> sudo modprobe nbd
  $> sudo modprobe nbd
  $> echo nbd | sudo tee -a /etc/modules-load.d/nbd.conf
  $> echo nbd | sudo tee -a /etc/modules-load.d/nbd.conf
=== Put SELinux into Permissive Mode ===
Since we currently have a number of blocking AVC denials (e.g. [https://bugzilla.redhat.com/801330 in glance]), we need to disable SELinux enforcing:
$> sudo sed -i 's/^SELINUX=.*/SELINUX=permissive/' /etc/selinux/config
$> sudo setenforce permissive
Please do note any AVC denials you see and file them in bugzilla if they have not already been reported.


== Test Cases ==
== Test Cases ==
Line 97: Line 83:
# [[QA:Testcase_start_OpenStack_Glance_services|Start glance services]]
# [[QA:Testcase_start_OpenStack_Glance_services|Start glance services]]
# [[QA:Testcase_start_OpenStack_Nova_services|Start nova services]]
# [[QA:Testcase_start_OpenStack_Nova_services|Start nova services]]
# [[QA:Testcase_create_OpenStack_user_project_and_network|Create user, project and network]]
# [[QA:Testcase_add_SSH_keypair_to_OpenStack|Add SSH keypair]]
# [[QA:Testcase_add_SSH_keypair_to_OpenStack|Add SSH keypair]]
# [[QA:Testcase_register_images_with_OpenStack|Register guest images]]
# [[QA:Testcase_download_and_register_tty_images_with_OpenStack|Register tty images]]
# [[QA:Testcase_create_OpenStack_nova_network|Create nova network]]


Core functionality:
Core functionality:
Line 107: Line 93:
# [[QA:Testcase_OpenStack_floating_IPs|Floating IPs]]
# [[QA:Testcase_OpenStack_floating_IPs|Floating IPs]]
# [[QA:Testcase_separate_OpenStack_compute_node|Separate compute node]]
# [[QA:Testcase_separate_OpenStack_compute_node|Separate compute node]]
Dashboard functionality:
# [[QA:Testcase_OpenStack_dashboard_setup|Basic dashboard setup and login]]
# [[QA:Testcase_OpenStack_dashboard_launch_instance|Launch/terminate an instance with the dashboard]]
# [[QA:Testcase_OpenStack_dashboard_add_users|Managing projects and users with the dashboard]]


Extra credit:
Extra credit:


# [[QA:Testcase_run_Tempest_tests|Tempest tests]]
# [[QA:Testcase_build_an_OpenStack_guest_image_with_Oz|Build an image with Oz]]
# [[QA:Testcase_build_an_OpenStack_guest_image_with_Oz|Build an image with Oz]]
# [[QA:Testcase_run_Nova_with_Quantum|Run Nova with Quantum]]
# [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]]
# [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]]


== Test Results ==
== Test Results ==


If you have problems with any of the tests, report a bug to [https://bugzilla.redhat.com Bugzilla] usually for one of the [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=17&component=openstack-nova openstack-nova], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=17&component=openstack-glance openstack-glance], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=17&component=openstack-keystone openstack-keystone] or [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=17&component=openstack-swift openstack-swift] components. 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.
If you have problems with any of the tests, report a bug to [https://bugzilla.redhat.com Bugzilla] usually for one of the [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=17&component=openstack-nova openstack-nova], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=17&component=openstack-glance openstack-glance], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=17&component=openstack-keystone openstack-keystone] or [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=17&component=openstack-swift openstack-swift] components. 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. For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line.
 
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. For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line.


Basic setup:
Basic setup:
Line 132: Line 108:
! User
! User
! [[QA:Testcase_install_OpenStack_packages|Install the packages]]
! [[QA:Testcase_install_OpenStack_packages|Install the packages]]
! [[QA:Testcase_setup_OpenStack_Nova|Setup Nova]]
! [[QA:Testcase_setup_OpenStack_Keystone|Setup Keystone]]
! [[QA:Testcase_start_OpenStack_Glance_services|Start glance services]]
! [[QA:Testcase_start_OpenStack_Glance_services|Start glance services]]
! [[QA:Testcase_start_OpenStack_Nova_services|Start nova services]]
! [[QA:Testcase_start_OpenStack_Nova_services|Start nova services]]
! [[QA:Testcase_create_OpenStack_user_project_and_network|Create user, project and network]]
! [[QA:Testcase_add_SSH_keypair_to_OpenStack|Add SSH keypair]]
! [[QA:Testcase_add_SSH_keypair_to_OpenStack|Add SSH keypair]]
! [[QA:Testcase_register_images_with_OpenStack|Register images]]
! [[QA:Testcase_download_and_register_tty_images_with_OpenStack|Register tty images]]
! [[QA:Testcase_create_OpenStack_nova_network|Create nova network]]
! References
! References
|-
|-
Line 148: Line 122:
| {{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>
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
Line 155: Line 127:
|-
|-
-->
-->
| [[User:Zaitcev|zaitcev]]
| [[User:Zaitcev|zaitcev]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|warn}} <ref>needs fixups per [[Getting_started_with_OpenStack_on_Fedora_17]]</ref>
| {{result|none}}
| {{result|pass}}
| {{result|none}}
| {{result|pass}}
| {{result|none}}
| {{result|pass}}
| {{result|none}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
 
| [[User:Vaneldik|vaneldik]]
| {{result|pass||801054}}
| {{result|pass}}
| {{result|warn}} <ref>needs fixups per [[Getting_started_with_OpenStack_on_Fedora_17]]</ref>
| {{result|warn}} <ref>side issue {{bz|800704}}</ref>
| {{result|warn}} <ref>{{bz|801366}}API server requires X-Auth-Token in order to get response</ref> 
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
| <references/>
|-
| [[User:TripleDES|TripleDES]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:markmc|markmc]]
| {{result|pass}} <ref>newer keystone available in koji; latest glance didn't get pushed to updates-testing</ref>
| {{result|pass}} <ref>mysql AVC denials {{bz|801299}} and sqlalchemy deprecated warnings {{bz|801302}}</ref>
| {{result|pass}} <ref>webob deprecation warnings {{bz|801312}}</ref>
| {{result|pass}} <ref>glance AVC denials {{bz|801330}}</ref>
| {{result|pass}} <ref>need SELinux policy for nova-cert {{bz|801352}}</ref>
| {{result|pass}} <ref>we need to figure out a way to replace old 'nova-manage project zipfile'</ref>
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:derekh|derekh]]
| {{result|pass}} <ref>newer keystone now available in updates-testing</ref>
| {{result|pass}} <ref>I didn't change libvirt_type to qemu</ref>
| {{result|pass}}
| {{result|pass}} <ref>sudo setenforce 0 # required to run glance index {{bz|801330#c1}}</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}} <ref>only created network (per new instructions)</ref>
| <references/>
|-
| [[User:eglynn|eglynn]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:pbrady|pbrady]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:gkotton|gkotton]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:swabe|swabe]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:russellb|russellb]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
|}
|}


Line 288: Line 147:
! References
! References
|-
|-
| [[User:eglynn|eglynn]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| <references/>
|-
| [[User:gkotton|gkotton]]
| {{result|pass}} <ref> problem with libvirt </ref>
| {{result|pass}}
| {{result|none}}
| {{result|pass}}
| <references/>
|-
| [[User:derekh|derekh]]
| {{result|pass}} <ref>instance ip address not displayed by euca-describe-instances</ref>
| {{result|pass}} <ref>this appeared in the logs, not sure it is connected [https://bugs.launchpad.net/nova/+bug/934276 lp934276]</ref>
| {{result|pass}}
| {{result|none}}
| <references/>
|-
| [[User:Markmc|markmc]]
| {{result|pass}} <ref>issue with euca-describe-instances not showing IP addresses {{bz|801452}}</ref> <ref>[https://bugs.launchpad.net/nova/+bug/934276 'dict' object has no attribute 'state'] in logs but that's fixed upstream</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:TripleDES|TripleDES]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| <references/>
|-
| [[User:Zaitcev|zaitcev]]
| {{result|fail}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
|-
| [[User:russellb|russellb]]
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|none}}
|-
<!--
<!--
| [[User:SampleUser|Sample User]]
| [[User:SampleUser|Sample User]]
Line 352: Line 156:
|-
|-
-->
-->
|}
Dashboard functionality:
{|
! User
! [[QA:Testcase_OpenStack_dashboard_setup|Dashboard setup]]
! [[QA:Testcase_OpenStack_dashboard_launch_instance|Launch instance]]
! [[QA:Testcase_OpenStack_dashboard_add_users|Managing users]]
! References
|-
| [[User:crobinso|crobinso]]
| {{result|pass}} <ref>tenant chooser doesn't work {{bz|801208}}</ref>
| {{result|none}}
| {{result|none}}
| <references/>
|-
|-
| [[User:derekh|derekh]]
| {{result|pass}} <ref>Tracebacks in apache error log and keystone.log, maybe related to {{bz|801208}} </ref>
| {{result|pass}}
| {{result|warn}} <ref> Error: Unable to delete project: testproject </ref>
| <references/>
|-
|-
| [[User:markmc|markmc]]
| {{result|pass}}
| {{result|pass}} <ref>broken action dropdowns {{bz|801684}}</ref> <ref>no VNC console {{bz|801685}}</ref> <ref>detach/delete volume doesn't work {{bz|801686}}</ref>
| {{result|pass}} <ref>cannot delete user or project {{bz|801688}}</ref> <ref>failed to download ec2 credentials {{bz|801690}}</ref>
| <references/>
|-
|-
| [[User:pbrady|pbrady]]
| {{result|pass}} <ref>intermittent db connection errors {{bz|801745}}</ref> <ref>SELinux AVC denial {{bz|801746}}</ref>
| {{result}}
| {{result}}
| <references/>
|-
|}
|}


Line 402: Line 162:
{|
{|
! User
! User
! [[QA:Testcase_run_Tempest_tests|Tempest tests]]
! [[QA:Testcase_build_an_OpenStack_guest_image_with_Oz|Build an image with Oz]]
! [[QA:Testcase_build_an_OpenStack_guest_image_with_Oz|Build an image with Oz]]
! [[QA:Testcase_run_Nova_with_Quantum|Run Nova with Quantum]]
! [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]]
! [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]]
! References
! References
|-
|-
| [[User:eglynn|eglynn]]
| {{result|pass}}
| {{result|fail}} <ref group="long">libvirt.libvirtError: internal error process exited while connecting to monitor: qemu-system-x86_64: -netdev tap,fd=28,id=hostnet0,vhost=on,vhostfd=29: vhost-net support is not compiled in</ref>
| {{result|none}}
| {{result|pass}} <ref>volume tests failed due to insufficient diskspace, created nova-volumes with only 2Gb</ref>
| <references/>
|-
|-
| [[User:derekh|derekh]]
| {{result|pass}} <ref> 5 tests failed (expected) </ref>
| {{result|fail}} <ref> problem with oz version/config, will retry with more uptodate oz</ref>
| {{result|none}}
| {{result|pass}} <ref> needed to create certs for euca-bundle-image</ref>
| <references/>
|-
|-
| [[User:gkotton|gkotton]]
| {{result|none}}
| {{result|none}}
| {{result|pass}} <ref> Using the openvswitch plugin </ref>
| {{result|none}}
| <references/>
|-
| [[User:Markmc|markmc]]
| {{result|pass}} <ref>5 tests failed for me too</ref>
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
<!--
<!--
| [[User:SampleUser|Sample User]]
| [[User:SampleUser|Sample User]]
Line 453: Line 175:
|}
|}


== Long comments ==
[[Category:Test Days]]
<references group="long" />
[[Category:Cloud SIG]]
 
 
[[Category:OpenStack]]
[[Category:Fedora 17 Test Days|s]]
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)