blob: c027b1a2bab182064d661a0f206c3c87ac2932dd [file] [log] [blame]
Justin Shepherd0d9bbd12011-08-11 12:57:44 -05001::
2
Soren Hansen5d40bdb2011-08-26 16:06:37 +02003OpenStack integration test suite
4================================
Justin Shepherd0d9bbd12011-08-11 12:57:44 -05005
Soren Hansen5d40bdb2011-08-26 16:06:37 +02006This is a set of integration tests to be run against a live cluster.
Justin Shepherd0d9bbd12011-08-11 12:57:44 -05007
8Quickstart
9----------
10
11You're going to want to make your own config.ini file in the /etc/ directory,
12it needs to point at your running cluster.
13
14After that try commands such as::
15
16 run_tests.sh --nova
17 run_tests.sh --glance
18 run_tests.sh --swift
19
20
21Additional Info
22---------------
23
24There are additional README files in the various subdirectories of this project.