Fix typos in vnf_base.py 75/33375/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 14 Apr 2017 08:38:47 +0000 (10:38 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 14 Apr 2017 08:38:47 +0000 (10:38 +0200)
Change-Id: Idf0380930e97e1aa4584ba000f32d742a87d9486
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/core/vnf_base.py

index 3c71ec7..6bd6e43 100644 (file)
@@ -109,7 +109,7 @@ class VnfOnBoardingBase(base.TestCase):
 
     # prepare state could consist in the creation of the resources
     # a dedicated user
-    # a dedictaed tenant
+    # a dedicated tenant
     # dedicated images
     def prepare(self):
         self.creds = os_utils.get_credentials()
@@ -174,7 +174,7 @@ class VnfOnBoardingBase(base.TestCase):
             "password": self.tenant_name,
         })
 
-    # orchestrator is not mandatory to dpeloy and test VNF
+    # orchestrator is not mandatory to deploy and test VNF
     def deploy_orchestrator(self, **kwargs):
         pass