Skip to content

aweiteka/cloud-app-sanity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudForms Applications Sanity Test Suite

Test suite for validating deployed CloudForms applications.

Prerequisities:

  • make

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:
make test

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

TESTNAME="some-string" make 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 one time a day (can be more times but I am too lazy to push it :) Maybe I will script it somehow) when documentation changes somehow.

But you can generate documentation from sources, if you want:

At first, you need to change docs/Makefile. Change line:

BUILDDIR      = /home/mfalesni/git/cloud-app-sanity-docs

Change it according to your needs

Fire up this command (in base directory, not in docs!):

make doc_html

This will put the HTML output into

$BUILDDIR/html

About

Test suite for validating deployed CloudForms applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%