blob: 50fa688e2b667b81ba6e0a035893ba038d9a22b2 [file] [log] [blame]
Daryl Walleck73a9e7a2011-11-15 17:43:31 -06001To run:
Daryl Wallecked8bef32011-12-05 23:02:08 -06002-rename the /etc/tempest.conf.sample file to tempest.conf
Daryl Walleck73a9e7a2011-11-15 17:43:31 -06003-Set the fields in the file to values relevant to your system
4-Set the "authentication" value (basic or keystone_v2 currently supported)
Matthew Treinish706fa362013-01-24 17:14:43 -05005-From the root directory of the project, run "./run_tests.sh" this will
6create the venv to install the project dependencies and run nosetests tempest
7to run all the tests