commit | 8e937d702398e9821a70843fa693131bee236339 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Fri Dec 14 11:11:41 2012 -0500 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Tue Dec 18 09:51:23 2012 -0500 |
tree | 77bea96e1f2b5806fcdf718ad4699c6682c321ad | |
parent | e7b9be66bc83bd928420e86489fa0a26ffbc00b8 [diff] |
Fix use of venv in Tempest. Currently when running Tempest tests with run_tests.sh a venv isn't being used. This leaves tempest at the mercy of whatever required package versions are installed on the system. This patch takes install_venv.py and with_venv.sh from nova and integrates them into run_tests to ensure that the correct dependencies versions from pip-requires and test-requires are being used. Change-Id: I4bf4a02890a33c4034e4493d1763ed4019fdf46e