51 lines
980 B
TOML
51 lines
980 B
TOML
[[test]]
|
|
testTitle = 'SubmitBackup'
|
|
simBackupAgents = 'BackupToFile'
|
|
runConsistencyCheck = false
|
|
|
|
[[test.workload]]
|
|
testName = 'IncrementalBackup'
|
|
tag = 'default'
|
|
submitOnly = true
|
|
waitForBackup = true
|
|
|
|
[[test]]
|
|
testTitle = 'CycleTest'
|
|
clearAfterTest = true
|
|
simBackupAgents = 'BackupToFile'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
nodeCount = 3000
|
|
transactionsPerSecond = 3000.0
|
|
testDuration = 10.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'IncrementalBackup'
|
|
tag = 'default'
|
|
waitForBackup = true
|
|
stopBackup = true
|
|
|
|
[[test]]
|
|
testTitle = 'SubmitRestore'
|
|
clearAfterTest = false
|
|
simBackupAgents = 'BackupToFile'
|
|
|
|
[[test.workload]]
|
|
testName = 'IncrementalBackup'
|
|
tag = 'default'
|
|
restoreOnly = true
|
|
|
|
|
|
[[test]]
|
|
testTitle = 'VerifyCycle'
|
|
checkOnly = true
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
nodeCount = 3000
|
|
transactionsPerSecond = 3000.0
|
|
testDuration = 10.0
|
|
expectedRate = 0
|