rally-openstack/samples/tasks/scenarios/manila/create-share-allow-and-deny-access.json
Luis Pigueiras e79bd95966 Add allow/deny access scenario to Manila
Change-Id: I556fa2d51aa524d79503b85bfe2ae166113a5262
2017-07-19 17:11:06 +02:00

35 lines
861 B
JSON

{
"ManilaShares.create_share_then_allow_and_deny_access": [
{
"args": {
"share_proto": "nfs",
"size": 1,
"access": "127.0.0.1",
"access_type": "ip"
},
"runner": {
"type": "constant",
"times": 2,
"concurrency": 2
},
"context": {
"quotas": {
"manila": {
"shares": -1,
"gigabytes": -1
}
},
"users": {
"tenants": 2,
"users_per_tenant": 1
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}