fix formatting errors to help debugging
Solve bug #1089388
Change-Id: I33eceb28f714618a263e9107c21e2d399b720914
diff --git a/tempest/exceptions.py b/tempest/exceptions.py
index 86ec2eb..c9e2f95 100644
--- a/tempest/exceptions.py
+++ b/tempest/exceptions.py
@@ -66,11 +66,11 @@
class AddImageException(TempestException):
- message = "Image %(image_id) failed to become ACTIVE in the allotted time"
+ message = "Image %(image_id)s failed to become ACTIVE in the allotted time"
class EC2RegisterImageException(TempestException):
- message = ("Image %(image_id) failed to become 'available' "
+ message = ("Image %(image_id)s failed to become 'available' "
"in the allotted time")
@@ -140,7 +140,7 @@
class ResponseWithNonEmptyBody(RFCViolation):
- message = ("RFC Violation! Response with %(status) HTTP Status Code "
+ message = ("RFC Violation! Response with %(status)d HTTP Status Code "
"MUST NOT have a body")