commit | ad8249147b5a3584165415aeddc483de01e060fb | [log] [tgz] |
---|---|---|
author | Sean Dague <sean.dague@samsung.com> | Tue Mar 25 14:56:35 2014 -0400 |
committer | Sean Dague <sean.dague@samsung.com> | Tue Mar 25 17:05:10 2014 -0400 |
tree | 1d551c2e18eb6e708ce994afdc2e2fe6d307f3a7 | |
parent | e2fc922c21a89f5971df2217370073316ddb8909 [diff] |
simplify heat test_limits the test_limits test has a lot of conventions from other parts of tempest which are not needed, like the use of setUpClass, and setting _interface. To do this we need to assign a client in the base class, further refactoring should be able to remove a lot of code from these tests. This trims this down to the same functional equivalent, but with less code. Change-Id: Iabfa9afb7b55c4cdb86c519bce798e548463e7c4