tests: Migrate member list tests to common framework

Signed-off-by: Clark <fwyongxing@gmail.com>
This commit is contained in:
Clark
2022-07-26 22:44:24 +08:00
parent a3b410cac7
commit 13d20f8d28
4 changed files with 59 additions and 12 deletions

View File

@ -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)
}