Input file
{
"version": 2,
"title": "",
"description": "",
"subtasks": [
{
"title": "NeutronNetworks.create_and_delete_networks",
"description": "",
"workloads": [
{
"scenario": {
"NeutronNetworks.create_and_delete_networks": {
"network_create_args": {}
}
},
"description": "Create and delete a network.",
"contexts": {
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"quotas": {
"neutron": {
"network": -1
}
}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronNetworks.create_and_delete_ports",
"description": "",
"workloads": [
{
"scenario": {
"NeutronNetworks.create_and_delete_ports": {
"network_create_args": {},
"ports_per_network": 1,
"port_create_args": {}
}
},
"description": "Create and delete a port.",
"contexts": {
"quotas": {
"neutron": {
"network": -1,
"port": -1
}
},
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"network": {}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronNetworks.create_and_delete_routers",
"description": "",
"workloads": [
{
"scenario": {
"NeutronNetworks.create_and_delete_routers": {
"network_create_args": {},
"subnet_cidr_start": "1.1.0.0/30",
"subnets_per_network": 1,
"router_create_args": {},
"subnet_create_args": {}
}
},
"description": "Create and delete a given number of routers.",
"contexts": {
"quotas": {
"neutron": {
"subnet": -1,
"router": -1,
"network": -1,
"port": -1
}
},
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"network": {}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronNetworks.create_and_delete_subnets",
"description": "",
"workloads": [
{
"scenario": {
"NeutronNetworks.create_and_delete_subnets": {
"network_create_args": {},
"subnet_create_args": {},
"subnets_per_network": 1,
"subnet_cidr_start": "1.1.0.0/30"
}
},
"description": "Create and delete a given number of subnets.",
"contexts": {
"quotas": {
"neutron": {
"subnet": -1,
"network": -1
}
},
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"network": {}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronNetworks.create_and_list_networks",
"description": "",
"workloads": [
{
"scenario": {
"NeutronNetworks.create_and_list_networks": {
"network_create_args": {}
}
},
"description": "Create a network and then list all networks.",
"contexts": {
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"quotas": {
"neutron": {
"network": -1
}
}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronNetworks.create_and_list_ports",
"description": "",
"workloads": [
{
"scenario": {
"NeutronNetworks.create_and_list_ports": {
"network_create_args": {},
"ports_per_network": 1,
"port_create_args": {}
}
},
"description": "Create and a given number of ports and list all ports.",
"contexts": {
"quotas": {
"neutron": {
"network": -1,
"port": -1
}
},
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"network": {}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronNetworks.create_and_list_routers",
"description": "",
"workloads": [
{
"scenario": {
"NeutronNetworks.create_and_list_routers": {
"network_create_args": {},
"subnet_cidr_start": "1.1.0.0/30",
"subnets_per_network": 1,
"router_create_args": {},
"subnet_create_args": {}
}
},
"description": "Create and a given number of routers and list all routers.",
"contexts": {
"quotas": {
"neutron": {
"subnet": -1,
"network": -1,
"router": -1
}
},
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"network": {}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronNetworks.create_and_list_subnets",
"description": "",
"workloads": [
{
"scenario": {
"NeutronNetworks.create_and_list_subnets": {
"network_create_args": {},
"subnet_create_args": {},
"subnets_per_network": 1,
"subnet_cidr_start": "1.1.0.0/30"
}
},
"description": "Create and a given number of subnets and list all subnets.",
"contexts": {
"quotas": {
"neutron": {
"subnet": -1,
"network": -1
}
},
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"network": {}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronSecurityGroup.create_and_delete_security_groups",
"description": "",
"workloads": [
{
"scenario": {
"NeutronSecurityGroup.create_and_delete_security_groups": {}
},
"description": "Create and delete Neutron security-groups.",
"contexts": {
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"quotas": {
"neutron": {
"security_group": -1
}
}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronSecurityGroup.create_and_delete_security_group_rule",
"description": "",
"workloads": [
{
"scenario": {
"NeutronSecurityGroup.create_and_delete_security_group_rule": {}
},
"description": "Create and delete Neutron security-group-rule.",
"contexts": {
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"quotas": {
"neutron": {
"security_group": -1
}
}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
},
{
"title": "NeutronNetworks.set_and_clear_router_gateway",
"description": "",
"workloads": [
{
"scenario": {
"NeutronNetworks.set_and_clear_router_gateway": {
"network_create_args": {
"router:external": true
}
}
},
"description": "Set and Remove the external network gateway from a router.",
"contexts": {
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"roles": [
"admin"
],
"quotas": {
"neutron": {
"router": -1,
"network": -1
}
}
},
"runner": {
"constant": {
"concurrency": 1,
"times": 1
}
},
"hooks": [],
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}
]
}