d383e41581
This patch adds swift scenarios, cleanup resource, and unit tests. Swift Scenarios: - create_container_and_object_then_list_objects - create_container_and_object_then_delete_object - create_container_and_object_then_download_object Blueprint benchmark-scenarios-for-swift This patch also fixed a minor bug with osclients.py where incorrect "authurl" param name was used. Change-Id: I0e5f09551fcf61e62347d56fd86f7baf9288adea
25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"SwiftObjects.create_container_and_object_then_download_object": [
|
|
{
|
|
"args": {
|
|
"objects_per_container": 5,
|
|
"object_size": 1024
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 6,
|
|
"concurrency": 3
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"roles": [
|
|
"admin"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|