Fix for DriverMock not implementing Driver
This commit is contained in:
parent
7e8724c1b3
commit
0c777a1d63
|
@ -47,7 +47,7 @@ type DriverMock struct {
|
|||
VersionErr error
|
||||
}
|
||||
|
||||
func (d *DriverMock) CreateSATAController(vm string, controller string) error {
|
||||
func (d *DriverMock) CreateSATAController(vm string, controller string, portcount int) error {
|
||||
d.CreateSATAControllerVM = vm
|
||||
d.CreateSATAControllerController = vm
|
||||
return d.CreateSATAControllerErr
|
||||
|
|
Loading…
Reference in New Issue