Add test caller to test_server_cfn_init timeout error message
When test_server_cfn_init times out trying to reach the server IP the
error message is pretty useless as far as being able to fingerprint the
failure in logstash.
This adds the test caller to the timeout error message like have in the
common waiters code.
Related-Bug: #1374175
Change-Id: Idd225af4e30fd1ab94570ed29d76664826cf965a
diff --git a/tempest/scenario/orchestration/test_server_cfn_init.py b/tempest/scenario/orchestration/test_server_cfn_init.py
index dd7e7d4..0ab4311 100644
--- a/tempest/scenario/orchestration/test_server_cfn_init.py
+++ b/tempest/scenario/orchestration/test_server_cfn_init.py
@@ -86,7 +86,8 @@
if not self.ping_ip_address(server_ip):
self._log_console_output(servers=[server])
self.fail(
- "Timed out waiting for %s to become reachable" % server_ip)
+ "(CfnInitScenarioTest:test_server_cfn_init) Timed out waiting "
+ "for %s to become reachable" % server_ip)
try:
self.client.wait_for_resource_status(