commit | 1b0ce235c8ac596b34334e13c12c2b28e863275e | [log] [tgz] |
---|---|---|
author | Viktor Tikkanen <viktor.tikkanen@nokia.com> | Thu May 28 10:21:27 2015 +0300 |
committer | Viktor Tikkanen <viktor.tikkanen@nokia.com> | Wed Jun 03 07:00:18 2015 +0300 |
tree | 140baf0f2700d149cd7cce198facede70a936167 | |
parent | 55679e42cffc7ff965d0fb40bfb2e36b0d5c86ac [diff] |
Check for NotFound exception in setUp() function test_resize_server_confirm_from_stopped test works fine when executed alone but during a group execution it tries to delete the same instance multiple times. setUp() function is modified so that it catches NotFound exception and create a new server instead of rebuilding (=deleting and creating) the previous one. Change-Id: Ie411268e37e4348a2434b473cd84e151a0a18c09 Closes-Bug: #1459516