func RunCSDS(conn *grpc.ClientConn) error
RunCSDS makes a CSDS RPC.
func RunChannelz(conn *grpc.ClientConn) error
RunChannelz makes a channelz RPC.
func RunRegisterTests(t *testing.T, ec ExpectedStatusCodes)
RunRegisterTests makes a client, runs the RPCs, and compares the status codes.
ExpectedStatusCodes contains the expected status code for each RPC (can be OK).
type ExpectedStatusCodes struct { ChannelzCode codes.Code CSDSCode codes.Code }