(Drop direct Test Days category membership) |
|||
(11 intermediate revisions by 5 users not shown) | |||
Line 61: | Line 61: | ||
$> sudo chkconfig libvirtd on | $> sudo chkconfig libvirtd on | ||
=== '''Disable SELinux''' === | === '''Optionally Disable SELinux''' === | ||
We now have [https://bugzilla.redhat.com/734346 SELinux policy for Nova]. If you don't have selinux-policy 3.10.0-43.fc16 or newer, disable enforcing mode: | We now have [https://bugzilla.redhat.com/734346 SELinux policy for Nova]. If you don't have selinux-policy 3.10.0-43.fc16 or newer, disable enforcing mode: | ||
Line 138: | Line 138: | ||
|- | |- | ||
| [[User:Pbrady|pbrady]] | | [[User:Pbrady|pbrady]] | ||
| {{result|pass}} | | {{result|pass}} <ref>All testing done in a VM, with selinux permissive mode </ref> | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
Line 164: | Line 164: | ||
| <references/> | | <references/> | ||
|- | |- | ||
| [[User:aacosta|aacosta]] | |||
| {{result|warn}} <ref>Test pass, but also encountered {{bz|685155}}</ref> | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <references/> | |||
|- | |||
<!-- | <!-- | ||
| [[User:SampleUser|Sample User]] | | [[User:SampleUser|Sample User]] | ||
Line 216: | Line 228: | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|none}} | | {{result|none}} | ||
| {{result| | | {{result|pass}} | ||
| {{result| | | {{result|pass}} | ||
| <references/> | | <references/> | ||
|- | |- | ||
Line 247: | Line 259: | ||
| [[User:Pbrady|pbrady]] | | [[User:Pbrady|pbrady]] | ||
| {{result|none}} | | {{result|none}} | ||
| {{result| | | {{result|pass}} <ref>all 50 passed. note I didn't do mysql test</ref> | ||
| <references/> | | <references/> | ||
|- | |- | ||
Line 264: | Line 276: | ||
|} | |} | ||
[[Category:Test Days]] | [[Category:Fedora 16 Test Days]] | ||
[[Category: | [[Category:OpenStack]] |
Latest revision as of 21:16, 26 June 2015
Fedora Test Days | |
---|---|
OpenStack Test Day | |
Date | 2011-10-20 |
Time | all day |
Website | QA/Fedora_16_test_days |
IRC | #fedora-test-day (webirc) |
Mailing list | cloud |
What to test?[edit]
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[edit]
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
- Pádraig Brady (pixelbeat)
- Bob Kukura (rkukura)
- Mark McLoughlin (markmc)
- Russell Bryant (russellb)
Prerequisite for Test Day[edit]
- A fully updated Fedora 16 (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.
How to test?[edit]
Follow the steps below to prepare the machine, then follow each of the test cases in order.
Configure sudo[edit]
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[edit]
Make sure you have all the current updates for it installed:
$> sudo yum update -y
Enable RabbitMQ[edit]
$> sudo yum install --enablerepo=updates-testing -y rabbitmq-server $> sudo service rabbitmq-server start $> sudo chkconfig rabbitmq-server on
Enable libvirt[edit]
$> sudo yum install --enablerepo=updates-testing -y @virtualization $> sudo service libvirtd start $> sudo chkconfig libvirtd on
Optionally Disable SELinux[edit]
We now have SELinux policy for Nova. If you don't have selinux-policy 3.10.0-43.fc16 or newer, disable enforcing mode:
$> 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[edit]
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[edit]
When ready, follow the instructions provided in each of the test cases:
Basic setup:
- Install the packages
- Start glance services
- Start nova services
- Create user, project and network
- Add SSH keypair
- Register tty images
Core functionality:
Extra credit:
Test Results[edit]
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 | |||||||
markmc | |||||||
pbrady |
| ||||||
asalkeld | |||||||
rkukura |
| ||||||
aacosta |
Core functionality:
User | Launch an instance | Attach a volume | Floating IPs | MySQL | Separate compute node | References |
---|---|---|---|---|---|---|
markmc | ||||||
pbrady | ||||||
asalkeld | ||||||
rkukura |
Extra credit:
User | Build an image with Oz | Smoke tests | References |
---|---|---|---|
markmc | |||
pbrady |
| ||
asalkeld |