Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 1 | :: |
| 2 | |
Soren Hansen | 5d40bdb | 2011-08-26 16:06:37 +0200 | [diff] [blame] | 3 | OpenStack integration test suite |
| 4 | ================================ |
Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 5 | |
Soren Hansen | 5d40bdb | 2011-08-26 16:06:37 +0200 | [diff] [blame] | 6 | This is a set of integration tests to be run against a live cluster. |
Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 7 | |
| 8 | Quickstart |
| 9 | ---------- |
| 10 | |
| 11 | You're going to want to make your own config.ini file in the /etc/ directory, |
| 12 | it needs to point at your running cluster. |
| 13 | |
| 14 | After that try commands such as:: |
| 15 | |
| 16 | run_tests.sh --nova |
| 17 | run_tests.sh --glance |
| 18 | run_tests.sh --swift |
Dolph Mathews | 4556a60 | 2011-11-13 21:03:08 -0600 | [diff] [blame] | 19 | run_tests.sh --auth |
Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 20 | |
| 21 | |
| 22 | Additional Info |
| 23 | --------------- |
| 24 | |
| 25 | There are additional README files in the various subdirectories of this project. |