From Fedora Project Wiki

(updates-testing is auto enabled in F16 beta so don't specify it, especically as it triggers a scrollbar)
(remove from cloud SIG category)
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=Test that the various OpenStack packages install successfully.
|description=Test that the various OpenStack packages install successfully.
|setup=Only the setup steps described on [[Test_Day:2011-10-20_OpenStack_Test_Day]].
|setup=Only the setup steps described on [[Test_Day:2012-03-08_OpenStack_Test_Day]].
|actions=
|actions=
# Install the packages:
* Install the packages:
  $> sudo yum install -y openstack-nova openstack-glance openstack-keystone openstack-swift* python-amqplib
  $> sudo yum install --enablerepo=updates-testing -y openstack-nova openstack-glance openstack-keystone openstack-swift\*
|results=
|results=
# The packages install with no errors.
# The packages install with no errors.


Known issues:
# [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]]

Latest revision as of 06:13, 25 April 2012

Description

Test that the various OpenStack packages install successfully.

Setup

Only the setup steps described on Test_Day:2012-03-08_OpenStack_Test_Day.

How to test

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

Expected Results

  1. The packages install with no errors.