From Fedora Project Wiki

Line 134: Line 134:
| {{result|pass}} <ref>"database is locked" errors {{bz|735012}}</ref>
| {{result|pass}} <ref>"database is locked" errors {{bz|735012}}</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|pass}}
| <references/>
| <references/>
|-
|-

Revision as of 10:01, 20 October 2011

Fedora Test Days
Echo-testing-48px.png
OpenStack Test Day

Date 2011-10-20
Time all day

Website QA/Fedora_16_test_days
IRC #fedora-test-day (webirc)
Mailing list cloud


Note.png
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 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 current schedule and see if a similar but more recent Test Day is planned or has already happened.

What to test?

Today's instalment of Fedora Test Day is a Cloud SIG Test Day. This page tracks the tests specifically focused on OpenStack.

Who's available

The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...

Prerequisite for Test Day

Note.png
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 your account to sudoers, which can be done from a root prompt like:

 #> (umask 337; name=markmc; 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

Disable SELinux

We now have SELinux policy for Nova, so if you're brave you can run all the test cases with SELinux in enforcing mode ... otherwise:

$> sudo setenforce 0
$> sudo sed -i 's/^SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config

However, if you're running in permissive mode, please keep an eye on AVCs logged and add them to Test_Day:2011-10-20_OpenStack_Test_Day_SELinux_AVCs.

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:

  1. Install the packages
  2. Start glance services
  3. Start nova services
  4. Create user, project and network
  5. Add SSH keypair
  6. Register tty images

Core functionality:

  1. Launch an instance
  2. Compute Node Storage
  3. Floating IPs
  4. MySQL
  5. Separate compute node

Extra credit:

  1. Build an image with Oz
  2. Smoke tests

Test Results

If you have problems with any of the tests, report a bug to Bugzilla usually for one of the openstack-nova, openstack-glance, openstack-keystone or 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 result template to enter your result, as shown in the example result line.

Basic setup:

User Install the packages Start glance services Start nova services Create user, project and network Add SSH keypair Register tty images References
Sergey
Warning warn
[1]
Fail fail
[2]
Fail fail
[3]
Pass pass
none
none
  1. Test pass, but also encountered RHBZ #685155
  2. Test fails RHBZ #746767
  3. Test fails RHBZ #746771
markmc
Pass pass
Pass pass
Pass pass
Pass pass
[1]
Pass pass
Pass pass
  1. "database is locked" errors RHBZ #735012
pbrady
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
asalkeld
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
none
Sample User
none
Pass pass
Warning warn
[1]
Fail fail
[2]
none
none
  1. Test pass, but also encountered RHBZ #54321
  2. RHBZ #12345

Core functionality:

User Launch an instance Compute storage Floating IPs MySQL Separate compute node References
markmc
none
none
none
none
none
pbrady
Pass pass
Pass pass
none
none
none
asalkeld
Pass pass
none
none
none
none
Sample User
none
none
Pass pass
Warning warn
[1]
Fail fail
[2]
  1. Test pass, but also encountered RHBZ #54321
  2. RHBZ #12345

Extra credit:

User Build an image with Oz Smoke tests References
markmc
none
none
pbrady
none
none
asalkeld
Pass pass
none
Sample User
Warning warn
[1]
Fail fail
[2]
  1. Test pass, but also encountered RHBZ #54321
  2. RHBZ #12345