commit | 3d063df056058183750329bcd51daa412f0aef77 | [log] [tgz] |
---|---|---|
author | Viktor Tikkanen <viktor.tikkanen@nokia.com> | Fri Jun 26 07:55:11 2015 +0300 |
committer | Viktor Tikkanen <viktor.tikkanen@nokia.com> | Mon Aug 03 09:51:40 2015 +0300 |
tree | 0f4b283d77431ae749dd57d5df1421616ec742ee | |
parent | 6adc16fcd212f4f89a21693130aa5c5c297b1f60 [diff] |
Ensure server unlocking after test_lock_unlock_server If assertRaises() in test_lock_unlock_server fails for some reason, the server remains in locked state and cannot be deleted after execution of test cases. addCleanup call for server unlocking is added so that in case of test_lock_unlock_server failure there will be no hanging servers in the system after tempest run. Change-Id: Iff336723d8e03814d9361492b1d5856b785f7a4c Closes-Bug: #1468623