blob: 4f907a0e8f7b87775424b06ff4f91776eefd3641 [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
ivan-zhu1feeb382013-01-24 10:14:39 +080012-testtools
Daryl Walleck73a9e7a2011-11-15 17:43:31 -060013-paramiko
14-nose