Task overview

Scenario Load duration (s) Full duration (s) Iterations Runner Errors Hooks Success (SLA)
KeystoneBasic.add_and_remove_user_role 1.036 17.436 1 constant 0 0
KeystoneBasic.create_add_and_list_user_roles 0.950 18.462 1 constant 0 0
KeystoneBasic.create_and_delete_role 0.811 15.909 1 constant 0 0
KeystoneBasic.create_and_delete_service 0.802 15.174 1 constant 0 0
KeystoneBasic.create_and_list_tenants 0.983 17.973 1 constant 0 0
KeystoneBasic.create_and_list_users 1.219 19.236 1 constant 0 0
KeystoneBasic.create_tenant 0.913 19.044 1 constant 0 0
KeystoneBasic.create_tenant_with_users 9.138 28.651 1 constant 0 0
KeystoneBasic.create_update_and_delete_tenant 1.107 16.577 1 constant 0 0
KeystoneBasic.create_user 0.894 17.589 1 constant 0 0
KeystoneBasic.get_entities 3.005 25.686 1 constant 0 0

Input file

{
  "version": 2, 
  "title": "", 
  "description": "", 
  "subtasks": [
    {
      "title": "KeystoneBasic.add_and_remove_user_role", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.add_and_remove_user_role": {}
          }, 
          "description": "Create a user role add to a user and disassociate.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.create_add_and_list_user_roles", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.create_add_and_list_user_roles": {}
          }, 
          "description": "Create user role, add it and list user roles for given user.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.create_and_list_tenants", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.create_and_list_tenants": {}
          }, 
          "description": "Create a keystone tenant with random name and list all tenants.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.create_and_delete_role", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.create_and_delete_role": {}
          }, 
          "description": "Create a user role and delete it.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.create_and_delete_service", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.create_and_delete_service": {}
          }, 
          "description": "Create and delete service.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.get_entities", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.get_entities": {}
          }, 
          "description": "Get instance of a tenant, user, role and service by id's.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.create_update_and_delete_tenant", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.create_update_and_delete_tenant": {}
          }, 
          "description": "Create, update and delete tenant.", 
          "contexts": {
            "users": {
              "tenants": 1, 
              "users_per_tenant": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.create_user", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.create_user": {}
          }, 
          "description": "Create a keystone user with random name.", 
          "contexts": {}, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.create_tenant", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.create_tenant": {}
          }, 
          "description": "Create a keystone tenant with random name.", 
          "contexts": {}, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.create_and_list_users", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.create_and_list_users": {}
          }, 
          "description": "Create a keystone user with random name and list all users.", 
          "contexts": {}, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "KeystoneBasic.create_tenant_with_users", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "KeystoneBasic.create_tenant_with_users": {
              "users_per_tenant": 10
            }
          }, 
          "description": "Create a keystone tenant and several users belonging to it.", 
          "contexts": {}, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }
  ]
}

. (s)

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