From: Cédric Ollivier Date: Mon, 22 Aug 2016 13:39:42 +0000 (+0200) Subject: Fix typos in OpenDaylightTesting X-Git-Tag: danube.1.RC1~493 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F19217%2F1;p=functest.git Fix typos in OpenDaylightTesting Change-Id: Ia70c1db358b727a910a38b679de0e3c6febdb0cd Signed-off-by: Cédric Ollivier --- diff --git a/testcases/Controllers/ODL/OpenDaylightTesting.py b/testcases/Controllers/ODL/OpenDaylightTesting.py index 184cacf81..2806b4f22 100755 --- a/testcases/Controllers/ODL/OpenDaylightTesting.py +++ b/testcases/Controllers/ODL/OpenDaylightTesting.py @@ -112,7 +112,7 @@ class ODLTestCases: stdout=stdout) stdout.seek(0, 0) cls.logger.info("\n" + stdout.read()) - cls.logger.info("ODL results was sucessfully generated") + cls.logger.info("ODL results were successfully generated") try: os.remove(stdout_file) except OSError: @@ -138,7 +138,7 @@ class ODLTestCases: cls.logger.error("Cannot push ODL results to DB") return False else: - cls.logger.info("ODL results was sucessfully pushed to DB") + cls.logger.info("ODL results were successfully pushed to DB") return True except RobotError as e: cls.logger.error("Run tests before publishing: %s" % e.message)