e61ad08041
This patch adds additional swift scenarios to use what was created during swift context. Swift Scenarios: - list_and_download_objects_in_containers - list_objects_in_containers Blueprint benchmark-scenarios-for-swift Change-Id: I6d615889a1acfcd4686eb061f1041f5b22fd09f0
26 lines
640 B
JSON
26 lines
640 B
JSON
{
|
|
"SwiftObjects.list_objects_in_containers": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 6,
|
|
"concurrency": 3
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"roles": [
|
|
"admin"
|
|
],
|
|
"swift_objects": {
|
|
"containers_per_tenant": 1,
|
|
"objects_per_container": 10,
|
|
"object_size": 1024
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|