From 9c6f07d5aa87bd8c1874496dd692b96de6bf474e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 22 Aug 2016 15:39:42 +0200 Subject: Fix typos in OpenDaylightTesting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia70c1db358b727a910a38b679de0e3c6febdb0cd Signed-off-by: Cédric Ollivier (cherry picked from commit 43a98904445a7151b586f996ae5d0e858fa24b98) --- testcases/Controllers/ODL/OpenDaylightTesting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- cgit 1.2.3-korg