706fa36f0d
Change I4bf4a02890a33c4034e4493d1763ed4019fdf46e introduced using a venv to tempest for running the tests. However, etc/TEMPEST_README.txt still listed it as a TODO. This updates the readme with the new behavior. Change-Id: I730b53996f2785b09f02d014f71e6b97d1e20e75
8 lines
374 B
Plaintext
8 lines
374 B
Plaintext
To run:
|
|
-rename the /etc/tempest.conf.sample file to tempest.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 "./run_tests.sh" this will
|
|
create the venv to install the project dependencies and run nosetests tempest
|
|
to run all the tests
|