summaryrefslogtreecommitdiffstats
path: root/dovetail/test_runner.py
diff options
context:
space:
mode:
authorhongbo tian <hongbo.tianhongbo@huawei.com>2017-01-14 01:52:26 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-14 01:52:26 +0000
commit0559cd7924467392659716115936c4ae1312a513 (patch)
tree61af6673adab587a34e92d99e088fc84730e28b9 /dovetail/test_runner.py
parent60f1f328b2ebc94330dcbf5f4374684a410d3e92 (diff)
parent3114be6f8c77962e27551645af1859c51a110600 (diff)
Merge "dovetail tool: switch logging to proper usage"
Diffstat (limited to 'dovetail/test_runner.py')
-rw-r--r--dovetail/test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/test_runner.py b/dovetail/test_runner.py
index 8315380a..29217f5f 100644
--- a/dovetail/test_runner.py
+++ b/dovetail/test_runner.py
@@ -35,7 +35,7 @@ class DockerRunner(object):
self.logger.error('failed to create container')
return
- self.logger.debug('container id:%s' % container_id)
+ self.logger.debug('container id:%s', container_id)
if not self.testcase.prepared():
failed = False