Add TerminateSOL method #1342
Annotations
7 errors
test:
bmc/sol_test.go#L55
cannot use []bmcProviders{…} (value of type []bmcProviders) as type []terminatorProvider in argument to terminateSOL
|
test:
bmc/sol_test.go#L55
cannot use &testImplementation (value of type *solTermTester) as type BMCResetter in struct literal:
|
test:
providers/ipmitool/ipmitool_test.go#L120
assignment mismatch: 2 variables but i.TerminateSOL returns 1 value
|
test
Process completed with exit code 2.
|
lint:
bmc/sol_test.go#L55
cannot use &testImplementation (value of type *solTermTester) as BMCResetter value in struct literal: *solTermTester does not implement BMCResetter (missing method BmcReset) (typecheck)
|
lint:
providers/ipmitool/ipmitool_test.go#L120
assignment mismatch: 2 variables but i.TerminateSOL returns 1 value (typecheck)
|
lint
issues found
|