Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c8efa5c
)
Fix method name in Vmtp
79/60779/1
author
Juha Kosonen
<juha.kosonen@nokia.com>
Thu, 9 Aug 2018 12:53:31 +0000
(15:53 +0300)
committer
Juha 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
patch
|
blob
|
history
diff --git
a/functest/opnfv_tests/openstack/vmtp/vmtp.py
b/functest/opnfv_tests/openstack/vmtp/vmtp.py
index
aada034
..
9e6fd8e
100644
(file)
--- 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_res
s
ources(self):
+ def create_network_resources(self):
"""Create router
It creates a router which gateway is the external network detected.