Write login correctly 77/14877/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 31 May 2016 13:41:59 +0000 (15:41 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 31 May 2016 14:18:30 +0000 (16:18 +0200)
Change-Id: I1806fb7ac3d276065badd8537f84339c18a1856e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
testcases/Controllers/ONOS/Teston/adapters/environment.py

index 49f7f96..69c4c01 100644 (file)
@@ -136,7 +136,7 @@ class environment(connection):
             print "try to connect " + str(host)
             result = self.CheckSshNoPasswd(host)
             if not result:
-                print ("ssh lgin failed,try to copy master publickey" +
+                print ("ssh login failed,try to copy master publickey" +
                        "to agent " + str(host))
                 self.CopyPublicKey(host)
         self.OnosPushKeys(handle, "onos-push-keys " + self.OCT, masterpass)