aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack
diff options
context:
space:
mode:
authorvalentin boucher <valentin.boucher@orange.com>2017-05-23 14:51:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-23 14:51:17 +0000
commit87570cfe1261917a41a3aef287ecd30b928e841f (patch)
tree31a3eb309fb80cef99b78903b1487718ac23d6b6 /functest/opnfv_tests/openstack
parent6f3170e8e1307ad5e153de9c4d10e3e0b8b7e2ab (diff)
parentc969dbf25fb8d0b3c3c36f4b3b21959f93d34d01 (diff)
Merge "Bugfix: fix two typos"
Diffstat (limited to 'functest/opnfv_tests/openstack')
-rw-r--r--functest/opnfv_tests/openstack/tempest/tempest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py
index 233ceb48..f5f194e6 100644
--- a/functest/opnfv_tests/openstack/tempest/tempest.py
+++ b/functest/opnfv_tests/openstack/tempest/tempest.py
@@ -148,7 +148,7 @@ class TempestCommon(testcase.TestCase):
first_pos = line.index("UUID=") + len("UUID=")
last_pos = line.index(") for deployment")
self.VERIFICATION_ID = line[first_pos:last_pos]
- logger.debug('Verication UUID: %s' % self.VERIFICATION_ID)
+ logger.debug('Verification UUID: %s', self.VERIFICATION_ID)
f_stdout.write(line)
p.wait()