aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-04-17 08:49:26 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-17 08:49:26 +0000
commitd905d25fca7e76c25c96450a833b23238bae8c01 (patch)
tree09480a6a5ebb47293ca21e2e928a64b9c6a74daf
parent70fb2675fb849e27d0494dd736b0df3b49ba03ca (diff)
parentb873714d5096a9d0e39760defbc018fbc84c3e69 (diff)
Merge "Fix typos in vnf_base.py"
-rw-r--r--functest/core/vnf_base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/core/vnf_base.py b/functest/core/vnf_base.py
index 3c71ec77b..6bd6e4311 100644
--- a/functest/core/vnf_base.py
+++ b/functest/core/vnf_base.py
@@ -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