blob: e46e195fac8604edf7eb5f1b6df0c703a47748ee [file] [log] [blame]
Daryl Walleck73a9e7a2011-11-15 17:43:31 -06001To run:
Daryl Wallecked8bef32011-12-05 23:02:08 -06002-rename the /etc/tempest.conf.sample file to tempest.conf
Daryl Walleck73a9e7a2011-11-15 17:43:31 -06003-Set the fields in the file to values relevant to your system
4-Set the "authentication" value (basic or keystone_v2 currently supported)
Daryl Wallecked8bef32011-12-05 23:02:08 -06005-from the root directory of the project, run "nosetests tempest/tests" to
Daryl Walleck73a9e7a2011-11-15 17:43:31 -06006 run all tests
7
8TODO:
9Use virtualenv to install all needed packages. Till then, the following
10packages must be installed:
11-httplib2
12-unittest2
13-paramiko
14-nose