aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core
diff options
context:
space:
mode:
Diffstat (limited to 'functest/core')
-rw-r--r--functest/core/tenantnetwork.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/core/tenantnetwork.py b/functest/core/tenantnetwork.py
index b118893de..5c3af2260 100644
--- a/functest/core/tenantnetwork.py
+++ b/functest/core/tenantnetwork.py
@@ -184,7 +184,7 @@ class TenantNetwork1(testcase.TestCase):
'service_id': keystone_id})[0].url
return endpoint
- def _create_network_ressources(self):
+ def _create_network_resources(self):
assert self.cloud
assert self.ext_net
provider = {}
@@ -224,7 +224,7 @@ class TenantNetwork1(testcase.TestCase):
try:
assert self.cloud
self.start_time = time.time()
- self._create_network_ressources()
+ self._create_network_resources()
self.result = 100
status = testcase.TestCase.EX_OK
except Exception: # pylint: disable=broad-except