Task overview

Scenario Load duration (s) Full duration (s) Iterations Runner Errors Hooks Success (SLA)
NeutronNetworks.create_and_delete_networks 1.672 14.021 1 constant 0 0
NeutronNetworks.create_and_delete_ports 2.015 22.938 1 constant 0 0
NeutronNetworks.create_and_delete_routers 4.235 28.900 1 constant 0 0
NeutronNetworks.create_and_delete_subnets 1.659 22.366 1 constant 0 0
NeutronNetworks.create_and_list_networks 1.141 15.391 1 constant 0 0
NeutronNetworks.create_and_list_ports 1.614 24.125 1 constant 0 0
NeutronNetworks.create_and_list_routers 3.184 31.742 1 constant 0 0
NeutronNetworks.create_and_list_subnets 1.397 26.464 1 constant 0 0
NeutronNetworks.set_and_clear_router_gateway 3.262 22.635 1 constant 0 0
NeutronSecurityGroup.create_and_delete_security_group_rule 1.185 13.333 1 constant 0 0
NeutronSecurityGroup.create_and_delete_security_groups 0.993 13.076 1 constant 0 0

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": {
              "tenants": 1, 
              "users_per_tenant": 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": {}, 
              "port_create_args": {}, 
              "ports_per_network": 1
            }
          }, 
          "description": "Create and delete a port.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }, 
            "network": {}, 
            "quotas": {
              "neutron": {
                "network": -1, 
                "port": -1
              }
            }
          }, 
          "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": {}, 
              "router_create_args": {}, 
              "subnet_cidr_start": "1.1.0.0/30", 
              "subnet_create_args": {}, 
              "subnets_per_network": 1
            }
          }, 
          "description": "Create and delete a given number of routers.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }, 
            "network": {}, 
            "quotas": {
              "neutron": {
                "network": -1, 
                "subnet": -1, 
                "port": -1, 
                "router": -1
              }
            }
          }, 
          "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_cidr_start": "1.1.0.0/30", 
              "subnet_create_args": {}, 
              "subnets_per_network": 1
            }
          }, 
          "description": "Create and delete a given number of subnets.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }, 
            "network": {}, 
            "quotas": {
              "neutron": {
                "network": -1, 
                "subnet": -1
              }
            }
          }, 
          "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": {
              "tenants": 1, 
              "users_per_tenant": 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": {}, 
              "port_create_args": {}, 
              "ports_per_network": 1
            }
          }, 
          "description": "Create and a given number of ports and list all ports.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }, 
            "network": {}, 
            "quotas": {
              "neutron": {
                "network": -1, 
                "port": -1
              }
            }
          }, 
          "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": {}, 
              "router_create_args": {}, 
              "subnet_cidr_start": "1.1.0.0/30", 
              "subnet_create_args": {}, 
              "subnets_per_network": 1
            }
          }, 
          "description": "Create and a given number of routers and list all routers.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }, 
            "network": {}, 
            "quotas": {
              "neutron": {
                "network": -1, 
                "subnet": -1, 
                "router": -1
              }
            }
          }, 
          "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_cidr_start": "1.1.0.0/30", 
              "subnet_create_args": {}, 
              "subnets_per_network": 1
            }
          }, 
          "description": "Create and a given number of subnets and list all subnets.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }, 
            "network": {}, 
            "quotas": {
              "neutron": {
                "network": -1, 
                "subnet": -1
              }
            }
          }, 
          "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": {
              "tenants": 1, 
              "users_per_tenant": 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": {
              "tenants": 1, 
              "users_per_tenant": 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": {
              "tenants": 1, 
              "users_per_tenant": 1
            }, 
            "quotas": {
              "neutron": {
                "network": -1, 
                "router": -1
              }
            }, 
            "roles": [
              "admin"
            ]
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }
  ]
}

. (s)

  • Overview
  • Details
  • Scenario Data
  • Hooks
  • Failures
  • Input task