foundationdb/tests/fast/AuthzSecurity.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
720 B
TOML
Raw Normal View History

[configuration]
allowDefaultTenant = false
tenantModes = ['optional', 'required']
[[test]]
testTitle = 'TenantCreation'
[[test.workload]]
testName = 'CreateTenant'
name = 'AuthzSecurityTenant'
[[test.workload]]
testName = 'CreateTenant'
name = 'AnotherAuthzSecurityTenant'
[[test]]
testTitle = 'LeakTLogInterface'
clearAfterTest = false
[[test.workload]]
testName = 'LeakTLogInterface'
tenant = 'AuthzSecurityTenant'
key = 'TLogInterface'
[[test]]
testTitle = 'AuthzSecurityCheck'
[[test.workload]]
testName = 'AuthzSecurity'
tenantA = 'AuthzSecurityTenant'
tenantB = 'AnotherAuthzSecurityTenant'
tLogConfigKey = 'TLogInterface'
testDuration = 10.0