tempest/etc/TEMPEST_README.txt
Daryl Walleck ed8bef3a03 Changes the namespace from storm to tempest, as well as adding addition tests and improvements
* Changed namespace from storm to tempest
* Added absolute limits service and server personality file tests
* Optimized run time for image metadata tests
* Added additional assertions for create server and rebuild server tests
* Removed any SSH verification until further decisions are made

Change-Id: I5bebd29be382c9404914c7314302670ae09627fc
2011-12-06 16:48:03 -06:00

14 lines
435 B
Plaintext

To run:
-rename the /etc/tempest.conf.sample file to tempest.conf
-Set the fields in the file to values relevant to your system
-Set the "authentication" value (basic or keystone_v2 currently supported)
-from the root directory of the project, run "nosetests tempest/tests" to
run all tests
TODO:
Use virtualenv to install all needed packages. Till then, the following
packages must be installed:
-httplib2
-unittest2
-paramiko
-nose