Fixes set_static_network_config parameters
The osutils set_static_network_config method was requesting different parameters compared to the method inherited in the windows module.
This commit is contained in:
parent
5a9dbcfbd2
commit
7e2d05e74c
@ -65,8 +65,7 @@ class BaseOSUtils(object):
|
||||
raise NotImplementedError()
|
||||
|
||||
def set_static_network_config(self, adapter_name, address, netmask,
|
||||
broadcast, gateway, dnsdomain,
|
||||
dnsnameservers):
|
||||
broadcast, gateway, dnsnameservers):
|
||||
raise NotImplementedError()
|
||||
|
||||
def set_config_value(self, name, value, section=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user