summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@redhat.com>2016-11-16 12:23:01 +0100
committerMehdi Abaakouk <sileht@redhat.com>2017-03-16 17:54:25 +0100
commit66179f89a0651168d59cd9c36bac5f9ffb104471 (patch)
tree8b182d308a7d462cd8da92a3e590dacd9041f36a /test-requirements.txt
parent30fec85a032ab39010401256f63b101be1114bc4 (diff)
downloadceilometer-66179f89a0651168d59cd9c36bac5f9ffb104471.tar.gz
libvirt: rewrite the error handling
Error handling of libvirt driver work 'sometimes'. Some error are catched only with we lookup for a instance uuid, but not for other libvirt operation. This change rewrites the logic to catch libvirt error on each inpector method. This ensures we catch all errors whatever which libvirt method raises it. We also leverage tenacity instead of the custom retry code. Change-Id: Idd54c18ece42c2dce3baf82626d30d5c2e5a49d6
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index d426c186..11c46e43 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-contextlib2>=0.4.0 # PSF License
coverage>=3.6 # Apache-2.0
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
happybase!=0.7,>=0.5,<1.0.0;python_version=='2.7' # MIT