Fix typos in OpenDaylightTesting 27/19227/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 22 Aug 2016 13:39:42 +0000 (15:39 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 22 Aug 2016 15:27:30 +0000 (15:27 +0000)
Change-Id: Ia70c1db358b727a910a38b679de0e3c6febdb0cd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 43a98904445a7151b586f996ae5d0e858fa24b98)

testcases/Controllers/ODL/OpenDaylightTesting.py

index 184cacf..2806b4f 100755 (executable)
@@ -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)