Daryl Walleck | 73a9e7a | 2011-11-15 17:43:31 -0600 | [diff] [blame] | 1 | To run: |
Daryl Walleck | ed8bef3 | 2011-12-05 23:02:08 -0600 | [diff] [blame] | 2 | -rename the /etc/tempest.conf.sample file to tempest.conf |
Daryl Walleck | 73a9e7a | 2011-11-15 17:43:31 -0600 | [diff] [blame] | 3 | -Set the fields in the file to values relevant to your system |
| 4 | -Set the "authentication" value (basic or keystone_v2 currently supported) |
Daryl Walleck | ed8bef3 | 2011-12-05 23:02:08 -0600 | [diff] [blame] | 5 | -from the root directory of the project, run "nosetests tempest/tests" to |
Daryl Walleck | 73a9e7a | 2011-11-15 17:43:31 -0600 | [diff] [blame] | 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 |
ivan-zhu | 1feeb38 | 2013-01-24 10:14:39 +0800 | [diff] [blame^] | 12 | -testtools |
Daryl Walleck | 73a9e7a | 2011-11-15 17:43:31 -0600 | [diff] [blame] | 13 | -paramiko |
| 14 | -nose |