commit | 9b3f42b33b267656848b05e39ac5d6b75a4ca979 | [log] [tgz] |
---|---|---|
author | Artom Lifshitz <alifshit@redhat.com> | Mon Jun 19 05:46:32 2017 +0000 |
committer | Artom Lifshitz <alifshit@redhat.com> | Wed Jun 21 04:08:18 2017 +0300 |
tree | 737a2e18d6f3ef81acf79bf1bb9ae18385b708b9 | |
parent | 8654e5b0d6fb756e163bb722e2dc603c68a770ad [diff] |
Wait for server deletion if validation setup fails Previously, if validation setup failed, the server would get deleted and the test would immediately proceed with cleanup. This is a problem if the server was booted with volumes. The volumes would be deleted without waiting for the server to go away first, and this would fail since they are still attached. This patch waits for server termination before proceeding with cleanup. Change-Id: I57a9c85de30855091e5443692436034a51886e63