Skip to content

Test suite for validating deployed CloudForms applications

Notifications You must be signed in to change notification settings

apagac/cloud-app-sanity

 
 

Repository files navigation

CloudForms Applications Sanity Test Suite

Test suite for validating deployed CloudForms applications.

Prerequisities:

  • python
  • python-setuptools
  • make - For creating documentation

Usage:

  1. Checkout the git repository
git clone git://github.com/mfalesni/cloud-app-sanity.git

If you don't have git installed, use this command, which will download repository as tarball and extract it

curl https://raw.github.com/mfalesni/cloud-app-sanity/master/tools/download_suite.sh | bash
  1. Change into the repository directory
cd cloud-app-sanity
  1. Prepare the environment and run the test suite. You can run all tests with this command:
python setup.py test

if you want to run only some tests matching a particular expression, you can use this command:

PY_KEYWORDEXPR="some-string" python setup.py test

Where "some-string" specifies a keyword expression used by py.test to determine which tests to run. For more information, consult the ''-k KEYWORDEXPR'' parameter to py.test.

Documentation:

The latest (and greatest) version of documentation can be found here:

http://mfalesni.github.com/cloud-app-sanity/

It's updated usually after bigger changes in codebase.

About

Test suite for validating deployed CloudForms applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%