MCPcopy Create free account
hub / github.com/cloudbase/garm / TestControllerInfoErrNotFound

Method TestControllerInfoErrNotFound

database/sql/controller_test.go:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func (s *CtrlTestSuite) TestControllerInfoErrNotFound() {
62 _, err := s.Store.ControllerInfo()
63
64 s.Require().Regexp("fetching controller info: not found", err.Error())
65}
66
67func (s *CtrlTestSuite) TestInitControllerAlreadyInitialized() {
68 _, err := s.Store.InitController()

Callers

nothing calls this directly

Calls 2

ControllerInfoMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected