blob: d44589688e0828b5edee6d59bba2c3e9bebbc6f7 [file] [log] [blame]
To run:
-rename the /etc/storm.conf.sample file to storm.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 storm/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