diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-04-14 10:38:47 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-04-14 10:38:47 +0200 |
commit | b873714d5096a9d0e39760defbc018fbc84c3e69 (patch) | |
tree | ae8ac978f674a333a6f3db5628d35bdb90aca0a9 /functest | |
parent | e7bf9522650ef591a3903d311e475b4b964e1083 (diff) |
Fix typos in vnf_base.py
Change-Id: Idf0380930e97e1aa4584ba000f32d742a87d9486
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest')
-rw-r--r-- | functest/core/vnf_base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/core/vnf_base.py b/functest/core/vnf_base.py index 3c71ec77..6bd6e431 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 |