47 lines
902 B
TOML
47 lines
902 B
TOML
[configuration]
|
|
allowDisablingTenants = false
|
|
|
|
[[test]]
|
|
testTitle = 'TenantManagementTest'
|
|
clearAfterTest = true
|
|
timeout = 2100
|
|
runSetup = true
|
|
|
|
[[test.workload]]
|
|
testName = 'TenantManagement'
|
|
maxTenants = 1000
|
|
testDuration = 60
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 120.0
|
|
swizzle = 1
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
testDuration = 120.0
|
|
meanDelay = 10.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
testDuration = 120.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 120.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 120.0
|
|
|
|
[[test.workload]]
|
|
testName = 'ChangeConfig'
|
|
maxDelayBeforeChange = 120.0
|
|
coordinators = 'auto'
|