commit | 55e29b457c9c98b5d004f341d16a175737023385 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Wed May 07 01:04:17 2014 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Mon Jun 09 15:31:42 2014 +0000 |
tree | 8566a227f7d92dbdd1709f01af479ab429eab611 | |
parent | dfbceca69b9c02632ac9621b772bb2a2782621e8 [diff] |
Make run_stress.py script an entry point With change f8b816af0751b10cc20b0ab456ca334150fcdf5f we started packaging binaries using pbr entry points. The run_stress.py script previously lived in tempest.stress, howver since it is intended to be run as a binary the proper place for it is now tempest.cmd and using an entry-point it will be easier to run it outside of the tempest tree. Change-Id: I96b2c7915875f4f9d7869b8728bf2c6f6ccbeec9