2023-03-26 01:59:35.985 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:59:35.986 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:59:35.986 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:59:39.173 8 ERROR rally.cli.cliutils 2023-03-26 01:59:40.871 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:59:40.872 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:59:40.872 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:59:45.288 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:59:45.289 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:59:45.289 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:59:50.414 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:59:50.414 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:59:50.415 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:59:52.118 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:59:52.119 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:59:52.119 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:59:55.013 18 ERROR rally.cli.cliutils 2023-03-26 01:59:56.701 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:59:56.702 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:59:56.702 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:59:59.341 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-03-26 01:59:59.396 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-707e65c9-c214-4194-b27f-53d46f18163f/repo. 2023-03-26 01:59:59.706 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-707e65c9-c214-4194-b27f-53d46f18163f/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2023-03-26 01:59:59.722 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-03-26 01:59:59.729 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-03-26 01:59:59.739 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-03-26 01:59:59.808 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-03-26 02:00:00.570 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=707e65c9-c214-4194-b27f-53d46f18163f) has been successfully created! 2023-03-26 02:00:02.344 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:00:02.345 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:00:02.345 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:00:07.545 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:00:07.545 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:00:07.545 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:00:10.050 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=707e65c9-c214-4194-b27f-53d46f18163f) for deployment 'opnfv-rally' (UUID=fded65bb-7330-44cf-88b7-dc5a7e6270fa). 2023-03-26 02:00:10.670 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=707e65c9-c214-4194-b27f-53d46f18163f) has been successfully configured for deployment 'opnfv-rally' (UUID=fded65bb-7330-44cf-88b7-dc5a7e6270fa)! 2023-03-26 02:00:20.892 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:00:20.892 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:00:20.893 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:00:23.305 38 INFO rally.api [-] Starting verification (UUID=fa9f79af-e327-4aa6-9a7f-0dfa9d649031) for deployment 'opnfv-rally' (UUID=fded65bb-7330-44cf-88b7-dc5a7e6270fa) by verifier 'opnfv-tempest' (UUID=707e65c9-c214-4194-b27f-53d46f18163f). 2023-03-26 02:00:24.092 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-03-26 02:00:24.094 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-707e65c9-c214-4194-b27f-53d46f18163f/for-deployment-fded65bb-7330-44cf-88b7-dc5a7e6270fa/tempest.log' to option 'log_file'. 2023-03-26 02:00:24.095 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-707e65c9-c214-4194-b27f-53d46f18163f/for-deployment-fded65bb-7330-44cf-88b7-dc5a7e6270fa/tempest.log 2023-03-26 02:00:24.095 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-03-26 02:00:24.095 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-707e65c9-c214-4194-b27f-53d46f18163f/for-deployment-fded65bb-7330-44cf-88b7-dc5a7e6270fa/lock_files' to option 'lock_path'. 2023-03-26 02:00:24.096 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-707e65c9-c214-4194-b27f-53d46f18163f/for-deployment-fded65bb-7330-44cf-88b7-dc5a7e6270fa/lock_files 2023-03-26 02:00:24.096 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-03-26 02:00:24.096 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-707e65c9-c214-4194-b27f-53d46f18163f/for-deployment-fded65bb-7330-44cf-88b7-dc5a7e6270fa' to option 'img_dir'. 2023-03-26 02:00:24.097 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-707e65c9-c214-4194-b27f-53d46f18163f/for-deployment-fded65bb-7330-44cf-88b7-dc5a7e6270fa 2023-03-26 02:00:24.097 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2023-03-26 02:00:24.097 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ee81488a-fa70-4fa4-b5cc-4bdf22df340b 2023-03-26 02:00:24.098 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7a7df25f-f30e-4cb2-9424-e7fcde970f56 2023-03-26 02:00:24.099 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6f6c0a6d-97f2-4b5e-b00f-129cb8ad33ea 2023-03-26 02:00:24.099 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6c038069-eb20-4671-b313-5e7226106dd8 2023-03-26 02:00:24.431 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-03-26 02:00:24.432 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_admin-net_67e8b61c-a0aa-4b79-ad39-54b9a0b9315a 2023-03-26 02:00:24.432 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-03-26 02:00:24.531 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-03-26 02:00:24.568 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_70fce36d_I46izZr5'. Using flavor 'rally_verify_70fce36d_I46izZr5' (ID = 78e4f174-69bd-40c5-9db1-d8b60ee76df3) for the tests. 2023-03-26 02:00:24.568 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '78e4f174-69bd-40c5-9db1-d8b60ee76df3' to option 'instance_type'. 2023-03-26 02:00:24.569 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 78e4f174-69bd-40c5-9db1-d8b60ee76df3 2023-03-26 02:00:24.570 38 INFO rally.task.context [-] Verification 707e65c9-c214-4194-b27f-53d46f18163f | Context tempest@default setup() finished in 1.08 sec 2023-03-26 02:00:24.571 38 INFO rally.task.context [-] Verification 707e65c9-c214-4194-b27f-53d46f18163f | Context testr@default setup() finished in 0.74 msec 2023-03-26 02:00:24.571 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c53124a4-08a6-474b-8f15-dc004a3f834a'. 2023-03-26 02:00:30.014 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest ... skip: b'AgentsRbacTest skipped as os-agents APIs/policies are not avaialble any more.' 2023-03-26 02:00:33.295 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.834s] 2023-03-26 02:00:33.490 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.970s] 2023-03-26 02:00:33.630 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.702s] 2023-03-26 02:00:34.023 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [0.721s] 2023-03-26 02:00:34.183 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.551s] 2023-03-26 02:00:34.232 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.739s] 2023-03-26 02:00:34.319 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.355s] 2023-03-26 02:00:35.086 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [0.852s] 2023-03-26 02:00:35.150 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.827s] 2023-03-26 02:00:35.925 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.835s] 2023-03-26 02:00:36.074 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.923s] 2023-03-26 02:00:36.689 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.613s] 2023-03-26 02:00:36.942 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [1.016s] 2023-03-26 02:00:38.590 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [1.895s] 2023-03-26 02:00:39.567 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.980s] 2023-03-26 02:00:39.620 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.762s] 2023-03-26 02:00:39.813 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.613s] 2023-03-26 02:00:40.463 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.892s] 2023-03-26 02:00:40.518 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.702s] 2023-03-26 02:00:41.194 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.672s] 2023-03-26 02:00:41.341 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.877s] 2023-03-26 02:00:41.809 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.615s] 2023-03-26 02:00:41.988 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.001s]: b'This API extension policy was removed in Stein' 2023-03-26 02:00:41.989 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:00:42.542 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.730s] 2023-03-26 02:00:45.464 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [1.145s] 2023-03-26 02:00:46.279 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.813s] 2023-03-26 02:00:46.901 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.616s] 2023-03-26 02:00:47.162 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [1.192s] 2023-03-26 02:00:47.388 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.592s] 2023-03-26 02:00:47.764 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.861s] 2023-03-26 02:00:48.188 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.023s] 2023-03-26 02:00:48.189 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavors_details_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:00:48.343 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [0.953s] 2023-03-26 02:00:49.085 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.503s] 2023-03-26 02:00:49.102 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [1.336s] 2023-03-26 02:00:49.414 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.223s] 2023-03-26 02:00:49.415 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:00:50.860 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.776s] 2023-03-26 02:00:51.923 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [1.061s] 2023-03-26 02:00:53.792 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [0.803s] 2023-03-26 02:00:53.987 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [2.063s] 2023-03-26 02:00:54.057 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:00:54.058 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_list_flavors_details_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:00:55.464 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.475s] 2023-03-26 02:00:55.519 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [1.725s] 2023-03-26 02:00:56.273 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.751s] 2023-03-26 02:00:56.887 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.423s] 2023-03-26 02:00:57.439 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.162s] 2023-03-26 02:00:58.634 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.194s] 2023-03-26 02:00:58.703 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.642s] 2023-03-26 02:01:02.688 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [1.002s] 2023-03-26 02:01:03.283 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.593s] 2023-03-26 02:01:03.489 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.413s] 2023-03-26 02:01:03.646 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.362s] 2023-03-26 02:01:04.049 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.403s] 2023-03-26 02:01:04.128 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.636s] 2023-03-26 02:01:08.832 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.475s] 2023-03-26 02:01:08.886 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [0.359s] 2023-03-26 02:01:09.149 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.316s] 2023-03-26 02:01:09.200 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [0.314s] 2023-03-26 02:01:14.070 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [0.561s] 2023-03-26 02:01:14.525 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [1.680s] 2023-03-26 02:01:14.649 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [0.577s] 2023-03-26 02:01:14.951 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.298s] 2023-03-26 02:01:14.987 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [0.459s] 2023-03-26 02:01:15.682 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [0.727s] 2023-03-26 02:01:17.199 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [2.210s] 2023-03-26 02:01:20.873 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.725s] 2023-03-26 02:01:31.597 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.677s] 2023-03-26 02:01:42.170 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [31.931s] 2023-03-26 02:01:44.531 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [0.749s] 2023-03-26 02:01:46.353 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.617s] 2023-03-26 02:01:56.495 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [14.313s] 2023-03-26 02:02:01.462 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.529s] 2023-03-26 02:02:01.988 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.524s] 2023-03-26 02:02:02.323 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.331s] 2023-03-26 02:02:02.770 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.446s] 2023-03-26 02:02:04.828 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.890s] 2023-03-26 02:02:05.844 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [1.013s] 2023-03-26 02:02:06.691 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.843s] 2023-03-26 02:02:07.386 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [0.692s] 2023-03-26 02:02:08.027 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.637s] 2023-03-26 02:02:08.626 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.602s] 2023-03-26 02:02:12.001 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [15.496s] 2023-03-26 02:02:15.103 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [3.093s] 2023-03-26 02:02:19.589 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.599s] 2023-03-26 02:02:22.197 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [7.088s] 2023-03-26 02:02:27.833 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [1.487s] 2023-03-26 02:02:29.544 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [7.340s] 2023-03-26 02:02:31.529 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [3.691s] 2023-03-26 02:02:41.902 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [12.352s] 2023-03-26 02:02:45.960 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [1.057s] 2023-03-26 02:02:47.874 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [16.335s] 2023-03-26 02:02:49.251 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [1.375s] 2023-03-26 02:02:52.325 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [6.361s] 2023-03-26 02:02:53.569 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_change_server_password ... skip [0.000s]: b'Change password not available.' 2023-03-26 02:02:54.277 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [0.701s] 2023-03-26 02:02:54.906 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [0.625s] 2023-03-26 02:02:59.880 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [10.621s] 2023-03-26 02:02:59.978 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [7.650s] 2023-03-26 02:03:00.330 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.350s] 2023-03-26 02:03:00.538 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [0.653s] 2023-03-26 02:03:00.785 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.452s] 2023-03-26 02:03:01.184 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.398s] 2023-03-26 02:03:04.708 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [9.795s] 2023-03-26 02:03:05.585 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [0.876s] 2023-03-26 02:03:06.318 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.728s] 2023-03-26 02:03:06.319 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:03:06.320 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:03:06.321 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:03:06.322 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:03:06.323 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:03:06.324 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:03:07.119 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [0.795s] 2023-03-26 02:03:07.930 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [6.742s] 2023-03-26 02:03:08.634 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.511s] 2023-03-26 02:03:16.013 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [7.373s] 2023-03-26 02:03:16.408 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.464s] 2023-03-26 02:03:21.604 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.894s] 2023-03-26 02:03:22.127 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.522s] 2023-03-26 02:03:22.756 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.628s] 2023-03-26 02:03:23.215 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.458s] 2023-03-26 02:03:24.289 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.927s] 2023-03-26 02:03:28.861 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [0.792s] 2023-03-26 02:03:29.170 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.409s] 2023-03-26 02:03:29.518 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.346s] 2023-03-26 02:03:29.558 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.677s] 2023-03-26 02:03:29.917 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.398s] 2023-03-26 02:03:30.312 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.383s] 2023-03-26 02:03:30.328 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.741s] 2023-03-26 02:03:31.136 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.797s] 2023-03-26 02:03:32.040 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.891s] 2023-03-26 02:03:33.286 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.217s] 2023-03-26 02:03:34.333 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.020s] 2023-03-26 02:03:34.589 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.407s] 2023-03-26 02:03:35.159 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.568s] 2023-03-26 02:03:35.923 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.762s] 2023-03-26 02:03:40.166 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.388s] 2023-03-26 02:03:41.335 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.990s] 2023-03-26 02:03:41.368 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.191s] 2023-03-26 02:03:41.975 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.595s] 2023-03-26 02:03:42.148 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.792s] 2023-03-26 02:03:42.816 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.656s] 2023-03-26 02:03:43.714 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.887s] 2023-03-26 02:03:45.159 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.431s] 2023-03-26 02:03:46.915 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2023-03-26 02:03:50.427 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.497s] 2023-03-26 02:03:51.305 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.991s] 2023-03-26 02:03:52.607 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.164s] 2023-03-26 02:03:52.846 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.521s] 2023-03-26 02:03:53.828 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [0.968s] 2023-03-26 02:03:54.852 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.226s] 2023-03-26 02:03:54.943 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.106s] 2023-03-26 02:03:56.250 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.290s] 2023-03-26 02:03:57.025 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.161s] 2023-03-26 02:03:59.246 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.210s] 2023-03-26 02:04:02.335 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.072s] 2023-03-26 02:04:04.311 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [1.212s] 2023-03-26 02:04:06.215 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [1.888s] 2023-03-26 02:04:06.960 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.734s] 2023-03-26 02:04:07.565 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.596s] 2023-03-26 02:04:08.401 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.817s] 2023-03-26 02:04:08.999 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [0.866s] 2023-03-26 02:04:15.094 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [1.363s] 2023-03-26 02:04:15.547 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [0.897s] 2023-03-26 02:04:16.437 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.323s] 2023-03-26 02:04:16.835 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.268s] 2023-03-26 02:04:17.830 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [0.981s] 2023-03-26 02:04:18.015 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [1.547s] 2023-03-26 02:04:19.006 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.164s] 2023-03-26 02:04:24.639 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.171s] 2023-03-26 02:04:25.811 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.153s] 2023-03-26 02:04:27.172 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [1.922s] 2023-03-26 02:04:27.464 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.629s] 2023-03-26 02:04:28.965 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.486s] 2023-03-26 02:04:29.406 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.210s] 2023-03-26 02:04:29.938 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [0.954s] 2023-03-26 02:04:31.250 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [1.822s] 2023-03-26 02:04:31.302 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.343s] 2023-03-26 02:04:32.363 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.041s] 2023-03-26 02:04:33.277 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [0.893s] 2023-03-26 02:04:35.212 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.913s] 2023-03-26 02:04:35.999 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.775s] 2023-03-26 02:04:36.853 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.848s] 2023-03-26 02:04:38.283 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.457s] 2023-03-26 02:04:38.556 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.687s] 2023-03-26 02:04:40.285 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.710s] 2023-03-26 02:04:41.208 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.902s] 2023-03-26 02:04:41.873 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.645s] 2023-03-26 02:04:43.280 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.388s] 2023-03-26 02:04:45.148 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.835s] 2023-03-26 02:04:47.878 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.698s] 2023-03-26 02:04:49.538 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.632s] 2023-03-26 02:04:49.660 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.519s] 2023-03-26 02:04:51.474 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.909s] 2023-03-26 02:04:53.828 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.319s] 2023-03-26 02:04:54.555 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.533s] 2023-03-26 02:04:56.448 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.597s] 2023-03-26 02:04:57.944 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.470s] 2023-03-26 02:05:02.063 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.542s] 2023-03-26 02:05:02.385 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.321s] 2023-03-26 02:05:02.695 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.310s] 2023-03-26 02:05:03.043 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.347s] 2023-03-26 02:05:03.401 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.357s] 2023-03-26 02:05:03.810 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.409s] 2023-03-26 02:05:12.067 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [0.966s] 2023-03-26 02:05:12.787 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.709s] 2023-03-26 02:05:13.987 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.181s] 2023-03-26 02:05:14.898 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.890s] 2023-03-26 02:05:15.373 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.461s] 2023-03-26 02:05:15.857 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.474s] 2023-03-26 02:05:16.347 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.479s] 2023-03-26 02:05:17.091 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.737s] 2023-03-26 02:05:18.221 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.114s] 2023-03-26 02:05:23.094 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.853s] 2023-03-26 02:05:24.099 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [0.987s] 2023-03-26 02:05:24.955 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.834s] 2023-03-26 02:05:25.791 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.817s] 2023-03-26 02:05:26.467 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.661s] 2023-03-26 02:05:27.117 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.641s] 2023-03-26 02:05:27.998 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.861s] 2023-03-26 02:05:28.740 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.719s] 2023-03-26 02:05:31.825 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [11.280s] 2023-03-26 02:05:33.332 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.556s] 2023-03-26 02:05:33.830 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.497s] 2023-03-26 02:05:34.473 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.643s] 2023-03-26 02:05:34.903 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.428s] 2023-03-26 02:05:35.287 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.383s] 2023-03-26 02:05:42.498 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.168s] 2023-03-26 02:05:44.945 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [13.118s] 2023-03-26 02:05:47.297 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.551s] 2023-03-26 02:05:48.019 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.721s] 2023-03-26 02:05:57.734 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [2.703s] 2023-03-26 02:06:00.952 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [16.001s] 2023-03-26 02:06:03.246 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [2.299s] 2023-03-26 02:06:03.818 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.572s] 2023-03-26 02:06:04.138 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.319s] 2023-03-26 02:06:04.588 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.247s] 2023-03-26 02:06:06.093 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [1.953s] 2023-03-26 02:06:08.444 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.349s] 2023-03-26 02:06:08.815 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.371s] 2023-03-26 02:06:09.079 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.264s] 2023-03-26 02:06:13.053 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.864s] 2023-03-26 02:06:18.131 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [5.074s] 2023-03-26 02:06:21.121 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [2.991s] 2023-03-26 02:06:21.425 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.303s] 2023-03-26 02:06:21.907 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.483s] 2023-03-26 02:06:22.412 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.503s] 2023-03-26 02:06:22.942 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.530s] 2023-03-26 02:06:27.069 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.840s] 2023-03-26 02:06:27.927 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.856s] 2023-03-26 02:06:28.354 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.426s] 2023-03-26 02:06:28.885 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.531s] 2023-03-26 02:06:29.384 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.497s] 2023-03-26 02:06:29.630 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.247s] 2023-03-26 02:06:30.111 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.479s] 2023-03-26 02:06:30.532 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.420s] 2023-03-26 02:06:30.960 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.428s] 2023-03-26 02:06:31.388 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.427s] 2023-03-26 02:06:32.628 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.277s] 2023-03-26 02:06:39.694 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.278s] 2023-03-26 02:06:40.222 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.527s] 2023-03-26 02:06:40.844 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [0.620s] 2023-03-26 02:06:41.350 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.479s] 2023-03-26 02:06:41.379 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [0.535s] 2023-03-26 02:06:41.581 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.204s] 2023-03-26 02:06:41.815 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.233s] 2023-03-26 02:06:47.872 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.521s] 2023-03-26 02:06:48.390 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.516s] 2023-03-26 02:06:48.635 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.244s] 2023-03-26 02:06:49.211 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.575s] 2023-03-26 02:06:49.738 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.525s] 2023-03-26 02:06:51.214 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.617s] 2023-03-26 02:06:54.481 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [3.266s] 2023-03-26 02:06:54.993 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.511s] 2023-03-26 02:06:55.282 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.288s] 2023-03-26 02:06:55.554 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.271s] 2023-03-26 02:06:55.806 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.252s] 2023-03-26 02:06:56.065 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.256s] 2023-03-26 02:06:56.447 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.383s] 2023-03-26 02:06:59.377 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.295s] 2023-03-26 02:06:59.632 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.254s] 2023-03-26 02:08:17.568 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [335.590s] 2023-03-26 02:08:18.438 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [0.866s] 2023-03-26 02:08:19.659 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [1.217s] 2023-03-26 02:08:20.322 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [0.662s] 2023-03-26 02:08:20.996 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [0.671s] 2023-03-26 02:08:29.755 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [313.648s] 2023-03-26 02:08:33.117 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [12.113s] 2023-03-26 02:08:36.988 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [7.228s] 2023-03-26 02:08:37.549 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.555s] 2023-03-26 02:08:37.550 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:08:38.170 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.616s] 2023-03-26 02:08:38.170 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:08:38.171 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:08:38.173 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:08:38.174 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:08:38.176 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:08:38.178 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-03-26 02:08:38.759 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [0.583s] 2023-03-26 02:08:42.228 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.465s] 2023-03-26 02:08:46.777 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.544s] 2023-03-26 02:08:47.024 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [13.900s] 2023-03-26 02:08:47.821 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.036s] 2023-03-26 02:08:53.005 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [5.974s] 2023-03-26 02:08:54.966 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [1.955s] 2023-03-26 02:08:58.508 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [10.678s] 2023-03-26 02:09:15.355 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.127s] 2023-03-26 02:09:16.120 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [0.764s] 2023-03-26 02:09:20.106 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [3.980s] 2023-03-26 02:09:22.128 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [2.022s] 2023-03-26 02:09:22.440 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.309s] 2023-03-26 02:09:23.133 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.690s] 2023-03-26 02:09:26.569 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [3.429s] 2023-03-26 02:09:27.163 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.596s] 2023-03-26 02:09:33.861 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.644s] 2023-03-26 02:09:34.591 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.729s] 2023-03-26 02:09:35.230 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.638s] 2023-03-26 02:09:36.261 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.030s] 2023-03-26 02:09:36.999 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.737s] 2023-03-26 02:09:42.283 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.507s] 2023-03-26 02:09:42.529 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.245s] 2023-03-26 02:09:43.243 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.712s] 2023-03-26 02:09:44.066 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.822s] 2023-03-26 02:09:45.002 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.932s] 2023-03-26 02:09:45.762 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.760s] 2023-03-26 02:09:47.278 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.516s] 2023-03-26 02:09:47.819 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.537s] 2023-03-26 02:09:48.244 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.426s] 2023-03-26 02:09:49.306 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.060s] 2023-03-26 02:09:49.652 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.344s] 2023-03-26 02:09:50.357 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.702s] 2023-03-26 02:09:51.445 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.089s] 2023-03-26 02:09:59.209 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.824s] 2023-03-26 02:09:59.901 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.682s] 2023-03-26 02:10:00.855 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.935s] 2023-03-26 02:10:06.635 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [1.312s] 2023-03-26 02:10:07.985 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.338s] 2023-03-26 02:10:09.010 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [1.013s] 2023-03-26 02:10:15.436 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.899s] 2023-03-26 02:10:16.419 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.972s] 2023-03-26 02:10:21.659 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.521s] 2023-03-26 02:10:22.627 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.951s] 2023-03-26 02:10:23.730 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [1.089s] 2023-03-26 02:10:24.826 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [1.086s] 2023-03-26 02:10:26.111 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [1.270s] 2023-03-26 02:10:31.462 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.815s] 2023-03-26 02:10:32.745 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.264s] 2023-03-26 02:10:33.973 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.219s] 2023-03-26 02:10:34.817 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.825s] 2023-03-26 02:10:40.353 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.739s] 2023-03-26 02:10:54.080 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [8.715s] 2023-03-26 02:11:00.428 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [6.347s] 2023-03-26 02:11:05.326 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.900s] 2023-03-26 02:11:12.884 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.551s] 2023-03-26 02:11:18.816 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.718s] 2023-03-26 02:11:19.398 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.582s] 2023-03-26 02:11:20.073 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.673s] 2023-03-26 02:11:20.819 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.744s] 2023-03-26 02:11:21.509 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.691s] 2023-03-26 02:11:27.954 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [2.191s] 2023-03-26 02:11:30.215 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [2.258s] 2023-03-26 02:11:30.985 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.770s] 2023-03-26 02:11:31.740 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.754s] 2023-03-26 02:11:35.004 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [3.261s] 2023-03-26 02:11:38.287 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [3.282s] 2023-03-26 02:11:43.278 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.504s] 2023-03-26 02:11:49.561 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [1.865s] 2023-03-26 02:11:49.766 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.204s] 2023-03-26 02:11:50.623 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [0.853s] 2023-03-26 02:12:07.431 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [10.412s] 2023-03-26 02:12:16.857 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [9.423s] 2023-03-26 02:12:22.814 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.671s] 2023-03-26 02:12:28.300 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.551s] 2023-03-26 02:12:28.999 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.696s] 2023-03-26 02:12:29.602 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.602s] 2023-03-26 02:12:34.697 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.640s] 2023-03-26 02:12:35.445 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.746s] 2023-03-26 02:12:35.726 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.280s] 2023-03-26 02:14:09.722 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [314.688s] 2023-03-26 02:14:38.063 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [28.327s] 2023-03-26 02:15:09.481 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.685s] 2023-03-26 02:15:42.218 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [19.335s] 2023-03-26 02:16:00.181 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [17.950s] 2023-03-26 02:16:30.758 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [0.708s] 2023-03-26 02:16:31.173 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.412s] 2023-03-26 02:16:31.999 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [0.822s] 2023-03-26 02:16:32.305 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.304s] 2023-03-26 02:16:32.686 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.378s] 2023-03-26 02:16:33.213 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.526s] 2023-03-26 02:17:07.217 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [3.875s] 2023-03-26 02:17:10.730 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [3.508s] 2023-03-26 02:17:11.373 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.638s] 2023-03-26 02:17:15.041 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [3.662s] 2023-03-26 02:17:15.042 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2023-03-26 02:17:30.616 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.418s] 2023-03-26 02:17:30.894 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.277s] 2023-03-26 02:17:31.129 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.234s] 2023-03-26 02:17:36.238 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.487s] 2023-03-26 02:17:36.648 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.409s] 2023-03-26 02:17:37.021 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.371s] 2023-03-26 02:17:37.402 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.380s] 2023-03-26 02:17:37.843 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.439s] 2023-03-26 02:17:43.815 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.740s] 2023-03-26 02:17:48.929 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.638s] 2023-03-26 02:17:50.396 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2023-03-26 02:17:54.444 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.840s] 2023-03-26 02:17:55.254 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.791s] 2023-03-26 02:17:56.053 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.778s] 2023-03-26 02:17:56.673 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.602s] 2023-03-26 02:17:57.645 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.950s] 2023-03-26 02:17:58.380 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.722s] 2023-03-26 02:17:59.355 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [0.964s] 2023-03-26 02:17:59.791 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.423s] 2023-03-26 02:18:00.302 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.501s] 2023-03-26 02:18:00.745 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.432s] 2023-03-26 02:18:01.543 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.781s] 2023-03-26 02:18:02.201 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.636s] 2023-03-26 02:18:02.963 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.743s] 2023-03-26 02:18:03.622 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.640s] 2023-03-26 02:18:04.363 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.720s] 2023-03-26 02:18:04.364 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2023-03-26 02:18:04.366 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.000s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2023-03-26 02:18:04.367 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.000s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2023-03-26 02:18:05.574 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.180s] 2023-03-26 02:18:07.239 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.634s] 2023-03-26 02:18:14.373 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [0.707s] 2023-03-26 02:18:15.277 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [0.882s] 2023-03-26 02:18:16.024 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.734s] 2023-03-26 02:18:17.009 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [0.963s] 2023-03-26 02:18:22.107 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.814s] 2023-03-26 02:18:23.086 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.959s] 2023-03-26 02:18:23.876 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.780s] 2023-03-26 02:18:25.081 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.186s] 2023-03-26 02:18:30.289 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.597s] 2023-03-26 02:18:31.135 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.824s] 2023-03-26 02:18:31.856 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.709s] 2023-03-26 02:18:32.524 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.656s] 2023-03-26 02:18:33.398 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.853s] 2023-03-26 02:18:39.833 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.351s] 2023-03-26 02:18:41.255 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.401s] 2023-03-26 02:18:42.570 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.303s] 2023-03-26 02:18:43.762 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.183s] 2023-03-26 02:18:45.743 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.953s] 2023-03-26 02:18:55.467 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [4.502s] 2023-03-26 02:18:56.491 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.002s] 2023-03-26 02:19:00.983 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [4.472s] 2023-03-26 02:19:01.858 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [0.864s] 2023-03-26 02:19:04.855 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [2.979s] 2023-03-26 02:19:09.406 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.533s] 2023-03-26 02:19:10.460 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.033s] 2023-03-26 02:19:10.930 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.462s] 2023-03-26 02:19:15.678 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [4.728s] 2023-03-26 02:19:16.947 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.254s] 2023-03-26 02:19:21.177 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.221s] 2023-03-26 02:19:21.664 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.479s] 2023-03-26 02:19:23.893 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.202s] 2023-03-26 02:19:28.894 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [4.977s] 2023-03-26 02:19:30.012 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.095s] 2023-03-26 02:19:33.604 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.550s] 2023-03-26 02:19:37.699 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.058s] 2023-03-26 02:19:39.091 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.363s] 2023-03-26 02:19:42.734 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.611s] 2023-03-26 02:19:50.813 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.567s] 2023-03-26 02:19:51.209 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.394s] 2023-03-26 02:19:51.593 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.384s] 2023-03-26 02:19:51.979 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.386s] 2023-03-26 02:19:52.353 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.372s] 2023-03-26 02:19:57.546 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.759s] 2023-03-26 02:19:57.890 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.343s] 2023-03-26 02:19:58.386 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.494s] 2023-03-26 02:19:58.909 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.521s] 2023-03-26 02:19:59.423 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.513s] 2023-03-26 02:19:59.952 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.529s] 2023-03-26 02:20:00.183 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.226s] 2023-03-26 02:20:00.621 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.440s] 2023-03-26 02:20:01.017 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.395s] 2023-03-26 02:20:01.435 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.416s] 2023-03-26 02:20:09.461 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.721s] 2023-03-26 02:20:13.448 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [3.985s] 2023-03-26 02:20:14.112 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [0.665s] 2023-03-26 02:20:20.879 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.334s] 2023-03-26 02:20:21.189 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.309s] 2023-03-26 02:20:25.765 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.628s] 2023-03-26 02:20:25.995 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.230s] 2023-03-26 02:20:26.249 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.253s] 2023-03-26 02:20:26.507 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.256s] 2023-03-26 02:20:27.080 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [0.572s] 2023-03-26 02:20:38.533 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [2.640s] 2023-03-26 02:20:44.324 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [5.787s] 2023-03-26 02:20:44.566 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.243s] 2023-03-26 02:20:45.089 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.520s] 2023-03-26 02:20:45.331 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.242s] 2023-03-26 02:20:45.558 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.226s] 2023-03-26 02:20:49.406 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [3.844s] 2023-03-26 02:20:53.231 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [3.825s] 2023-03-26 02:20:53.467 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.237s] 2023-03-26 02:21:06.503 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [4.635s] 2023-03-26 02:21:10.118 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [3.612s] 2023-03-26 02:21:13.664 38 INFO rally.task.context [-] Verification 707e65c9-c214-4194-b27f-53d46f18163f | Context testr@default cleanup() started 2023-03-26 02:21:13.665 38 INFO rally.task.context [-] Verification 707e65c9-c214-4194-b27f-53d46f18163f | Context testr@default cleanup() finished in 0.85 msec 2023-03-26 02:21:13.666 38 INFO rally.task.context [-] Verification 707e65c9-c214-4194-b27f-53d46f18163f | Context tempest@default cleanup() started 2023-03-26 02:21:13.896 38 INFO rally.task.context [-] Verification 707e65c9-c214-4194-b27f-53d46f18163f | Context tempest@default cleanup() finished in 0.23 sec 2023-03-26 02:21:13.941 38 INFO rally.api [-] Verification (UUID=fa9f79af-e327-4aa6-9a7f-0dfa9d649031) has been successfully finished for deployment 'opnfv-rally' (UUID=fded65bb-7330-44cf-88b7-dc5a7e6270fa)! 2023-03-26 02:21:16.562 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:21:16.562 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:21:16.562 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:21:18.653 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:21:18.653 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:21:18.654 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:21:21.673 56 INFO rally.api [-] Building 'html' report for the following verification(s): 'fa9f79af-e327-4aa6-9a7f-0dfa9d649031' 2023-03-26 02:21:21.705 56 INFO rally.api [-] The report has been successfully built. 2023-03-26 02:21:23.594 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:21:23.594 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:21:23.594 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:21:26.251 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'fa9f79af-e327-4aa6-9a7f-0dfa9d649031' 2023-03-26 02:21:26.276 58 INFO rally.api [-] The report has been successfully built.