7631da2425
Added code to test barbican scenarios. These scenarios include the following: - create and delete secret - create and get secret - create and list secret - create secret - list secrets Also add the assoicated zuul and rally-jobs for openstack CI test infrastructure. Change-Id: I378666e026200c020cd8d25ebb5b669644c4a364 Signed-off-by: Chuck Short <chucks@redhat.com>
23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"BarbicanSecrets.create_and_get": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|