OpenStack Testing (Tempest) of an existing cloud
Go to file
Dolph Mathews c3bc09620a Removed unused imports; whitespace normalization
Change-Id: I5e66c170e37f1382ec500cd6ae4a71435de7929f
2011-11-14 10:54:47 -08:00
etc Adding identity api v2.0 tests 2011-10-31 15:25:26 -04:00
include Updating images tests 2011-10-31 15:23:19 -04:00
kong Removed unused imports; whitespace normalization 2011-11-14 10:54:47 -08:00
storm Initial import of tests from the Zodiac project. On suggestion from Westmaas, imported tests under the nova directory 2011-11-09 17:20:01 -06:00
tools Adding paramiko and unittest2 to pip-requires 2011-10-27 12:47:05 -04:00
.gitignore Initial Release 2011-08-26 16:08:57 +02:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 14:51:32 -04:00
HACKING Removed non-testing suggestions 2011-10-29 22:30:19 -05: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.