Fix method name in Vmtp 79/60779/1
authorJuha Kosonen <juha.kosonen@nokia.com>
Thu, 9 Aug 2018 12:53:31 +0000 (15:53 +0300)
committerJuha Kosonen <juha.kosonen@nokia.com>
Thu, 9 Aug 2018 12:53:31 +0000 (15:53 +0300)
Change-Id: Ie23628f39979e3497c81e23d99f30e0dc7564055
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
functest/opnfv_tests/openstack/vmtp/vmtp.py

index aada034..9e6fd8e 100644 (file)
@@ -58,7 +58,7 @@ class Vmtp(singlevm.VmReady2):
         (_, self.privkey_filename) = tempfile.mkstemp()
         (_, self.pubkey_filename) = tempfile.mkstemp()
 
-    def create_network_ressources(self):
+    def create_network_resources(self):
         """Create router
 
         It creates a router which gateway is the external network detected.