Automated Test Case Repository for OpenStack. Based on CloudCAFE.
Go to file
Carlos 'Legionarius' Martinez 7b6663a23b Fixture create user change
* changed objstorage_client to client
* change objstorage_behavior to behavior

Change-Id: I0ed23faf0ec8d1668b75ce01484858ce069329a8
2015-02-17 14:05:25 -06:00
cloudroast Fixture create user change 2015-02-17 14:05:25 -06:00
.gitignore Add DS_Store to gitignore 2014-01-28 08:14:45 -06:00
.gitreview Added .gitreview 2013-04-01 02:25:58 -05:00
AUTHORS.md Initial Commit 2013-03-30 14:50:01 -05:00
HACKING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:43 +00:00
HISTORY.md Initial Commit 2013-03-30 14:50:01 -05:00
HISTORY.rst Initial Commit 2013-03-30 14:50:01 -05:00
LICENSE Initial Commit 2013-03-30 14:50:01 -05:00
MANIFEST.in Initial Commit 2013-03-30 14:50:01 -05:00
NOTICE Initial Commit 2013-03-30 14:50:01 -05:00
pip-requires Initial Commit 2013-03-30 14:50:01 -05:00
README.md Renamed test_repo to cloudroast. Changed all instances of 'test_repo' to 'cloudroast'. 2013-07-15 09:25:31 -05:00
setup.py Setup and install improvements 2013-08-29 17:50:24 -05:00

CloudRoast, CloudCAFE Test Repo

 (----) (----)--)
  (--(----)  (----) --)
(----) (--(----) (----)
-----------------------
\                     /
 \                   /
  \_________________/    
     )\ `   `(` `
     ( ) ` )' )  \_
    (   )  _)  \   )
  ) )   (_  )   ,  (
  (  ,  )   (   (
    (  (    )    )
  === CloudRoast ===
= A CloudCAFE Test Repository =

CloudRoast is a rich, full bodied blend of premium roasted automated test cases. CloudRoast tests are based on the expanded unittest driver in the Open CAFE Core and built using the CloudCAFE Framework.

CloudRoast tests support smoke, functional, integration, scenario and reliability based test cases for OpenStack. It is meant to be highly flexible and leave the logic of the testing in the hands of the test case developer while leaving the interactions with OpenStack, various resources and support infrastructure to CloudCAFE.

Installation

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

  • First follow the README instructions to install the CloudCAFE Framework
  • 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

CloudRoast runs on the CloudCAFE Framework using the cafe-runner. It relies on the configurations installed to: <USER_HOME>/.cloudcafe/configs/ by CloudCAFE.

At this stage you will have the Open CAFE Core engine, the CloudCAFE Framework implementation and the Open Source automated test cases. You are now ready to:

  1. Execute the test cases against a deployed Open Stack. or
  2. Write entirely new tests in this repository using the CloudCAFE Framework.

Logging

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 CloudRoast Package Anatomy

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

##cloudroast This is the root package for all automated tests. This is namespace is currently required by the cafe-runner for any Test Repository plug-in.

##identity OpenStack Identity Service cafe-runner plug-in test cases.

##compute OpenStack Compute Service cafe-runner plug-in test cases.