Charles Kimpolo 604e52f427 Extensions API
1. Added an extensions-api package to Identity.
    2. Moved Identity base and constant models to a common package.
    2. Added extensions-api responses model and client.
    3. Added a data folder for extensions-api tests.
    4. Tested extensions-api extension responses model and client.
    5. Fixed pep8 issues as per reviewer comments.
    6. Cherry-pick commit: 9c3806200a310d75f2643cdb57631a608c85a9ef.
    7. Added extensions-api admin parameter to extensions-api client.
    8. Added and tested list roles to extensions-api client.
    9. Made a small fix (import of Roles).
    10. Renamed sections and properties in Identity config.py.
    11. Renamed client to ExtensionsAPI_Client for consistency.
    12. Fixed all reviewer comments.
    13. Added a create role functionality to extensions-api client.
    14. Added create role test and refactored extensions-api client test.
    15. Added and tested delete role functionality to extensions-api client.
    16. Fixed reviewer comments - line continuation issues.
    17. Fixed reviewer comments - refactored extensions-api client and its test.
    18. Removed a section and property (extensions-api-admin) from Identity config.py.
    19. Added an admin extensions class to the constants model, to use it across API clients.
    20. Refactored extensions-api client and its test.
    21. Rebased changes and uploaded a new patchset.

Change-Id: I4f0691b5dfd2302c3414b3c8d4b881b1624063e6
2013-07-21 21:28:32 +02:00
2013-07-21 21:28:32 +02:00
2013-07-21 21:28:32 +02:00
2013-07-21 21:28:32 +02:00
2013-04-01 02:24:14 -05:00
2013-03-30 14:48:37 -05:00
2013-03-30 14:48:37 -05:00
2013-03-30 14:48:37 -05:00
2013-07-21 21:28:32 +02:00

CloudCAFE, An CAFE Implementation for OpenStack

   _ _ _
  ( `   )_ 
 (    )   `)  _
(____(__.___`)__)

    ( (
       ) )
    .........    
    |       |___ 
    |       |_  |
    |  :-)  |_| |
    |       |___|
    |_______|
=== CloudCAFE ===
= An Open CAFE Implementation =

CloudCAFE is an implementation of the Open CAFE Framework specifically designed to test deployed versions of OpenStack. It is built using the Open CAFE Core.

Supported Operating Systems

CloudCAFE has been developed primarily in Linux and MAC environments, however, it supports installation and execution on Windows

Installation

CloudCAFE can be installed with pip from the git repository after it is cloned to a local machine.

  • First follow the README instructions to install Open CAFE Core
  • Clone this repository to your local machine
  • CD to the root directory in your cloned repository.
  • Run "pip install . --upgrade" and pip will auto install all other dependencies.

Configuration

CloudCAFE works in tandem with the Open CAFE Core cafe-runner. This installation of CloudCAFE includes a reference configuration for each of the CloudCAFE supported OpenStack products. Configurations will be installed to: <USER_HOME>/.cloudcafe/configs/

To use CloudCAFE you will need to create/install your own configurations based on the reference configs pointing to your deployment of OpenStack.

At this stage you will have the Open CAFE Core engine and the CloudCAFE Framework implementation. From this point you are ready to:

  1. Write entirely new tests using the CloudCAFE Framework or
  2. Install the CloudRoast Test Repository, an Open Source body of OpenStack automated tests written with CloudCAFE that can be executed or extended.

Logging

CloudCAFE leverages the logging capabilities of the CAFE Core engine. If tests are executed with the built-in cafe-runner, runtime logs will be output
to <USER_HOME>/.cloudcafe/logs///<TIME_STAMP>. In addition, tests built from the built-in CAFE unittest driver will generate csv statistics files in <USER_HOME>/.cloudcafe/logs///statistics for each and ever execution of each and every test case that provides metrics of execution over time for elapsed time, pass/fail rates, etc...

Basic CloudCAFE Package Anatomy

Below is a short description of the top level CloudCAFE Packages.

##cloudcafe This is the root package for all things CloudCAFE.

##common Contains modules that extend the CAFE Core engine specific to OpenStack. This is the primary namespace for tools, data generators, common reporting classes, etc...

##identity OpenStack Identity Service plug-in based on CAFE Core extensions.

##compute OpenStack Compute plug-in based on CAFE Core extensions.

##blockstorage OpenStack Block Storage plug-in based on CAFE Core extensions.

##objectstorage OpenStack Object Storage plug-in based on CAFE Core extensions.

Description
OpenStack based test automation framework. Based on OpenCAFE engine
Readme 8.9 MiB
Languages
Python 100%