[
    {
        "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.00044226646423339844,
                "timestamp": 1771452904.5610478,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "foo": 0.0003838539123535156
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 0.000442266,
        "full_duration": 6.3478,
        "created_at": "2026-18-02T22:15:01"
    },
    {
        "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.6690757274627686,
                "timestamp": 1771452920.2209406,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.6689996719360352
                }
            },
            {
                "duration": 2.02620530128479,
                "timestamp": 1771452920.2227044,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 2.0261261463165283
                }
            },
            {
                "duration": 1.634244441986084,
                "timestamp": 1771452920.223673,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.6342320442199707
                }
            },
            {
                "duration": 1.800597906112671,
                "timestamp": 1771452920.2286975,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.8005871772766113
                }
            },
            {
                "duration": 2.187408685684204,
                "timestamp": 1771452920.2308156,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 2.1873979568481445
                }
            },
            {
                "duration": 1.7573013305664062,
                "timestamp": 1771452920.233727,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.7572910785675049
                }
            },
            {
                "duration": 1.489354133605957,
                "timestamp": 1771452920.2374094,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.4892363548278809
                }
            },
            {
                "duration": 1.9167184829711914,
                "timestamp": 1771452920.2479784,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.9167006015777588
                }
            },
            {
                "duration": 2.0561344623565674,
                "timestamp": 1771452920.2498143,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 2.056100606918335
                }
            },
            {
                "duration": 1.8686261177062988,
                "timestamp": 1771452920.251696,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_shares": 1.8686161041259766
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.19728,
        "full_duration": 20.5158,
        "created_at": "2026-18-02T22:15:09"
    },
    {
        "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": 14.5052690238525,
                "timestamp": 1771452935.8371727,
                "idle_duration": 3.2226438789795306,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 12.044054746627808,
                    "manila.delete_share": 4.4270339012146
                }
            },
            {
                "duration": 15.107478959859334,
                "timestamp": 1771452935.837479,
                "idle_duration": 3.2568646833291424,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 12.639992713928223,
                    "manila.delete_share": 4.429259777069092
                }
            },
            {
                "duration": 16.23240004613871,
                "timestamp": 1771452935.8395355,
                "idle_duration": 3.298343552799277,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 13.800430297851562,
                    "manila.delete_share": 4.401135444641113
                }
            },
            {
                "duration": 17.125191135088137,
                "timestamp": 1771452935.841851,
                "idle_duration": 3.7310915759409147,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 14.741482257843018,
                    "manila.delete_share": 4.381544589996338
                }
            },
            {
                "duration": 17.26445228994871,
                "timestamp": 1771452935.8424911,
                "idle_duration": 3.6601740604541213,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 14.66138243675232,
                    "manila.delete_share": 4.5975422859191895
                }
            },
            {
                "duration": 19.308087979741558,
                "timestamp": 1771452935.8448515,
                "idle_duration": 3.342097366861835,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 16.933881282806396,
                    "manila.delete_share": 4.372762680053711
                }
            },
            {
                "duration": 14.466143663589062,
                "timestamp": 1771452935.846216,
                "idle_duration": 3.1168882291874276,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 12.00771427154541,
                    "manila.delete_share": 4.4573071002960205
                }
            },
            {
                "duration": 11.995027743281394,
                "timestamp": 1771452935.8509169,
                "idle_duration": 3.8127751722917256,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 9.453980922698975,
                    "manila.delete_share": 4.539214611053467
                }
            },
            {
                "duration": 13.281019972420003,
                "timestamp": 1771452935.8539534,
                "idle_duration": 3.931611968421672,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.883257627487183,
                    "manila.delete_share": 4.395286798477173
                }
            },
            {
                "duration": 13.18444803284734,
                "timestamp": 1771452935.8584003,
                "idle_duration": 3.339077920445506,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.70377254486084,
                    "manila.delete_share": 4.477498769760132
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 19.3158,
        "full_duration": 35.1123,
        "created_at": "2026-18-02T22:15:31"
    },
    {
        "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.74424977163278,
                "timestamp": 1771452972.1161506,
                "idle_duration": 3.3393896116832593,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.67308521270752,
                    "manila.list_shares": 0.06987500190734863
                }
            },
            {
                "duration": 12.698618258824695,
                "timestamp": 1771452972.1189497,
                "idle_duration": 3.2495991331430782,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 14.628725051879883,
                    "manila.list_shares": 0.06833195686340332
                }
            },
            {
                "duration": 7.0603600816057295,
                "timestamp": 1771452972.1273525,
                "idle_duration": 3.5255922003461744,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 8.967229127883911,
                    "manila.list_shares": 0.09166145324707031
                }
            },
            {
                "duration": 12.23951039893089,
                "timestamp": 1771452972.129267,
                "idle_duration": 3.7355946482950633,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 14.165391445159912,
                    "manila.list_shares": 0.06564712524414062
                }
            },
            {
                "duration": 12.305572712531337,
                "timestamp": 1771452972.1310995,
                "idle_duration": 3.553585803398839,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 14.231900215148926,
                    "manila.list_shares": 0.0713658332824707
                }
            },
            {
                "duration": 9.49950732979724,
                "timestamp": 1771452972.1370678,
                "idle_duration": 3.6459895154481208,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 11.423187017440796,
                    "manila.list_shares": 0.07298111915588379
                }
            },
            {
                "duration": 10.000073518214531,
                "timestamp": 1771452972.1407037,
                "idle_duration": 3.9966892343184286,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 11.930469036102295,
                    "manila.list_shares": 0.06700301170349121
                }
            },
            {
                "duration": 8.515187991373754,
                "timestamp": 1771452972.1447294,
                "idle_duration": 3.4234633319447285,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.440940141677856,
                    "manila.list_shares": 0.07282733917236328
                }
            },
            {
                "duration": 8.170175084384072,
                "timestamp": 1771452972.1458232,
                "idle_duration": 3.455736389843833,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 10.086101055145264,
                    "manila.list_shares": 0.06977963447570801
                }
            },
            {
                "duration": 10.437528453329977,
                "timestamp": 1771452972.1520262,
                "idle_duration": 3.9386474271021523,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share": 12.353485584259033,
                    "manila.list_shares": 0.06601810455322266
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 12.7014,
        "full_duration": 36.0556,
        "created_at": "2026-18-02T22:16:08"
    },
    {
        "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.529444932937622,
                "timestamp": 1771453007.0483031,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.9582393169403076,
                    "manila.delete_share_network": 1.5620152950286865
                }
            },
            {
                "duration": 3.640915870666504,
                "timestamp": 1771453007.0488653,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.194124460220337,
                    "manila.delete_share_network": 1.420074701309204
                }
            },
            {
                "duration": 3.6551198959350586,
                "timestamp": 1771453007.0504558,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.488389492034912,
                    "manila.delete_share_network": 1.1566760540008545
                }
            },
            {
                "duration": 3.590540647506714,
                "timestamp": 1771453007.0512888,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.875586986541748,
                    "manila.delete_share_network": 1.7028274536132812
                }
            },
            {
                "duration": 3.760737657546997,
                "timestamp": 1771453007.0513732,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.921113967895508,
                    "manila.delete_share_network": 0.836897611618042
                }
            },
            {
                "duration": 3.668762445449829,
                "timestamp": 1771453007.0524483,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.6350224018096924,
                    "manila.delete_share_network": 1.0311331748962402
                }
            },
            {
                "duration": 3.5329229831695557,
                "timestamp": 1771453007.0628512,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6365385055541992,
                    "manila.delete_share_network": 1.8963561058044434
                }
            },
            {
                "duration": 3.605314254760742,
                "timestamp": 1771453007.0697496,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.111250638961792,
                    "manila.delete_share_network": 1.4940330982208252
                }
            },
            {
                "duration": 3.5695016384124756,
                "timestamp": 1771453007.0707226,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6403913497924805,
                    "manila.delete_share_network": 1.9290821552276611
                }
            },
            {
                "duration": 3.5889575481414795,
                "timestamp": 1771453007.0822752,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.3846516609191895,
                    "manila.delete_share_network": 1.2042806148529053
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 3.76381,
        "full_duration": 12.1223,
        "created_at": "2026-18-02T22:16:44"
    },
    {
        "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.9627082347869873,
                "timestamp": 1771453021.2105012,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.5430619716644287,
                    "manila.list_share_networks": 0.3890862464904785
                }
            },
            {
                "duration": 2.7823355197906494,
                "timestamp": 1771453021.211691,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6426284313201904,
                    "manila.list_share_networks": 1.1356031894683838
                }
            },
            {
                "duration": 2.9049999713897705,
                "timestamp": 1771453021.2119575,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.2272849082946777,
                    "manila.list_share_networks": 0.6557943820953369
                }
            },
            {
                "duration": 2.9801931381225586,
                "timestamp": 1771453021.213043,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.7260031700134277,
                    "manila.list_share_networks": 0.23399639129638672
                }
            },
            {
                "duration": 2.9313771724700928,
                "timestamp": 1771453021.2154875,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.275348663330078,
                    "manila.list_share_networks": 0.6552791595458984
                }
            },
            {
                "duration": 2.871427297592163,
                "timestamp": 1771453021.2261038,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.9295110702514648,
                    "manila.list_share_networks": 0.9418802261352539
                }
            },
            {
                "duration": 2.9154722690582275,
                "timestamp": 1771453021.2389164,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.492138147354126,
                    "manila.list_share_networks": 0.42329955101013184
                }
            },
            {
                "duration": 2.955902099609375,
                "timestamp": 1771453021.2441587,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 2.7882816791534424,
                    "manila.list_share_networks": 0.1675863265991211
                }
            },
            {
                "duration": 2.7718589305877686,
                "timestamp": 1771453021.2467406,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.6807761192321777,
                    "manila.list_share_networks": 1.0910522937774658
                }
            },
            {
                "duration": 2.8017687797546387,
                "timestamp": 1771453021.2626734,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.9739806652069092,
                    "manila.list_share_networks": 0.827761173248291
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.98956,
        "full_duration": 15.3525,
        "created_at": "2026-18-02T22:16:58"
    },
    {
        "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.867335319519043,
                "timestamp": 1771453036.590369,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 1.8672735691070557
                }
            },
            {
                "duration": 2.0452795028686523,
                "timestamp": 1771453036.5944161,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.0452685356140137
                }
            },
            {
                "duration": 1.6502728462219238,
                "timestamp": 1771453036.5964437,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 1.6501822471618652
                }
            },
            {
                "duration": 2.150463342666626,
                "timestamp": 1771453036.5988462,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.1504533290863037
                }
            },
            {
                "duration": 1.652235507965088,
                "timestamp": 1771453036.6016557,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 1.6522200107574463
                }
            },
            {
                "duration": 2.4270193576812744,
                "timestamp": 1771453036.6031513,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.4270031452178955
                }
            },
            {
                "duration": 2.3424465656280518,
                "timestamp": 1771453036.6059048,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.342437267303467
                }
            },
            {
                "duration": 2.2614965438842773,
                "timestamp": 1771453036.6175604,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 2.2614858150482178
                }
            },
            {
                "duration": 1.9943618774414062,
                "timestamp": 1771453036.6182761,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 1.9943315982818604
                }
            },
            {
                "duration": 1.8276870250701904,
                "timestamp": 1771453036.631597,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.list_share_servers": 1.827676773071289
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.4398,
        "full_duration": 7.35185,
        "created_at": "2026-18-02T22:17:14"
    },
    {
        "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": 3.2166976928710938,
                "timestamp": 1771453045.3732846,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.526052236557007,
                    "manila.delete_security_service": 0.6745662689208984
                }
            },
            {
                "duration": 3.1998512744903564,
                "timestamp": 1771453045.3739097,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.067589521408081,
                    "manila.delete_security_service": 1.1309070587158203
                }
            },
            {
                "duration": 3.082343578338623,
                "timestamp": 1771453045.3780153,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.7584636211395264,
                    "manila.delete_security_service": 1.3238446712493896
                }
            },
            {
                "duration": 3.069026470184326,
                "timestamp": 1771453045.3786862,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.8864469528198242,
                    "manila.delete_security_service": 1.1643569469451904
                }
            },
            {
                "duration": 3.1154773235321045,
                "timestamp": 1771453045.3788517,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.9836578369140625,
                    "manila.delete_security_service": 1.1312625408172607
                }
            },
            {
                "duration": 3.2026751041412354,
                "timestamp": 1771453045.3838542,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.199173927307129,
                    "manila.delete_security_service": 1.003432035446167
                }
            },
            {
                "duration": 3.1428890228271484,
                "timestamp": 1771453045.386073,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.389378547668457,
                    "manila.delete_security_service": 0.7534687519073486
                }
            },
            {
                "duration": 3.042921543121338,
                "timestamp": 1771453045.389225,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.6792402267456055,
                    "manila.delete_security_service": 1.3636224269866943
                }
            },
            {
                "duration": 3.216420888900757,
                "timestamp": 1771453045.4034684,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.6457982063293457,
                    "manila.delete_security_service": 0.5705606937408447
                }
            },
            {
                "duration": 3.112502098083496,
                "timestamp": 1771453045.4039905,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 2.2460503578186035,
                    "manila.delete_security_service": 0.8664007186889648
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 3.2466,
        "full_duration": 10.3971,
        "created_at": "2026-18-02T22:17:22"
    },
    {
        "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": 1.9606568813323975,
                "timestamp": 1771453055.7054844,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.1279628276824951,
                    "manila.delete_security_service": 0.8301868438720703
                }
            },
            {
                "duration": 2.0816123485565186,
                "timestamp": 1771453055.7129874,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.2212119102478027,
                    "manila.delete_security_service": 0.8603577613830566
                }
            },
            {
                "duration": 2.021420955657959,
                "timestamp": 1771453055.7147827,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.3105640411376953,
                    "manila.delete_security_service": 0.7108256816864014
                }
            },
            {
                "duration": 2.041926622390747,
                "timestamp": 1771453055.7163517,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.139449119567871,
                    "manila.delete_security_service": 0.902442455291748
                }
            },
            {
                "duration": 2.0836496353149414,
                "timestamp": 1771453055.716742,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.3651185035705566,
                    "manila.delete_security_service": 0.6870212554931641
                }
            },
            {
                "duration": 2.0596535205841064,
                "timestamp": 1771453055.7188306,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.4391489028930664,
                    "manila.delete_security_service": 0.5916485786437988
                }
            },
            {
                "duration": 2.039417266845703,
                "timestamp": 1771453055.727092,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.3070213794708252,
                    "manila.delete_security_service": 0.7321517467498779
                }
            },
            {
                "duration": 2.0612845420837402,
                "timestamp": 1771453055.7291014,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.4522371292114258,
                    "manila.delete_security_service": 0.6090118885040283
                }
            },
            {
                "duration": 2.044334888458252,
                "timestamp": 1771453055.7362309,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.3656644821166992,
                    "manila.delete_security_service": 0.678633451461792
                }
            },
            {
                "duration": 1.9064123630523682,
                "timestamp": 1771453055.7536414,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.1806793212890625,
                    "manila.delete_security_service": 0.7256927490234375
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.09491,
        "full_duration": 5.46459,
        "created_at": "2026-18-02T22:17:34"
    },
    {
        "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": 2.482788324356079,
                "timestamp": 1771453061.7484083,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.5984671115875244,
                    "manila.delete_security_service": 0.8706066608428955
                }
            },
            {
                "duration": 2.2248547077178955,
                "timestamp": 1771453061.7542892,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.2647838592529297,
                    "manila.delete_security_service": 0.9590175151824951
                }
            },
            {
                "duration": 2.2410454750061035,
                "timestamp": 1771453061.7639532,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.1964941024780273,
                    "manila.delete_security_service": 1.0445117950439453
                }
            },
            {
                "duration": 2.418314218521118,
                "timestamp": 1771453061.7658763,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.4281184673309326,
                    "manila.delete_security_service": 0.9857966899871826
                }
            },
            {
                "duration": 2.277735948562622,
                "timestamp": 1771453061.7677214,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.3465399742126465,
                    "manila.delete_security_service": 0.931164026260376
                }
            },
            {
                "duration": 2.324558973312378,
                "timestamp": 1771453061.7683053,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.2754831314086914,
                    "manila.delete_security_service": 1.0429902076721191
                }
            },
            {
                "duration": 2.234506845474243,
                "timestamp": 1771453061.7687564,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.3814797401428223,
                    "manila.delete_security_service": 0.8424761295318604
                }
            },
            {
                "duration": 2.3620572090148926,
                "timestamp": 1771453061.782128,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.4484190940856934,
                    "manila.delete_security_service": 0.9136030673980713
                }
            },
            {
                "duration": 2.393953323364258,
                "timestamp": 1771453061.7844296,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.5324206352233887,
                    "manila.delete_security_service": 0.8615031242370605
                }
            },
            {
                "duration": 2.381272554397583,
                "timestamp": 1771453061.7902334,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_security_service": 1.4393088817596436,
                    "manila.delete_security_service": 0.9419353008270264
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.48279,
        "full_duration": 5.76297,
        "created_at": "2026-18-02T22:17:40"
    },
    {
        "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.7784433364868164,
                "timestamp": 1771453068.3268485,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.5246548652648926,
                    "manila.create_security_service": 0.340029239654541,
                    "manila.add_security_service_to_share_network": 0.9114668369293213
                }
            },
            {
                "duration": 2.914621591567993,
                "timestamp": 1771453068.3301556,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.9295947551727295,
                    "manila.create_security_service": 0.3690955638885498,
                    "manila.add_security_service_to_share_network": 0.614814281463623
                }
            },
            {
                "duration": 2.8162293434143066,
                "timestamp": 1771453068.3326075,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.688467025756836,
                    "manila.create_security_service": 0.21586847305297852,
                    "manila.add_security_service_to_share_network": 0.9101829528808594
                }
            },
            {
                "duration": 2.728706121444702,
                "timestamp": 1771453068.3343182,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3449535369873047,
                    "manila.create_security_service": 0.4356207847595215,
                    "manila.add_security_service_to_share_network": 0.9458143711090088
                }
            },
            {
                "duration": 2.8075387477874756,
                "timestamp": 1771453068.3369668,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.667161226272583,
                    "manila.create_security_service": 0.20521807670593262,
                    "manila.add_security_service_to_share_network": 0.9341933727264404
                }
            },
            {
                "duration": 2.5675032138824463,
                "timestamp": 1771453068.3380375,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.1016268730163574,
                    "manila.create_security_service": 0.5989091396331787,
                    "manila.add_security_service_to_share_network": 0.8624904155731201
                }
            },
            {
                "duration": 2.848649740219116,
                "timestamp": 1771453068.3404512,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.5364711284637451,
                    "manila.create_security_service": 0.3123137950897217,
                    "manila.add_security_service_to_share_network": 0.9988234043121338
                }
            },
            {
                "duration": 2.7004616260528564,
                "timestamp": 1771453068.3428686,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3962528705596924,
                    "manila.create_security_service": 0.4023094177246094,
                    "manila.add_security_service_to_share_network": 0.9004971981048584
                }
            },
            {
                "duration": 2.6191208362579346,
                "timestamp": 1771453068.351963,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.1695010662078857,
                    "manila.create_security_service": 0.5389976501464844,
                    "manila.add_security_service_to_share_network": 0.905693531036377
                }
            },
            {
                "duration": 2.746708869934082,
                "timestamp": 1771453068.3528607,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.2078394889831543,
                    "manila.create_security_service": 0.529484748840332,
                    "manila.add_security_service_to_share_network": 1.0081632137298584
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.91793,
        "full_duration": 12.578,
        "created_at": "2026-18-02T22:17:47"
    },
    {
        "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.7346348762512207,
                "timestamp": 1771453082.3502896,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.1360704898834229,
                    "manila.create_security_service": 0.6170625686645508,
                    "manila.add_security_service_to_share_network": 0.9802014827728271
                }
            },
            {
                "duration": 2.6475987434387207,
                "timestamp": 1771453082.3523538,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.1195826530456543,
                    "manila.create_security_service": 0.6373748779296875,
                    "manila.add_security_service_to_share_network": 0.8895721435546875
                }
            },
            {
                "duration": 2.778095245361328,
                "timestamp": 1771453082.3555117,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.7297048568725586,
                    "manila.create_security_service": 0.31678104400634766,
                    "manila.add_security_service_to_share_network": 0.7273626327514648
                }
            },
            {
                "duration": 2.7615370750427246,
                "timestamp": 1771453082.3571482,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.7379229068756104,
                    "manila.create_security_service": 0.26357579231262207,
                    "manila.add_security_service_to_share_network": 0.7591865062713623
                }
            },
            {
                "duration": 2.725170612335205,
                "timestamp": 1771453082.3578606,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.586622714996338,
                    "manila.create_security_service": 0.24216961860656738,
                    "manila.add_security_service_to_share_network": 0.8921911716461182
                }
            },
            {
                "duration": 2.5514075756073,
                "timestamp": 1771453082.359016,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3071138858795166,
                    "manila.create_security_service": 0.5043787956237793,
                    "manila.add_security_service_to_share_network": 0.739065408706665
                }
            },
            {
                "duration": 2.6083621978759766,
                "timestamp": 1771453082.3701763,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.4362397193908691,
                    "manila.create_security_service": 0.35808706283569336,
                    "manila.add_security_service_to_share_network": 0.8116676807403564
                }
            },
            {
                "duration": 2.8046793937683105,
                "timestamp": 1771453082.373031,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.241044044494629,
                    "manila.create_security_service": 0.5324745178222656,
                    "manila.add_security_service_to_share_network": 1.0295875072479248
                }
            },
            {
                "duration": 2.6527693271636963,
                "timestamp": 1771453082.3747852,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3964512348175049,
                    "manila.create_security_service": 0.35991954803466797,
                    "manila.add_security_service_to_share_network": 0.8955676555633545
                }
            },
            {
                "duration": 2.4433608055114746,
                "timestamp": 1771453082.3758702,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.5621654987335205,
                    "manila.create_security_service": 0.2230069637298584,
                    "manila.add_security_service_to_share_network": 0.6474792957305908
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.82742,
        "full_duration": 12.6113,
        "created_at": "2026-18-02T22:18:01"
    },
    {
        "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.8440003395080566,
                "timestamp": 1771453096.5502183,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.5199613571166992,
                    "manila.create_security_service": 0.3847024440765381,
                    "manila.add_security_service_to_share_network": 0.9369988441467285
                }
            },
            {
                "duration": 2.7709569931030273,
                "timestamp": 1771453096.559141,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.1982214450836182,
                    "manila.create_security_service": 0.6267104148864746,
                    "manila.add_security_service_to_share_network": 0.9421699047088623
                }
            },
            {
                "duration": 2.643221378326416,
                "timestamp": 1771453096.5615091,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.1859455108642578,
                    "manila.create_security_service": 0.6311824321746826,
                    "manila.add_security_service_to_share_network": 0.8183014392852783
                }
            },
            {
                "duration": 2.905795097351074,
                "timestamp": 1771453096.5638688,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.8309345245361328,
                    "manila.create_security_service": 0.2971346378326416,
                    "manila.add_security_service_to_share_network": 0.7768797874450684
                }
            },
            {
                "duration": 2.76763653755188,
                "timestamp": 1771453096.5733314,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.4632487297058105,
                    "manila.create_security_service": 0.4053325653076172,
                    "manila.add_security_service_to_share_network": 0.8965744972229004
                }
            },
            {
                "duration": 2.5030057430267334,
                "timestamp": 1771453096.5737085,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.665496587753296,
                    "manila.create_security_service": 0.20247888565063477,
                    "manila.add_security_service_to_share_network": 0.6220455169677734
                }
            },
            {
                "duration": 2.688774347305298,
                "timestamp": 1771453096.5850217,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.2887532711029053,
                    "manila.create_security_service": 0.5406081676483154,
                    "manila.add_security_service_to_share_network": 0.8585340976715088
                }
            },
            {
                "duration": 2.845233917236328,
                "timestamp": 1771453096.6011133,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.3286988735198975,
                    "manila.create_security_service": 0.5141446590423584,
                    "manila.add_security_service_to_share_network": 1.0002269744873047
                }
            },
            {
                "duration": 2.8194217681884766,
                "timestamp": 1771453096.6058724,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.7590160369873047,
                    "manila.create_security_service": 0.1484057903289795,
                    "manila.add_security_service_to_share_network": 0.9103782176971436
                }
            },
            {
                "duration": 2.5194966793060303,
                "timestamp": 1771453096.6337626,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.create_share_network": 1.561354637145996,
                    "manila.create_security_service": 0.2626688480377197,
                    "manila.add_security_service_to_share_network": 0.6919741630554199
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 2.91945,
        "full_duration": 12.4229,
        "created_at": "2026-18-02T22:18:15"
    },
    {
        "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": 5.281278133392334,
                "timestamp": 1771453119.657101,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 2.54483699798584,
                    "manila.delete_metadata": 2.7363593578338623
                }
            },
            {
                "duration": 4.798602342605591,
                "timestamp": 1771453119.66238,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.1508691310882568,
                    "manila.delete_metadata": 3.6465282440185547
                }
            },
            {
                "duration": 4.848919153213501,
                "timestamp": 1771453119.6696265,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.3167555332183838,
                    "manila.delete_metadata": 3.532116174697876
                }
            },
            {
                "duration": 5.277177572250366,
                "timestamp": 1771453119.6711454,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 2.5625855922698975,
                    "manila.delete_metadata": 2.714547872543335
                }
            },
            {
                "duration": 4.982186317443848,
                "timestamp": 1771453119.6737628,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.5807433128356934,
                    "manila.delete_metadata": 3.401414155960083
                }
            },
            {
                "duration": 5.07297682762146,
                "timestamp": 1771453119.6759143,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.9671473503112793,
                    "manila.delete_metadata": 3.105781078338623
                }
            },
            {
                "duration": 4.841222763061523,
                "timestamp": 1771453119.7009783,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.3426578044891357,
                    "manila.delete_metadata": 3.4985239505767822
                }
            },
            {
                "duration": 4.973841905593872,
                "timestamp": 1771453119.7045956,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 1.5952425003051758,
                    "manila.delete_metadata": 3.3779008388519287
                }
            },
            {
                "duration": 5.301950454711914,
                "timestamp": 1771453119.7202976,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 3.4257426261901855,
                    "manila.delete_metadata": 1.876178503036499
                }
            },
            {
                "duration": 5.06416654586792,
                "timestamp": 1771453119.7550063,
                "idle_duration": 0.0,
                "error": [],
                "output": {
                    "additive": [],
                    "complete": []
                },
                "atomic_actions": {
                    "manila.set_metadata": 2.066293954849243,
                    "manila.delete_metadata": 2.9978280067443848
                }
            }
        ],
        "sla": [
            {
                "criterion": "failure_rate",
                "success": true,
                "detail": "Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed"
            }
        ],
        "hooks": [],
        "load_duration": 5.36515,
        "full_duration": 23.552,
        "created_at": "2026-18-02T22:18:29"
    }
]
