commit | 3027674f5261fa8c29c43344775b95d0dc3e315e | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem@us.ibm.com> | Wed Sep 10 11:29:49 2014 -0700 |
committer | Matt Riedemann <mriedem@us.ibm.com> | Wed Sep 10 11:37:04 2014 -0700 |
tree | 0ad36ec851f30af725816d48632e269c8433f6c9 | |
parent | 73c254965fe21e89a9524dbcb23376bd73a48786 [diff] |
Better timeout exception in wait_for_resource_deletion The generic rest_client.wait_for_resource_deletion doesn't put anything into the TimeoutException that's raised which makes it harder to debug failures. This follows the pattern in the common waiters module to put the test information and the resource id into the TimeoutException message. Change-Id: Ib0f30f15d5147aab63da35efec2f899e3ca31990 Related-Bug: #1367857