tests: Migrate member list tests to common framework
Signed-off-by: Clark <fwyongxing@gmail.com>
This commit is contained in:
@ -70,4 +70,6 @@ type Client interface {
|
||||
RoleDelete(role string) (*clientv3.AuthRoleDeleteResponse, error)
|
||||
|
||||
Txn(compares, ifSucess, ifFail []string, o config.TxnOptions) (*clientv3.TxnResponse, error)
|
||||
|
||||
MemberList() (*clientv3.MemberListResponse, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user