rally-openstack/samples/tasks/scenarios/barbican/create-and-get-secret.json
Chuck Short 7631da2425 Add barbican scenarios
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>
2018-10-22 13:48:30 +00:00

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
}
}
}
]
}