commit | 87f772c0bd59790aa43de59938d9c138963f9f4e | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Dec 16 20:07:42 2013 +0000 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Wed Dec 18 19:51:07 2013 +0000 |
tree | 72a487ec1174a980d2f57174f139c9c8128ace22 | |
parent | ee958416c5a33053d7b7ab72be5a00ab5d3f9387 [diff] |
Add test_discover module to provide a load_tests hook This commit adds a load_tests hook that will be used to discover the set of tempest tests that excludes the unit tests. We can't just discover from the tempest topdir like we previously did because of mutually exclusive requirements between the normal tempest tests and the unit tests. (for example mox and mock should not be required for a tempest run) Change-Id: I562f033d78e654675fd77af3bf64c44945127bd7