Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 1 | :: |
| 2 | |
| 3 | .-'''-. |
| 4 | ' _ \ |
| 5 | . / /` '. \ _..._ |
| 6 | .'| . | \ ' .' '. .--./) |
| 7 | .' | | ' | '. .-. . /.''\\ |
| 8 | < | \ \ / / | ' ' || | | | |
| 9 | | | ____`. ` ..' / | | | | \`-' / |
| 10 | | | \ .' '-...-'` | | | | /("'` |
| 11 | | |/ . | | | | \ '---. |
| 12 | | /\ \ | | | | /'""'.\ |
| 13 | | | \ \ | | | | || || |
| 14 | ' \ \ \ | | | | \'. __// |
| 15 | '------' '---' '--' '--' `'---' |
| 16 | |
| 17 | |
| 18 | kong |
| 19 | ==== |
| 20 | |
| 21 | Kong is a set of tests to be run against a live cluster. Kong sees you when |
| 22 | you're sleeping and knows when you've been bad or good. |
| 23 | |
| 24 | |
| 25 | Quickstart |
| 26 | ---------- |
| 27 | |
| 28 | You're going to want to make your own config.ini file in the /etc/ directory, |
| 29 | it needs to point at your running cluster. |
| 30 | |
| 31 | After that try commands such as:: |
| 32 | |
| 33 | run_tests.sh --nova |
| 34 | run_tests.sh --glance |
| 35 | run_tests.sh --swift |
| 36 | |
| 37 | |
| 38 | Additional Info |
| 39 | --------------- |
| 40 | |
| 41 | There are additional README files in the various subdirectories of this project. |