-------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279: finished -------------------------------------------------------------------------------- test scenario Dummy.openstack args position 0 args values: { "args": {}, "runner": { "times": 1, "concurrency": 1 }, "contexts": { "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": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | foo | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | | -> bar | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | | total | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | | -> duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +-------------------------------+ | Atomics per iteration | +-----------+----------+--------+ | iteration | duration | 1. foo | +-----------+----------+--------+ | 1 | 0.0 | 0.0 | +-----------+----------+--------+ Load duration: 0.000442 Full duration: 6.3478 -------------------------------------------------------------------------------- test scenario ManilaShares.list_shares args position 0 args values: { "args": { "detailed": true }, "runner": { "times": 10, "concurrency": 10 }, "contexts": { "users": { "tenants": 3, "users_per_tenant": 4, "user_choice_method": "round_robin" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.list_shares | 1.489 | 1.835 | 2.069 | 2.128 | 2.187 | 1.841 | 100.0% | 10 | | total | 1.489 | 1.835 | 2.069 | 2.128 | 2.187 | 1.841 | 100.0% | 10 | | -> duration | 1.489 | 1.835 | 2.069 | 2.128 | 2.187 | 1.841 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +----------------------------------------------+ | Atomics per iteration | +-----------+----------+-----------------------+ | iteration | duration | 1. manila.list_shares | +-----------+----------+-----------------------+ | 1 | 1.669 | 1.669 | | 2 | 2.026 | 2.026 | | 3 | 1.634 | 1.634 | | 4 | 1.801 | 1.801 | | 5 | 2.187 | 2.187 | | 6 | 1.757 | 1.757 | | 7 | 1.489 | 1.489 | | 8 | 1.917 | 1.917 | | 9 | 2.056 | 2.056 | | 10 | 1.869 | 1.869 | +-----------+----------+-----------------------+ Load duration: 2.19728 Full duration: 20.5158 -------------------------------------------------------------------------------- test scenario ManilaShares.create_and_delete_share args position 0 args values: { "args": { "share_proto": "nfs", "size": 1, "share_type": "dhss_true", "min_sleep": 1, "max_sleep": 2 }, "runner": { "times": 10, "concurrency": 10 }, "contexts": { "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": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_share | 9.454 | 12.342 | 14.961 | 15.947 | 16.934 | 12.787 | 100.0% | 10 | | manila.delete_share | 4.373 | 4.428 | 4.545 | 4.571 | 4.598 | 4.448 | 100.0% | 10 | | total | 15.808 | 18.046 | 21.097 | 21.874 | 22.65 | 18.718 | 100.0% | 10 | | -> duration | 11.995 | 14.806 | 17.469 | 18.388 | 19.308 | 15.247 | 100.0% | 10 | | -> idle_duration | 3.117 | 3.341 | 3.825 | 3.878 | 3.932 | 3.471 | 100.0% | 10 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+------------------------+------------------------+ | iteration | duration | 1. manila.create_share | 2. manila.delete_share | +-----------+----------+------------------------+------------------------+ | 1 | 14.505 | 12.044 | 4.427 | | 2 | 15.107 | 12.64 | 4.429 | | 3 | 16.232 | 13.8 | 4.401 | | 4 | 17.125 | 14.741 | 4.382 | | 5 | 17.264 | 14.661 | 4.598 | | 6 | 19.308 | 16.934 | 4.373 | | 7 | 14.466 | 12.008 | 4.457 | | 8 | 11.995 | 9.454 | 4.539 | | 9 | 13.281 | 10.883 | 4.395 | | 10 | 13.184 | 10.704 | 4.477 | +-----------+----------+------------------------+------------------------+ Load duration: 19.3158 Full duration: 35.1123 -------------------------------------------------------------------------------- test scenario ManilaShares.create_and_list_share args position 0 args values: { "args": { "share_proto": "nfs", "size": 1, "share_type": "dhss_true", "min_sleep": 1, "max_sleep": 2 }, "runner": { "times": 10, "concurrency": 10 }, "contexts": { "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": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_share | 8.967 | 11.677 | 14.272 | 14.45 | 14.629 | 11.89 | 100.0% | 10 | | manila.list_shares | 0.066 | 0.07 | 0.075 | 0.083 | 0.092 | 0.072 | 100.0% | 10 | | total | 10.586 | 13.571 | 15.951 | 15.963 | 15.975 | 13.554 | 100.0% | 10 | | -> duration | 7.06 | 9.75 | 12.345 | 12.522 | 12.699 | 9.967 | 100.0% | 10 | | -> idle_duration | 3.25 | 3.54 | 3.944 | 3.971 | 3.997 | 3.586 | 100.0% | 10 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +-----------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+------------------------+-----------------------+ | iteration | duration | 1. manila.create_share | 2. manila.list_shares | +-----------+----------+------------------------+-----------------------+ | 1 | 8.744 | 10.673 | 0.07 | | 2 | 12.699 | 14.629 | 0.068 | | 3 | 7.06 | 8.967 | 0.092 | | 4 | 12.24 | 14.165 | 0.066 | | 5 | 12.306 | 14.232 | 0.071 | | 6 | 9.5 | 11.423 | 0.073 | | 7 | 10.0 | 11.93 | 0.067 | | 8 | 8.515 | 10.441 | 0.073 | | 9 | 8.17 | 10.086 | 0.07 | | 10 | 10.438 | 12.353 | 0.066 | +-----------+----------+------------------------+-----------------------+ Load duration: 12.7014 Full duration: 36.0556 -------------------------------------------------------------------------------- test scenario ManilaShares.create_share_network_and_delete args position 0 args values: { "args": { "name": "rally" }, "runner": { "times": 10, "concurrency": 10 }, "contexts": { "quotas": { "manila": { "share_networks": -1 } }, "users": { "tenants": 2, "users_per_tenant": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_share_network | 1.637 | 2.153 | 2.664 | 2.792 | 2.921 | 2.185 | 100.0% | 10 | | manila.delete_share_network | 0.837 | 1.457 | 1.9 | 1.914 | 1.929 | 1.423 | 100.0% | 10 | | total | 3.529 | 3.598 | 3.678 | 3.719 | 3.761 | 3.614 | 100.0% | 10 | | -> duration | 3.529 | 3.598 | 3.678 | 3.719 | 3.761 | 3.614 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +----------------------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+--------------------------------+--------------------------------+ | iteration | duration | 1. manila.create_share_network | 2. manila.delete_share_network | +-----------+----------+--------------------------------+--------------------------------+ | 1 | 3.529 | 1.958 | 1.562 | | 2 | 3.641 | 2.194 | 1.42 | | 3 | 3.655 | 2.488 | 1.157 | | 4 | 3.591 | 1.876 | 1.703 | | 5 | 3.761 | 2.921 | 0.837 | | 6 | 3.669 | 2.635 | 1.031 | | 7 | 3.533 | 1.637 | 1.896 | | 8 | 3.605 | 2.111 | 1.494 | | 9 | 3.57 | 1.64 | 1.929 | | 10 | 3.589 | 2.385 | 1.204 | +-----------+----------+--------------------------------+--------------------------------+ Load duration: 3.76381 Full duration: 12.1223 -------------------------------------------------------------------------------- test scenario ManilaShares.create_share_network_and_list args position 0 args values: { "args": { "name": "rally", "detailed": true, "search_opts": { "name": "rally" } }, "runner": { "times": 10, "concurrency": 10 }, "contexts": { "quotas": { "manila": { "share_networks": -1 } }, "users": { "tenants": 2, "users_per_tenant": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_share_network | 1.643 | 2.251 | 2.732 | 2.76 | 2.788 | 2.228 | 100.0% | 10 | | manila.list_share_networks | 0.168 | 0.656 | 1.096 | 1.116 | 1.136 | 0.652 | 100.0% | 10 | | total | 2.772 | 2.91 | 2.964 | 2.972 | 2.98 | 2.888 | 100.0% | 10 | | -> duration | 2.772 | 2.91 | 2.964 | 2.972 | 2.98 | 2.888 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +---------------------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+--------------------------------+-------------------------------+ | iteration | duration | 1. manila.create_share_network | 2. manila.list_share_networks | +-----------+----------+--------------------------------+-------------------------------+ | 1 | 2.963 | 2.543 | 0.389 | | 2 | 2.782 | 1.643 | 1.136 | | 3 | 2.905 | 2.227 | 0.656 | | 4 | 2.98 | 2.726 | 0.234 | | 5 | 2.931 | 2.275 | 0.655 | | 6 | 2.871 | 1.93 | 0.942 | | 7 | 2.915 | 2.492 | 0.423 | | 8 | 2.956 | 2.788 | 0.168 | | 9 | 2.772 | 1.681 | 1.091 | | 10 | 2.802 | 1.974 | 0.828 | +-----------+----------+--------------------------------+-------------------------------+ Load duration: 2.98956 Full duration: 15.3525 -------------------------------------------------------------------------------- test scenario ManilaShares.list_share_servers args position 0 args values: { "args": { "search_opts": {} }, "runner": { "times": 10, "concurrency": 10 }, "contexts": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.list_share_servers | 1.65 | 2.02 | 2.351 | 2.389 | 2.427 | 2.022 | 100.0% | 10 | | total | 1.65 | 2.02 | 2.351 | 2.389 | 2.427 | 2.022 | 100.0% | 10 | | -> duration | 1.65 | 2.02 | 2.351 | 2.389 | 2.427 | 2.022 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +-----------------------------------------------------+ | Atomics per iteration | +-----------+----------+------------------------------+ | iteration | duration | 1. manila.list_share_servers | +-----------+----------+------------------------------+ | 1 | 1.867 | 1.867 | | 2 | 2.045 | 2.045 | | 3 | 1.65 | 1.65 | | 4 | 2.15 | 2.15 | | 5 | 1.652 | 1.652 | | 6 | 2.427 | 2.427 | | 7 | 2.342 | 2.342 | | 8 | 2.261 | 2.261 | | 9 | 1.994 | 1.994 | | 10 | 1.828 | 1.828 | +-----------+----------+------------------------------+ Load duration: 2.4398 Full duration: 7.35185 -------------------------------------------------------------------------------- test scenario ManilaShares.create_security_service_and_delete args position 0 args values: { "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 }, "contexts": { "users": { "tenants": 1, "users_per_tenant": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_security_service | 1.679 | 2.133 | 2.538 | 2.592 | 2.646 | 2.138 | 100.0% | 10 | | manila.delete_security_service | 0.571 | 1.067 | 1.328 | 1.346 | 1.364 | 0.998 | 100.0% | 10 | | total | 3.043 | 3.129 | 3.216 | 3.217 | 3.217 | 3.14 | 100.0% | 10 | | -> duration | 3.043 | 3.129 | 3.216 | 3.217 | 3.217 | 3.14 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +--------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +----------------------------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+-----------------------------------+-----------------------------------+ | iteration | duration | 1. manila.create_security_service | 2. manila.delete_security_service | +-----------+----------+-----------------------------------+-----------------------------------+ | 1 | 3.217 | 2.526 | 0.675 | | 2 | 3.2 | 2.068 | 1.131 | | 3 | 3.082 | 1.758 | 1.324 | | 4 | 3.069 | 1.886 | 1.164 | | 5 | 3.115 | 1.984 | 1.131 | | 6 | 3.203 | 2.199 | 1.003 | | 7 | 3.143 | 2.389 | 0.753 | | 8 | 3.043 | 1.679 | 1.364 | | 9 | 3.216 | 2.646 | 0.571 | | 10 | 3.113 | 2.246 | 0.866 | +-----------+----------+-----------------------------------+-----------------------------------+ Load duration: 3.2466 Full duration: 10.3971 -------------------------------------------------------------------------------- test scenario ManilaShares.create_security_service_and_delete args position 1 args values: { "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 }, "contexts": { "users": { "tenants": 1, "users_per_tenant": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_security_service | 1.128 | 1.309 | 1.44 | 1.446 | 1.452 | 1.291 | 100.0% | 10 | | manila.delete_security_service | 0.592 | 0.718 | 0.865 | 0.884 | 0.902 | 0.733 | 100.0% | 10 | | total | 1.906 | 2.043 | 2.082 | 2.083 | 2.084 | 2.03 | 100.0% | 10 | | -> duration | 1.906 | 2.043 | 2.082 | 2.083 | 2.084 | 2.03 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +--------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +----------------------------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+-----------------------------------+-----------------------------------+ | iteration | duration | 1. manila.create_security_service | 2. manila.delete_security_service | +-----------+----------+-----------------------------------+-----------------------------------+ | 1 | 1.961 | 1.128 | 0.83 | | 2 | 2.082 | 1.221 | 0.86 | | 3 | 2.021 | 1.311 | 0.711 | | 4 | 2.042 | 1.139 | 0.902 | | 5 | 2.084 | 1.365 | 0.687 | | 6 | 2.06 | 1.439 | 0.592 | | 7 | 2.039 | 1.307 | 0.732 | | 8 | 2.061 | 1.452 | 0.609 | | 9 | 2.044 | 1.366 | 0.679 | | 10 | 1.906 | 1.181 | 0.726 | +-----------+----------+-----------------------------------+-----------------------------------+ Load duration: 2.09491 Full duration: 5.46459 -------------------------------------------------------------------------------- test scenario ManilaShares.create_security_service_and_delete args position 2 args values: { "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 }, "contexts": { "users": { "tenants": 1, "users_per_tenant": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_security_service | 1.196 | 1.405 | 1.539 | 1.569 | 1.598 | 1.391 | 100.0% | 10 | | manila.delete_security_service | 0.842 | 0.937 | 1.043 | 1.044 | 1.045 | 0.939 | 100.0% | 10 | | total | 2.225 | 2.343 | 2.425 | 2.454 | 2.483 | 2.334 | 100.0% | 10 | | -> duration | 2.225 | 2.343 | 2.425 | 2.454 | 2.483 | 2.334 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +--------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +----------------------------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+-----------------------------------+-----------------------------------+ | iteration | duration | 1. manila.create_security_service | 2. manila.delete_security_service | +-----------+----------+-----------------------------------+-----------------------------------+ | 1 | 2.483 | 1.598 | 0.871 | | 2 | 2.225 | 1.265 | 0.959 | | 3 | 2.241 | 1.196 | 1.045 | | 4 | 2.418 | 1.428 | 0.986 | | 5 | 2.278 | 1.347 | 0.931 | | 6 | 2.325 | 1.275 | 1.043 | | 7 | 2.235 | 1.381 | 0.842 | | 8 | 2.362 | 1.448 | 0.914 | | 9 | 2.394 | 1.532 | 0.862 | | 10 | 2.381 | 1.439 | 0.942 | +-----------+----------+-----------------------------------+-----------------------------------+ Load duration: 2.48279 Full duration: 5.76297 -------------------------------------------------------------------------------- test scenario ManilaShares.attach_security_service_to_share_network args position 0 args values: { "args": { "security_service_type": "ldap" }, "runner": { "times": 10, "concurrency": 10 }, "contexts": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "manila": { "share_networks": -1 } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_share_network | 1.102 | 1.46 | 1.713 | 1.821 | 1.93 | 1.457 | 100.0% | 10 | | manila.create_security_service | 0.205 | 0.386 | 0.545 | 0.572 | 0.599 | 0.395 | 100.0% | 10 | | manila.add_security_service_to_share_network | 0.615 | 0.911 | 1.0 | 1.004 | 1.008 | 0.899 | 100.0% | 10 | | total | 2.568 | 2.763 | 2.855 | 2.885 | 2.915 | 2.753 | 100.0% | 10 | | -> duration | 2.568 | 2.763 | 2.855 | 2.885 | 2.915 | 2.753 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +----------------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +---------------------------------------------------------------------------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+--------------------------------+-----------------------------------+-------------------------------------------------+ | iteration | duration | 1. manila.create_share_network | 2. manila.create_security_service | 3. manila.add_security_service_to_share_network | +-----------+----------+--------------------------------+-----------------------------------+-------------------------------------------------+ | 1 | 2.778 | 1.525 | 0.34 | 0.911 | | 2 | 2.915 | 1.93 | 0.369 | 0.615 | | 3 | 2.816 | 1.688 | 0.216 | 0.91 | | 4 | 2.729 | 1.345 | 0.436 | 0.946 | | 5 | 2.808 | 1.667 | 0.205 | 0.934 | | 6 | 2.568 | 1.102 | 0.599 | 0.862 | | 7 | 2.849 | 1.536 | 0.312 | 0.999 | | 8 | 2.7 | 1.396 | 0.402 | 0.9 | | 9 | 2.619 | 1.17 | 0.539 | 0.906 | | 10 | 2.747 | 1.208 | 0.529 | 1.008 | +-----------+----------+--------------------------------+-----------------------------------+-------------------------------------------------+ Load duration: 2.91793 Full duration: 12.578 -------------------------------------------------------------------------------- test scenario ManilaShares.attach_security_service_to_share_network args position 1 args values: { "args": { "security_service_type": "kerberos" }, "runner": { "times": 10, "concurrency": 10 }, "contexts": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "manila": { "share_networks": -1 } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_share_network | 1.12 | 1.416 | 1.731 | 1.734 | 1.738 | 1.425 | 100.0% | 10 | | manila.create_security_service | 0.223 | 0.359 | 0.619 | 0.628 | 0.637 | 0.405 | 100.0% | 10 | | manila.add_security_service_to_share_network | 0.647 | 0.851 | 0.985 | 1.007 | 1.03 | 0.837 | 100.0% | 10 | | total | 2.443 | 2.689 | 2.781 | 2.793 | 2.805 | 2.671 | 100.0% | 10 | | -> duration | 2.443 | 2.689 | 2.781 | 2.793 | 2.805 | 2.671 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +----------------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +---------------------------------------------------------------------------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+--------------------------------+-----------------------------------+-------------------------------------------------+ | iteration | duration | 1. manila.create_share_network | 2. manila.create_security_service | 3. manila.add_security_service_to_share_network | +-----------+----------+--------------------------------+-----------------------------------+-------------------------------------------------+ | 1 | 2.735 | 1.136 | 0.617 | 0.98 | | 2 | 2.648 | 1.12 | 0.637 | 0.89 | | 3 | 2.778 | 1.73 | 0.317 | 0.727 | | 4 | 2.762 | 1.738 | 0.264 | 0.759 | | 5 | 2.725 | 1.587 | 0.242 | 0.892 | | 6 | 2.551 | 1.307 | 0.504 | 0.739 | | 7 | 2.608 | 1.436 | 0.358 | 0.812 | | 8 | 2.805 | 1.241 | 0.532 | 1.03 | | 9 | 2.653 | 1.396 | 0.36 | 0.896 | | 10 | 2.443 | 1.562 | 0.223 | 0.647 | +-----------+----------+--------------------------------+-----------------------------------+-------------------------------------------------+ Load duration: 2.82742 Full duration: 12.6113 -------------------------------------------------------------------------------- test scenario ManilaShares.attach_security_service_to_share_network args position 2 args values: { "args": { "security_service_type": "active_directory" }, "runner": { "times": 10, "concurrency": 10 }, "contexts": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "manila": { "share_networks": -1 } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.create_share_network | 1.186 | 1.492 | 1.766 | 1.799 | 1.831 | 1.48 | 100.0% | 10 | | manila.create_security_service | 0.148 | 0.395 | 0.627 | 0.629 | 0.631 | 0.401 | 100.0% | 10 | | manila.add_security_service_to_share_network | 0.622 | 0.878 | 0.948 | 0.974 | 1.0 | 0.845 | 100.0% | 10 | | total | 2.503 | 2.769 | 2.851 | 2.879 | 2.906 | 2.731 | 100.0% | 10 | | -> duration | 2.503 | 2.769 | 2.851 | 2.879 | 2.906 | 2.731 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +----------------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +---------------------------------------------------------------------------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+--------------------------------+-----------------------------------+-------------------------------------------------+ | iteration | duration | 1. manila.create_share_network | 2. manila.create_security_service | 3. manila.add_security_service_to_share_network | +-----------+----------+--------------------------------+-----------------------------------+-------------------------------------------------+ | 1 | 2.844 | 1.52 | 0.385 | 0.937 | | 2 | 2.771 | 1.198 | 0.627 | 0.942 | | 3 | 2.643 | 1.186 | 0.631 | 0.818 | | 4 | 2.906 | 1.831 | 0.297 | 0.777 | | 5 | 2.768 | 1.463 | 0.405 | 0.897 | | 6 | 2.503 | 1.665 | 0.202 | 0.622 | | 7 | 2.689 | 1.289 | 0.541 | 0.859 | | 8 | 2.845 | 1.329 | 0.514 | 1.0 | | 9 | 2.819 | 1.759 | 0.148 | 0.91 | | 10 | 2.519 | 1.561 | 0.263 | 0.692 | +-----------+----------+--------------------------------+-----------------------------------+-------------------------------------------------+ Load duration: 2.91945 Full duration: 12.4229 -------------------------------------------------------------------------------- test scenario ManilaShares.set_and_delete_metadata args position 0 args values: { "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 }, "contexts": { "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": [] } -------------------------------------------------------------------------------- Task e3a18506-4898-4fa7-b1c3-15eadb9b1279 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | manila.set_metadata | 1.151 | 1.781 | 2.649 | 3.037 | 3.426 | 1.955 | 100.0% | 10 | | manila.delete_metadata | 1.876 | 3.242 | 3.544 | 3.595 | 3.647 | 3.089 | 100.0% | 10 | | total | 4.799 | 5.023 | 5.283 | 5.293 | 5.302 | 5.044 | 100.0% | 10 | | -> duration | 4.799 | 5.023 | 5.283 | 5.293 | 5.302 | 5.044 | 100.0% | 10 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 10 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ +---------------------------------------------------------------------------+ | Atomics per iteration | +-----------+----------+------------------------+---------------------------+ | iteration | duration | 1. manila.set_metadata | 2. manila.delete_metadata | +-----------+----------+------------------------+---------------------------+ | 1 | 5.281 | 2.545 | 2.736 | | 2 | 4.799 | 1.151 | 3.647 | | 3 | 4.849 | 1.317 | 3.532 | | 4 | 5.277 | 2.563 | 2.715 | | 5 | 4.982 | 1.581 | 3.401 | | 6 | 5.073 | 1.967 | 3.106 | | 7 | 4.841 | 1.343 | 3.499 | | 8 | 4.974 | 1.595 | 3.378 | | 9 | 5.302 | 3.426 | 1.876 | | 10 | 5.064 | 2.066 | 2.998 | +-----------+----------+------------------------+---------------------------+ Load duration: 5.36515 Full duration: 23.552 HINTS: * To plot HTML graphics with this data, run: rally task report e3a18506-4898-4fa7-b1c3-15eadb9b1279 --out output.html * To generate a JUnit report, run: rally task export e3a18506-4898-4fa7-b1c3-15eadb9b1279 --type junit-xml --to output.xml * To get raw JSON output of task results, run: rally task report e3a18506-4898-4fa7-b1c3-15eadb9b1279 --json --out output.json