Skip to content

Commit

Permalink
Add sendFD to memif client in tests (#335)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art authored Sep 2, 2021
1 parent 595145d commit 06fc925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/tests/suite_memif_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func newMemifVerifiableClient(ctx context.Context, sutCC grpc.ClientConnInterfac
up.NewClient(ctx, vppConn),
connectioncontext.NewClient(vppConn),
memif.NewClient(vppConn),
sendfd.NewClient(),
recvfd.NewClient(),
),
)(ctx, sutCC),
Expand Down

0 comments on commit 06fc925

Please sign in to comment.