13 lines
228 B
TOML
13 lines
228 B
TOML
|
[configuration]
|
||
|
config = 'triple'
|
||
|
generateFearless = true
|
||
|
allowDefaultTenant = false
|
||
|
machineCount = 15
|
||
|
|
||
|
[[test]]
|
||
|
testTitle = 'ValidateStorageWorkload'
|
||
|
useDB = true
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'ValidateStorageWorkload'
|