Add IAM system tests (#13487)

For internal IDP user, policy and groups
This commit is contained in:
Aditya Manthramurthy
2021-10-22 01:33:28 -07:00
committed by GitHub
parent 087dc13965
commit 29d885b40f
5 changed files with 499 additions and 9 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ func UnstartedTestServer(t TestErrHandler, instanceType string) TestServer {
initAllSubsystems(ctx, objLayer)
globalIAMSys.InitStore(objLayer, globalEtcdClient)
globalIAMSys.Init(ctx, objLayer, globalEtcdClient)
return testServer
}