(id ID, r io.Reader)
| 32 | return nil, -1, errors.New("no") |
| 33 | } |
| 34 | func (b booterFunc) WriteBootFile(id ID, r io.Reader) error { return errors.New("no") } |
| 35 | |
| 36 | func TestIpxe(t *testing.T) { |
| 37 | booter := func(m Machine) (*Spec, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected