From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=A brief description of the functionality being tested. |setup=Optionally include information on preparing the test environment |actions= Be as specifi...")
 
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=A brief description of the functionality being tested.
|description=Test that the various OpenStack packages install successfully.
|setup=Optionally include information on preparing the test environment
|setup=Only the setup steps described on [[Test_Day:2011-10-20_OpenStack_Test_Day]].
|actions=
|actions=
Be as specific as required for the target audience.
# Install the packages:
# Start here ...
$> sudo yum install -y --enablerepo=updates-testing openstack-nova openstack-glance openstack-keystone openstack-swift*
# Next do this ...
# Finally click that
|results=
|results=
The following must be true to consider this a successful test run. Be brief ... but explicit.  
# The packages install with no errors.
# Step #1 completes without error
 
# The system boots into runlevel 5
Known issues:
# Program completes wth exit code 0
 
# [https://bugzilla.redhat.com/685155 #685155 - openstack-swift complain about "POSTIN scriptlet failure" on installation]
}}
}}


[[Category:OpenStack Test Cases]]
[[Category:OpenStack Test Cases]]
[[Category:Cloud SIG]]
[[Category:Cloud SIG]]

Revision as of 14:04, 17 October 2011

Description

Test that the various OpenStack packages install successfully.

Setup

Only the setup steps described on Test_Day:2011-10-20_OpenStack_Test_Day.

How to test

  1. Install the packages:
$> sudo yum install -y --enablerepo=updates-testing openstack-nova openstack-glance openstack-keystone openstack-swift*

Expected Results

  1. The packages install with no errors.

Known issues:

  1. #685155 - openstack-swift complain about "POSTIN scriptlet failure" on installation