9f6838be8d
Moving samples to root forlder for easy access. Change-Id: I050c8d7580282b898be77156f65cdbce75a4dbb4 Closes-Bug: 1409836
30 lines
743 B
JSON
30 lines
743 B
JSON
{
|
|
"NeutronNetworks.create_and_update_networks": [
|
|
{
|
|
"args": {
|
|
"network_update_args": {
|
|
"admin_state_up": false,
|
|
"name": "_updated"
|
|
},
|
|
"network_create_args": {}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 5
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"quotas": {
|
|
"neutron": {
|
|
"network": -1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|