blob: f00ce6c70c71faac5dcd701b0b29587e231d6202 [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
Dolph Mathews4556a602011-11-13 21:03:08 -060019 run_tests.sh --auth
Justin Shepherd0d9bbd12011-08-11 12:57:44 -050020
21
22Additional Info
23---------------
24
25There are additional README files in the various subdirectories of this project.