aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2016-08-22 15:39:42 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2016-08-22 15:39:42 +0200
commit43a98904445a7151b586f996ae5d0e858fa24b98 (patch)
tree696cabbb8c3ddfd40cb746f65f88b7a87d9b4948 /testcases
parent9e45f8ec14231a4d9320e3199685ec147d8aaaf9 (diff)
Fix typos in OpenDaylightTesting
Change-Id: Ia70c1db358b727a910a38b679de0e3c6febdb0cd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'testcases')
-rwxr-xr-xtestcases/Controllers/ODL/OpenDaylightTesting.py4
1 files 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)