2021-09-22 18:02:12.178 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:02:12.179 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:02:12.179 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:02:14.889 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-09-22 18:02:14.889 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 18:02:14.889 8 ERROR rally.cli.cliutils 2021-09-22 18:02:17.172 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:02:17.172 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:02:17.173 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:02:22.411 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:02:22.412 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:02:22.412 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:02:27.814 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:02:27.814 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:02:27.815 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:02:29.387 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:02:29.387 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:02:29.388 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:02:31.927 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-09-22 18:02:31.927 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 18:02:31.927 18 ERROR rally.cli.cliutils 2021-09-22 18:02:33.872 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:02:33.872 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:02:33.872 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:02:36.682 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 18:02:36.728 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f92b62e6-417e-4410-820f-f575585f09b9/repo. 2021-09-22 18:02:37.048 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f92b62e6-417e-4410-820f-f575585f09b9/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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-09-22 18:02:37.091 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 18:02:37.099 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 18:02:37.110 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 18:02:37.174 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 18:02:38.025 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f92b62e6-417e-4410-820f-f575585f09b9) has been successfully created! 2021-09-22 18:02:39.931 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:02:39.932 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:02:39.932 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:02:45.120 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:02:45.120 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:02:45.120 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:02:47.747 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f92b62e6-417e-4410-820f-f575585f09b9) for deployment 'opnfv-rally' (UUID=4fe63528-e9f4-4369-944e-0586faee7ef0). 2021-09-22 18:02:48.330 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f92b62e6-417e-4410-820f-f575585f09b9) has been successfully configured for deployment 'opnfv-rally' (UUID=4fe63528-e9f4-4369-944e-0586faee7ef0)! 2021-09-22 18:02:59.182 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:02:59.183 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:02:59.183 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:03:02.009 36 INFO rally.api [-] Starting verification (UUID=b3bbdbde-942d-4084-80fd-ddf2a0cbfa64) for deployment 'opnfv-rally' (UUID=4fe63528-e9f4-4369-944e-0586faee7ef0) by verifier 'opnfv-tempest' (UUID=f92b62e6-417e-4410-820f-f575585f09b9). 2021-09-22 18:03:02.689 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 18:03:02.690 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f92b62e6-417e-4410-820f-f575585f09b9/for-deployment-4fe63528-e9f4-4369-944e-0586faee7ef0/tempest.log' to option 'log_file'. 2021-09-22 18:03:02.690 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f92b62e6-417e-4410-820f-f575585f09b9/for-deployment-4fe63528-e9f4-4369-944e-0586faee7ef0/tempest.log 2021-09-22 18:03:02.691 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 18:03:02.691 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f92b62e6-417e-4410-820f-f575585f09b9/for-deployment-4fe63528-e9f4-4369-944e-0586faee7ef0/lock_files' to option 'lock_path'. 2021-09-22 18:03:02.691 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f92b62e6-417e-4410-820f-f575585f09b9/for-deployment-4fe63528-e9f4-4369-944e-0586faee7ef0/lock_files 2021-09-22 18:03:02.691 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 18:03:02.692 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-09-22 18:03:02.692 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 548c4636-ce05-4cbd-bf62-68f4d1fe42ae 2021-09-22 18:03:02.692 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4dd58e77-fcaa-4c86-9c11-d2066b09be4c 2021-09-22 18:03:02.693 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 50a4f654-fbd0-40e2-8e88-ebf7cad6acce 2021-09-22 18:03:02.694 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5f41bc6d-61af-4c4e-b1a4-89f601a263e0 2021-09-22 18:03:02.962 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 18:03:02.962 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_admin-net_decdd87c-e108-4b1b-890b-c08fb19e6ec2 2021-09-22 18:03:02.963 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 18:03:03.063 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 18:03:03.100 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_811efa0c_NZJDWuv2'. Using flavor 'rally_verify_811efa0c_NZJDWuv2' (ID = e5cde9fa-f629-45ab-b39f-e2f32e283480) for the tests. 2021-09-22 18:03:03.100 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e5cde9fa-f629-45ab-b39f-e2f32e283480' to option 'instance_type'. 2021-09-22 18:03:03.100 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e5cde9fa-f629-45ab-b39f-e2f32e283480 2021-09-22 18:03:03.102 36 INFO rally.task.context [-] Verification f92b62e6-417e-4410-820f-f575585f09b9 | Context tempest@default setup() finished in 0.89 sec 2021-09-22 18:03:03.103 36 INFO rally.task.context [-] Verification f92b62e6-417e-4410-820f-f575585f09b9 | Context testr@default setup() finished in 0.84 msec 2021-09-22 18:03:03.104 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2a55424f-a06e-492d-9762-8d5ffdfe6fc0'. 2021-09-22 18:03:11.069 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [0.634s] 2021-09-22 18:03:11.437 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.695s] 2021-09-22 18:03:11.605 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [0.535s] 2021-09-22 18:03:11.829 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.385s] 2021-09-22 18:03:11.830 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [0.834s] 2021-09-22 18:03:12.029 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [0.423s] 2021-09-22 18:03:12.166 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.359s] 2021-09-22 18:03:12.880 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.046s] 2021-09-22 18:03:12.881 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavors_details_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:03:13.011 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.977s] 2021-09-22 18:03:13.032 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.865s] 2021-09-22 18:03:13.878 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.842s] 2021-09-22 18:03:14.096 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.214s] 2021-09-22 18:03:14.098 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:03:14.504 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.622s] 2021-09-22 18:03:15.542 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.646s] 2021-09-22 18:03:16.136 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [1.633s] 2021-09-22 18:03:16.754 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [1.208s] 2021-09-22 18:03:16.851 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.596s] 2021-09-22 18:03:16.999 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.856s] 2021-09-22 18:03:17.512 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.658s] 2021-09-22 18:03:17.941 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.938s] 2021-09-22 18:03:18.375 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.701s] 2021-09-22 18:03:18.674 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.731s] 2021-09-22 18:03:19.201 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.823s] 2021-09-22 18:03:19.749 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:03:19.750 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_list_flavors_details_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:03:19.894 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2021-09-22 18:03:20.083 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [0.881s] 2021-09-22 18:03:20.945 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.855s] 2021-09-22 18:03:21.719 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.770s] 2021-09-22 18:03:22.002 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.143s] 2021-09-22 18:03:22.950 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.630s] 2021-09-22 18:03:23.312 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.309s] 2021-09-22 18:03:23.820 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.508s] 2021-09-22 18:03:23.844 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.531s] 2021-09-22 18:03:24.330 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.486s] 2021-09-22 18:03:24.946 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.611s] 2021-09-22 18:03:25.381 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.432s] 2021-09-22 18:03:25.400 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [1.579s] 2021-09-22 18:03:25.539 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.385s] 2021-09-22 18:03:25.963 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.580s] 2021-09-22 18:03:26.515 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.115s] 2021-09-22 18:03:27.129 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2021-09-22 18:03:27.770 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.253s] 2021-09-22 18:03:29.200 36 INFO opnfv-tempest [-] {3} 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-09-22 18:03:29.201 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:03:29.973 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.607s] 2021-09-22 18:03:30.109 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [1.067s] 2021-09-22 18:03:30.672 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.695s] 2021-09-22 18:03:30.720 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.607s] 2021-09-22 18:03:31.496 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.774s] 2021-09-22 18:03:32.233 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.734s] 2021-09-22 18:03:32.507 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [0.484s] 2021-09-22 18:03:33.080 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [0.571s] 2021-09-22 18:03:33.583 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [1.346s] 2021-09-22 18:03:33.602 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.693s] 2021-09-22 18:03:34.244 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.641s] 2021-09-22 18:03:34.456 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [0.747s] 2021-09-22 18:03:34.570 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.324s] 2021-09-22 18:03:34.854 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.285s] 2021-09-22 18:03:35.055 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [0.595s] 2021-09-22 18:03:35.614 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.559s] 2021-09-22 18:03:36.940 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [1.321s] 2021-09-22 18:03:38.680 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.492s] 2021-09-22 18:03:39.059 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [1.115s] 2021-09-22 18:03:41.517 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [2.454s] 2021-09-22 18:03:42.973 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.529s] 2021-09-22 18:03:43.661 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [2.141s] 2021-09-22 18:03:43.689 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [0.714s] 2021-09-22 18:03:44.582 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [0.920s] 2021-09-22 18:03:45.731 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.143s] 2021-09-22 18:03:53.080 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [3.491s] 2021-09-22 18:03:53.648 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [0.567s] 2021-09-22 18:03:56.560 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.509s] 2021-09-22 18:03:56.643 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [2.990s] 2021-09-22 18:04:00.960 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.500s] 2021-09-22 18:04:20.857 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [0.946s] 2021-09-22 18:04:27.580 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.585s] 2021-09-22 18:04:28.155 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.572s] 2021-09-22 18:04:28.819 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.664s] 2021-09-22 18:04:29.871 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [1.046s] 2021-09-22 18:04:30.671 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.799s] 2021-09-22 18:04:31.614 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.940s] 2021-09-22 18:04:31.701 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.474s] 2021-09-22 18:04:46.006 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [0.699s] 2021-09-22 18:04:46.432 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.423s] 2021-09-22 18:04:47.285 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [0.850s] 2021-09-22 18:04:47.606 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.316s] 2021-09-22 18:04:47.989 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.380s] 2021-09-22 18:04:48.566 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.575s] 2021-09-22 18:04:51.204 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [39.106s] 2021-09-22 18:05:03.049 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.739s] 2021-09-22 18:05:06.986 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.795s] 2021-09-22 18:05:07.533 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.546s] 2021-09-22 18:05:08.158 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.626s] 2021-09-22 18:05:08.553 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [17.340s] 2021-09-22 18:05:08.892 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.732s] 2021-09-22 18:05:09.626 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [24.593s] 2021-09-22 18:05:10.926 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [2.034s] 2021-09-22 18:05:12.363 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.281s] 2021-09-22 18:05:12.630 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.267s] 2021-09-22 18:05:12.884 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.252s] 2021-09-22 18:05:13.945 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [3.014s] 2021-09-22 18:05:16.325 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.314s] 2021-09-22 18:05:16.566 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.239s] 2021-09-22 18:05:16.825 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.258s] 2021-09-22 18:05:21.191 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.432s] 2021-09-22 18:05:22.305 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.113s] 2021-09-22 18:05:22.874 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.568s] 2021-09-22 18:05:23.862 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [15.303s] 2021-09-22 18:05:28.413 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.578s] 2021-09-22 18:05:28.431 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [4.563s] 2021-09-22 18:05:28.976 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.562s] 2021-09-22 18:05:29.574 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.597s] 2021-09-22 18:05:30.153 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.578s] 2021-09-22 18:05:30.816 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [0.661s] 2021-09-22 18:05:31.769 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-09-22 18:05:33.107 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [19.157s] 2021-09-22 18:05:35.028 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.534s] 2021-09-22 18:05:35.629 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.599s] 2021-09-22 18:05:35.643 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [2.530s] 2021-09-22 18:05:35.746 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [7.309s] 2021-09-22 18:05:36.139 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [26.500s] 2021-09-22 18:05:37.251 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.621s] 2021-09-22 18:05:37.979 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.727s] 2021-09-22 18:05:38.961 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.981s] 2021-09-22 18:05:43.500 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [7.748s] 2021-09-22 18:05:47.034 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [11.384s] 2021-09-22 18:05:48.069 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.029s] 2021-09-22 18:05:49.103 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [5.700s] 2021-09-22 18:05:50.198 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.094s] 2021-09-22 18:05:57.112 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [6.914s] 2021-09-22 18:05:57.844 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [14.333s] 2021-09-22 18:05:59.741 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [2.627s] 2021-09-22 18:06:02.156 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.872s] 2021-09-22 18:06:02.968 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.811s] 2021-09-22 18:06:03.318 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.348s] 2021-09-22 18:06:03.735 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.413s] 2021-09-22 18:06:03.744 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [2.111s] 2021-09-22 18:06:04.113 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.379s] 2021-09-22 18:06:05.223 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.480s] 2021-09-22 18:06:07.884 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.651s] 2021-09-22 18:06:08.415 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.531s] 2021-09-22 18:06:08.953 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.536s] 2021-09-22 18:06:09.032 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [3.807s] 2021-09-22 18:06:10.124 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.171s] 2021-09-22 18:06:10.234 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [6.487s] 2021-09-22 18:06:10.435 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.403s] 2021-09-22 18:06:11.024 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.588s] 2021-09-22 18:06:11.085 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.956s] 2021-09-22 18:06:11.474 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.389s] 2021-09-22 18:06:12.372 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.897s] 2021-09-22 18:06:12.814 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.442s] 2021-09-22 18:06:13.340 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.524s] 2021-09-22 18:06:14.096 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.755s] 2021-09-22 18:06:14.445 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.347s] 2021-09-22 18:06:14.823 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.377s] 2021-09-22 18:06:15.406 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.583s] 2021-09-22 18:06:18.541 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.517s] 2021-09-22 18:06:19.089 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [8.852s] 2021-09-22 18:06:19.735 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.644s] 2021-09-22 18:06:19.969 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.426s] 2021-09-22 18:06:20.513 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.773s] 2021-09-22 18:06:20.689 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.744s] 2021-09-22 18:06:21.002 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.487s] 2021-09-22 18:06:21.209 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.518s] 2021-09-22 18:06:21.638 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.427s] 2021-09-22 18:06:22.098 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.460s] 2021-09-22 18:06:22.870 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.770s] 2021-09-22 18:06:25.770 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [5.800s] 2021-09-22 18:06:26.330 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.558s] 2021-09-22 18:06:27.992 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.662s] 2021-09-22 18:06:28.653 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.509s] 2021-09-22 18:06:30.194 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [9.187s] 2021-09-22 18:06:30.221 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.568s] 2021-09-22 18:06:30.934 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.711s] 2021-09-22 18:06:31.544 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.608s] 2021-09-22 18:06:32.238 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.694s] 2021-09-22 18:06:33.770 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.530s] 2021-09-22 18:06:34.628 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [0.857s] 2021-09-22 18:06:34.774 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [6.781s] 2021-09-22 18:06:34.873 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.244s] 2021-09-22 18:06:35.494 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.719s] 2021-09-22 18:06:36.335 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.460s] 2021-09-22 18:06:36.703 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.366s] 2021-09-22 18:06:37.041 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.338s] 2021-09-22 18:06:37.386 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.344s] 2021-09-22 18:06:37.847 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.460s] 2021-09-22 18:06:38.183 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.336s] 2021-09-22 18:06:38.732 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.545s] 2021-09-22 18:06:38.733 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-09-22 18:06:38.734 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-09-22 18:06:38.735 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-09-22 18:06:39.755 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.020s] 2021-09-22 18:06:40.170 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.673s] 2021-09-22 18:06:41.162 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.405s] 2021-09-22 18:06:45.622 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [5.450s] 2021-09-22 18:06:46.792 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.170s] 2021-09-22 18:06:47.665 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [0.500s] 2021-09-22 18:06:48.313 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [0.647s] 2021-09-22 18:06:48.829 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.513s] 2021-09-22 18:06:50.535 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.706s] 2021-09-22 18:06:52.270 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [5.476s] 2021-09-22 18:06:54.401 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.471s] 2021-09-22 18:06:54.966 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.563s] 2021-09-22 18:06:55.357 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.390s] 2021-09-22 18:06:55.812 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.453s] 2021-09-22 18:07:00.482 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [0.871s] 2021-09-22 18:07:01.989 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.901s] 2021-09-22 18:07:02.937 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [0.948s] 2021-09-22 18:07:03.622 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-09-22 18:07:03.755 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.818s] 2021-09-22 18:07:04.212 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [3.728s] 2021-09-22 18:07:04.434 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [0.804s] 2021-09-22 18:07:04.485 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.730s] 2021-09-22 18:07:04.551 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.339s] 2021-09-22 18:07:05.007 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.456s] 2021-09-22 18:07:05.249 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [0.814s] 2021-09-22 18:07:06.423 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.937s] 2021-09-22 18:07:06.766 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.757s] 2021-09-22 18:07:07.048 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.623s] 2021-09-22 18:07:07.593 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.545s] 2021-09-22 18:07:07.992 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.398s] 2021-09-22 18:07:11.704 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.497s] 2021-09-22 18:07:12.962 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [0.922s] 2021-09-22 18:07:14.144 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.180s] 2021-09-22 18:07:14.937 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.533s] 2021-09-22 18:07:15.200 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.053s] 2021-09-22 18:07:15.393 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.453s] 2021-09-22 18:07:15.807 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.413s] 2021-09-22 18:07:15.982 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [0.782s] 2021-09-22 18:07:16.243 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.434s] 2021-09-22 18:07:16.701 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.458s] 2021-09-22 18:07:16.943 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [11.689s] 2021-09-22 18:07:18.096 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [1.149s] 2021-09-22 18:07:19.077 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.980s] 2021-09-22 18:07:19.082 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-09-22 18:07:19.082 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-09-22 18:07:19.083 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-09-22 18:07:19.084 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-09-22 18:07:19.084 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-09-22 18:07:19.085 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-09-22 18:07:19.743 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.659s] 2021-09-22 18:07:20.083 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.560s] 2021-09-22 18:07:20.716 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.631s] 2021-09-22 18:07:21.146 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.430s] 2021-09-22 18:07:22.146 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [1.000s] 2021-09-22 18:07:22.350 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [2.601s] 2021-09-22 18:07:22.750 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.603s] 2021-09-22 18:07:26.323 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.452s] 2021-09-22 18:07:26.690 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.365s] 2021-09-22 18:07:27.115 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.424s] 2021-09-22 18:07:27.517 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.402s] 2021-09-22 18:07:27.685 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.598s] 2021-09-22 18:07:28.001 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.480s] 2021-09-22 18:07:28.776 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [6.420s] 2021-09-22 18:07:32.950 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [1.981s] 2021-09-22 18:07:35.012 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [2.062s] 2021-09-22 18:07:35.200 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.724s] 2021-09-22 18:07:35.556 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.544s] 2021-09-22 18:07:35.635 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.433s] 2021-09-22 18:07:35.997 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.440s] 2021-09-22 18:07:36.022 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.387s] 2021-09-22 18:07:36.406 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.381s] 2021-09-22 18:07:36.979 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.572s] 2021-09-22 18:07:37.786 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.807s] 2021-09-22 18:07:39.162 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [3.162s] 2021-09-22 18:07:42.237 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [3.075s] 2021-09-22 18:07:46.746 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.567s] 2021-09-22 18:07:47.123 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.374s] 2021-09-22 18:07:47.657 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.533s] 2021-09-22 18:07:48.674 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [1.015s] 2021-09-22 18:07:49.900 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [1.224s] 2021-09-22 18:07:50.701 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.801s] 2021-09-22 18:07:51.028 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.327s] 2021-09-22 18:07:51.757 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.727s] 2021-09-22 18:07:52.200 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.443s] 2021-09-22 18:07:52.673 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.471s] 2021-09-22 18:07:54.430 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [9.510s] 2021-09-22 18:08:01.292 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [1.981s] 2021-09-22 18:08:05.132 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [10.699s] 2021-09-22 18:08:06.861 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.290s] 2021-09-22 18:08:12.586 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.933s] 2021-09-22 18:08:13.434 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.846s] 2021-09-22 18:08:14.336 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.901s] 2021-09-22 18:08:14.865 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.528s] 2021-09-22 18:08:15.464 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.597s] 2021-09-22 18:08:15.736 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.271s] 2021-09-22 18:08:16.415 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.678s] 2021-09-22 18:08:17.151 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.735s] 2021-09-22 18:08:18.040 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.889s] 2021-09-22 18:08:18.556 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.516s] 2021-09-22 18:08:23.653 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.480s] 2021-09-22 18:08:27.234 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.365s] 2021-09-22 18:08:27.710 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.474s] 2021-09-22 18:08:28.025 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.312s] 2021-09-22 18:08:29.970 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [13.427s] 2021-09-22 18:08:45.077 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [15.102s] 2021-09-22 18:09:04.656 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [19.578s] 2021-09-22 18:09:07.870 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [3.214s] 2021-09-22 18:09:08.430 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.560s] 2021-09-22 18:09:08.703 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.271s] 2021-09-22 18:09:10.575 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [1.870s] 2021-09-22 18:09:12.763 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.186s] 2021-09-22 18:09:13.086 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.323s] 2021-09-22 18:09:13.427 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.340s] 2021-09-22 18:09:28.214 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [1.223s] 2021-09-22 18:09:28.841 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.626s] 2021-09-22 18:09:29.237 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.395s] 2021-09-22 18:09:29.786 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.548s] 2021-09-22 18:09:30.931 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [1.145s] 2021-09-22 18:09:37.100 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.448s] 2021-09-22 18:09:37.907 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.807s] 2021-09-22 18:09:39.001 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [1.093s] 2021-09-22 18:09:40.092 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [1.088s] 2021-09-22 18:09:40.656 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.564s] 2021-09-22 18:09:41.333 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.676s] 2021-09-22 18:09:51.412 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.523s] 2021-09-22 18:09:51.666 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.253s] 2021-09-22 18:10:02.145 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.097s] 2021-09-22 18:10:07.044 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.896s] 2021-09-22 18:10:15.726 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.739s] 2021-09-22 18:10:18.518 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [2.790s] 2021-09-22 18:10:18.790 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.272s] 2021-09-22 18:10:19.063 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.271s] 2021-09-22 18:10:19.329 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.266s] 2021-09-22 18:10:19.588 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.258s] 2021-09-22 18:10:19.847 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.258s] 2021-09-22 18:10:20.202 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.354s] 2021-09-22 18:11:30.293 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [332.372s] 2021-09-22 18:11:31.422 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.125s] 2021-09-22 18:11:32.610 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [1.189s] 2021-09-22 18:11:33.701 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.084s] 2021-09-22 18:11:34.383 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [0.678s] 2021-09-22 18:11:48.085 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [13.697s] 2021-09-22 18:12:03.180 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [15.086s] 2021-09-22 18:12:09.354 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [6.164s] 2021-09-22 18:12:11.383 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.026s] 2021-09-22 18:12:39.189 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [310.335s] 2021-09-22 18:12:40.048 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [0.856s] 2021-09-22 18:12:46.698 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [6.645s] 2021-09-22 18:12:47.467 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.762s] 2021-09-22 18:12:47.468 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-09-22 18:12:48.116 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.645s] 2021-09-22 18:12:48.117 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-09-22 18:12:48.119 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-09-22 18:12:48.120 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-09-22 18:12:48.121 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-09-22 18:12:48.122 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-09-22 18:12:48.123 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-09-22 18:12:48.713 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.592s] 2021-09-22 18:12:51.022 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [2.302s] 2021-09-22 18:12:55.278 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.254s] 2021-09-22 18:12:56.420 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.132s] 2021-09-22 18:13:06.179 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [9.750s] 2021-09-22 18:13:38.569 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [3.808s] 2021-09-22 18:13:42.400 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [3.826s] 2021-09-22 18:13:43.205 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.800s] 2021-09-22 18:13:47.484 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [4.274s] 2021-09-22 18:13:47.486 36 INFO opnfv-tempest [-] {0} 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-09-22 18:14:02.503 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2021-09-22 18:14:08.562 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [2.281s] 2021-09-22 18:14:09.775 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.207s] 2021-09-22 18:14:13.051 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [3.272s] 2021-09-22 18:14:15.268 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [2.214s] 2021-09-22 18:14:15.898 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.628s] 2021-09-22 18:14:16.277 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.376s] 2021-09-22 18:14:19.271 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [2.988s] 2021-09-22 18:14:19.622 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.350s] 2021-09-22 18:14:24.585 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.765s] 2021-09-22 18:14:25.455 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.868s] 2021-09-22 18:14:25.938 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.482s] 2021-09-22 18:14:30.772 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.528s] 2021-09-22 18:14:31.142 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.367s] 2021-09-22 18:14:31.518 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.377s] 2021-09-22 18:14:31.884 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.364s] 2021-09-22 18:14:32.296 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.411s] 2021-09-22 18:14:37.074 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [0.502s] 2021-09-22 18:14:37.514 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.440s] 2021-09-22 18:14:37.966 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.450s] 2021-09-22 18:14:38.421 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.454s] 2021-09-22 18:14:38.893 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.470s] 2021-09-22 18:14:39.349 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.454s] 2021-09-22 18:14:39.846 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.496s] 2021-09-22 18:14:43.679 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.461s] 2021-09-22 18:14:44.127 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.448s] 2021-09-22 18:14:47.436 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [0.461s] 2021-09-22 18:14:48.296 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [0.860s] 2021-09-22 18:14:52.986 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.664s] 2021-09-22 18:14:53.637 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.650s] 2021-09-22 18:14:54.414 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.775s] 2021-09-22 18:14:55.218 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [0.803s] 2021-09-22 18:14:59.728 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.046s] 2021-09-22 18:15:00.889 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.158s] 2021-09-22 18:15:01.966 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.075s] 2021-09-22 18:15:03.430 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.462s] 2021-09-22 18:15:05.027 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.598s] 2021-09-22 18:15:09.719 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.952s] 2021-09-22 18:15:10.831 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.109s] 2021-09-22 18:15:11.524 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [0.691s] 2021-09-22 18:15:12.260 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [0.735s] 2021-09-22 18:15:12.994 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [0.732s] 2021-09-22 18:15:20.649 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.179s] 2021-09-22 18:15:24.183 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.432s] 2021-09-22 18:15:27.519 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.420s] 2021-09-22 18:15:28.067 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.546s] 2021-09-22 18:15:32.188 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.344s] 2021-09-22 18:15:38.517 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.722s] 2021-09-22 18:15:41.310 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [2.789s] 2021-09-22 18:15:41.942 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [0.628s] 2021-09-22 18:15:56.152 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [3.861s] 2021-09-22 18:16:00.954 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [4.800s] 2021-09-22 18:16:01.227 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.274s] 2021-09-22 18:16:01.861 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.631s] 2021-09-22 18:16:02.123 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.262s] 2021-09-22 18:16:02.388 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.264s] 2021-09-22 18:16:05.266 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [2.875s] 2021-09-22 18:16:09.130 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [3.864s] 2021-09-22 18:16:09.387 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.257s] 2021-09-22 18:17:26.963 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [315.505s] 2021-09-22 18:17:56.996 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [30.022s] 2021-09-22 18:18:29.930 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.498s] 2021-09-22 18:18:42.308 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.465s] 2021-09-22 18:18:42.871 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.559s] 2021-09-22 18:18:43.428 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.553s] 2021-09-22 18:18:44.076 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.644s] 2021-09-22 18:18:47.718 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.601s] 2021-09-22 18:18:50.995 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.527s] 2021-09-22 18:18:51.317 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.320s] 2021-09-22 18:18:51.724 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.405s] 2021-09-22 18:18:52.133 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.409s] 2021-09-22 18:18:56.955 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [1.596s] 2021-09-22 18:18:58.590 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.633s] 2021-09-22 18:18:59.009 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.417s] 2021-09-22 18:19:03.291 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.445s] 2021-09-22 18:19:07.370 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.743s] 2021-09-22 18:19:13.697 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.015s] 2021-09-22 18:19:15.561 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [1.864s] 2021-09-22 18:19:18.775 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.210s] 2021-09-22 18:19:20.402 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [1.626s] 2021-09-22 18:19:22.570 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.167s] 2021-09-22 18:19:25.737 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.167s] 2021-09-22 18:19:28.277 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-09-22 18:19:32.293 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [1.596s] 2021-09-22 18:19:33.445 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.150s] 2021-09-22 18:19:34.556 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [1.111s] 2021-09-22 18:19:40.065 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [0.839s] 2021-09-22 18:19:41.068 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.003s] 2021-09-22 18:19:42.245 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.177s] 2021-09-22 18:19:42.983 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [0.737s] 2021-09-22 18:19:44.786 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.802s] 2021-09-22 18:19:45.932 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.144s] 2021-09-22 18:19:46.728 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [0.796s] 2021-09-22 18:19:48.368 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.639s] 2021-09-22 18:19:49.880 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.513s] 2021-09-22 18:19:50.186 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.303s] 2021-09-22 18:19:50.499 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.312s] 2021-09-22 18:19:51.798 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.299s] 2021-09-22 18:19:52.655 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [0.856s] 2021-09-22 18:19:52.971 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.314s] 2021-09-22 18:19:53.281 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.309s] 2021-09-22 18:19:54.367 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.084s] 2021-09-22 18:19:55.613 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.243s] 2021-09-22 18:19:58.973 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.361s] 2021-09-22 18:20:00.104 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.130s] 2021-09-22 18:20:01.358 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.253s] 2021-09-22 18:20:03.090 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.731s] 2021-09-22 18:20:05.529 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.437s] 2021-09-22 18:20:06.141 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.612s] 2021-09-22 18:20:20.822 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [0.809s] 2021-09-22 18:20:21.644 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.822s] 2021-09-22 18:20:22.501 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [0.856s] 2021-09-22 18:20:23.003 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.503s] 2021-09-22 18:20:24.328 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [1.323s] 2021-09-22 18:20:24.612 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.283s] 2021-09-22 18:20:24.909 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.295s] 2021-09-22 18:20:25.497 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.586s] 2021-09-22 18:20:26.237 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [0.738s] 2021-09-22 18:20:29.565 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.281s] 2021-09-22 18:20:35.202 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [1.411s] 2021-09-22 18:20:38.425 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.223s] 2021-09-22 18:20:39.932 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [1.504s] 2021-09-22 18:20:52.971 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [7.594s] 2021-09-22 18:21:00.519 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [7.546s] 2021-09-22 18:21:04.557 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.038s] 2021-09-22 18:21:11.745 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.183s] 2021-09-22 18:21:16.116 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [0.964s] 2021-09-22 18:21:16.378 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.262s] 2021-09-22 18:21:17.342 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [0.962s] 2021-09-22 18:21:24.636 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.290s] 2021-09-22 18:21:29.901 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [5.262s] 2021-09-22 18:21:32.815 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [2.912s] 2021-09-22 18:21:33.096 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.281s] 2021-09-22 18:21:33.372 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.275s] 2021-09-22 18:21:33.671 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.299s] 2021-09-22 18:21:33.980 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.308s] 2021-09-22 18:21:38.435 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.329s] 2021-09-22 18:21:38.801 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.364s] 2021-09-22 18:21:43.046 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.365s] 2021-09-22 18:21:43.555 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.507s] 2021-09-22 18:21:43.898 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.342s] 2021-09-22 18:21:47.540 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.482s] 2021-09-22 18:21:48.015 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.474s] 2021-09-22 18:21:48.249 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.234s] 2021-09-22 18:21:48.735 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.484s] 2021-09-22 18:21:49.236 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.501s] 2021-09-22 18:21:57.451 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.349s] 2021-09-22 18:22:04.933 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.579s] 2021-09-22 18:22:08.268 36 INFO rally.task.context [-] Verification f92b62e6-417e-4410-820f-f575585f09b9 | Context testr@default cleanup() started 2021-09-22 18:22:08.269 36 INFO rally.task.context [-] Verification f92b62e6-417e-4410-820f-f575585f09b9 | Context testr@default cleanup() finished in 0.87 msec 2021-09-22 18:22:08.270 36 INFO rally.task.context [-] Verification f92b62e6-417e-4410-820f-f575585f09b9 | Context tempest@default cleanup() started 2021-09-22 18:22:08.460 36 INFO rally.task.context [-] Verification f92b62e6-417e-4410-820f-f575585f09b9 | Context tempest@default cleanup() finished in 0.19 sec 2021-09-22 18:22:08.498 36 INFO rally.api [-] Verification (UUID=b3bbdbde-942d-4084-80fd-ddf2a0cbfa64) has been successfully finished for deployment 'opnfv-rally' (UUID=4fe63528-e9f4-4369-944e-0586faee7ef0)! 2021-09-22 18:22:10.727 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:22:10.727 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:22:10.727 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:22:12.708 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:22:12.708 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:22:12.708 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:22:15.516 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'b3bbdbde-942d-4084-80fd-ddf2a0cbfa64' 2021-09-22 18:22:15.548 53 INFO rally.api [-] The report has been successfully built. 2021-09-22 18:22:17.084 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:22:17.084 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:22:17.084 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:22:19.357 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b3bbdbde-942d-4084-80fd-ddf2a0cbfa64' 2021-09-22 18:22:19.378 55 INFO rally.api [-] The report has been successfully built.