2022-10-12 22:21:12 +08:00
|
|
|
[configuration]
|
|
|
|
allowDefaultTenant = false
|
2022-10-26 22:58:18 +08:00
|
|
|
tenantModes = ['optional', 'required']
|
2022-10-12 22:21:12 +08:00
|
|
|
|
2023-02-07 04:50:39 +08:00
|
|
|
[[knobs]]
|
|
|
|
audit_logging_enabled = false
|
|
|
|
max_trace_lines = 2000000
|
|
|
|
|
2022-10-12 22:21:12 +08:00
|
|
|
[[test]]
|
|
|
|
testTitle = 'TenantCreation'
|
2023-02-16 04:58:21 +08:00
|
|
|
clearAfterTest = false
|
2022-10-12 22:21:12 +08:00
|
|
|
|
|
|
|
[[test.workload]]
|
|
|
|
testName = 'CreateTenant'
|
|
|
|
name = 'AuthzSecurityTenant'
|
|
|
|
|
2022-10-13 23:34:09 +08:00
|
|
|
[[test.workload]]
|
|
|
|
testName = 'CreateTenant'
|
|
|
|
name = 'AnotherAuthzSecurityTenant'
|
|
|
|
|
|
|
|
[[test]]
|
2022-11-08 08:07:26 +08:00
|
|
|
testTitle = 'AuthzSecurityCheck'
|
2022-10-13 23:34:09 +08:00
|
|
|
clearAfterTest = false
|
|
|
|
|
|
|
|
[[test.workload]]
|
|
|
|
testName = 'LeakTLogInterface'
|
|
|
|
tenant = 'AuthzSecurityTenant'
|
|
|
|
key = 'TLogInterface'
|
2022-11-08 08:07:26 +08:00
|
|
|
testDuration = 10.0
|
2022-10-12 22:21:12 +08:00
|
|
|
|
|
|
|
[[test.workload]]
|
|
|
|
testName = 'AuthzSecurity'
|
2022-10-13 23:34:09 +08:00
|
|
|
tenantA = 'AuthzSecurityTenant'
|
|
|
|
tenantB = 'AnotherAuthzSecurityTenant'
|
|
|
|
tLogConfigKey = 'TLogInterface'
|
2022-10-12 22:21:12 +08:00
|
|
|
testDuration = 10.0
|