2023-02-19 02:07:46.098 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:07:46.098 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:07:46.098 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:07:48.913 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-02-19 02:07:48.913 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 02:07:48.913 8 ERROR rally.cli.cliutils 2023-02-19 02:07:50.574 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:07:50.575 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:07:50.575 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:07:55.216 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:07:55.217 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:07:55.217 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:08:00.296 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:08:00.296 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:08:00.297 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:08:02.001 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:08:02.001 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:08:02.001 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:08:04.538 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-02-19 02:08:04.538 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 02:08:04.538 18 ERROR rally.cli.cliutils 2023-02-19 02:08:06.061 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:08:06.061 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:08:06.061 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:08:08.715 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 02:08:08.755 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-cdc86275-6b08-4b24-bec9-06abdfd31010/repo. 2023-02-19 02:08:09.045 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-cdc86275-6b08-4b24-bec9-06abdfd31010/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-02-19 02:08:09.062 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 02:08:09.068 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 02:08:09.075 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 02:08:09.129 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 02:08:09.930 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cdc86275-6b08-4b24-bec9-06abdfd31010) has been successfully created! 2023-02-19 02:08:11.728 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:08:11.728 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:08:11.728 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:08:17.307 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:08:17.307 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:08:17.307 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:08:19.920 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cdc86275-6b08-4b24-bec9-06abdfd31010) for deployment 'opnfv-rally' (UUID=a0112c71-2dfc-45dc-9b34-a2f542a3fb5b). 2023-02-19 02:08:20.305 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cdc86275-6b08-4b24-bec9-06abdfd31010) has been successfully configured for deployment 'opnfv-rally' (UUID=a0112c71-2dfc-45dc-9b34-a2f542a3fb5b)! 2023-02-19 02:08:31.119 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:08:31.119 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:08:31.119 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:08:33.722 38 INFO rally.api [-] Starting verification (UUID=7c576309-c68c-4ecf-b953-190618ae3213) for deployment 'opnfv-rally' (UUID=a0112c71-2dfc-45dc-9b34-a2f542a3fb5b) by verifier 'opnfv-tempest' (UUID=cdc86275-6b08-4b24-bec9-06abdfd31010). 2023-02-19 02:08:34.330 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 02:08:34.330 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cdc86275-6b08-4b24-bec9-06abdfd31010/for-deployment-a0112c71-2dfc-45dc-9b34-a2f542a3fb5b/tempest.log' to option 'log_file'. 2023-02-19 02:08:34.331 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-cdc86275-6b08-4b24-bec9-06abdfd31010/for-deployment-a0112c71-2dfc-45dc-9b34-a2f542a3fb5b/tempest.log 2023-02-19 02:08:34.331 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 02:08:34.332 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cdc86275-6b08-4b24-bec9-06abdfd31010/for-deployment-a0112c71-2dfc-45dc-9b34-a2f542a3fb5b/lock_files' to option 'lock_path'. 2023-02-19 02:08:34.332 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-cdc86275-6b08-4b24-bec9-06abdfd31010/for-deployment-a0112c71-2dfc-45dc-9b34-a2f542a3fb5b/lock_files 2023-02-19 02:08:34.332 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 02:08:34.333 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cdc86275-6b08-4b24-bec9-06abdfd31010/for-deployment-a0112c71-2dfc-45dc-9b34-a2f542a3fb5b' to option 'img_dir'. 2023-02-19 02:08:34.333 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-cdc86275-6b08-4b24-bec9-06abdfd31010/for-deployment-a0112c71-2dfc-45dc-9b34-a2f542a3fb5b 2023-02-19 02:08:34.333 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-02-19 02:08:34.334 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b1653147-23be-4fee-94ce-72dda3fbf7e7 2023-02-19 02:08:34.334 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 960a2257-d9c8-45e3-9a19-bae2e3a0eeac 2023-02-19 02:08:34.335 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 144d24c3-454b-4e57-962a-e1ed8e69c4c8 2023-02-19 02:08:34.336 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6909baa6-2963-4b16-a9a9-cb012c144adc 2023-02-19 02:08:34.724 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 02:08:34.725 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_admin-net_8aa4cea6-f758-4254-8c57-2009ee802888 2023-02-19 02:08:34.725 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 02:08:34.827 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-02-19 02:08:34.864 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2023-02-19 02:08:34.865 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_7c576309_SR4H5Cia' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2023-02-19 02:08:34.901 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7c576309_SR4H5Cia' (ID = 741eb24a-7ecb-49f5-8f9c-b1e0a262ad53) has been successfully created! 2023-02-19 02:08:34.902 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '741eb24a-7ecb-49f5-8f9c-b1e0a262ad53' to option 'instance_type'. 2023-02-19 02:08:34.902 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 741eb24a-7ecb-49f5-8f9c-b1e0a262ad53 2023-02-19 02:08:34.904 38 INFO rally.task.context [-] Verification cdc86275-6b08-4b24-bec9-06abdfd31010 | Context tempest@default setup() finished in 0.98 sec 2023-02-19 02:08:34.905 38 INFO rally.task.context [-] Verification cdc86275-6b08-4b24-bec9-06abdfd31010 | Context testr@default setup() finished in 0.97 msec 2023-02-19 02:08:34.906 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/0771e273-7641-472b-a412-0fdd9731b1ba'. 2023-02-19 02:08:39.906 38 INFO opnfv-tempest [-] {0} 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-02-19 02:08:43.586 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.554s] 2023-02-19 02:08:43.693 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.481s] 2023-02-19 02:08:43.729 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [0.804s] 2023-02-19 02:08:43.994 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.256s] 2023-02-19 02:08:44.010 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.313s] 2023-02-19 02:08:44.062 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [0.473s] 2023-02-19 02:08:44.473 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [0.740s] 2023-02-19 02:08:44.474 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-02-19 02:08:44.652 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.655s] 2023-02-19 02:08:45.447 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.794s] 2023-02-19 02:08:45.639 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.163s] 2023-02-19 02:08:45.640 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-02-19 02:08:46.025 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.573s] 2023-02-19 02:08:48.057 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [2.029s] 2023-02-19 02:08:48.971 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.910s] 2023-02-19 02:08:49.240 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.539s] 2023-02-19 02:08:49.330 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.691s] 2023-02-19 02:08:49.474 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.503s] 2023-02-19 02:08:49.659 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.417s] 2023-02-19 02:08:49.695 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.363s] 2023-02-19 02:08:50.044 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.566s] 2023-02-19 02:08:50.170 38 INFO opnfv-tempest [-] {2} 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-02-19 02:08:50.171 38 INFO opnfv-tempest [-] {2} 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-02-19 02:08:50.599 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [0.901s] 2023-02-19 02:08:51.401 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.799s] 2023-02-19 02:08:52.382 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.980s] 2023-02-19 02:08:55.004 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.683s] 2023-02-19 02:08:55.571 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.386s] 2023-02-19 02:08:55.884 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [1.130s] 2023-02-19 02:08:56.704 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [0.816s] 2023-02-19 02:08:56.819 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.001s]: b'This API extension policy was removed in Stein' 2023-02-19 02:08:56.820 38 INFO opnfv-tempest [-] {3} 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-02-19 02:08:56.924 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.352s] 2023-02-19 02:08:57.362 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.656s] 2023-02-19 02:08:57.785 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.860s] 2023-02-19 02:08:58.641 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [1.275s] 2023-02-19 02:08:59.278 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [1.491s] 2023-02-19 02:09:00.163 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.723s] 2023-02-19 02:09:00.668 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.390s] 2023-02-19 02:09:00.940 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.770s] 2023-02-19 02:09:01.586 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.647s] 2023-02-19 02:09:02.081 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.680s] 2023-02-19 02:09:02.102 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.433s] 2023-02-19 02:09:02.280 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.689s] 2023-02-19 02:09:02.742 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.657s] 2023-02-19 02:09:03.004 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.726s] 2023-02-19 02:09:03.975 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [1.096s] 2023-02-19 02:09:04.916 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.938s] 2023-02-19 02:09:05.665 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.744s] 2023-02-19 02:09:06.520 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.856s] 2023-02-19 02:09:07.589 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.844s] 2023-02-19 02:09:08.075 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [1.552s] 2023-02-19 02:09:08.217 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.667s] 2023-02-19 02:09:08.348 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.756s] 2023-02-19 02:09:08.475 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [1.001s] 2023-02-19 02:09:09.058 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.708s] 2023-02-19 02:09:09.704 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.646s] 2023-02-19 02:09:09.767 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [1.286s] 2023-02-19 02:09:10.588 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.818s] 2023-02-19 02:09:11.760 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.169s] 2023-02-19 02:09:13.086 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.325s] 2023-02-19 02:09:13.249 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.689s] 2023-02-19 02:09:14.963 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [0.884s] 2023-02-19 02:09:15.632 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [0.666s] 2023-02-19 02:09:20.623 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.631s] 2023-02-19 02:09:21.487 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [0.862s] 2023-02-19 02:09:27.648 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [2.289s] 2023-02-19 02:09:28.398 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [0.744s] 2023-02-19 02:09:30.946 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [2.545s] 2023-02-19 02:09:37.998 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.689s] 2023-02-19 02:09:38.210 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [1.014s] 2023-02-19 02:09:52.915 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.437s] 2023-02-19 02:09:53.379 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.461s] 2023-02-19 02:09:53.700 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.318s] 2023-02-19 02:09:54.114 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.412s] 2023-02-19 02:09:59.645 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.611s] 2023-02-19 02:10:10.415 38 INFO opnfv-tempest [-] {3} 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-02-19 02:10:11.512 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [1.088s] 2023-02-19 02:10:12.587 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [1.070s] 2023-02-19 02:10:24.662 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.784s] 2023-02-19 02:10:24.717 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [12.122s] 2023-02-19 02:10:25.215 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.551s] 2023-02-19 02:10:25.307 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [0.588s] 2023-02-19 02:10:25.797 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.579s] 2023-02-19 02:10:26.028 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.711s] 2023-02-19 02:10:26.030 38 INFO opnfv-tempest [-] {3} 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-02-19 02:10:26.032 38 INFO opnfv-tempest [-] {3} 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-02-19 02:10:26.033 38 INFO opnfv-tempest [-] {3} 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-02-19 02:10:26.034 38 INFO opnfv-tempest [-] {3} 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-02-19 02:10:26.034 38 INFO opnfv-tempest [-] {3} 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-02-19 02:10:26.035 38 INFO opnfv-tempest [-] {3} 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-02-19 02:10:26.496 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [0.699s] 2023-02-19 02:10:27.131 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [1.102s] 2023-02-19 02:10:27.183 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.683s] 2023-02-19 02:10:27.328 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [40.246s] 2023-02-19 02:10:28.144 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.960s] 2023-02-19 02:10:28.521 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.388s] 2023-02-19 02:10:33.104 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [0.692s] 2023-02-19 02:10:34.658 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [6.134s] 2023-02-19 02:10:45.662 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [18.321s] 2023-02-19 02:11:00.019 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [14.348s] 2023-02-19 02:11:02.581 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [2.556s] 2023-02-19 02:11:08.524 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [24.441s] 2023-02-19 02:11:09.817 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [7.232s] 2023-02-19 02:11:11.586 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.405s] 2023-02-19 02:11:17.129 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [7.304s] 2023-02-19 02:11:25.673 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.695s] 2023-02-19 02:11:26.015 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.342s] 2023-02-19 02:11:26.437 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.420s] 2023-02-19 02:11:26.846 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.408s] 2023-02-19 02:11:28.185 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [11.048s] 2023-02-19 02:11:28.483 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [19.948s] 2023-02-19 02:11:31.388 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.537s] 2023-02-19 02:11:31.847 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.457s] 2023-02-19 02:11:32.279 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.431s] 2023-02-19 02:11:36.653 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.289s] 2023-02-19 02:11:36.877 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.222s] 2023-02-19 02:11:37.099 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.222s] 2023-02-19 02:11:45.045 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.688s] 2023-02-19 02:11:47.786 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.724s] 2023-02-19 02:11:50.203 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.397s] 2023-02-19 02:11:52.253 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.036s] 2023-02-19 02:11:54.317 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.054s] 2023-02-19 02:11:56.369 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.035s] 2023-02-19 02:12:01.018 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [2.019s] 2023-02-19 02:12:02.305 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [0.743s] 2023-02-19 02:12:03.251 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [0.930s] 2023-02-19 02:12:03.522 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [2.503s] 2023-02-19 02:12:03.909 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.646s] 2023-02-19 02:12:04.847 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [0.915s] 2023-02-19 02:12:09.426 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.603s] 2023-02-19 02:12:14.013 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.541s] 2023-02-19 02:12:18.620 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.605s] 2023-02-19 02:12:19.030 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.409s] 2023-02-19 02:12:19.423 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.392s] 2023-02-19 02:12:19.784 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.360s] 2023-02-19 02:12:20.160 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.375s] 2023-02-19 02:12:22.693 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [19.160s] 2023-02-19 02:12:27.969 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [5.268s] 2023-02-19 02:12:32.579 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.563s] 2023-02-19 02:12:37.099 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.361s] 2023-02-19 02:12:37.957 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [9.984s] 2023-02-19 02:12:39.093 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.129s] 2023-02-19 02:12:44.991 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.669s] 2023-02-19 02:12:47.782 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [2.792s] 2023-02-19 02:12:48.355 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [0.570s] 2023-02-19 02:12:58.105 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.486s] 2023-02-19 02:12:58.622 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.516s] 2023-02-19 02:12:58.946 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.323s] 2023-02-19 02:12:59.272 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.324s] 2023-02-19 02:12:59.635 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.362s] 2023-02-19 02:12:59.973 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.337s] 2023-02-19 02:13:08.647 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [0.923s] 2023-02-19 02:13:08.858 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.211s] 2023-02-19 02:13:10.864 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [2.003s] 2023-02-19 02:13:11.319 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [0.644s] 2023-02-19 02:13:11.971 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.649s] 2023-02-19 02:13:13.092 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.120s] 2023-02-19 02:13:13.650 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.554s] 2023-02-19 02:13:14.387 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.733s] 2023-02-19 02:13:15.123 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.732s] 2023-02-19 02:13:26.339 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [9.321s] 2023-02-19 02:13:29.948 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.548s] 2023-02-19 02:13:30.373 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.424s] 2023-02-19 02:13:30.755 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.380s] 2023-02-19 02:13:31.142 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.388s] 2023-02-19 02:13:31.628 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.483s] 2023-02-19 02:13:35.935 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [9.594s] 2023-02-19 02:13:38.914 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.063s] 2023-02-19 02:13:39.961 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.022s] 2023-02-19 02:13:40.879 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.898s] 2023-02-19 02:13:41.522 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.632s] 2023-02-19 02:13:42.082 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.552s] 2023-02-19 02:13:42.827 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.724s] 2023-02-19 02:13:43.736 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.879s] 2023-02-19 02:13:49.441 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.369s] 2023-02-19 02:13:50.564 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.113s] 2023-02-19 02:13:51.350 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.773s] 2023-02-19 02:13:56.603 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.664s] 2023-02-19 02:14:01.897 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.575s] 2023-02-19 02:14:02.550 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.641s] 2023-02-19 02:14:03.778 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [12.116s] 2023-02-19 02:14:07.654 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.781s] 2023-02-19 02:14:08.713 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [1.038s] 2023-02-19 02:14:09.650 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.925s] 2023-02-19 02:14:10.762 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.095s] 2023-02-19 02:14:15.661 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [11.883s] 2023-02-19 02:14:17.290 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [0.999s] 2023-02-19 02:14:18.386 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.075s] 2023-02-19 02:14:20.575 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.169s] 2023-02-19 02:14:21.747 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.153s] 2023-02-19 02:14:22.871 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.104s] 2023-02-19 02:14:24.212 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.322s] 2023-02-19 02:14:25.365 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.132s] 2023-02-19 02:14:26.491 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.102s] 2023-02-19 02:14:28.078 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.567s] 2023-02-19 02:14:28.561 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.472s] 2023-02-19 02:14:29.025 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.454s] 2023-02-19 02:14:31.131 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.089s] 2023-02-19 02:14:32.102 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [16.434s] 2023-02-19 02:14:32.350 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.202s] 2023-02-19 02:14:33.264 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.896s] 2023-02-19 02:14:33.858 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.574s] 2023-02-19 02:14:35.097 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [2.997s] 2023-02-19 02:14:35.423 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.545s] 2023-02-19 02:14:35.467 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.372s] 2023-02-19 02:14:35.708 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.237s] 2023-02-19 02:14:37.091 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.641s] 2023-02-19 02:14:37.415 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [1.706s] 2023-02-19 02:14:39.465 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.049s] 2023-02-19 02:14:39.714 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.249s] 2023-02-19 02:14:39.833 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.711s] 2023-02-19 02:14:39.974 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.259s] 2023-02-19 02:14:41.744 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.890s] 2023-02-19 02:14:43.503 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.732s] 2023-02-19 02:14:45.755 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.224s] 2023-02-19 02:14:47.846 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.057s] 2023-02-19 02:14:49.327 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.454s] 2023-02-19 02:14:57.240 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.103s] 2023-02-19 02:14:57.876 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.636s] 2023-02-19 02:14:58.526 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [0.648s] 2023-02-19 02:14:59.289 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [0.763s] 2023-02-19 02:14:59.725 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.435s] 2023-02-19 02:15:00.108 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.382s] 2023-02-19 02:15:08.271 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [4.634s] 2023-02-19 02:15:09.355 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.063s] 2023-02-19 02:15:11.049 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.273s] 2023-02-19 02:15:11.269 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.219s] 2023-02-19 02:15:13.797 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [4.421s] 2023-02-19 02:15:15.298 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.496s] 2023-02-19 02:15:19.532 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.215s] 2023-02-19 02:15:22.417 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.695s] 2023-02-19 02:15:23.099 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [3.548s] 2023-02-19 02:15:24.268 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.152s] 2023-02-19 02:15:24.796 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.512s] 2023-02-19 02:15:26.795 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.376s] 2023-02-19 02:15:29.841 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [5.030s] 2023-02-19 02:15:31.333 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.472s] 2023-02-19 02:15:35.751 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.478s] 2023-02-19 02:15:35.775 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.425s] 2023-02-19 02:15:36.278 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.493s] 2023-02-19 02:15:38.400 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.099s] 2023-02-19 02:15:38.480 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [2.728s] 2023-02-19 02:15:38.706 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.225s] 2023-02-19 02:15:38.943 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.237s] 2023-02-19 02:15:39.143 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.199s] 2023-02-19 02:15:39.364 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.220s] 2023-02-19 02:15:39.596 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.232s] 2023-02-19 02:15:39.928 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.330s] 2023-02-19 02:15:44.046 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.627s] 2023-02-19 02:15:45.462 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.398s] 2023-02-19 02:15:47.319 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [312.590s] 2023-02-19 02:15:49.735 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.237s] 2023-02-19 02:15:54.417 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.645s] 2023-02-19 02:15:54.573 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [7.246s] 2023-02-19 02:15:55.201 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.624s] 2023-02-19 02:15:55.202 38 INFO opnfv-tempest [-] {3} 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-02-19 02:15:55.829 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.624s] 2023-02-19 02:15:55.830 38 INFO opnfv-tempest [-] {3} 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-02-19 02:15:55.831 38 INFO opnfv-tempest [-] {3} 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-02-19 02:15:55.832 38 INFO opnfv-tempest [-] {3} 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-02-19 02:15:55.833 38 INFO opnfv-tempest [-] {3} 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-02-19 02:15:55.834 38 INFO opnfv-tempest [-] {3} 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-02-19 02:15:55.835 38 INFO opnfv-tempest [-] {3} 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-02-19 02:15:56.035 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.587s] 2023-02-19 02:15:56.394 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [0.559s] 2023-02-19 02:15:58.774 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [2.375s] 2023-02-19 02:16:00.975 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.902s] 2023-02-19 02:16:03.954 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [5.177s] 2023-02-19 02:16:05.239 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.275s] 2023-02-19 02:16:12.442 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [0.907s] 2023-02-19 02:16:13.079 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.626s] 2023-02-19 02:16:13.951 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [0.855s] 2023-02-19 02:16:14.896 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.926s] 2023-02-19 02:16:15.366 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.457s] 2023-02-19 02:16:15.833 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.455s] 2023-02-19 02:16:16.283 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.440s] 2023-02-19 02:16:17.064 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.772s] 2023-02-19 02:16:18.038 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [0.956s] 2023-02-19 02:16:21.306 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [16.059s] 2023-02-19 02:16:23.905 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [0.959s] 2023-02-19 02:16:25.256 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.330s] 2023-02-19 02:16:26.262 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [0.994s] 2023-02-19 02:16:27.189 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [0.912s] 2023-02-19 02:16:36.170 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [1.904s] 2023-02-19 02:16:36.739 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.522s] 2023-02-19 02:16:38.538 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.345s] 2023-02-19 02:16:40.721 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [2.164s] 2023-02-19 02:16:45.788 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.161s] 2023-02-19 02:16:47.160 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.368s] 2023-02-19 02:16:50.274 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [3.110s] 2023-02-19 02:16:52.024 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [1.749s] 2023-02-19 02:16:52.403 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.374s] 2023-02-19 02:16:52.773 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.366s] 2023-02-19 02:16:54.125 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [6.209s] 2023-02-19 02:16:55.732 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [2.959s] 2023-02-19 02:16:56.247 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.512s] 2023-02-19 02:17:01.610 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [7.481s] 2023-02-19 02:17:02.410 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.494s] 2023-02-19 02:17:02.772 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.361s] 2023-02-19 02:17:03.155 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.383s] 2023-02-19 02:17:03.857 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.699s] 2023-02-19 02:17:06.476 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.867s] 2023-02-19 02:17:07.171 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [338.914s] 2023-02-19 02:17:08.186 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.009s] 2023-02-19 02:17:08.555 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.389s] 2023-02-19 02:17:08.865 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.310s] 2023-02-19 02:17:09.201 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.334s] 2023-02-19 02:17:09.251 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [1.065s] 2023-02-19 02:17:09.873 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.671s] 2023-02-19 02:17:10.257 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.384s] 2023-02-19 02:17:10.432 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.176s] 2023-02-19 02:17:11.677 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [1.242s] 2023-02-19 02:17:15.009 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.497s] 2023-02-19 02:17:15.296 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.287s] 2023-02-19 02:17:15.695 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.396s] 2023-02-19 02:17:16.057 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [9.577s] 2023-02-19 02:17:16.448 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.753s] 2023-02-19 02:17:17.036 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.585s] 2023-02-19 02:17:17.691 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.654s] 2023-02-19 02:17:19.105 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.412s] 2023-02-19 02:17:19.669 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.563s] 2023-02-19 02:17:20.023 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.354s] 2023-02-19 02:17:20.738 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.713s] 2023-02-19 02:17:20.978 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.326s] 2023-02-19 02:17:21.118 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.379s] 2023-02-19 02:17:21.703 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.585s] 2023-02-19 02:17:22.743 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.039s] 2023-02-19 02:17:24.472 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [12.786s] 2023-02-19 02:17:25.437 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.460s] 2023-02-19 02:17:26.086 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.647s] 2023-02-19 02:17:30.598 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [1.115s] 2023-02-19 02:17:33.087 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.835s] 2023-02-19 02:17:34.186 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [1.097s] 2023-02-19 02:17:34.992 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.806s] 2023-02-19 02:17:35.940 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.947s] 2023-02-19 02:17:36.419 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.665s] 2023-02-19 02:17:36.573 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.631s] 2023-02-19 02:17:36.822 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.249s] 2023-02-19 02:17:37.195 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.760s] 2023-02-19 02:17:37.305 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.482s] 2023-02-19 02:17:37.776 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.469s] 2023-02-19 02:17:37.828 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.620s] 2023-02-19 02:17:38.218 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.442s] 2023-02-19 02:17:38.474 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.637s] 2023-02-19 02:17:38.677 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.458s] 2023-02-19 02:17:39.369 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.876s] 2023-02-19 02:17:39.941 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [15.460s] 2023-02-19 02:17:40.926 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2023-02-19 02:17:40.927 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2023-02-19 02:17:44.336 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.351s] 2023-02-19 02:17:45.346 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.953s] 2023-02-19 02:17:46.519 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.148s] 2023-02-19 02:17:47.673 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.138s] 2023-02-19 02:17:47.896 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [7.948s] 2023-02-19 02:17:48.324 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.632s] 2023-02-19 02:17:48.998 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.417s] 2023-02-19 02:17:49.195 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.853s] 2023-02-19 02:17:49.474 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.474s] 2023-02-19 02:17:49.689 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.214s] 2023-02-19 02:17:49.983 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.084s] 2023-02-19 02:17:50.181 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.491s] 2023-02-19 02:17:50.221 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.006s] 2023-02-19 02:17:50.706 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.523s] 2023-02-19 02:17:51.934 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.698s] 2023-02-19 02:17:52.576 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.632s] 2023-02-19 02:17:53.199 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.612s] 2023-02-19 02:17:53.809 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.600s] 2023-02-19 02:17:54.575 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.744s] 2023-02-19 02:17:55.299 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.704s] 2023-02-19 02:17:56.100 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.781s] 2023-02-19 02:17:56.901 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.780s] 2023-02-19 02:17:57.755 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.831s] 2023-02-19 02:17:57.756 38 INFO opnfv-tempest [-] {3} 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-02-19 02:17:57.757 38 INFO opnfv-tempest [-] {3} 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-02-19 02:17:57.759 38 INFO opnfv-tempest [-] {3} 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-02-19 02:17:59.252 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.466s] 2023-02-19 02:18:00.795 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.513s] 2023-02-19 02:18:09.327 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.648s] 2023-02-19 02:18:11.038 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.694s] 2023-02-19 02:18:12.209 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.158s] 2023-02-19 02:18:13.536 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.319s] 2023-02-19 02:18:15.175 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.614s] 2023-02-19 02:18:20.258 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.928s] 2023-02-19 02:18:21.307 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.030s] 2023-02-19 02:18:22.116 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.788s] 2023-02-19 02:18:22.909 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.773s] 2023-02-19 02:18:23.519 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.600s] 2023-02-19 02:18:24.168 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.641s] 2023-02-19 02:18:24.929 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.739s] 2023-02-19 02:18:25.494 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.543s] 2023-02-19 02:18:29.863 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.370s] 2023-02-19 02:18:34.064 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.375s] 2023-02-19 02:18:34.414 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.348s] 2023-02-19 02:18:39.166 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.724s] 2023-02-19 02:18:39.398 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.233s] 2023-02-19 02:18:39.620 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.221s] 2023-02-19 02:18:39.863 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.241s] 2023-02-19 02:18:40.424 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [0.560s] 2023-02-19 02:18:45.035 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.423s] 2023-02-19 02:18:45.365 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.327s] 2023-02-19 02:18:45.707 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.342s] 2023-02-19 02:18:50.213 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.385s] 2023-02-19 02:18:50.651 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.437s] 2023-02-19 02:18:50.949 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.297s] 2023-02-19 02:19:03.091 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [2.940s] 2023-02-19 02:19:08.054 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [4.960s] 2023-02-19 02:19:08.438 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.385s] 2023-02-19 02:19:09.043 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.603s] 2023-02-19 02:19:09.260 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.217s] 2023-02-19 02:19:09.476 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.215s] 2023-02-19 02:19:13.317 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [3.839s] 2023-02-19 02:19:17.125 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [3.807s] 2023-02-19 02:19:17.402 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.278s] 2023-02-19 02:19:27.130 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.549s] 2023-02-19 02:23:02.585 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [312.535s] 2023-02-19 02:23:28.248 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [25.649s] 2023-02-19 02:24:00.813 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [0.978s] 2023-02-19 02:24:05.837 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [5.021s] 2023-02-19 02:24:12.261 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [6.422s] 2023-02-19 02:24:12.576 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.310s] 2023-02-19 02:24:12.975 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.399s] 2023-02-19 02:24:13.384 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.403s] 2023-02-19 02:24:20.783 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [7.397s] 2023-02-19 02:24:55.972 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [3.663s] 2023-02-19 02:24:59.511 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [3.534s] 2023-02-19 02:24:59.918 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.407s] 2023-02-19 02:25:03.612 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [3.686s] 2023-02-19 02:25:03.613 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-02-19 02:25:18.280 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.499s] 2023-02-19 02:25:23.068 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.594s] 2023-02-19 02:25:23.540 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.459s] 2023-02-19 02:25:24.086 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.527s] 2023-02-19 02:25:29.181 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [0.935s] 2023-02-19 02:25:30.086 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [0.894s] 2023-02-19 02:25:30.690 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.596s] 2023-02-19 02:25:36.226 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.680s] 2023-02-19 02:25:37.271 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.024s] 2023-02-19 02:25:38.026 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.744s] 2023-02-19 02:25:38.716 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.679s] 2023-02-19 02:25:39.687 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [0.951s] 2023-02-19 02:25:44.768 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [0.983s] 2023-02-19 02:25:50.742 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [1.464s] 2023-02-19 02:25:52.136 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.374s] 2023-02-19 02:25:53.754 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [1.588s] 2023-02-19 02:25:58.791 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.611s] 2023-02-19 02:25:59.657 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.844s] 2023-02-19 02:26:00.288 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.618s] 2023-02-19 02:26:00.944 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.647s] 2023-02-19 02:26:01.848 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.873s] 2023-02-19 02:26:07.541 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.913s] 2023-02-19 02:26:09.068 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.507s] 2023-02-19 02:26:09.846 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [0.765s] 2023-02-19 02:26:10.645 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [0.791s] 2023-02-19 02:26:11.881 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.216s] 2023-02-19 02:26:18.355 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.735s] 2023-02-19 02:26:19.427 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.051s] 2023-02-19 02:26:20.291 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.852s] 2023-02-19 02:26:21.060 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.746s] 2023-02-19 02:26:27.075 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [1.123s] 2023-02-19 02:26:28.890 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [1.797s] 2023-02-19 02:26:29.376 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.473s] 2023-02-19 02:26:29.824 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.437s] 2023-02-19 02:26:30.648 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.808s] 2023-02-19 02:26:36.175 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.517s] 2023-02-19 02:26:36.562 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.385s] 2023-02-19 02:26:37.220 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.657s] 2023-02-19 02:26:37.780 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.558s] 2023-02-19 02:26:38.489 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.708s] 2023-02-19 02:26:43.103 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.429s] 2023-02-19 02:26:43.418 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.313s] 2023-02-19 02:26:43.728 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.309s] 2023-02-19 02:26:44.157 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.428s] 2023-02-19 02:26:44.737 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.580s] 2023-02-19 02:26:51.953 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.015s] 2023-02-19 02:26:58.082 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [2.225s] 2023-02-19 02:27:00.102 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [2.018s] 2023-02-19 02:27:00.467 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.365s] 2023-02-19 02:27:00.855 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.388s] 2023-02-19 02:27:03.605 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [2.748s] 2023-02-19 02:27:06.411 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [2.804s] 2023-02-19 02:27:11.912 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.578s] 2023-02-19 02:27:12.214 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.301s] 2023-02-19 02:27:12.535 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.318s] 2023-02-19 02:27:13.016 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.480s] 2023-02-19 02:27:13.504 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.486s] 2023-02-19 02:27:13.984 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.480s] 2023-02-19 02:27:14.189 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.205s] 2023-02-19 02:27:14.554 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.363s] 2023-02-19 02:27:14.867 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.312s] 2023-02-19 02:27:15.265 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.396s] 2023-02-19 02:27:24.386 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [1.956s] 2023-02-19 02:27:35.594 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.932s] 2023-02-19 02:27:41.791 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [6.194s] 2023-02-19 02:27:44.047 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [2.257s] 2023-02-19 02:27:44.533 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.485s] 2023-02-19 02:27:45.100 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.566s] 2023-02-19 02:27:45.583 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.483s] 2023-02-19 02:27:45.891 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.307s] 2023-02-19 02:27:56.708 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.327s] 2023-02-19 02:28:02.438 38 INFO rally.task.context [-] Verification cdc86275-6b08-4b24-bec9-06abdfd31010 | Context testr@default cleanup() started 2023-02-19 02:28:02.438 38 INFO rally.task.context [-] Verification cdc86275-6b08-4b24-bec9-06abdfd31010 | Context testr@default cleanup() finished in 0.80 msec 2023-02-19 02:28:02.439 38 INFO rally.task.context [-] Verification cdc86275-6b08-4b24-bec9-06abdfd31010 | Context tempest@default cleanup() started 2023-02-19 02:28:02.653 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_7c576309_SR4H5Cia'. 2023-02-19 02:28:02.817 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7c576309_SR4H5Cia' has been deleted. 2023-02-19 02:28:02.818 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '741eb24a-7ecb-49f5-8f9c-b1e0a262ad53' of option 'instance_type' from Tempest config file. 2023-02-19 02:28:02.819 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '741eb24a-7ecb-49f5-8f9c-b1e0a262ad53' has been removed. 2023-02-19 02:28:02.821 38 INFO rally.task.context [-] Verification cdc86275-6b08-4b24-bec9-06abdfd31010 | Context tempest@default cleanup() finished in 0.38 sec 2023-02-19 02:28:02.866 38 INFO rally.api [-] Verification (UUID=7c576309-c68c-4ecf-b953-190618ae3213) has been successfully finished for deployment 'opnfv-rally' (UUID=a0112c71-2dfc-45dc-9b34-a2f542a3fb5b)! 2023-02-19 02:28:05.029 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:05.029 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:05.029 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:06.937 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:06.938 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:06.938 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:09.849 56 INFO rally.api [-] Building 'html' report for the following verification(s): '7c576309-c68c-4ecf-b953-190618ae3213' 2023-02-19 02:28:09.882 56 INFO rally.api [-] The report has been successfully built. 2023-02-19 02:28:11.609 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:11.610 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:11.610 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:13.985 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7c576309-c68c-4ecf-b953-190618ae3213' 2023-02-19 02:28:14.007 58 INFO rally.api [-] The report has been successfully built.