[
    {
        "key": {
            "name": "Dummy.openstack",
            "description": "Check quotas context",
            "pos": 0,
            "kw": {
                "args": {},
                "runner": {
                    "times": 1,
                    "concurrency": 1,
                    "type": "constant"
                },
                "context": {
                    "users": {
                        "tenants": 1,
                        "users_per_tenant": 1
                    },
                    "quotas": {
                        "manila": {
                            "shares": -1,
                            "gigabytes": -1,
                            "snapshots": -1,
                            "snapshot_gigabytes": -1,
                            "share_networks": -1
                        }
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 0.0005462169647216797,
                "timestamp": 1771464958.0953038,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "foo": 0.0004737377166748047
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 0.000546217,
        "full_duration": 6.05368,
        "created_at": "2026-19-02T01:35:55"
    },
    {
        "key": {
            "name": "ManilaShares.list_shares",
            "description": "Basic scenario for 'share list' operation.",
            "pos": 0,
            "kw": {
                "args": {
                    "detailed": true
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "users": {
                        "tenants": 3,
                        "users_per_tenant": 4,
                        "user_choice_method": "round_robin"
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 1.9369041919708252,
                "timestamp": 1771464973.8136292,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.9367859363555908
                }
            },
            {
                "duration": 1.8765614032745361,
                "timestamp": 1771464973.8171334,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.8764889240264893
                }
            },
            {
                "duration": 1.7428057193756104,
                "timestamp": 1771464973.8187735,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.7427945137023926
                }
            },
            {
                "duration": 2.079814910888672,
                "timestamp": 1771464973.8194814,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 2.079796314239502
                }
            },
            {
                "duration": 2.120070219039917,
                "timestamp": 1771464973.821079,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 2.120056390762329
                }
            },
            {
                "duration": 1.5950965881347656,
                "timestamp": 1771464973.8251576,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.5950849056243896
                }
            },
            {
                "duration": 1.9837493896484375,
                "timestamp": 1771464973.8295603,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.9837346076965332
                }
            },
            {
                "duration": 2.2104601860046387,
                "timestamp": 1771464973.8322368,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 2.21044659614563
                }
            },
            {
                "duration": 2.2211122512817383,
                "timestamp": 1771464973.837342,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 2.2211005687713623
                }
            },
            {
                "duration": 1.7415289878845215,
                "timestamp": 1771464973.8442652,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.7415151596069336
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.24483,
        "full_duration": 20.5589,
        "created_at": "2026-19-02T01:36:03"
    },
    {
        "key": {
            "name": "ManilaShares.create_and_delete_share",
            "description": "Create and delete a share.",
            "pos": 0,
            "kw": {
                "args": {
                    "share_proto": "nfs",
                    "size": 1,
                    "share_type": "dhss_true",
                    "min_sleep": 1,
                    "max_sleep": 2
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "quotas": {
                        "manila": {
                            "shares": -1,
                            "gigabytes": -1,
                            "share_networks": -1
                        }
                    },
                    "users": {
                        "tenants": 2,
                        "users_per_tenant": 1,
                        "user_choice_method": "round_robin"
                    },
                    "manila_share_networks": {
                        "use_share_networks": true
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 13.98362211010028,
                "timestamp": 1771464989.5508766,
                "idle_duration": 3.0822360155863664,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 11.53514814376831,
                    "manila.delete_share": 4.446630477905273
                }
            },
            {
                "duration": 18.002692765955935,
                "timestamp": 1771464989.5516872,
                "idle_duration": 3.228680067296019,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 15.609561204910278,
                    "manila.delete_share": 4.389342784881592
                }
            },
            {
                "duration": 17.151069490074757,
                "timestamp": 1771464989.5565474,
                "idle_duration": 3.1589981635812494,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 14.670751333236694,
                    "manila.delete_share": 4.477049350738525
                }
            },
            {
                "duration": 16.474250387614934,
                "timestamp": 1771464989.5575933,
                "idle_duration": 3.885188746982845,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 13.860175371170044,
                    "manila.delete_share": 4.609893083572388
                }
            },
            {
                "duration": 12.88444701630688,
                "timestamp": 1771464989.560123,
                "idle_duration": 3.0114210466661424,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.296918153762817,
                    "manila.delete_share": 4.586157321929932
                }
            },
            {
                "duration": 14.643983901949294,
                "timestamp": 1771464989.562046,
                "idle_duration": 3.7807897911354225,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 12.276944637298584,
                    "manila.delete_share": 4.361677646636963
                }
            },
            {
                "duration": 13.384006021792882,
                "timestamp": 1771464989.5642653,
                "idle_duration": 3.135834457104213,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.99365496635437,
                    "manila.delete_share": 4.3859333992004395
                }
            },
            {
                "duration": 12.839038193901315,
                "timestamp": 1771464989.5664814,
                "idle_duration": 3.9449097507397983,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.39627456665039,
                    "manila.delete_share": 4.440666675567627
                }
            },
            {
                "duration": 14.439192971351616,
                "timestamp": 1771464989.572521,
                "idle_duration": 3.4684229286880557,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 11.989744186401367,
                    "manila.delete_share": 4.445220708847046
                }
            },
            {
                "duration": 14.516731698225733,
                "timestamp": 1771464989.5824115,
                "idle_duration": 3.092940132905249,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 11.970091581344604,
                    "manila.delete_share": 4.542701244354248
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 18.0035,
        "full_duration": 33.8017,
        "created_at": "2026-19-02T01:36:25"
    },
    {
        "key": {
            "name": "ManilaShares.create_and_list_share",
            "description": "Create a share and list all shares.",
            "pos": 0,
            "kw": {
                "args": {
                    "share_proto": "nfs",
                    "size": 1,
                    "share_type": "dhss_true",
                    "min_sleep": 1,
                    "max_sleep": 2
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "quotas": {
                        "manila": {
                            "shares": -1,
                            "gigabytes": -1,
                            "share_networks": -1
                        }
                    },
                    "users": {
                        "tenants": 2,
                        "users_per_tenant": 1,
                        "user_choice_method": "round_robin"
                    },
                    "manila_share_networks": {
                        "use_share_networks": true
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 8.484062575436575,
                "timestamp": 1771465023.4331691,
                "idle_duration": 3.906589127444285,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.411250829696655,
                    "manila.list_shares": 0.06844592094421387
                }
            },
            {
                "duration": 8.07598009273094,
                "timestamp": 1771465023.4367545,
                "idle_duration": 3.63001069858986,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 9.994321823120117,
                    "manila.list_shares": 0.07905435562133789
                }
            },
            {
                "duration": 11.993141718854822,
                "timestamp": 1771465023.4374,
                "idle_duration": 3.33140271092423,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 13.930722713470459,
                    "manila.list_shares": 0.06056952476501465
                }
            },
            {
                "duration": 8.894742979880299,
                "timestamp": 1771465023.441752,
                "idle_duration": 3.8756804324427,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.826808452606201,
                    "manila.list_shares": 0.06592035293579102
                }
            },
            {
                "duration": 9.984273385100316,
                "timestamp": 1771465023.4419193,
                "idle_duration": 3.360255766816188,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 11.91782021522522,
                    "manila.list_shares": 0.06400728225708008
                }
            },
            {
                "duration": 8.086930130219956,
                "timestamp": 1771465023.4426877,
                "idle_duration": 3.698680068754653,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.008424758911133,
                    "manila.list_shares": 0.07684063911437988
                }
            },
            {
                "duration": 12.722263774304377,
                "timestamp": 1771465023.4448986,
                "idle_duration": 3.6685452848386904,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 14.650771379470825,
                    "manila.list_shares": 0.0697028636932373
                }
            },
            {
                "duration": 9.264853836384196,
                "timestamp": 1771465023.446414,
                "idle_duration": 3.6096395241352135,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 11.19626522064209,
                    "manila.list_shares": 0.06555986404418945
                }
            },
            {
                "duration": 8.49339532175047,
                "timestamp": 1771465023.4524581,
                "idle_duration": 3.953143365001849,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.42509388923645,
                    "manila.list_shares": 0.06646585464477539
                }
            },
            {
                "duration": 9.562171986867309,
                "timestamp": 1771465023.4584455,
                "idle_duration": 3.797090241144776,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 11.49522066116333,
                    "manila.list_shares": 0.0635528564453125
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 12.734,
        "full_duration": 35.4002,
        "created_at": "2026-19-02T01:36:59"
    },
    {
        "key": {
            "name": "ManilaShares.create_share_network_and_delete",
            "description": "Creates share network and then deletes.",
            "pos": 0,
            "kw": {
                "args": {
                    "name": "rally"
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "quotas": {
                        "manila": {
                            "share_networks": -1
                        }
                    },
                    "users": {
                        "tenants": 2,
                        "users_per_tenant": 1
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 3.46822452545166,
                "timestamp": 1771465059.2812932,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.257018566131592,
                    "manila.delete_share_network": 1.2058639526367188
                }
            },
            {
                "duration": 3.459883213043213,
                "timestamp": 1771465059.2817972,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.3892548084259033,
                    "manila.delete_share_network": 1.0559399127960205
                }
            },
            {
                "duration": 3.3722901344299316,
                "timestamp": 1771465059.282963,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.5287911891937256,
                    "manila.delete_share_network": 1.8276636600494385
                }
            },
            {
                "duration": 3.44508957862854,
                "timestamp": 1771465059.2831514,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.0078322887420654,
                    "manila.delete_share_network": 1.4259450435638428
                }
            },
            {
                "duration": 3.390503168106079,
                "timestamp": 1771465059.2834182,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6039962768554688,
                    "manila.delete_share_network": 1.7698945999145508
                }
            },
            {
                "duration": 3.4164135456085205,
                "timestamp": 1771465059.284117,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.855379343032837,
                    "manila.delete_share_network": 1.5557971000671387
                }
            },
            {
                "duration": 3.4228689670562744,
                "timestamp": 1771465059.2983823,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.1277310848236084,
                    "manila.delete_share_network": 1.2951154708862305
                }
            },
            {
                "duration": 3.384763240814209,
                "timestamp": 1771465059.3006928,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.778923511505127,
                    "manila.delete_share_network": 1.6058158874511719
                }
            },
            {
                "duration": 3.5798845291137695,
                "timestamp": 1771465059.3071644,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.8581180572509766,
                    "manila.delete_share_network": 0.7217357158660889
                }
            },
            {
                "duration": 3.446455478668213,
                "timestamp": 1771465059.3163488,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.441469192504883,
                    "manila.delete_share_network": 1.0049538612365723
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 3.60576,
        "full_duration": 12.7945,
        "created_at": "2026-19-02T01:37:35"
    },
    {
        "key": {
            "name": "ManilaShares.create_share_network_and_list",
            "description": "Creates share network and then lists it.",
            "pos": 0,
            "kw": {
                "args": {
                    "name": "rally",
                    "detailed": true,
                    "search_opts": {
                        "name": "rally"
                    }
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "quotas": {
                        "manila": {
                            "share_networks": -1
                        }
                    },
                    "users": {
                        "tenants": 2,
                        "users_per_tenant": 1
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 2.915051221847534,
                "timestamp": 1771465072.9958193,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.175419330596924,
                    "manila.list_share_networks": 0.7251331806182861
                }
            },
            {
                "duration": 2.969717025756836,
                "timestamp": 1771465072.9971998,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.2340383529663086,
                    "manila.list_share_networks": 0.7308576107025146
                }
            },
            {
                "duration": 2.81878662109375,
                "timestamp": 1771465072.998105,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6404991149902344,
                    "manila.list_share_networks": 1.1752338409423828
                }
            },
            {
                "duration": 2.8497982025146484,
                "timestamp": 1771465072.999907,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.9043145179748535,
                    "manila.list_share_networks": 0.9411060810089111
                }
            },
            {
                "duration": 3.0562517642974854,
                "timestamp": 1771465073.0052435,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.7495720386505127,
                    "manila.list_share_networks": 0.3066539764404297
                }
            },
            {
                "duration": 2.9846575260162354,
                "timestamp": 1771465073.0055804,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.472038507461548,
                    "manila.list_share_networks": 0.5125973224639893
                }
            },
            {
                "duration": 2.8741519451141357,
                "timestamp": 1771465073.0075438,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.9238908290863037,
                    "manila.list_share_networks": 0.9502227306365967
                }
            },
            {
                "duration": 2.7754287719726562,
                "timestamp": 1771465073.0094643,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.5931129455566406,
                    "manila.list_share_networks": 1.1822803020477295
                }
            },
            {
                "duration": 3.000609874725342,
                "timestamp": 1771465073.029404,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.626526117324829,
                    "manila.list_share_networks": 0.37404847145080566
                }
            },
            {
                "duration": 3.0376391410827637,
                "timestamp": 1771465073.0472782,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.901637554168701,
                    "manila.list_share_networks": 0.1359724998474121
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 3.0891,
        "full_duration": 15.641,
        "created_at": "2026-19-02T01:37:50"
    },
    {
        "key": {
            "name": "ManilaShares.list_share_servers",
            "description": "Lists share servers.",
            "pos": 0,
            "kw": {
                "args": {
                    "search_opts": {}
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {},
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 1.838737964630127,
                "timestamp": 1771465088.4911501,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 1.8386609554290771
                }
            },
            {
                "duration": 2.3140869140625,
                "timestamp": 1771465088.492811,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.3140766620635986
                }
            },
            {
                "duration": 2.4810240268707275,
                "timestamp": 1771465088.4943547,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.481013298034668
                }
            },
            {
                "duration": 2.4267847537994385,
                "timestamp": 1771465088.495657,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.426774740219116
                }
            },
            {
                "duration": 1.9743294715881348,
                "timestamp": 1771465088.4988918,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 1.974266767501831
                }
            },
            {
                "duration": 1.875077486038208,
                "timestamp": 1771465088.4997911,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 1.8750665187835693
                }
            },
            {
                "duration": 2.01324200630188,
                "timestamp": 1771465088.5014656,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.0132317543029785
                }
            },
            {
                "duration": 2.1102428436279297,
                "timestamp": 1771465088.5066125,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.1102330684661865
                }
            },
            {
                "duration": 2.245631456375122,
                "timestamp": 1771465088.5283024,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.2456135749816895
                }
            },
            {
                "duration": 2.5557119846343994,
                "timestamp": 1771465088.53233,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.555697441101074
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.59689,
        "full_duration": 7.58487,
        "created_at": "2026-19-02T01:38:06"
    },
    {
        "key": {
            "name": "ManilaShares.create_security_service_and_delete",
            "description": "Creates security service and then deletes.",
            "pos": 0,
            "kw": {
                "args": {
                    "security_service_type": "ldap",
                    "dns_ip": "fake_dns_ip",
                    "server": "fake-server",
                    "domain": "fake_domain",
                    "user": "fake_user",
                    "password": "fake_password",
                    "name": "fake_name",
                    "description": "fake_description"
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "users": {
                        "tenants": 1,
                        "users_per_tenant": 1
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 2.7868430614471436,
                "timestamp": 1771465096.564777,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.0081961154937744,
                    "manila.delete_security_service": 0.7656972408294678
                }
            },
            {
                "duration": 2.7055742740631104,
                "timestamp": 1771465096.5660002,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.6390633583068848,
                    "manila.delete_security_service": 1.0569021701812744
                }
            },
            {
                "duration": 2.7869186401367188,
                "timestamp": 1771465096.5664146,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.1764872074127197,
                    "manila.delete_security_service": 0.6069455146789551
                }
            },
            {
                "duration": 2.678877353668213,
                "timestamp": 1771465096.5664923,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.4245693683624268,
                    "manila.delete_security_service": 1.249776840209961
                }
            },
            {
                "duration": 2.7741119861602783,
                "timestamp": 1771465096.566582,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.8272466659545898,
                    "manila.delete_security_service": 0.9369933605194092
                }
            },
            {
                "duration": 2.74125337600708,
                "timestamp": 1771465096.5668378,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.7865619659423828,
                    "manila.delete_security_service": 0.9495606422424316
                }
            },
            {
                "duration": 2.6928045749664307,
                "timestamp": 1771465096.5680993,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.6035492420196533,
                    "manila.delete_security_service": 1.0766181945800781
                }
            },
            {
                "duration": 2.719280481338501,
                "timestamp": 1771465096.5730653,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.9908361434936523,
                    "manila.delete_security_service": 0.7284166812896729
                }
            },
            {
                "duration": 2.7082526683807373,
                "timestamp": 1771465096.5784261,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.4264729022979736,
                    "manila.delete_security_service": 1.281747579574585
                }
            },
            {
                "duration": 2.7587854862213135,
                "timestamp": 1771465096.5858073,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.1721880435943604,
                    "manila.delete_security_service": 0.5865662097930908
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.78856,
        "full_duration": 9.0171,
        "created_at": "2026-19-02T01:38:14"
    },
    {
        "key": {
            "name": "ManilaShares.create_security_service_and_delete",
            "description": "Creates security service and then deletes.",
            "pos": 1,
            "kw": {
                "args": {
                    "security_service_type": "kerberos",
                    "dns_ip": "fake_dns_ip",
                    "server": "fake-server",
                    "domain": "fake_domain",
                    "user": "fake_user",
                    "password": "fake_password",
                    "name": "fake_name",
                    "description": "fake_description"
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "users": {
                        "tenants": 1,
                        "users_per_tenant": 1
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 2.7099478244781494,
                "timestamp": 1771465106.5566745,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.4787490367889404,
                    "manila.delete_security_service": 1.228745698928833
                }
            },
            {
                "duration": 2.604785680770874,
                "timestamp": 1771465106.5567057,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.5308265686035156,
                    "manila.delete_security_service": 1.0676019191741943
                }
            },
            {
                "duration": 2.6939802169799805,
                "timestamp": 1771465106.5575426,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.8900513648986816,
                    "manila.delete_security_service": 0.8019120693206787
                }
            },
            {
                "duration": 2.7593517303466797,
                "timestamp": 1771465106.5586874,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.213494300842285,
                    "manila.delete_security_service": 0.5400745868682861
                }
            },
            {
                "duration": 2.7855873107910156,
                "timestamp": 1771465106.5615282,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.6693685054779053,
                    "manila.delete_security_service": 1.1161868572235107
                }
            },
            {
                "duration": 2.7318735122680664,
                "timestamp": 1771465106.5628967,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.098491668701172,
                    "manila.delete_security_service": 0.6333513259887695
                }
            },
            {
                "duration": 2.685154914855957,
                "timestamp": 1771465106.5692487,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.7165119647979736,
                    "manila.delete_security_service": 0.9686126708984375
                }
            },
            {
                "duration": 2.7925376892089844,
                "timestamp": 1771465106.5704257,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.198268175125122,
                    "manila.delete_security_service": 0.5942347049713135
                }
            },
            {
                "duration": 2.7691922187805176,
                "timestamp": 1771465106.572299,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.925800085067749,
                    "manila.delete_security_service": 0.8433654308319092
                }
            },
            {
                "duration": 2.6975502967834473,
                "timestamp": 1771465106.5874653,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.112048625946045,
                    "manila.delete_security_service": 0.5854043960571289
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.80629,
        "full_duration": 7.40351,
        "created_at": "2026-19-02T01:38:24"
    },
    {
        "key": {
            "name": "ManilaShares.create_security_service_and_delete",
            "description": "Creates security service and then deletes.",
            "pos": 2,
            "kw": {
                "args": {
                    "security_service_type": "active_directory",
                    "dns_ip": "fake_dns_ip",
                    "server": "fake-server",
                    "domain": "fake_domain",
                    "user": "fake_user",
                    "password": "fake_password",
                    "name": "fake_name",
                    "description": "fake_description"
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "users": {
                        "tenants": 1,
                        "users_per_tenant": 1
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 1.6051051616668701,
                "timestamp": 1771465113.4024012,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.003359079360962,
                    "manila.delete_security_service": 0.5998144149780273
                }
            },
            {
                "duration": 1.9477388858795166,
                "timestamp": 1771465113.4035528,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.2660162448883057,
                    "manila.delete_security_service": 0.6803240776062012
                }
            },
            {
                "duration": 1.807840347290039,
                "timestamp": 1771465113.4080265,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.045931339263916,
                    "manila.delete_security_service": 0.761864185333252
                }
            },
            {
                "duration": 1.9364213943481445,
                "timestamp": 1771465113.410487,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.0921962261199951,
                    "manila.delete_security_service": 0.8441815376281738
                }
            },
            {
                "duration": 1.9310755729675293,
                "timestamp": 1771465113.4105334,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.2859513759613037,
                    "manila.delete_security_service": 0.6450872421264648
                }
            },
            {
                "duration": 1.933645486831665,
                "timestamp": 1771465113.412607,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.1866443157196045,
                    "manila.delete_security_service": 0.7469737529754639
                }
            },
            {
                "duration": 1.8293561935424805,
                "timestamp": 1771465113.4292467,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.3547346591949463,
                    "manila.delete_security_service": 0.47458934783935547
                }
            },
            {
                "duration": 1.8175251483917236,
                "timestamp": 1771465113.431531,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.1205575466156006,
                    "manila.delete_security_service": 0.696932315826416
                }
            },
            {
                "duration": 1.876983404159546,
                "timestamp": 1771465113.4341547,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.187995433807373,
                    "manila.delete_security_service": 0.6889550685882568
                }
            },
            {
                "duration": 1.8470790386199951,
                "timestamp": 1771465113.4354138,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.3061933517456055,
                    "manila.delete_security_service": 0.5408575534820557
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 1.94889,
        "full_duration": 5.09767,
        "created_at": "2026-19-02T01:38:32"
    },
    {
        "key": {
            "name": "ManilaShares.attach_security_service_to_share_network",
            "description": "Attaches security service to share network.",
            "pos": 0,
            "kw": {
                "args": {
                    "security_service_type": "ldap"
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "users": {
                        "tenants": 1,
                        "users_per_tenant": 1
                    },
                    "quotas": {
                        "manila": {
                            "share_networks": -1
                        }
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 2.6443369388580322,
                "timestamp": 1771465119.830251,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.8281052112579346,
                    "manila.create_security_service": 0.16421723365783691,
                    "manila.add_security_service_to_share_network": 0.6497433185577393
                }
            },
            {
                "duration": 2.932183027267456,
                "timestamp": 1771465119.8324895,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.9273955821990967,
                    "manila.create_security_service": 0.17404985427856445,
                    "manila.add_security_service_to_share_network": 0.8286874294281006
                }
            },
            {
                "duration": 2.868504285812378,
                "timestamp": 1771465119.8344612,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3901188373565674,
                    "manila.create_security_service": 0.5231661796569824,
                    "manila.add_security_service_to_share_network": 0.9530332088470459
                }
            },
            {
                "duration": 2.7184581756591797,
                "timestamp": 1771465119.8363395,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.2417852878570557,
                    "manila.create_security_service": 0.6024425029754639,
                    "manila.add_security_service_to_share_network": 0.8713746070861816
                }
            },
            {
                "duration": 2.855531930923462,
                "timestamp": 1771465119.8405867,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6186466217041016,
                    "manila.create_security_service": 0.3247206211090088,
                    "manila.add_security_service_to_share_network": 0.911034345626831
                }
            },
            {
                "duration": 2.542771816253662,
                "timestamp": 1771465119.8409874,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6821954250335693,
                    "manila.create_security_service": 0.24829840660095215,
                    "manila.add_security_service_to_share_network": 0.5996723175048828
                }
            },
            {
                "duration": 2.80193829536438,
                "timestamp": 1771465119.843483,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.2220978736877441,
                    "manila.create_security_service": 0.6371438503265381,
                    "manila.add_security_service_to_share_network": 0.9395725727081299
                }
            },
            {
                "duration": 2.9032230377197266,
                "timestamp": 1771465119.8446639,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.7543728351593018,
                    "manila.create_security_service": 0.19639945030212402,
                    "manila.add_security_service_to_share_network": 0.9495344161987305
                }
            },
            {
                "duration": 2.7456917762756348,
                "timestamp": 1771465119.85636,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.507559061050415,
                    "manila.create_security_service": 0.39989137649536133,
                    "manila.add_security_service_to_share_network": 0.835770845413208
                }
            },
            {
                "duration": 2.6111397743225098,
                "timestamp": 1771465119.8600054,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3630461692810059,
                    "manila.create_security_service": 0.5055441856384277,
                    "manila.add_security_service_to_share_network": 0.7391853332519531
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.93442,
        "full_duration": 12.2,
        "created_at": "2026-19-02T01:38:38"
    },
    {
        "key": {
            "name": "ManilaShares.attach_security_service_to_share_network",
            "description": "Attaches security service to share network.",
            "pos": 1,
            "kw": {
                "args": {
                    "security_service_type": "kerberos"
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "users": {
                        "tenants": 1,
                        "users_per_tenant": 1
                    },
                    "quotas": {
                        "manila": {
                            "share_networks": -1
                        }
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 2.7083628177642822,
                "timestamp": 1771465133.906083,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.1617517471313477,
                    "manila.create_security_service": 0.48862338066101074,
                    "manila.add_security_service_to_share_network": 1.0565454959869385
                }
            },
            {
                "duration": 2.523838996887207,
                "timestamp": 1771465133.908448,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.0901665687561035,
                    "manila.create_security_service": 0.5424032211303711,
                    "manila.add_security_service_to_share_network": 0.8903384208679199
                }
            },
            {
                "duration": 2.6050357818603516,
                "timestamp": 1771465133.9084857,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.2976939678192139,
                    "manila.create_security_service": 0.36707186698913574,
                    "manila.add_security_service_to_share_network": 0.9390890598297119
                }
            },
            {
                "duration": 2.6472554206848145,
                "timestamp": 1771465133.9114175,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3997764587402344,
                    "manila.create_security_service": 0.31670618057250977,
                    "manila.add_security_service_to_share_network": 0.9287869930267334
                }
            },
            {
                "duration": 2.3225901126861572,
                "timestamp": 1771465133.9124584,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.222233772277832,
                    "manila.create_security_service": 0.434525728225708,
                    "manila.add_security_service_to_share_network": 0.6587882041931152
                }
            },
            {
                "duration": 2.5862319469451904,
                "timestamp": 1771465133.9153264,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.5528810024261475,
                    "manila.create_security_service": 0.141432523727417,
                    "manila.add_security_service_to_share_network": 0.8897140026092529
                }
            },
            {
                "duration": 2.6693742275238037,
                "timestamp": 1771465133.917336,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.749817132949829,
                    "manila.create_security_service": 0.10741877555847168,
                    "manila.add_security_service_to_share_network": 0.8103442192077637
                }
            },
            {
                "duration": 2.109177350997925,
                "timestamp": 1771465133.9202583,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6096277236938477,
                    "manila.create_security_service": 0.10673379898071289,
                    "manila.add_security_service_to_share_network": 0.3915119171142578
                }
            },
            {
                "duration": 2.5036308765411377,
                "timestamp": 1771465133.93471,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3552818298339844,
                    "manila.create_security_service": 0.3071274757385254,
                    "manila.add_security_service_to_share_network": 0.8360185623168945
                }
            },
            {
                "duration": 2.598461389541626,
                "timestamp": 1771465133.943583,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.4857738018035889,
                    "manila.create_security_service": 0.1911637783050537,
                    "manila.add_security_service_to_share_network": 0.9200518131256104
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.70836,
        "full_duration": 12.1143,
        "created_at": "2026-19-02T01:38:52"
    },
    {
        "key": {
            "name": "ManilaShares.attach_security_service_to_share_network",
            "description": "Attaches security service to share network.",
            "pos": 2,
            "kw": {
                "args": {
                    "security_service_type": "active_directory"
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "users": {
                        "tenants": 1,
                        "users_per_tenant": 1
                    },
                    "quotas": {
                        "manila": {
                            "share_networks": -1
                        }
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 2.5017249584198,
                "timestamp": 1771465148.0281951,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.225050449371338,
                    "manila.create_security_service": 0.6207306385040283,
                    "manila.add_security_service_to_share_network": 0.6439595222473145
                }
            },
            {
                "duration": 2.902439594268799,
                "timestamp": 1771465148.0306177,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6089370250701904,
                    "manila.create_security_service": 0.3567695617675781,
                    "manila.add_security_service_to_share_network": 0.9352085590362549
                }
            },
            {
                "duration": 2.7114851474761963,
                "timestamp": 1771465148.0311663,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3685216903686523,
                    "manila.create_security_service": 0.5380454063415527,
                    "manila.add_security_service_to_share_network": 0.8024768829345703
                }
            },
            {
                "duration": 2.661172389984131,
                "timestamp": 1771465148.036372,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.2344441413879395,
                    "manila.create_security_service": 0.6229727268218994,
                    "manila.add_security_service_to_share_network": 0.7998507022857666
                }
            },
            {
                "duration": 2.8614389896392822,
                "timestamp": 1771465148.039944,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6587350368499756,
                    "manila.create_security_service": 0.305269718170166,
                    "manila.add_security_service_to_share_network": 0.8947250843048096
                }
            },
            {
                "duration": 2.79007887840271,
                "timestamp": 1771465148.0427537,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.8186595439910889,
                    "manila.create_security_service": 0.1778252124786377,
                    "manila.add_security_service_to_share_network": 0.7908611297607422
                }
            },
            {
                "duration": 2.8964741230010986,
                "timestamp": 1771465148.0435014,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.8999543190002441,
                    "manila.create_security_service": 0.20758843421936035,
                    "manila.add_security_service_to_share_network": 0.7878453731536865
                }
            },
            {
                "duration": 2.7573907375335693,
                "timestamp": 1771465148.044429,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.40153169631958,
                    "manila.create_security_service": 0.534538745880127,
                    "manila.add_security_service_to_share_network": 0.8201830387115479
                }
            },
            {
                "duration": 2.8071465492248535,
                "timestamp": 1771465148.0518668,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.503908395767212,
                    "manila.create_security_service": 0.43164539337158203,
                    "manila.add_security_service_to_share_network": 0.8707892894744873
                }
            },
            {
                "duration": 2.818885326385498,
                "timestamp": 1771465148.0554373,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.7167136669158936,
                    "manila.create_security_service": 0.23351764678955078,
                    "manila.add_security_service_to_share_network": 0.8676118850708008
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.91178,
        "full_duration": 12.3181,
        "created_at": "2026-19-02T01:39:06"
    },
    {
        "key": {
            "name": "ManilaShares.set_and_delete_metadata",
            "description": "Sets and deletes share metadata.",
            "pos": 0,
            "kw": {
                "args": {
                    "sets": 1,
                    "set_size": 3,
                    "delete_size": 3,
                    "key_min_length": 1,
                    "key_max_length": 256,
                    "value_min_length": 1,
                    "value_max_length": 1024
                },
                "runner": {
                    "times": 10,
                    "concurrency": 10,
                    "type": "constant"
                },
                "context": {
                    "quotas": {
                        "manila": {
                            "shares": -1,
                            "gigabytes": -1,
                            "share_networks": -1
                        }
                    },
                    "users": {
                        "tenants": 1,
                        "users_per_tenant": 1
                    },
                    "manila_share_networks": {
                        "use_share_networks": true
                    },
                    "manila_shares": {
                        "shares_per_tenant": 1,
                        "share_proto": "NFS",
                        "size": 1,
                        "share_type": "dhss_true"
                    }
                },
                "sla": {
                    "failure_rate": {
                        "max": 0
                    }
                },
                "hooks": []
            }
        },
        "result": [
            {
                "duration": 4.2606048583984375,
                "timestamp": 1771465171.3846061,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 2.5797574520111084,
                    "manila.delete_metadata": 1.680729627609253
                }
            },
            {
                "duration": 4.062943458557129,
                "timestamp": 1771465171.384613,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.271918535232544,
                    "manila.delete_metadata": 2.790928840637207
                }
            },
            {
                "duration": 4.352222204208374,
                "timestamp": 1771465171.3876228,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 2.7666754722595215,
                    "manila.delete_metadata": 1.5855145454406738
                }
            },
            {
                "duration": 4.1347432136535645,
                "timestamp": 1771465171.3890371,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.6064460277557373,
                    "manila.delete_metadata": 2.5282273292541504
                }
            },
            {
                "duration": 3.9302473068237305,
                "timestamp": 1771465171.395475,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.0120739936828613,
                    "manila.delete_metadata": 2.91813063621521
                }
            },
            {
                "duration": 4.198217391967773,
                "timestamp": 1771465171.3973496,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 2.1031951904296875,
                    "manila.delete_metadata": 2.094980478286743
                }
            },
            {
                "duration": 4.022775411605835,
                "timestamp": 1771465171.4019902,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.509385347366333,
                    "manila.delete_metadata": 2.5133626461029053
                }
            },
            {
                "duration": 4.169939279556274,
                "timestamp": 1771465171.4070597,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.7709729671478271,
                    "manila.delete_metadata": 2.398923397064209
                }
            },
            {
                "duration": 4.235405445098877,
                "timestamp": 1771465171.4353075,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 2.2650222778320312,
                    "manila.delete_metadata": 1.970327615737915
                }
            },
            {
                "duration": 4.068150758743286,
                "timestamp": 1771465171.4362583,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.2451038360595703,
                    "manila.delete_metadata": 2.823012351989746
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 4.35524,
        "full_duration": 23.6248,
        "created_at": "2026-19-02T01:39:21"
    }
]
