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) |
Matthew Treinish | 706fa36 | 2013-01-24 17:14:43 -0500 | [diff] [blame] | 5 | -From the root directory of the project, run "./run_tests.sh" this will |
| 6 | create the venv to install the project dependencies and run nosetests tempest |
| 7 | to run all the tests |