Daryl Walleck | 73a9e7a | 2011-11-15 17:43:31 -0600 | [diff] [blame] | 1 | To run: |
2 | -rename the /etc/storm.conf.sample file to storm.conf | ||||
3 | -Set the fields in the file to values relevant to your system | ||||
4 | -Set the "authentication" value (basic or keystone_v2 currently supported) | ||||
5 | -from the root directory of the project, run "nosetests storm/tests" to | ||||
6 | run all tests | ||||
7 | |||||
8 | TODO: | ||||
9 | Use virtualenv to install all needed packages. Till then, the following | ||||
10 | packages must be installed: | ||||
11 | -httplib2 | ||||
12 | -unittest2 | ||||
13 | -paramiko | ||||
14 | -nose |