2023-02-19 02:28:42.825 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:42.825 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:42.825 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:45.542 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:28:45.542 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 02:28:45.542 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 02:28:45.542 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:28:45.542 8 ERROR rally.cli.cliutils 2023-02-19 02:28:47.300 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:47.301 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:47.301 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:52.013 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:52.014 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:52.014 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:56.943 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:56.944 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:56.944 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:58.372 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:58.372 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:58.372 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:01.064 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:29:01.064 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 02:29:01.064 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 02:29:01.064 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:29:01.064 18 ERROR rally.cli.cliutils 2023-02-19 02:29:02.690 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:29:02.691 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:29:02.691 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:05.209 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 02:29:05.250 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-306afe71-d9b7-4b13-b0b5-41eff0223857/repo. 2023-02-19 02:29:05.639 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-306afe71-d9b7-4b13-b0b5-41eff0223857/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:29:05.655 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 02:29:05.664 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 02:29:05.675 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 02:29:05.732 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 02:29:06.649 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=306afe71-d9b7-4b13-b0b5-41eff0223857) has been successfully created! 2023-02-19 02:29:08.346 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:29:08.346 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:29:08.347 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:13.317 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:29:13.318 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:29:13.318 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:15.863 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=306afe71-d9b7-4b13-b0b5-41eff0223857) for deployment 'opnfv-rally' (UUID=8a533c8e-08ce-479a-a2fc-21d8a0f7f22d). 2023-02-19 02:29:16.307 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=306afe71-d9b7-4b13-b0b5-41eff0223857) has been successfully configured for deployment 'opnfv-rally' (UUID=8a533c8e-08ce-479a-a2fc-21d8a0f7f22d)! 2023-02-19 02:29:27.825 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:29:27.825 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:29:27.825 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:30.338 38 INFO rally.api [-] Starting verification (UUID=3271a163-e455-4ee1-8cf8-aadc7edd911d) for deployment 'opnfv-rally' (UUID=8a533c8e-08ce-479a-a2fc-21d8a0f7f22d) by verifier 'opnfv-tempest' (UUID=306afe71-d9b7-4b13-b0b5-41eff0223857). 2023-02-19 02:29:30.890 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 02:29:30.890 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-306afe71-d9b7-4b13-b0b5-41eff0223857/for-deployment-8a533c8e-08ce-479a-a2fc-21d8a0f7f22d/tempest.log' to option 'log_file'. 2023-02-19 02:29:30.891 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-306afe71-d9b7-4b13-b0b5-41eff0223857/for-deployment-8a533c8e-08ce-479a-a2fc-21d8a0f7f22d/tempest.log 2023-02-19 02:29:30.891 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 02:29:30.891 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-306afe71-d9b7-4b13-b0b5-41eff0223857/for-deployment-8a533c8e-08ce-479a-a2fc-21d8a0f7f22d/lock_files' to option 'lock_path'. 2023-02-19 02:29:30.891 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-306afe71-d9b7-4b13-b0b5-41eff0223857/for-deployment-8a533c8e-08ce-479a-a2fc-21d8a0f7f22d/lock_files 2023-02-19 02:29:30.892 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 02:29:30.892 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-306afe71-d9b7-4b13-b0b5-41eff0223857/for-deployment-8a533c8e-08ce-479a-a2fc-21d8a0f7f22d' to option 'img_dir'. 2023-02-19 02:29:30.892 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-306afe71-d9b7-4b13-b0b5-41eff0223857/for-deployment-8a533c8e-08ce-479a-a2fc-21d8a0f7f22d 2023-02-19 02:29:30.892 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:29:30.893 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 24053077-15b3-4ffb-a400-b0aa56d0ed56 2023-02-19 02:29:30.893 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 47476aca-d026-4a2a-abf1-df449d1cad2a 2023-02-19 02:29:30.893 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f8eeb535-59c4-4e2d-bd99-d899b2e3f7b6 2023-02-19 02:29:30.894 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3502b6f5-d14d-4b61-8628-a5bddfd2006a 2023-02-19 02:29:31.056 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 02:29:31.057 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_reader-net_1b2f3434-7d6f-4d04-83f7-68bd4e47e60a 2023-02-19 02:29:31.058 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 02:29:31.164 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:29:31.199 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b8aa00c5_WXyH8eNw'. Using flavor 'rally_verify_b8aa00c5_WXyH8eNw' (ID = 94a928fd-0c51-44bb-bf53-c1d6745fff9c) for the tests. 2023-02-19 02:29:31.199 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '94a928fd-0c51-44bb-bf53-c1d6745fff9c' to option 'instance_type'. 2023-02-19 02:29:31.200 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 94a928fd-0c51-44bb-bf53-c1d6745fff9c 2023-02-19 02:29:31.201 38 INFO rally.task.context [-] Verification 306afe71-d9b7-4b13-b0b5-41eff0223857 | Context tempest@default setup() finished in 0.69 sec 2023-02-19 02:29:31.202 38 INFO rally.task.context [-] Verification 306afe71-d9b7-4b13-b0b5-41eff0223857 | Context testr@default setup() finished in 0.65 msec 2023-02-19 02:29:31.202 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7f444a01-77d0-4e1b-b74d-c721cb6bc6b5'. 2023-02-19 02:29:36.623 38 INFO opnfv-tempest [-] {3} 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:29:40.035 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.757s] 2023-02-19 02:29:40.558 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.760s] 2023-02-19 02:29:40.579 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.541s] 2023-02-19 02:29:40.603 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [0.958s] 2023-02-19 02:29:40.773 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.394s] 2023-02-19 02:29:41.095 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.533s] 2023-02-19 02:29:41.565 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.791s] 2023-02-19 02:29:41.694 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.082s] 2023-02-19 02:29:41.697 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.597s] 2023-02-19 02:29:41.698 38 INFO opnfv-tempest [-] {3} 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:29:42.162 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.465s] 2023-02-19 02:29:42.251 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.682s] 2023-02-19 02:29:42.637 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [0.944s] 2023-02-19 02:29:42.638 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.001s]: b'This API extension policy was removed in Stein' 2023-02-19 02:29:42.855 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.688s] 2023-02-19 02:29:42.864 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.608s] 2023-02-19 02:29:44.439 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [1.574s] 2023-02-19 02:29:45.377 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.938s] 2023-02-19 02:29:45.850 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.843s] 2023-02-19 02:29:46.229 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.842s] 2023-02-19 02:29:46.615 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.761s] 2023-02-19 02:29:46.850 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.625s] 2023-02-19 02:29:47.192 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [0.576s] 2023-02-19 02:29:47.193 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2023-02-19 02:29:47.194 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:29:47.548 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.000s]: b'This API extension policy was removed in Stein' 2023-02-19 02:29:47.549 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:29:48.095 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.901s] 2023-02-19 02:29:48.971 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.876s] 2023-02-19 02:29:51.917 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.650s] 2023-02-19 02:29:52.340 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [0.905s] 2023-02-19 02:29:52.450 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [0.528s] 2023-02-19 02:29:53.136 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [0.795s] 2023-02-19 02:29:53.463 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.509s] 2023-02-19 02:29:53.466 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.322s] 2023-02-19 02:29:54.118 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.654s] 2023-02-19 02:29:54.337 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [0.869s] 2023-02-19 02:29:58.180 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.792s] 2023-02-19 02:29:59.441 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.544s] 2023-02-19 02:29:59.715 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.483s] 2023-02-19 02:30:00.416 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.695s] 2023-02-19 02:30:03.947 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [1.053s] 2023-02-19 02:30:04.789 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.839s] 2023-02-19 02:30:05.151 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.574s] 2023-02-19 02:30:05.379 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.589s] 2023-02-19 02:30:05.898 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.517s] 2023-02-19 02:30:06.684 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.171s] 2023-02-19 02:30:06.876 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [0.974s] 2023-02-19 02:30:08.105 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.420s] 2023-02-19 02:30:08.766 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.661s] 2023-02-19 02:30:10.090 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.343s] 2023-02-19 02:30:10.234 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [1.464s] 2023-02-19 02:30:10.744 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [0.651s] 2023-02-19 02:30:11.328 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.096s] 2023-02-19 02:30:12.457 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.126s] 2023-02-19 02:30:14.860 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.658s] 2023-02-19 02:30:17.435 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.482s] 2023-02-19 02:30:17.829 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.392s] 2023-02-19 02:30:18.225 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.391s] 2023-02-19 02:30:18.496 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.271s] 2023-02-19 02:30:24.056 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [0.411s] 2023-02-19 02:30:24.302 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [0.248s] 2023-02-19 02:30:24.407 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [2.487s] 2023-02-19 02:30:25.530 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [1.118s] 2023-02-19 02:30:28.586 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [3.058s] 2023-02-19 02:30:29.147 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [0.775s] 2023-02-19 02:30:30.079 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [0.930s] 2023-02-19 02:30:31.034 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.949s] 2023-02-19 02:30:31.972 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [0.936s] 2023-02-19 02:30:32.585 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [0.611s] 2023-02-19 02:30:37.163 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [22.282s] 2023-02-19 02:30:56.133 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [18.959s] 2023-02-19 02:30:56.718 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.651s] 2023-02-19 02:30:58.425 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.650s] 2023-02-19 02:31:13.403 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.682s] 2023-02-19 02:31:13.878 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.475s] 2023-02-19 02:31:14.119 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.240s] 2023-02-19 02:31:14.422 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.430s] 2023-02-19 02:31:14.566 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.444s] 2023-02-19 02:31:23.710 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [2.950s] 2023-02-19 02:31:24.695 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [0.978s] 2023-02-19 02:31:28.904 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [4.207s] 2023-02-19 02:31:30.562 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [0.997s] 2023-02-19 02:31:30.676 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [1.768s] 2023-02-19 02:31:30.981 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.300s] 2023-02-19 02:31:31.296 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.317s] 2023-02-19 02:31:32.982 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [33.219s] 2023-02-19 02:31:35.237 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [3.935s] 2023-02-19 02:31:35.605 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.367s] 2023-02-19 02:31:38.963 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.914s] 2023-02-19 02:31:39.570 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [9.002s] 2023-02-19 02:31:40.124 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [1.158s] 2023-02-19 02:31:40.978 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.850s] 2023-02-19 02:31:41.528 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [0.549s] 2023-02-19 02:31:41.861 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.505s] 2023-02-19 02:31:42.017 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.484s] 2023-02-19 02:31:42.303 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.442s] 2023-02-19 02:31:42.563 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.547s] 2023-02-19 02:31:42.675 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.370s] 2023-02-19 02:31:43.064 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.387s] 2023-02-19 02:31:43.519 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.454s] 2023-02-19 02:31:46.897 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [13.908s] 2023-02-19 02:31:47.527 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [7.956s] 2023-02-19 02:31:48.171 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.640s] 2023-02-19 02:31:48.682 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.509s] 2023-02-19 02:31:49.111 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.426s] 2023-02-19 02:31:49.934 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.213s] 2023-02-19 02:31:51.080 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.133s] 2023-02-19 02:31:51.636 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.545s] 2023-02-19 02:31:57.196 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.738s] 2023-02-19 02:31:58.904 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [9.792s] 2023-02-19 02:31:59.021 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.649s] 2023-02-19 02:32:01.313 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [14.406s] 2023-02-19 02:32:02.915 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.765s] 2023-02-19 02:32:04.144 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.208s] 2023-02-19 02:32:04.284 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.900s] 2023-02-19 02:32:04.605 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.320s] 2023-02-19 02:32:04.650 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [3.328s] 2023-02-19 02:32:04.887 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.729s] 2023-02-19 02:32:04.986 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.380s] 2023-02-19 02:32:05.369 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.381s] 2023-02-19 02:32:05.639 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.741s] 2023-02-19 02:32:07.163 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.504s] 2023-02-19 02:32:10.365 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.533s] 2023-02-19 02:32:10.869 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [6.216s] 2023-02-19 02:32:10.911 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.545s] 2023-02-19 02:32:11.383 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.469s] 2023-02-19 02:32:12.258 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.874s] 2023-02-19 02:32:12.584 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.323s] 2023-02-19 02:32:12.636 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.872s] 2023-02-19 02:32:13.402 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.755s] 2023-02-19 02:32:16.216 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [5.341s] 2023-02-19 02:32:17.260 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.613s] 2023-02-19 02:32:17.551 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.288s] 2023-02-19 02:32:17.949 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.399s] 2023-02-19 02:32:18.442 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.549s] 2023-02-19 02:32:18.663 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.712s] 2023-02-19 02:32:19.056 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.391s] 2023-02-19 02:32:19.245 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.779s] 2023-02-19 02:32:19.411 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.354s] 2023-02-19 02:32:19.818 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.565s] 2023-02-19 02:32:20.038 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.626s] 2023-02-19 02:32:20.281 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.241s] 2023-02-19 02:32:20.353 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.526s] 2023-02-19 02:32:20.535 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.252s] 2023-02-19 02:32:21.068 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.533s] 2023-02-19 02:32:21.143 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.769s] 2023-02-19 02:32:21.621 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.551s] 2023-02-19 02:32:22.211 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.589s] 2023-02-19 02:32:23.106 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.894s] 2023-02-19 02:32:27.128 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [1.602s] 2023-02-19 02:32:27.958 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [11.736s] 2023-02-19 02:32:28.903 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.748s] 2023-02-19 02:32:30.440 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.619s] 2023-02-19 02:32:30.646 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [1.718s] 2023-02-19 02:32:35.844 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.773s] 2023-02-19 02:32:36.691 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [3.933s] 2023-02-19 02:32:36.831 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.968s] 2023-02-19 02:32:37.549 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.707s] 2023-02-19 02:32:38.292 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.022s] 2023-02-19 02:32:38.468 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.900s] 2023-02-19 02:32:40.563 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [3.868s] 2023-02-19 02:32:41.311 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.731s] 2023-02-19 02:32:41.313 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.993s] 2023-02-19 02:32:44.019 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.690s] 2023-02-19 02:32:45.218 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.190s] 2023-02-19 02:32:45.489 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [4.186s] 2023-02-19 02:32:45.490 38 INFO opnfv-tempest [-] {3} 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:32:46.286 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.258s] 2023-02-19 02:32:46.521 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.284s] 2023-02-19 02:32:48.111 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.574s] 2023-02-19 02:32:48.318 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.022s] 2023-02-19 02:32:49.153 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.023s] 2023-02-19 02:32:50.489 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.320s] 2023-02-19 02:32:50.680 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.344s] 2023-02-19 02:32:52.004 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.495s] 2023-02-19 02:32:53.199 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.174s] 2023-02-19 02:32:53.758 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2023-02-19 02:32:54.977 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.758s] 2023-02-19 02:32:56.855 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.858s] 2023-02-19 02:32:57.652 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.784s] 2023-02-19 02:32:58.421 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.760s] 2023-02-19 02:32:58.691 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [2.010s] 2023-02-19 02:33:00.179 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.740s] 2023-02-19 02:33:00.222 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.383s] 2023-02-19 02:33:00.242 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.535s] 2023-02-19 02:33:00.542 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.320s] 2023-02-19 02:33:00.875 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.332s] 2023-02-19 02:33:01.238 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.361s] 2023-02-19 02:33:01.489 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.289s] 2023-02-19 02:33:01.503 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.249s] 2023-02-19 02:33:02.423 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.916s] 2023-02-19 02:33:02.998 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.484s] 2023-02-19 02:33:03.185 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.748s] 2023-02-19 02:33:04.858 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.656s] 2023-02-19 02:33:05.175 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [2.151s] 2023-02-19 02:33:05.730 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.604s] 2023-02-19 02:33:06.385 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.645s] 2023-02-19 02:33:06.890 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.005s] 2023-02-19 02:33:07.269 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.867s] 2023-02-19 02:33:09.714 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.798s] 2023-02-19 02:33:10.349 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.845s] 2023-02-19 02:33:10.988 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.620s] 2023-02-19 02:33:11.455 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.456s] 2023-02-19 02:33:11.559 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.821s] 2023-02-19 02:33:12.138 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [0.707s] 2023-02-19 02:33:12.167 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.696s] 2023-02-19 02:33:13.208 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.620s] 2023-02-19 02:33:13.290 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.142s] 2023-02-19 02:33:14.207 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.911s] 2023-02-19 02:33:15.672 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.438s] 2023-02-19 02:33:16.797 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.555s] 2023-02-19 02:33:17.696 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.899s] 2023-02-19 02:33:18.211 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.513s] 2023-02-19 02:33:20.193 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.957s] 2023-02-19 02:33:20.657 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [1.621s] 2023-02-19 02:33:25.149 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.756s] 2023-02-19 02:33:26.028 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.733s] 2023-02-19 02:33:26.978 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.936s] 2023-02-19 02:33:27.762 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.772s] 2023-02-19 02:33:28.079 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [2.927s] 2023-02-19 02:33:28.588 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [0.509s] 2023-02-19 02:33:28.813 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.033s] 2023-02-19 02:33:33.903 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.976s] 2023-02-19 02:33:35.078 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.157s] 2023-02-19 02:33:35.878 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.777s] 2023-02-19 02:33:36.679 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.782s] 2023-02-19 02:33:37.236 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.546s] 2023-02-19 02:33:37.772 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.526s] 2023-02-19 02:33:38.617 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.825s] 2023-02-19 02:33:39.114 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [4.537s] 2023-02-19 02:33:39.243 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.607s] 2023-02-19 02:33:40.428 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.294s] 2023-02-19 02:33:45.198 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [4.750s] 2023-02-19 02:33:45.215 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [1.169s] 2023-02-19 02:33:46.032 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [0.823s] 2023-02-19 02:33:46.277 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.045s] 2023-02-19 02:33:46.827 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [10.270s] 2023-02-19 02:33:47.417 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.126s] 2023-02-19 02:33:48.347 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [0.920s] 2023-02-19 02:33:50.190 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.142s] 2023-02-19 02:33:53.692 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.585s] 2023-02-19 02:33:54.058 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.367s] 2023-02-19 02:33:54.417 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.357s] 2023-02-19 02:33:54.821 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.402s] 2023-02-19 02:33:54.932 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.723s] 2023-02-19 02:33:55.159 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.338s] 2023-02-19 02:33:56.117 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [9.292s] 2023-02-19 02:33:56.205 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.256s] 2023-02-19 02:33:56.902 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.687s] 2023-02-19 02:34:01.678 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [1.956s] 2023-02-19 02:34:02.002 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [5.080s] 2023-02-19 02:34:03.389 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.368s] 2023-02-19 02:34:03.447 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [1.769s] 2023-02-19 02:34:03.815 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.368s] 2023-02-19 02:34:04.347 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.532s] 2023-02-19 02:34:07.260 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [2.909s] 2023-02-19 02:34:07.616 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.206s] 2023-02-19 02:34:08.113 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.486s] 2023-02-19 02:34:10.015 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [2.754s] 2023-02-19 02:34:10.416 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.284s] 2023-02-19 02:34:15.380 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.678s] 2023-02-19 02:34:15.704 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.323s] 2023-02-19 02:34:16.024 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.320s] 2023-02-19 02:34:16.077 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.632s] 2023-02-19 02:34:16.538 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.512s] 2023-02-19 02:34:17.031 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.490s] 2023-02-19 02:34:17.250 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.155s] 2023-02-19 02:34:17.482 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.452s] 2023-02-19 02:34:17.676 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.193s] 2023-02-19 02:34:18.042 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.364s] 2023-02-19 02:34:18.340 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.297s] 2023-02-19 02:34:18.712 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.371s] 2023-02-19 02:34:21.633 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.355s] 2023-02-19 02:34:23.667 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.335s] 2023-02-19 02:34:24.188 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [11.822s] 2023-02-19 02:34:26.349 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.682s] 2023-02-19 02:34:28.150 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.777s] 2023-02-19 02:34:29.440 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [1.881s] 2023-02-19 02:34:29.624 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.185s] 2023-02-19 02:34:30.254 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [0.627s] 2023-02-19 02:34:32.261 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.072s] 2023-02-19 02:34:35.212 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.289s] 2023-02-19 02:34:37.197 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [13.007s] 2023-02-19 02:34:41.402 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [0.838s] 2023-02-19 02:34:41.788 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.014s] 2023-02-19 02:34:42.180 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.768s] 2023-02-19 02:34:42.445 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.658s] 2023-02-19 02:34:43.030 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [0.582s] 2023-02-19 02:34:43.102 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [0.905s] 2023-02-19 02:34:43.545 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [0.515s] 2023-02-19 02:34:43.735 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.189s] 2023-02-19 02:34:43.929 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.187s] 2023-02-19 02:34:43.944 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.821s] 2023-02-19 02:34:44.411 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.455s] 2023-02-19 02:34:44.843 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.421s] 2023-02-19 02:34:45.315 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.463s] 2023-02-19 02:34:46.485 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.162s] 2023-02-19 02:34:47.871 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.367s] 2023-02-19 02:34:50.986 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [13.784s] 2023-02-19 02:34:53.693 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [0.875s] 2023-02-19 02:34:54.192 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [3.207s] 2023-02-19 02:34:54.367 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.317s] 2023-02-19 02:34:54.515 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.322s] 2023-02-19 02:34:54.589 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.222s] 2023-02-19 02:34:54.754 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.239s] 2023-02-19 02:34:55.325 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [1.616s] 2023-02-19 02:34:55.785 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.447s] 2023-02-19 02:34:56.500 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.704s] 2023-02-19 02:34:56.828 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [2.072s] 2023-02-19 02:34:57.526 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.008s] 2023-02-19 02:34:59.377 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.546s] 2023-02-19 02:34:59.843 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.467s] 2023-02-19 02:35:00.294 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.451s] 2023-02-19 02:35:05.352 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.548s] 2023-02-19 02:35:06.076 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [1.871s] 2023-02-19 02:35:08.123 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.030s] 2023-02-19 02:35:10.468 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [2.324s] 2023-02-19 02:35:16.699 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [2.891s] 2023-02-19 02:35:18.635 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.341s] 2023-02-19 02:35:18.866 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.098s] 2023-02-19 02:35:19.655 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [2.953s] 2023-02-19 02:35:20.231 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.578s] 2023-02-19 02:35:20.663 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.431s] 2023-02-19 02:35:21.063 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.400s] 2023-02-19 02:35:21.551 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.488s] 2023-02-19 02:35:21.904 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.351s] 2023-02-19 02:35:22.300 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.394s] 2023-02-19 02:35:24.167 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [5.299s] 2023-02-19 02:35:27.175 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [3.008s] 2023-02-19 02:35:27.582 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.408s] 2023-02-19 02:35:27.967 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.384s] 2023-02-19 02:35:28.459 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.492s] 2023-02-19 02:35:28.792 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.332s] 2023-02-19 02:35:29.986 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [7.098s] 2023-02-19 02:35:34.514 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.409s] 2023-02-19 02:35:34.799 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.283s] 2023-02-19 02:35:37.247 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [7.261s] 2023-02-19 02:35:39.375 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.621s] 2023-02-19 02:35:39.600 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.224s] 2023-02-19 02:35:39.826 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.226s] 2023-02-19 02:35:40.066 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.239s] 2023-02-19 02:35:40.651 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [0.582s] 2023-02-19 02:35:41.701 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.455s] 2023-02-19 02:35:45.274 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.470s] 2023-02-19 02:35:45.709 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.434s] 2023-02-19 02:35:45.906 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.196s] 2023-02-19 02:35:46.341 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.434s] 2023-02-19 02:35:46.787 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.444s] 2023-02-19 02:35:48.762 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.055s] 2023-02-19 02:36:00.537 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.167s] 2023-02-19 02:36:05.112 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.476s] 2023-02-19 02:36:05.453 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.341s] 2023-02-19 02:36:05.771 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.317s] 2023-02-19 02:36:06.077 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.304s] 2023-02-19 02:36:06.384 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.307s] 2023-02-19 02:36:10.750 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.418s] 2023-02-19 02:36:21.500 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [3.931s] 2023-02-19 02:36:31.213 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.436s] 2023-02-19 02:36:31.537 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.323s] 2023-02-19 02:36:31.835 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.297s] 2023-02-19 02:36:32.155 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.319s] 2023-02-19 02:36:32.502 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.346s] 2023-02-19 02:36:32.866 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.364s] 2023-02-19 02:36:39.743 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.398s] 2023-02-19 02:38:01.776 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [333.750s] 2023-02-19 02:38:02.519 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [0.738s] 2023-02-19 02:38:03.363 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [0.839s] 2023-02-19 02:38:04.016 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [0.652s] 2023-02-19 02:38:04.698 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [0.678s] 2023-02-19 02:38:16.987 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [12.281s] 2023-02-19 02:38:32.348 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [15.351s] 2023-02-19 02:38:38.454 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [6.099s] 2023-02-19 02:38:40.461 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.003s] 2023-02-19 02:43:50.914 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [310.365s] 2023-02-19 02:44:23.865 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [32.936s] 2023-02-19 02:44:58.830 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [0.545s] 2023-02-19 02:45:30.633 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.421s] 2023-02-19 02:45:59.643 38 INFO opnfv-tempest [-] {1} 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:46:00.362 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [0.708s] 2023-02-19 02:46:01.010 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [0.649s] 2023-02-19 02:46:11.778 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [10.758s] 2023-02-19 02:46:12.333 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [0.553s] 2023-02-19 02:46:12.898 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.555s] 2023-02-19 02:46:12.899 38 INFO opnfv-tempest [-] {1} 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:46:12.899 38 INFO opnfv-tempest [-] {1} 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:46:12.900 38 INFO opnfv-tempest [-] {1} 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:46:12.901 38 INFO opnfv-tempest [-] {1} 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:46:12.902 38 INFO opnfv-tempest [-] {1} 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:46:12.903 38 INFO opnfv-tempest [-] {1} 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:46:13.438 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [0.537s] 2023-02-19 02:46:14.223 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [0.779s] 2023-02-19 02:46:19.849 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [5.621s] 2023-02-19 02:51:32.446 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [312.514s] 2023-02-19 02:51:39.575 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [7.122s] 2023-02-19 02:51:40.122 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.540s] 2023-02-19 02:51:40.123 38 INFO opnfv-tempest [-] {1} 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:51:40.763 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.635s] 2023-02-19 02:51:40.764 38 INFO opnfv-tempest [-] {1} 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:51:40.765 38 INFO opnfv-tempest [-] {1} 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:51:40.766 38 INFO opnfv-tempest [-] {1} 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:51:40.767 38 INFO opnfv-tempest [-] {1} 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:51:40.768 38 INFO opnfv-tempest [-] {1} 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:51:40.769 38 INFO opnfv-tempest [-] {1} 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:51:41.340 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [0.573s] 2023-02-19 02:51:44.911 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.567s] 2023-02-19 02:51:49.384 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.469s] 2023-02-19 02:51:50.377 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [0.985s] 2023-02-19 02:52:01.158 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [10.775s] 2023-02-19 02:52:31.501 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [1.524s] 2023-02-19 02:52:34.046 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [2.544s] 2023-02-19 02:52:49.015 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [14.960s] 2023-02-19 02:52:50.074 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [1.052s] 2023-02-19 02:53:01.065 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [10.983s] 2023-02-19 02:53:01.749 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [0.680s] 2023-02-19 02:53:32.704 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [0.669s] 2023-02-19 02:53:33.087 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.381s] 2023-02-19 02:53:33.821 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [0.730s] 2023-02-19 02:53:34.123 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.301s] 2023-02-19 02:53:34.496 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.370s] 2023-02-19 02:53:35.073 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.573s] 2023-02-19 02:53:48.765 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.531s] 2023-02-19 02:53:49.296 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.528s] 2023-02-19 02:53:49.720 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.424s] 2023-02-19 02:53:54.489 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.426s] 2023-02-19 02:53:54.771 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.282s] 2023-02-19 02:53:54.994 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.221s] 2023-02-19 02:54:00.483 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [0.667s] 2023-02-19 02:54:01.320 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.815s] 2023-02-19 02:54:02.278 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.936s] 2023-02-19 02:54:02.881 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.590s] 2023-02-19 02:54:03.545 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.651s] 2023-02-19 02:54:04.319 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.750s] 2023-02-19 02:54:05.270 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.920s] 2023-02-19 02:54:06.948 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2023-02-19 02:54:11.000 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.793s] 2023-02-19 02:54:11.823 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.800s] 2023-02-19 02:54:12.596 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.754s] 2023-02-19 02:54:13.208 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.591s] 2023-02-19 02:54:13.969 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.739s] 2023-02-19 02:54:14.727 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.739s] 2023-02-19 02:54:15.833 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.089s] 2023-02-19 02:54:16.228 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.382s] 2023-02-19 02:54:16.741 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.503s] 2023-02-19 02:54:17.230 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.478s] 2023-02-19 02:54:17.859 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.611s] 2023-02-19 02:54:18.530 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.650s] 2023-02-19 02:54:19.250 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.700s] 2023-02-19 02:54:19.933 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.662s] 2023-02-19 02:54:20.827 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.869s] 2023-02-19 02:54:20.828 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2023-02-19 02:54:20.829 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2023-02-19 02:54:20.830 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2023-02-19 02:54:22.120 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.264s] 2023-02-19 02:54:23.481 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.332s] 2023-02-19 02:54:30.484 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.606s] 2023-02-19 02:54:31.274 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.764s] 2023-02-19 02:54:31.934 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.648s] 2023-02-19 02:54:32.557 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.611s] 2023-02-19 02:54:33.432 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.851s] 2023-02-19 02:54:39.182 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.827s] 2023-02-19 02:54:40.652 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.446s] 2023-02-19 02:54:41.480 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [0.815s] 2023-02-19 02:54:42.397 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [0.908s] 2023-02-19 02:54:43.468 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.046s] 2023-02-19 02:54:50.028 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.618s] 2023-02-19 02:54:54.690 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.604s] 2023-02-19 02:54:55.238 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.547s] 2023-02-19 02:54:55.643 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.405s] 2023-02-19 02:54:56.059 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.414s] 2023-02-19 02:54:56.441 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.381s] 2023-02-19 02:55:04.280 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.189s] 2023-02-19 02:55:10.530 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.499s] 2023-02-19 02:55:11.056 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.526s] 2023-02-19 02:55:11.502 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.444s] 2023-02-19 02:55:12.043 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.540s] 2023-02-19 02:55:12.696 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.652s] 2023-02-19 02:55:12.944 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.248s] 2023-02-19 02:55:13.377 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.431s] 2023-02-19 02:55:13.798 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.421s] 2023-02-19 02:55:14.232 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.432s] 2023-02-19 02:55:14.666 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.433s] 2023-02-19 02:55:20.642 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.438s] 2023-02-19 02:55:20.975 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.332s] 2023-02-19 02:55:21.305 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.329s] 2023-02-19 02:55:25.852 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.408s] 2023-02-19 02:55:26.300 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.447s] 2023-02-19 02:55:26.577 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.277s] 2023-02-19 02:55:38.762 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [2.777s] 2023-02-19 02:55:44.569 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [5.803s] 2023-02-19 02:55:44.814 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.248s] 2023-02-19 02:55:45.363 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.546s] 2023-02-19 02:55:45.592 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.230s] 2023-02-19 02:55:45.807 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.214s] 2023-02-19 02:55:49.580 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [3.768s] 2023-02-19 02:55:53.359 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [3.779s] 2023-02-19 02:55:53.583 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.225s] 2023-02-19 02:56:05.561 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.589s] 2023-02-19 02:56:16.833 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.740s] 2023-02-19 02:56:21.158 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.323s] 2023-02-19 02:56:24.360 38 INFO rally.task.context [-] Verification 306afe71-d9b7-4b13-b0b5-41eff0223857 | Context testr@default cleanup() started 2023-02-19 02:56:24.361 38 INFO rally.task.context [-] Verification 306afe71-d9b7-4b13-b0b5-41eff0223857 | Context testr@default cleanup() finished in 0.84 msec 2023-02-19 02:56:24.361 38 INFO rally.task.context [-] Verification 306afe71-d9b7-4b13-b0b5-41eff0223857 | Context tempest@default cleanup() started 2023-02-19 02:56:24.570 38 INFO rally.task.context [-] Verification 306afe71-d9b7-4b13-b0b5-41eff0223857 | Context tempest@default cleanup() finished in 0.21 sec 2023-02-19 02:56:24.603 38 INFO rally.api [-] Verification (UUID=3271a163-e455-4ee1-8cf8-aadc7edd911d) has been successfully finished for deployment 'opnfv-rally' (UUID=8a533c8e-08ce-479a-a2fc-21d8a0f7f22d)! 2023-02-19 02:56:26.378 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:56:26.378 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:56:26.378 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:56:28.288 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:56:28.289 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:56:28.289 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:56:31.069 56 INFO rally.api [-] Building 'html' report for the following verification(s): '3271a163-e455-4ee1-8cf8-aadc7edd911d' 2023-02-19 02:56:31.110 56 INFO rally.api [-] The report has been successfully built. 2023-02-19 02:56:32.717 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:56:32.718 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:56:32.718 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:56:35.194 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3271a163-e455-4ee1-8cf8-aadc7edd911d' 2023-02-19 02:56:35.216 58 INFO rally.api [-] The report has been successfully built.