OpenStack Testing (Tempest) of an existing cloud
Go to file
Aaron Lee 78dbb64366 Making run_test.sh python version and directory
agnostic

Refactored some of the shell scripts to handle
being run from another directory, as well as to
not force the use of 2.6

edit: format the comments

Change-Id: Id92b9dc82743598b7c570e431cad423c8a2ee95d
2011-10-18 14:24:26 -05:00
etc Consolidate configuration some more 2011-09-09 16:28:06 +02:00
include Add sample instructions for fetching images. Make sample config match these instructions. 2011-08-26 16:08:57 +02:00
kong Making run_test.sh python version and directory 2011-10-18 14:24:26 -05:00
tools Making run_test.sh python version and directory 2011-10-18 14:24:26 -05:00
.gitignore Initial Release 2011-08-26 16:08:57 +02:00
README.rst This is not exactly Kong. 2011-08-26 16:09:04 +02:00
run_tests.sh Making run_test.sh python version and directory 2011-10-18 14:24:26 -05:00

:

OpenStack integration test suite

This is a set of integration tests to be run against a live cluster.

Quickstart

You're going to want to make your own config.ini file in the /etc/ directory, it needs to point at your running cluster.

After that try commands such as:

run_tests.sh --nova
run_tests.sh --glance
run_tests.sh --swift

Additional Info

There are additional README files in the various subdirectories of this project.