Adding keystone scenarios for validating tokens with nova and neutron.
This commit is contained in:
parent
413a2f6d5a
commit
1cb431a4af
23
keystone/neutron-cc
Normal file
23
keystone/neutron-cc
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"Authenticate.validate_neutron": [
|
||||||
|
{
|
||||||
|
"args": {
|
||||||
|
"repetitions": 2
|
||||||
|
},
|
||||||
|
"context": {
|
||||||
|
"users": {
|
||||||
|
"project_domain": "default",
|
||||||
|
"resource_management_workers": 30,
|
||||||
|
"tenants": 1,
|
||||||
|
"user_domain": "default",
|
||||||
|
"users_per_tenant": 8
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runner": {
|
||||||
|
"concurrency": 1,
|
||||||
|
"times": 1,
|
||||||
|
"type": "constant"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
23
keystone/nova-cc
Normal file
23
keystone/nova-cc
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"Authenticate.validate_nova": [
|
||||||
|
{
|
||||||
|
"args": {
|
||||||
|
"repetitions": 2
|
||||||
|
},
|
||||||
|
"context": {
|
||||||
|
"users": {
|
||||||
|
"project_domain": "default",
|
||||||
|
"resource_management_workers": 30,
|
||||||
|
"tenants": 1,
|
||||||
|
"user_domain": "default",
|
||||||
|
"users_per_tenant": 8
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runner": {
|
||||||
|
"concurrency": 1,
|
||||||
|
"times": 1,
|
||||||
|
"type": "constant"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user