{
    "KeystoneBasic.create_delete_user": [
        {
            "args": {
                "name_length": 10
            },
            "runner": {
                "type": "constant",
                "times": 100,
                "concurrency": 10
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "KeystoneBasic.create_and_list_tenants": [
        {
            "args": {
                "name_length": 10
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 1
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "KeystoneBasic.create_and_list_users": [
        {
            "args": {
                "name_length": 10
            },
            "runner": {
                "type": "constant",
                "times": 100,
                "concurrency": 10
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "KeystoneBasic.create_tenant": [
        {
            "args": {
                "name_length": 10
            },
            "runner": {
                "type": "constant",
                "times": 100,
                "concurrency": 10
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "KeystoneBasic.create_user": [
        {
            "args": {
                "name_length": 10
            },
            "runner": {
                "type": "constant",
                "times": 100,
                "concurrency": 10
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "KeystoneBasic.create_tenant_with_users": [
        {
            "args": {
                "name_length": 10,
                "users_per_tenant": 10
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 10
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ]
}