Skip to content

Commit

Permalink
[storage] enable TLS backend tests
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Jul 17, 2023
1 parent 737fedf commit ca516bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions storage/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ func DoBackend(ctx context.Context, conn grpc.ClientConnInterface) error {
if err != nil {
return err
}
err = executeNvmePath(ctx, nvme, true)
if err != nil {
return err
}

Check warning on line 41 in storage/backend.go

View check run for this annotation

Codecov / codecov/patch

storage/backend.go#L38-L41

Added lines #L38 - L41 were not covered by tests
err = executeNullDebug(ctx, null)
if err != nil {
return err
Expand Down

0 comments on commit ca516bd

Please sign in to comment.