2021-08-17 10:48:25.919 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:48:25.919 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:48:25.919 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:48:28.625 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 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 10:48:28.625 8 ERROR rally.cli.cliutils 2021-08-17 10:48:30.350 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:48:30.350 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:48:30.351 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:48:34.859 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:48:34.860 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:48:34.860 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:48:40.366 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:48:40.367 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:48:40.367 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:48:42.019 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:48:42.020 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:48:42.020 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:48:44.565 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 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 10:48:44.565 18 ERROR rally.cli.cliutils 2021-08-17 10:48:46.506 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:48:46.506 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:48:46.506 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:48:49.067 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 10:48:49.107 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-bca44974-f02f-4873-b271-3e66abe67a05/repo. 2021-08-17 10:48:49.432 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-bca44974-f02f-4873-b271-3e66abe67a05/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. 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 ' 2021-08-17 10:48:49.477 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 10:48:49.485 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 10:48:49.496 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 10:48:49.571 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 10:48:50.349 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bca44974-f02f-4873-b271-3e66abe67a05) has been successfully created! 2021-08-17 10:48:52.333 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:48:52.334 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:48:52.334 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:48:57.578 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:48:57.578 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:48:57.578 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:49:00.438 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bca44974-f02f-4873-b271-3e66abe67a05) for deployment 'opnfv-rally' (UUID=d305aaf1-d548-4118-9cef-98d78b88d1d2). 2021-08-17 10:49:01.023 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bca44974-f02f-4873-b271-3e66abe67a05) has been successfully configured for deployment 'opnfv-rally' (UUID=d305aaf1-d548-4118-9cef-98d78b88d1d2)! 2021-08-17 10:49:11.093 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:49:11.093 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:49:11.093 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:49:13.732 36 INFO rally.api [-] Starting verification (UUID=168fa269-899e-43a3-ba86-1ef7f457a6e0) for deployment 'opnfv-rally' (UUID=d305aaf1-d548-4118-9cef-98d78b88d1d2) by verifier 'opnfv-tempest' (UUID=bca44974-f02f-4873-b271-3e66abe67a05). 2021-08-17 10:49:14.456 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 10:49:14.457 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bca44974-f02f-4873-b271-3e66abe67a05/for-deployment-d305aaf1-d548-4118-9cef-98d78b88d1d2/tempest.log' to option 'log_file'. 2021-08-17 10:49:14.457 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-bca44974-f02f-4873-b271-3e66abe67a05/for-deployment-d305aaf1-d548-4118-9cef-98d78b88d1d2/tempest.log 2021-08-17 10:49:14.457 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 10:49:14.458 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bca44974-f02f-4873-b271-3e66abe67a05/for-deployment-d305aaf1-d548-4118-9cef-98d78b88d1d2/lock_files' to option 'lock_path'. 2021-08-17 10:49:14.458 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-bca44974-f02f-4873-b271-3e66abe67a05/for-deployment-d305aaf1-d548-4118-9cef-98d78b88d1d2/lock_files 2021-08-17 10:49:14.458 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 10:49:14.459 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-08-17 10:49:14.459 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 698a5a18-1533-4e6e-ab4b-c760e5a43865 2021-08-17 10:49:14.459 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1f4357e7-a8e3-456a-bae1-6017ca4cf37f 2021-08-17 10:49:14.460 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5f215add-c398-4c79-b019-0309dd27b890 2021-08-17 10:49:14.461 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d6d1d7a0-fddd-4b9d-b548-cc36420ac1f3 2021-08-17 10:49:14.698 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 10:49:14.698 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_reader-net_d87878c6-a3ba-4b91-85af-62980becebb4 2021-08-17 10:49:14.699 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 10:49:14.782 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 10:49:14.817 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_40340286_W9kT4RAW'. Using flavor 'rally_verify_40340286_W9kT4RAW' (ID = 23d90aa8-b1cb-4cec-8279-5e837e6dc1fb) for the tests. 2021-08-17 10:49:14.817 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '23d90aa8-b1cb-4cec-8279-5e837e6dc1fb' to option 'instance_type'. 2021-08-17 10:49:14.817 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 23d90aa8-b1cb-4cec-8279-5e837e6dc1fb 2021-08-17 10:49:14.819 36 INFO rally.task.context [-] Verification bca44974-f02f-4873-b271-3e66abe67a05 | Context tempest@default setup() finished in 0.87 sec 2021-08-17 10:49:14.820 36 INFO rally.task.context [-] Verification bca44974-f02f-4873-b271-3e66abe67a05 | Context testr@default setup() finished in 0.84 msec 2021-08-17 10:49:14.821 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/70d39717-95dc-4ff6-bb3b-a0f8a1ea1609'. 2021-08-17 10:49:22.651 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [0.700s] 2021-08-17 10:49:22.697 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [0.479s] 2021-08-17 10:49:22.777 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.440s] 2021-08-17 10:49:22.813 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.577s] 2021-08-17 10:49:23.059 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.281s] 2021-08-17 10:49:23.085 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [0.383s] 2021-08-17 10:49:23.181 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [0.526s] 2021-08-17 10:49:23.182 36 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' 2021-08-17 10:49:23.193 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.380s] 2021-08-17 10:49:23.439 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [0.355s] 2021-08-17 10:49:23.667 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [0.469s] 2021-08-17 10:49:23.834 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [0.651s] 2021-08-17 10:49:23.835 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:49:24.155 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.710s] 2021-08-17 10:49:24.523 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.854s] 2021-08-17 10:49:25.338 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.812s] 2021-08-17 10:49:26.642 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2021-08-17 10:49:27.372 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.715s] 2021-08-17 10:49:28.364 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.263s] 2021-08-17 10:49:28.825 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.578s] 2021-08-17 10:49:28.992 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.624s] 2021-08-17 10:49:29.043 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.398s] 2021-08-17 10:49:29.516 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [0.689s] 2021-08-17 10:49:29.599 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.602s] 2021-08-17 10:49:29.640 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.594s] 2021-08-17 10:49:29.968 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.367s] 2021-08-17 10:49:31.148 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.647s] 2021-08-17 10:49:31.707 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.561s] 2021-08-17 10:49:31.775 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [1.805s] 2021-08-17 10:49:32.629 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.849s] 2021-08-17 10:49:33.349 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.471s] 2021-08-17 10:49:33.358 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.724s] 2021-08-17 10:49:33.835 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.485s] 2021-08-17 10:49:33.920 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.559s] 2021-08-17 10:49:33.956 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.046s] 2021-08-17 10:49:34.268 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.429s] 2021-08-17 10:49:34.615 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2021-08-17 10:49:34.656 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.386s] 2021-08-17 10:49:35.090 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.429s] 2021-08-17 10:49:35.091 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.127s] 2021-08-17 10:49:35.680 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.594s] 2021-08-17 10:49:36.020 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.571s] 2021-08-17 10:49:36.753 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:49:36.754 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_list_flavors_details_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:49:36.807 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [1.125s] 2021-08-17 10:49:36.931 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [0.908s] 2021-08-17 10:49:37.973 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.167s] 2021-08-17 10:49:38.043 36 INFO opnfv-tempest [-] {0} 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' 2021-08-17 10:49:38.045 36 INFO opnfv-tempest [-] {0} 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' 2021-08-17 10:49:39.157 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.182s] 2021-08-17 10:49:40.730 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.835s] 2021-08-17 10:49:41.269 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.539s] 2021-08-17 10:49:41.628 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.356s] 2021-08-17 10:49:41.745 36 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.409s] 2021-08-17 10:49:42.113 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.483s] 2021-08-17 10:49:42.175 36 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.431s] 2021-08-17 10:49:46.329 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [0.879s] 2021-08-17 10:49:46.984 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [0.654s] 2021-08-17 10:49:47.279 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.293s] 2021-08-17 10:49:48.132 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [0.848s] 2021-08-17 10:49:51.466 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.373s] 2021-08-17 10:49:54.655 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.357s] 2021-08-17 10:49:54.720 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.425s] 2021-08-17 10:49:57.815 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [1.964s] 2021-08-17 10:49:58.455 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [0.638s] 2021-08-17 10:49:58.623 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [0.771s] 2021-08-17 10:49:59.320 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.693s] 2021-08-17 10:49:59.644 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.323s] 2021-08-17 10:49:59.991 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.345s] 2021-08-17 10:50:00.777 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [0.783s] 2021-08-17 10:50:00.791 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [2.335s] 2021-08-17 10:50:04.742 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [0.671s] 2021-08-17 10:50:05.612 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [0.863s] 2021-08-17 10:50:06.156 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.540s] 2021-08-17 10:50:07.164 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.006s] 2021-08-17 10:50:08.011 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [0.841s] 2021-08-17 10:50:08.631 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.357s] 2021-08-17 10:50:09.170 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.537s] 2021-08-17 10:50:09.539 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.367s] 2021-08-17 10:50:10.247 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.706s] 2021-08-17 10:50:34.351 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.535s] 2021-08-17 10:50:34.889 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.535s] 2021-08-17 10:50:35.449 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.557s] 2021-08-17 10:50:36.051 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [0.598s] 2021-08-17 10:50:36.628 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.571s] 2021-08-17 10:50:37.226 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.589s] 2021-08-17 10:50:37.230 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.362s] 2021-08-17 10:50:40.564 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [27.370s] 2021-08-17 10:50:42.876 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [44.778s] 2021-08-17 10:50:57.544 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [14.658s] 2021-08-17 10:50:59.673 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [19.096s] 2021-08-17 10:51:03.970 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [1.292s] 2021-08-17 10:51:15.114 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [0.956s] 2021-08-17 10:51:15.484 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.366s] 2021-08-17 10:51:16.152 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [0.667s] 2021-08-17 10:51:16.427 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.270s] 2021-08-17 10:51:16.810 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.386s] 2021-08-17 10:51:17.354 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.538s] 2021-08-17 10:51:19.960 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [15.985s] 2021-08-17 10:51:25.467 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [27.907s] 2021-08-17 10:51:26.664 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [6.699s] 2021-08-17 10:51:27.193 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.526s] 2021-08-17 10:51:27.682 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.484s] 2021-08-17 10:51:28.330 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.647s] 2021-08-17 10:51:28.441 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.426s] 2021-08-17 10:51:28.513 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [3.036s] 2021-08-17 10:51:31.559 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.375s] 2021-08-17 10:51:32.003 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.441s] 2021-08-17 10:51:32.606 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.602s] 2021-08-17 10:51:34.478 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [5.960s] 2021-08-17 10:51:35.842 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.263s] 2021-08-17 10:51:36.084 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.241s] 2021-08-17 10:51:36.313 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.228s] 2021-08-17 10:51:36.356 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [8.023s] 2021-08-17 10:51:39.613 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.393s] 2021-08-17 10:51:39.872 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.257s] 2021-08-17 10:51:40.229 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.356s] 2021-08-17 10:51:40.920 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.692s] 2021-08-17 10:51:41.366 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.442s] 2021-08-17 10:51:41.751 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.385s] 2021-08-17 10:51:42.071 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [7.586s] 2021-08-17 10:51:42.398 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.645s] 2021-08-17 10:51:42.647 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.249s] 2021-08-17 10:51:42.704 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_change_server_password ... skip [0.000s]: b'Change password not available.' 2021-08-17 10:51:42.907 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.259s] 2021-08-17 10:51:43.358 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [0.644s] 2021-08-17 10:51:43.438 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.529s] 2021-08-17 10:51:43.782 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.343s] 2021-08-17 10:51:44.070 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [0.708s] 2021-08-17 10:51:44.137 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.355s] 2021-08-17 10:51:44.625 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.486s] 2021-08-17 10:51:49.197 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.372s] 2021-08-17 10:51:49.427 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.229s] 2021-08-17 10:51:49.709 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.281s] 2021-08-17 10:51:53.465 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.455s] 2021-08-17 10:51:53.616 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [11.538s] 2021-08-17 10:51:55.344 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [11.267s] 2021-08-17 10:51:56.099 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [0.752s] 2021-08-17 10:51:56.676 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.569s] 2021-08-17 10:51:56.677 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:51:56.678 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:51:56.679 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:51:56.679 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:51:56.680 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:51:56.681 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:51:57.143 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.405s] 2021-08-17 10:51:57.231 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [0.553s] 2021-08-17 10:51:58.237 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.003s] 2021-08-17 10:52:00.504 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.379s] 2021-08-17 10:52:00.756 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [1.280s] 2021-08-17 10:52:00.984 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.478s] 2021-08-17 10:52:01.444 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.457s] 2021-08-17 10:52:01.827 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.383s] 2021-08-17 10:52:02.220 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.393s] 2021-08-17 10:52:04.263 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [6.022s] 2021-08-17 10:52:04.354 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [3.596s] 2021-08-17 10:52:07.866 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.071s] 2021-08-17 10:52:10.282 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.415s] 2021-08-17 10:52:11.885 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [1.602s] 2021-08-17 10:52:14.531 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.643s] 2021-08-17 10:52:16.458 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [1.928s] 2021-08-17 10:52:18.635 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.175s] 2021-08-17 10:52:21.806 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [17.446s] 2021-08-17 10:52:24.035 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.611s] 2021-08-17 10:52:24.663 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.628s] 2021-08-17 10:52:25.329 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.665s] 2021-08-17 10:52:26.193 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [0.862s] 2021-08-17 10:52:26.945 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [5.130s] 2021-08-17 10:52:30.777 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.266s] 2021-08-17 10:52:32.689 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.913s] 2021-08-17 10:52:33.774 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.085s] 2021-08-17 10:52:34.884 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.107s] 2021-08-17 10:52:36.603 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.717s] 2021-08-17 10:52:38.203 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [11.251s] 2021-08-17 10:52:39.091 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [0.883s] 2021-08-17 10:52:40.437 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [0.530s] 2021-08-17 10:52:40.919 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.479s] 2021-08-17 10:52:41.456 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [0.533s] 2021-08-17 10:52:41.938 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.481s] 2021-08-17 10:52:42.260 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.321s] 2021-08-17 10:52:42.542 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.283s] 2021-08-17 10:52:42.823 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.278s] 2021-08-17 10:52:43.547 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.722s] 2021-08-17 10:52:44.211 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [0.664s] 2021-08-17 10:52:47.775 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.391s] 2021-08-17 10:52:48.212 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.435s] 2021-08-17 10:52:48.575 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.363s] 2021-08-17 10:52:49.002 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.424s] 2021-08-17 10:52:52.406 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.379s] 2021-08-17 10:52:56.952 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [0.918s] 2021-08-17 10:52:58.081 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.128s] 2021-08-17 10:52:59.019 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [0.937s] 2021-08-17 10:52:59.786 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [0.765s] 2021-08-17 10:53:06.672 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.378s] 2021-08-17 10:53:09.937 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [3.868s] 2021-08-17 10:53:10.062 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.370s] 2021-08-17 10:53:12.631 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [2.690s] 2021-08-17 10:53:13.088 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.453s] 2021-08-17 10:53:13.845 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [0.821s] 2021-08-17 10:53:14.079 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.235s] 2021-08-17 10:53:14.884 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [0.802s] 2021-08-17 10:53:18.170 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [5.075s] 2021-08-17 10:53:18.171 36 INFO opnfv-tempest [-] {2} 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.' 2021-08-17 10:53:20.732 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.484s] 2021-08-17 10:53:21.306 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.572s] 2021-08-17 10:53:21.761 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.455s] 2021-08-17 10:53:22.301 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.538s] 2021-08-17 10:53:22.818 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.517s] 2021-08-17 10:53:23.091 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.272s] 2021-08-17 10:53:23.602 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.510s] 2021-08-17 10:53:24.091 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.489s] 2021-08-17 10:53:24.628 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.536s] 2021-08-17 10:53:25.241 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.614s] 2021-08-17 10:53:30.015 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.629s] 2021-08-17 10:53:30.277 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.261s] 2021-08-17 10:53:30.540 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.262s] 2021-08-17 10:53:30.849 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.308s] 2021-08-17 10:53:31.481 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [0.630s] 2021-08-17 10:53:36.926 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2021-08-17 10:53:37.642 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.507s] 2021-08-17 10:53:38.583 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.940s] 2021-08-17 10:53:39.238 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [0.654s] 2021-08-17 10:53:39.815 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [0.576s] 2021-08-17 10:53:39.934 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [0.425s] 2021-08-17 10:53:40.044 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.230s] 2021-08-17 10:53:40.294 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.248s] 2021-08-17 10:53:40.351 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.416s] 2021-08-17 10:53:40.856 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.505s] 2021-08-17 10:53:41.264 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.405s] 2021-08-17 10:53:41.700 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.433s] 2021-08-17 10:53:42.241 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.540s] 2021-08-17 10:53:42.978 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.735s] 2021-08-17 10:53:45.189 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.710s] 2021-08-17 10:53:45.743 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.552s] 2021-08-17 10:53:45.989 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.246s] 2021-08-17 10:53:46.639 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.453s] 2021-08-17 10:53:46.645 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.655s] 2021-08-17 10:53:47.057 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.418s] 2021-08-17 10:53:47.164 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.519s] 2021-08-17 10:53:50.501 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [0.520s] 2021-08-17 10:53:51.174 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [0.673s] 2021-08-17 10:53:55.048 36 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.570s] 2021-08-17 10:53:55.780 36 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.729s] 2021-08-17 10:53:56.312 36 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.532s] 2021-08-17 10:53:56.925 36 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.611s] 2021-08-17 10:54:01.166 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.737s] 2021-08-17 10:54:02.519 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.351s] 2021-08-17 10:54:03.508 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [0.988s] 2021-08-17 10:54:04.716 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.209s] 2021-08-17 10:54:05.406 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [0.689s] 2021-08-17 10:54:10.842 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.493s] 2021-08-17 10:54:11.454 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [0.610s] 2021-08-17 10:54:11.969 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.515s] 2021-08-17 10:54:12.391 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.421s] 2021-08-17 10:54:12.838 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.446s] 2021-08-17 10:54:13.300 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.461s] 2021-08-17 10:54:13.796 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.495s] 2021-08-17 10:54:14.123 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.327s] 2021-08-17 10:54:19.812 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [1.448s] 2021-08-17 10:54:21.258 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [1.446s] 2021-08-17 10:54:22.930 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [1.671s] 2021-08-17 10:54:35.579 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [7.186s] 2021-08-17 10:54:43.975 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [8.396s] 2021-08-17 10:54:48.520 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.544s] 2021-08-17 10:54:55.538 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.014s] 2021-08-17 10:55:06.277 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.399s] 2021-08-17 10:55:21.711 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [10.598s] 2021-08-17 10:55:32.420 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [10.707s] 2021-08-17 10:55:54.734 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [12.579s] 2021-08-17 10:56:09.149 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [14.414s] 2021-08-17 10:56:26.601 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [17.446s] 2021-08-17 10:56:29.548 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [2.951s] 2021-08-17 10:56:30.291 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.741s] 2021-08-17 10:56:30.795 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.504s] 2021-08-17 10:56:32.588 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [1.791s] 2021-08-17 10:56:34.764 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.174s] 2021-08-17 10:56:35.036 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.273s] 2021-08-17 10:56:35.328 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.291s] 2021-08-17 10:56:47.152 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.521s] 2021-08-17 10:56:47.575 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.422s] 2021-08-17 10:56:55.833 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.359s] 2021-08-17 10:56:56.179 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.346s] 2021-08-17 10:57:16.598 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [312.236s] 2021-08-17 10:57:17.560 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [0.958s] 2021-08-17 10:57:25.304 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [7.740s] 2021-08-17 10:57:25.817 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.507s] 2021-08-17 10:57:25.818 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:57:26.378 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.561s] 2021-08-17 10:57:26.379 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:57:26.382 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:57:26.383 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:57:26.383 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:57:26.384 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:57:26.384 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:57:26.916 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [0.532s] 2021-08-17 10:57:29.536 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [335.841s] 2021-08-17 10:57:30.513 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.593s] 2021-08-17 10:57:30.559 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.023s] 2021-08-17 10:57:31.487 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [0.924s] 2021-08-17 10:57:32.413 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [0.926s] 2021-08-17 10:57:33.081 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [0.663s] 2021-08-17 10:57:36.486 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [5.966s] 2021-08-17 10:57:37.564 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.070s] 2021-08-17 10:57:45.411 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [12.322s] 2021-08-17 10:57:56.237 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [18.661s] 2021-08-17 10:58:02.030 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [16.607s] 2021-08-17 10:58:08.296 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [6.262s] 2021-08-17 10:58:10.449 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.152s] 2021-08-17 10:58:14.417 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [2.860s] 2021-08-17 10:58:15.254 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [0.835s] 2021-08-17 10:58:18.193 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [2.933s] 2021-08-17 10:58:20.014 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [1.819s] 2021-08-17 10:58:20.343 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.325s] 2021-08-17 10:58:20.674 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.329s] 2021-08-17 10:58:23.634 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [2.955s] 2021-08-17 10:58:24.019 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.384s] 2021-08-17 10:58:28.745 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.454s] 2021-08-17 10:58:29.141 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.395s] 2021-08-17 10:58:29.482 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.340s] 2021-08-17 10:58:29.839 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.356s] 2021-08-17 10:58:33.194 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.408s] 2021-08-17 10:58:33.591 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.396s] 2021-08-17 10:58:33.846 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.252s] 2021-08-17 10:58:34.250 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.403s] 2021-08-17 10:58:34.629 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.378s] 2021-08-17 10:58:38.832 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.301s] 2021-08-17 10:58:39.672 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [0.839s] 2021-08-17 10:58:40.093 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.419s] 2021-08-17 10:58:44.327 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [0.688s] 2021-08-17 10:58:45.154 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [0.826s] 2021-08-17 10:58:45.588 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.430s] 2021-08-17 10:58:46.946 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-08-17 10:58:50.699 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.639s] 2021-08-17 10:58:51.097 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.396s] 2021-08-17 10:58:51.572 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.475s] 2021-08-17 10:58:51.858 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.285s] 2021-08-17 10:58:52.295 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.436s] 2021-08-17 10:58:52.763 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.468s] 2021-08-17 10:58:53.617 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [0.852s] 2021-08-17 10:58:53.872 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.253s] 2021-08-17 10:58:54.215 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.343s] 2021-08-17 10:58:54.538 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.323s] 2021-08-17 10:58:55.134 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.595s] 2021-08-17 10:58:55.454 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.319s] 2021-08-17 10:58:55.797 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.342s] 2021-08-17 10:58:56.133 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.336s] 2021-08-17 10:58:56.869 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.735s] 2021-08-17 10:58:56.873 36 INFO opnfv-tempest [-] {0} 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.' 2021-08-17 10:58:56.875 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.000s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-08-17 10:58:56.876 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.000s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-08-17 10:58:57.823 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [0.948s] 2021-08-17 10:58:58.622 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [0.798s] 2021-08-17 10:59:04.688 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.461s] 2021-08-17 10:59:05.175 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.486s] 2021-08-17 10:59:05.684 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.508s] 2021-08-17 10:59:06.171 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.484s] 2021-08-17 10:59:06.706 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.535s] 2021-08-17 10:59:17.426 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [4.586s] 2021-08-17 10:59:18.088 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [0.660s] 2021-08-17 10:59:21.914 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [3.825s] 2021-08-17 10:59:23.199 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.285s] 2021-08-17 10:59:26.878 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [3.678s] 2021-08-17 10:59:30.794 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [3.914s] 2021-08-17 10:59:31.425 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [0.631s] 2021-08-17 10:59:31.735 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.309s] 2021-08-17 10:59:37.123 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [5.385s] 2021-08-17 10:59:37.844 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [0.722s] 2021-08-17 10:59:41.052 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [3.207s] 2021-08-17 10:59:41.419 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.365s] 2021-08-17 10:59:42.947 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.526s] 2021-08-17 10:59:47.596 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [4.648s] 2021-08-17 10:59:48.264 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.666s] 2021-08-17 10:59:51.733 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.469s] 2021-08-17 10:59:54.839 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.104s] 2021-08-17 10:59:55.959 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.119s] 2021-08-17 10:59:59.846 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.885s] 2021-08-17 11:00:07.179 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.556s] 2021-08-17 11:00:07.596 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.415s] 2021-08-17 11:00:07.999 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.402s] 2021-08-17 11:00:08.375 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.374s] 2021-08-17 11:00:08.796 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.420s] 2021-08-17 11:00:12.491 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.512s] 2021-08-17 11:00:12.884 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.391s] 2021-08-17 11:00:13.250 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.366s] 2021-08-17 11:00:13.663 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.412s] 2021-08-17 11:00:14.044 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.381s] 2021-08-17 11:00:17.208 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.395s] 2021-08-17 11:00:17.721 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.512s] 2021-08-17 11:00:26.065 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [2.714s] 2021-08-17 11:00:31.664 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.374s] 2021-08-17 11:00:37.888 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [1.853s] 2021-08-17 11:00:43.059 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [5.167s] 2021-08-17 11:00:45.223 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [2.164s] 2021-08-17 11:00:45.626 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.403s] 2021-08-17 11:00:46.051 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.424s] 2021-08-17 11:00:46.357 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.306s] 2021-08-17 11:00:46.664 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.307s] 2021-08-17 11:00:51.633 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.357s] 2021-08-17 11:00:52.112 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.477s] 2021-08-17 11:00:52.738 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.625s] 2021-08-17 11:01:04.610 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [3.799s] 2021-08-17 11:01:09.376 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [4.766s] 2021-08-17 11:01:09.644 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.267s] 2021-08-17 11:01:10.171 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.524s] 2021-08-17 11:01:10.562 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.392s] 2021-08-17 11:01:11.098 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.535s] 2021-08-17 11:01:15.172 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [4.072s] 2021-08-17 11:01:18.150 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [2.978s] 2021-08-17 11:01:18.637 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.487s] 2021-08-17 11:01:30.206 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.502s] 2021-08-17 11:01:32.885 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [2.677s] 2021-08-17 11:01:33.128 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.243s] 2021-08-17 11:01:33.375 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.246s] 2021-08-17 11:01:33.621 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.244s] 2021-08-17 11:01:33.863 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.241s] 2021-08-17 11:01:34.112 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.248s] 2021-08-17 11:01:34.451 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.339s] 2021-08-17 11:03:22.017 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [311.501s] 2021-08-17 11:03:49.696 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [27.667s] 2021-08-17 11:04:17.658 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [0.633s] 2021-08-17 11:04:40.518 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.423s] 2021-08-17 11:05:00.210 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.369s] 2021-08-17 11:05:09.412 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.734s] 2021-08-17 11:05:13.065 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.657s] 2021-08-17 11:05:13.401 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.334s] 2021-08-17 11:05:13.803 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.400s] 2021-08-17 11:05:14.212 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.408s] 2021-08-17 11:05:18.589 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.587s] 2021-08-17 11:05:18.933 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.343s] 2021-08-17 11:05:19.275 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.339s] 2021-08-17 11:05:19.634 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.359s] 2021-08-17 11:05:20.030 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.394s] 2021-08-17 11:05:25.361 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.610s] 2021-08-17 11:05:26.341 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.977s] 2021-08-17 11:05:26.954 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.612s] 2021-08-17 11:05:27.514 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.558s] 2021-08-17 11:05:28.263 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [0.747s] 2021-08-17 11:05:29.011 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-08-17 11:05:33.195 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [1.778s] 2021-08-17 11:05:34.587 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.390s] 2021-08-17 11:05:36.272 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [1.685s] 2021-08-17 11:05:41.736 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.057s] 2021-08-17 11:05:42.450 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [0.713s] 2021-08-17 11:05:43.531 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.081s] 2021-08-17 11:05:44.581 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.048s] 2021-08-17 11:05:45.604 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.022s] 2021-08-17 11:05:46.685 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.078s] 2021-08-17 11:05:47.328 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [0.644s] 2021-08-17 11:05:48.462 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.133s] 2021-08-17 11:05:49.638 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.175s] 2021-08-17 11:05:49.927 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.288s] 2021-08-17 11:05:50.302 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.374s] 2021-08-17 11:05:52.007 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.705s] 2021-08-17 11:05:53.591 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.582s] 2021-08-17 11:05:54.118 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.527s] 2021-08-17 11:05:54.915 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.795s] 2021-08-17 11:05:56.818 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.902s] 2021-08-17 11:05:58.221 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.400s] 2021-08-17 11:06:01.799 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.578s] 2021-08-17 11:06:03.511 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.712s] 2021-08-17 11:06:04.595 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.083s] 2021-08-17 11:06:06.277 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.680s] 2021-08-17 11:06:08.043 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.766s] 2021-08-17 11:06:08.661 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.618s] 2021-08-17 11:06:22.578 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [0.867s] 2021-08-17 11:06:23.960 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [1.381s] 2021-08-17 11:06:24.398 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.436s] 2021-08-17 11:06:24.667 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.269s] 2021-08-17 11:06:25.165 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.498s] 2021-08-17 11:06:29.485 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.516s] 2021-08-17 11:06:32.773 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.483s] 2021-08-17 11:06:33.104 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.330s] 2021-08-17 11:06:33.465 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.359s] 2021-08-17 11:06:33.836 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.370s] 2021-08-17 11:06:34.212 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.376s] 2021-08-17 11:06:38.865 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [1.912s] 2021-08-17 11:06:40.541 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [1.671s] 2021-08-17 11:06:40.950 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.409s] 2021-08-17 11:06:41.358 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.408s] 2021-08-17 11:06:44.169 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [2.807s] 2021-08-17 11:06:46.968 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [2.798s] 2021-08-17 11:06:50.652 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.396s] 2021-08-17 11:06:54.214 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.662s] 2021-08-17 11:06:54.543 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.328s] 2021-08-17 11:06:54.893 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.349s] 2021-08-17 11:06:55.440 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.544s] 2021-08-17 11:06:55.975 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.535s] 2021-08-17 11:06:56.468 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.492s] 2021-08-17 11:06:56.701 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.233s] 2021-08-17 11:06:57.119 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.416s] 2021-08-17 11:06:57.466 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.346s] 2021-08-17 11:06:57.899 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.432s] 2021-08-17 11:07:05.716 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.532s] 2021-08-17 11:07:08.487 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [2.770s] 2021-08-17 11:07:08.993 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [0.504s] 2021-08-17 11:07:18.789 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.374s] 2021-08-17 11:07:19.143 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.353s] 2021-08-17 11:07:19.491 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.347s] 2021-08-17 11:07:19.838 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.346s] 2021-08-17 11:07:20.208 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.369s] 2021-08-17 11:07:20.587 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.379s] 2021-08-17 11:07:26.244 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.394s] 2021-08-17 11:07:29.623 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.417s] 2021-08-17 11:07:30.081 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.458s] 2021-08-17 11:07:30.367 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.286s] 2021-08-17 11:07:38.743 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.358s] 2021-08-17 11:07:44.974 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.568s] 2021-08-17 11:07:54.880 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.865s] 2021-08-17 11:07:59.295 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.412s] 2021-08-17 11:08:01.088 36 INFO rally.task.context [-] Verification bca44974-f02f-4873-b271-3e66abe67a05 | Context testr@default cleanup() started 2021-08-17 11:08:01.089 36 INFO rally.task.context [-] Verification bca44974-f02f-4873-b271-3e66abe67a05 | Context testr@default cleanup() finished in 0.87 msec 2021-08-17 11:08:01.090 36 INFO rally.task.context [-] Verification bca44974-f02f-4873-b271-3e66abe67a05 | Context tempest@default cleanup() started 2021-08-17 11:08:01.277 36 INFO rally.task.context [-] Verification bca44974-f02f-4873-b271-3e66abe67a05 | Context tempest@default cleanup() finished in 0.19 sec 2021-08-17 11:08:01.312 36 INFO rally.api [-] Verification (UUID=168fa269-899e-43a3-ba86-1ef7f457a6e0) has been successfully finished for deployment 'opnfv-rally' (UUID=d305aaf1-d548-4118-9cef-98d78b88d1d2)! 2021-08-17 11:08:03.312 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:08:03.313 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:08:03.313 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:08:05.342 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:08:05.342 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:08:05.342 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:08:07.757 53 INFO rally.api [-] Building 'html' report for the following verification(s): '168fa269-899e-43a3-ba86-1ef7f457a6e0' 2021-08-17 11:08:07.785 53 INFO rally.api [-] The report has been successfully built. 2021-08-17 11:08:09.329 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:08:09.329 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:08:09.329 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:08:11.559 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '168fa269-899e-43a3-ba86-1ef7f457a6e0' 2021-08-17 11:08:11.580 55 INFO rally.api [-] The report has been successfully built.