commit | ceb2b4684d18e6fa65b500b6a946d4c13cb606f3 | [log] [tgz] |
---|---|---|
author | Xinli Guan <xinli@us.ibm.com> | Tue Oct 11 19:34:25 2016 +0000 |
committer | Jordan Pittier <jordan.pittier@scality.com> | Thu Oct 13 08:27:25 2016 +0000 |
tree | 1751ed417ead271a41a8e58fbfe19d5b756f0ced | |
parent | 268cd656bce3f731aa847ae6f827d51960128880 [diff] |
waiters.py: raise BackupException defined in tempest/lib This patch is to fix the issue which described in the bug #1632410 A timeout is being raised on a volume backup test scenario which could be that because the volume backup is slow or we tripped a cinder bug. The real issue is that wait loop for backups in tempest is referencing a non-existent exception class, "VolumeBackupException". Change-Id: I2d74afc29cd52da7f3642bf56ea896c92cfccdca Closes-bug: #1632410