mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
forgot the unit test. or at least couldn't find it originally.
This commit is contained in:
parent
314ebcc2a7
commit
09ed674491
@ -121,11 +121,11 @@ class MockNeutron(object):
|
||||
return network
|
||||
|
||||
@staticmethod
|
||||
def create_network(name, router_ext):
|
||||
def create_network(name, admin_state_up, router_ext, network_type, physical_network, segmentation_id, shared):
|
||||
"""
|
||||
Mock of create_network method
|
||||
"""
|
||||
return (name, router_ext)
|
||||
return (name, admin_state_up, router_ext, network_type, physical_network, segmentation_id, shared)
|
||||
|
||||
@staticmethod
|
||||
def update_network(network, name):
|
||||
|
Loading…
Reference in New Issue
Block a user