Skip to content

Commit

Permalink
providers/supermicro: list other x11 hardware models supported
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Sep 20, 2023
1 parent 390b949 commit e6d9cd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/supermicro/firmware.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ func (c *Client) deviceSupported(ctx context.Context) error {
"X11SCM-F",
"X11DPH-T",
"X11SCH-F",
"X11DGQ",
"X11DPG-SN",
"X11DPT-B",
"X11SSE-F",

Check warning on line 85 in providers/supermicro/firmware.go

View check run for this annotation

Codecov / codecov/patch

providers/supermicro/firmware.go#L81-L85

Added lines #L81 - L85 were not covered by tests
}

data, err := c.fruInfo(ctx)
Expand Down

0 comments on commit e6d9cd3

Please sign in to comment.