commit | d8728b49274c0a9e9f2a55b680d7fc40b116054a | [log] [tgz] |
---|---|---|
author | Jens Harbott <j.harbott@x-ion.de> | Mon Apr 16 09:36:00 2018 +0000 |
committer | Jens Harbott <j.harbott@x-ion.de> | Mon Apr 16 09:38:34 2018 +0000 |
tree | 18f36bd5f53b1c525be92f6360ae97f479552e1e | |
parent | 8a3b02adbd377f289914558f014ac7bb482c13dd [diff] [blame] |
Fix error when creating TimeoutException We need to have a valid format specifier. Currently this produces: ValueError: unsupported format character 'w' (0x77) at index 50 [0] http://logs.openstack.org/94/561194/5/check/designate-base/401ff70/testr_results.html.gz Change-Id: Ibb500c3ed26e23e7770901fa85e6e5bdbb15d741
diff --git a/designate_tempest_plugin/common/waiters.py b/designate_tempest_plugin/common/waiters.py index 5c06623..ee59702 100644 --- a/designate_tempest_plugin/common/waiters.py +++ b/designate_tempest_plugin/common/waiters.py
@@ -167,7 +167,7 @@ if int(time.time()) - start >= client.build_timeout: message = ('Recordset %(recordset_id)s failed to reach ' - 'status=%(status) within the required time ' + 'status=%(status)s within the required time ' '(%(timeout)s s). Current ' 'status: %(status_curr)s' % {'recordset_id': recordset_id,