commit | 5ae2533accc451cdd564a0ab2061e29d49ddcad7 | [log] [tgz] |
---|---|---|
author | suibin zhang <suibin@onlab.us> | Wed Nov 04 13:56:28 2015 -0800 |
committer | suibin zhang <suibin@onlab.us> | Wed Nov 04 13:56:28 2015 -0800 |
tree | 435b162d1621af97fe4644d933bd9834bd5aee8a | |
parent | 1a29169c84309524eb2a80428bcf1c960ff67abc [diff] |
minor fixes per Jon's comment Change-Id: I6b0aabbd9ece8047818f23419e475ca31b20bc76
diff --git a/TestON/drivers/common/api/dockerapidriver.py b/TestON/drivers/common/api/dockerapidriver.py index fc96682..21809aa 100644 --- a/TestON/drivers/common/api/dockerapidriver.py +++ b/TestON/drivers/common/api/dockerapidriver.py
@@ -199,7 +199,7 @@ Remove Docker image """ if self.dockerClient.images() is []: - main.log.info( "no image found with RepoTags: " + image ) + main.log.info( "No docker image found with RepoTags: " + image ) return main.TRUE else: try: