Fix typo (ressources) 53/60553/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 3 Aug 2018 08:31:09 +0000 (10:31 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 3 Aug 2018 08:35:55 +0000 (10:35 +0200)
Change-Id: Ibe131e0cf02493f0f3a82c1e179848605bd0a292
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/core/tenantnetwork.py

index b118893..5c3af22 100644 (file)
@@ -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