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 1: Line 1:
{{Infobox_group
| name = Fedora Test Days
| image = [[File:Echo-testing-48px.png|link=QA/Fedora_16_test_days]]
| caption = OpenStack Test Day
| date = 2012-03-08
| time = all day
| 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])
| fedora_mailing_list = cloud
}}


{{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.}}
== What to test? ==
This day is for testing the Essex release of OpenStack in Fedora.  Check out the [[Features/OpenStack_Essex|OpenStack Essex feature page]] for more details on what's new.
== Who's available ==
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
* [[User:Pbrady|Pádraig Brady]] (pixelbeat)
* [[User:Rkukura|Bob Kukura]] (rkukura)
* [[User:Markmc|Mark McLoughlin]] (markmc)
* [[User:Russellb|Russell Bryant]] (russellb)
== Prerequisite for Test Day ==
* A [http://fedoraproject.org/get-prerelease fully updated Fedora 17 (virtual) machine].
* Hardware virtualization support (e.g. Intel VT or AMD-V).
* Up to 10-20Gb free disk space. Guest images take up a lot of space.
{{admon/note|Hardware Requirements|You can do basic testing of OpenStack in a virtual machine, with specific config noted below}}
== How to test? ==
Follow the steps below to prepare the machine, then follow each of the test cases in order.
=== '''Configure sudo''' ===
Add <span style="color:red;">your account</span> to sudoers, which can be done from a root prompt like:
  #> (umask 337; name=<span style="color:red;">markmc</span>; echo "$name ALL = (ALL) NOPASSWD: ALL" > /etc/sudoers.d/testday)
=== '''Update your machine''' ===
Make sure you have all the current updates for it installed:
  $> sudo yum update -y
=== '''Enable RabbitMQ''' ===
$> sudo yum install --enablerepo=updates-testing -y rabbitmq-server
$> sudo service rabbitmq-server start
$> sudo chkconfig rabbitmq-server on
=== '''Enable libvirt''' ===
$> sudo yum install --enablerepo=updates-testing -y @virtualization
$> sudo service libvirtd start
$> sudo chkconfig libvirtd on
=== '''Load nbd''' ===
So that we can later inject files into qcow2 images
$> sudo modprobe nbd
$> echo nbd | sudo tee -a /etc/modules-load.d/nbd.conf
== Test Cases ==
When ready, follow the instructions provided in each of the test cases:
Basic setup:
# [[QA:Testcase_install_OpenStack_packages|Install the packages]]
# [[QA:Testcase_start_OpenStack_Glance_services|Start glance 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_download_and_register_tty_images_with_OpenStack|Register tty images]]
Core functionality:
# [[QA:Testcase_launch_an_instance_on_OpenStack|Launch an instance]]
# [[QA:Testcase_attach_a_volume_to_an_instance|Attach a volume]]
# [[QA:Testcase_OpenStack_floating_IPs|Floating IPs]]
# [[QA:Testcase_use_MySQL_for_OpenStack_database|MySQL]]
# [[QA:Testcase_separate_OpenStack_compute_node|Separate compute node]]
Extra credit:
# [[QA:Testcase_build_an_OpenStack_guest_image_with_Oz|Build an image with Oz]]
# [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]]
== 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. 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:
{|
! User
! [[QA:Testcase_install_OpenStack_packages|Install the packages]]
! [[QA:Testcase_start_OpenStack_Glance_services|Start glance 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_download_and_register_tty_images_with_OpenStack|Register tty images]]
! References
|-
<!--
| [[User:SampleUser|Sample User]]
| {{result|none}}
| {{result|pass}}
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| {{result|none}}
| {{result|none}}
| <references/>
|-
-->
|}
Core functionality:
{|
! User
! [[QA:Testcase_launch_an_instance_on_OpenStack|Launch an instance]]
! [[QA:Testcase_attach_a_volume_to_an_instance|Attach a volume]]
! [[QA:Testcase_OpenStack_floating_IPs|Floating IPs]]
! [[QA:Testcase_use_MySQL_for_OpenStack_database|MySQL]]
! [[QA:Testcase_separate_OpenStack_compute_node|Separate compute node]]
! References
|-
<!--
| [[User:SampleUser|Sample User]]
| {{result|none}}
| {{result|none}}
| {{result|pass}}
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| <references/>
|-
-->
|}
Extra credit:
{|
! User
! [[QA:Testcase_build_an_OpenStack_guest_image_with_Oz|Build an image with Oz]]
! [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]]
! References
|-
<!--
| [[User:SampleUser|Sample User]]
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| <references/>
|-
-->
|}
[[Category:Test Days]]
[[Category:Cloud SIG]]
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)