aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/vmtp
diff options
context:
space:
mode:
authorJuha Kosonen <juha.kosonen@nokia.com>2018-08-09 15:53:31 +0300
committerJuha Kosonen <juha.kosonen@nokia.com>2018-08-09 15:53:31 +0300
commit670293b51f6e066b4fc8a88a45da211d11679a3c (patch)
treea1bc7ed8a8172784e055a9e233612deb4a0b4f2b /functest/opnfv_tests/openstack/vmtp
parentc8efa5c800bcbeb94463c695a2918c69281065b0 (diff)
Fix method name in Vmtp
Change-Id: Ie23628f39979e3497c81e23d99f30e0dc7564055 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/vmtp')
-rw-r--r--functest/opnfv_tests/openstack/vmtp/vmtp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/vmtp/vmtp.py b/functest/opnfv_tests/openstack/vmtp/vmtp.py
index aada034da..9e6fd8e15 100644
--- a/functest/opnfv_tests/openstack/vmtp/vmtp.py
+++ b/functest/opnfv_tests/openstack/vmtp/vmtp.py
@@ -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.