aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-08-09 15:59:05 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-09 15:59:05 +0000
commitddf30512b98745460c1d162a54a18b0a8a814912 (patch)
treeb81475b469a04b4881cc9ad46c4be677f0bb0532 /functest/opnfv_tests/openstack
parent78435bee2c41e269b9151954d0ce2a84e6ea0008 (diff)
parent670293b51f6e066b4fc8a88a45da211d11679a3c (diff)
Merge "Fix method name in Vmtp"
Diffstat (limited to 'functest/opnfv_tests/openstack')
-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.