OpenStack Testing (Tempest) of an existing cloud
Go to file
James E. Blair 4864b1f338 Update .gitreview with new project name.
Change-Id: I400412dce5b431ab2f220b97c8f63ae701ba726b
2011-11-30 10:59:36 -08:00
etc Added server metadata and image tests. Also added a README for storm.conf 2011-11-16 15:33:55 -06:00
include Updating images tests 2011-10-31 15:23:19 -04:00
kong Fix numeric header values for kernel_id and ramdisk_id 2011-11-21 23:57:31 -06:00
storm Added image metadata tests, fixed minor bug in servers service with metadata 2011-11-22 22:28:33 -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 Update .gitreview with new project name. 2011-11-30 10:59:36 -08:00
HACKING Removed non-testing suggestions 2011-10-29 22:30:19 -05:00
README.rst Documented availability of 'auth' tag 2011-11-14 10:45:24 -08:00
run_tests.sh Making run_test.sh python version and directory 2011-10-18 14:24:26 -05:00

README.rst

:

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
run_tests.sh --auth

Additional Info

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