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