Merge "Bugfix: fix two typos"
authorvalentin boucher <valentin.boucher@orange.com>
Tue, 23 May 2017 14:51:17 +0000 (14:51 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 23 May 2017 14:51:17 +0000 (14:51 +0000)
functest/ci/run_tests.py
functest/opnfv_tests/openstack/tempest/tempest.py

index 95353c8..8317df5 100755 (executable)
@@ -221,7 +221,7 @@ class Runner(object):
         try:
             if kwargs['test']:
                 self.source_rc_file()
-                logger.error(kwargs['test'])
+                logger.debug("Test args: %s", kwargs['test'])
                 if _tiers.get_tier(kwargs['test']):
                     self.run_tier(_tiers.get_tier(kwargs['test']))
                 elif _tiers.get_test(kwargs['test']):
index 233ceb4..f5f194e 100644 (file)
@@ -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()