Merge "Fixed unformatted message string"

This commit is contained in:
Jenkins
2015-08-14 04:59:25 +00:00
committed by Gerrit Code Review

View File

@@ -338,8 +338,8 @@ class TestNetworkBasicOps(manager.NetworkScenarioTest):
for remote_ip in address_list: for remote_ip in address_list:
if should_connect: if should_connect:
msg = "Timed out waiting for " msg = ("Timed out waiting for %s to become "
"%s to become reachable" % remote_ip "reachable") % remote_ip
else: else:
msg = "ip address %s is reachable" % remote_ip msg = "ip address %s is reachable" % remote_ip
try: try: