commit | 1ec88152287ec779e7d4e134b5ded456f82e4dc4 | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Wed Sep 10 13:40:00 2014 +0200 |
committer | Attila Fazekas <afazekas@redhat.com> | Wed Sep 10 13:40:00 2014 +0200 |
tree | 3f2e7e9af25fe1cf6b722cefb67b6c16eeacee93 | |
parent | 73c254965fe21e89a9524dbcb23376bd73a48786 [diff] |
Have the EC2 instance test to wait for termination Several EC2 test did not waited for instance termination. This change adds an explicit wait for termination, for the test cases which wants to terminate the instance inside the test case. The #1365831 happened because the 'test_run_terminate_instance', did not waited for the final termination. Change-Id: Icd3b86ebc8464bd20319e8582541d78fded10ee2 Closes-Bug: #1365831