commit | ead51df1a1e293fce96b66954d59a5545f4b6bcf | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Sat Mar 15 18:56:43 2014 +0000 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Sat Mar 15 18:56:43 2014 +0000 |
tree | 6df96ca3233550ecb024a279b055ae10df0330b4 | |
parent | ff598481d4fcdfe45a8ce91aef2291798af7b55b [diff] |
Add unit tests for wait_for_resource_deletion This commit adds unit tests to cover the wait_for_resource_deletion method in the rest client. It covers the 3 cases for the method: the resource is deleted before the timeout, the timeout is hit and an exception is raised, and the service client child class doesn't have a is_resource_deleted() method. Partially implements bp unit-tests Change-Id: I2acd1b5f44a7526c4b38d17d37bdc4b0f5db7d54