2020-12-05 13:15:39.083 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:15:39.084 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:15:39.084 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 13:15:41.948 7 ERROR rally.cli.cliutils 2020-12-05 13:15:43.643 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:15:43.643 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:15:43.643 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:15:48.395 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:15:48.395 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:15:48.396 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:15:53.270 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:15:53.271 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:15:53.271 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:15:54.890 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:15:54.891 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:15:54.891 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 13:15:57.658 17 ERROR rally.cli.cliutils 2020-12-05 13:15:59.339 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:15:59.340 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:15:59.340 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:16:01.847 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-05 13:16:01.951 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f699c913-80ef-426e-aab7-fff3e4153e66/repo. 2020-12-05 13:16:02.240 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f699c913-80ef-426e-aab7-fff3e4153e66/repo'... done. Note: switching to '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a'. 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 ' 2020-12-05 13:16:02.278 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g10c0e505c ' 2020-12-05 13:16:02.288 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a ' 2020-12-05 13:16:02.308 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-05 13:16:02.387 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-05 13:16:03.204 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f699c913-80ef-426e-aab7-fff3e4153e66) has been successfully created! 2020-12-05 13:16:04.944 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:16:04.944 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:16:04.945 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:16:10.037 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:16:10.037 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:16:10.037 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:16:12.543 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f699c913-80ef-426e-aab7-fff3e4153e66) for deployment 'opnfv-rally' (UUID=977ee25c-83a3-4cbb-be8a-e0f9cff21c25). 2020-12-05 13:16:13.041 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f699c913-80ef-426e-aab7-fff3e4153e66) has been successfully configured for deployment 'opnfv-rally' (UUID=977ee25c-83a3-4cbb-be8a-e0f9cff21c25)! 2020-12-05 13:16:22.721 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:16:22.722 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:16:22.722 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:16:25.233 35 INFO rally.api [-] Starting verification (UUID=1bb95e6a-671c-4626-8e11-bc60b4c61293) for deployment 'opnfv-rally' (UUID=977ee25c-83a3-4cbb-be8a-e0f9cff21c25) by verifier 'opnfv-tempest' (UUID=f699c913-80ef-426e-aab7-fff3e4153e66). 2020-12-05 13:16:25.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-05 13:16:25.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f699c913-80ef-426e-aab7-fff3e4153e66/for-deployment-977ee25c-83a3-4cbb-be8a-e0f9cff21c25/tempest.log' to option 'log_file'. 2020-12-05 13:16:25.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f699c913-80ef-426e-aab7-fff3e4153e66/for-deployment-977ee25c-83a3-4cbb-be8a-e0f9cff21c25/tempest.log 2020-12-05 13:16:25.800 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-05 13:16:25.800 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f699c913-80ef-426e-aab7-fff3e4153e66/for-deployment-977ee25c-83a3-4cbb-be8a-e0f9cff21c25/lock_files' to option 'lock_path'. 2020-12-05 13:16:25.800 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f699c913-80ef-426e-aab7-fff3e4153e66/for-deployment-977ee25c-83a3-4cbb-be8a-e0f9cff21c25/lock_files 2020-12-05 13:16:25.801 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-05 13:16:25.801 35 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 2020-12-05 13:16:25.801 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 806a90f7-b939-41d5-9820-a89321f2e74a 2020-12-05 13:16:25.801 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b3a2affc-6be4-4539-9fcf-20ee8c2c2848 2020-12-05 13:16:25.803 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 010a6385-3d37-479f-8924-349c195d1429 2020-12-05 13:16:25.803 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 056424e1-8ec9-40e7-8c57-c819c5871f0e 2020-12-05 13:16:26.052 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-05 13:16:26.053 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_admin-net_5d1be12f-6601-44bc-a12c-cf21fb2acad3 2020-12-05 13:16:26.054 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-05 13:16:26.155 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-05 13:16:26.196 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-05 13:16:26.196 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1bb95e6a_rwMloXB6' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-05 13:16:26.234 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1bb95e6a_rwMloXB6' (ID = 0c1f2caa-cd64-454f-aac1-d85149f62f69) has been successfully created! 2020-12-05 13:16:26.235 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0c1f2caa-cd64-454f-aac1-d85149f62f69' to option 'instance_type'. 2020-12-05 13:16:26.235 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0c1f2caa-cd64-454f-aac1-d85149f62f69 2020-12-05 13:16:26.236 35 INFO rally.task.context [-] Verification f699c913-80ef-426e-aab7-fff3e4153e66 | Context tempest@default setup() finished in 0.84 sec 2020-12-05 13:16:26.237 35 INFO rally.task.context [-] Verification f699c913-80ef-426e-aab7-fff3e4153e66 | Context testr@default setup() finished in 0.59 msec 2020-12-05 13:16:26.238 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4e1af508-4df2-4c6f-b132-b4dd11cdad65'. 2020-12-05 13:16:33.924 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.588s] 2020-12-05 13:16:34.009 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [0.553s] 2020-12-05 13:16:34.241 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.313s] 2020-12-05 13:16:34.419 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [0.406s] 2020-12-05 13:16:34.775 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [0.355s] 2020-12-05 13:16:34.818 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [0.842s] 2020-12-05 13:16:34.888 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.195s] 2020-12-05 13:16:35.202 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2020-12-05 13:16:35.355 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.577s] 2020-12-05 13:16:35.411 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.522s] 2020-12-05 13:16:35.469 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [0.647s] 2020-12-05 13:16:35.471 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavors_details_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2020-12-05 13:16:36.165 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.750s] 2020-12-05 13:16:36.766 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.597s] 2020-12-05 13:16:36.787 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.316s] 2020-12-05 13:16:36.789 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2020-12-05 13:16:37.809 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2020-12-05 13:16:37.810 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2020-12-05 13:16:38.703 35 INFO opnfv-tempest [-] {0} 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' 2020-12-05 13:16:38.704 35 INFO opnfv-tempest [-] {0} 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' 2020-12-05 13:16:38.773 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [2.006s] 2020-12-05 13:16:39.740 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.966s] 2020-12-05 13:16:40.566 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.823s] 2020-12-05 13:16:41.115 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.892s] 2020-12-05 13:16:41.408 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.835s] 2020-12-05 13:16:41.707 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.586s] 2020-12-05 13:16:42.340 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [0.634s] 2020-12-05 13:16:42.519 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.574s] 2020-12-05 13:16:42.926 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.938s] 2020-12-05 13:16:43.023 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.675s] 2020-12-05 13:16:43.327 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [0.806s] 2020-12-05 13:16:43.757 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.733s] 2020-12-05 13:16:44.906 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.620s] 2020-12-05 13:16:45.942 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [1.032s] 2020-12-05 13:16:46.803 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.460s] 2020-12-05 13:16:47.485 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.676s] 2020-12-05 13:16:47.842 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.613s] 2020-12-05 13:16:48.495 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.654s] 2020-12-05 13:16:50.186 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2020-12-05 13:16:51.488 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.429s] 2020-12-05 13:16:51.951 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.457s] 2020-12-05 13:16:51.991 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.320s] 2020-12-05 13:16:52.358 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.406s] 2020-12-05 13:16:52.827 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.465s] 2020-12-05 13:16:52.913 35 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.431s] 2020-12-05 13:16:53.265 35 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.352s] 2020-12-05 13:16:53.478 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.648s] 2020-12-05 13:16:56.421 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [1.058s] 2020-12-05 13:16:56.988 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.564s] 2020-12-05 13:16:57.378 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.387s] 2020-12-05 13:16:57.445 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [0.795s] 2020-12-05 13:16:57.807 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.430s] 2020-12-05 13:16:57.819 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.004s] 2020-12-05 13:16:58.284 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [0.833s] 2020-12-05 13:16:58.785 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [0.965s] 2020-12-05 13:16:58.800 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [0.989s] 2020-12-05 13:16:58.812 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.526s] 2020-12-05 13:16:59.153 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.367s] 2020-12-05 13:16:59.650 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [0.835s] 2020-12-05 13:17:00.435 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [1.282s] 2020-12-05 13:17:00.991 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.340s] 2020-12-05 13:17:01.696 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.260s] 2020-12-05 13:17:02.946 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.249s] 2020-12-05 13:17:07.760 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.732s] 2020-12-05 13:17:08.223 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.462s] 2020-12-05 13:17:08.590 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.365s] 2020-12-05 13:17:08.926 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.336s] 2020-12-05 13:17:09.505 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [0.913s] 2020-12-05 13:17:14.144 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [1.010s] 2020-12-05 13:17:14.938 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [0.790s] 2020-12-05 13:17:15.264 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.326s] 2020-12-05 13:17:16.181 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [0.912s] 2020-12-05 13:17:22.715 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [4.245s] 2020-12-05 13:17:23.460 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [0.743s] 2020-12-05 13:17:23.541 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.323s] 2020-12-05 13:17:23.551 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [14.041s] 2020-12-05 13:17:28.084 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [4.624s] 2020-12-05 13:17:32.836 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [9.281s] 2020-12-05 13:17:33.358 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.525s] 2020-12-05 13:17:33.883 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.520s] 2020-12-05 13:17:34.359 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.473s] 2020-12-05 13:17:46.917 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.405s] 2020-12-05 13:17:47.311 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [12.947s] 2020-12-05 13:17:54.300 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [0.653s] 2020-12-05 13:18:14.293 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.517s] 2020-12-05 13:18:15.287 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [37.902s] 2020-12-05 13:18:25.955 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.779s] 2020-12-05 13:18:31.032 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [4.999s] 2020-12-05 13:18:31.478 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [16.181s] 2020-12-05 13:18:35.545 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [4.505s] 2020-12-05 13:18:40.008 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.581s] 2020-12-05 13:18:40.596 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.584s] 2020-12-05 13:18:40.897 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.301s] 2020-12-05 13:18:41.387 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.483s] 2020-12-05 13:18:45.792 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [14.304s] 2020-12-05 13:18:51.643 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [5.844s] 2020-12-05 13:19:02.236 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [10.587s] 2020-12-05 13:19:02.583 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.642s] 2020-12-05 13:19:03.213 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.629s] 2020-12-05 13:19:03.939 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.724s] 2020-12-05 13:19:04.648 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [0.705s] 2020-12-05 13:19:05.329 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.676s] 2020-12-05 13:19:05.731 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [37.920s] 2020-12-05 13:19:06.009 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [30.458s] 2020-12-05 13:19:06.048 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.719s] 2020-12-05 13:19:07.495 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [1.483s] 2020-12-05 13:19:07.579 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [5.338s] 2020-12-05 13:19:17.961 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.337s] 2020-12-05 13:19:23.473 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [15.885s] 2020-12-05 13:19:24.215 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [16.711s] 2020-12-05 13:19:24.474 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2020-12-05 13:19:25.278 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.062s] 2020-12-05 13:19:28.213 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.474s] 2020-12-05 13:19:29.106 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [23.360s] 2020-12-05 13:19:29.276 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.060s] 2020-12-05 13:19:29.871 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.595s] 2020-12-05 13:19:39.105 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [3.989s] 2020-12-05 13:19:47.039 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.622s] 2020-12-05 13:19:49.500 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.460s] 2020-12-05 13:19:52.414 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.914s] 2020-12-05 13:19:55.384 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.968s] 2020-12-05 13:19:59.031 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.645s] 2020-12-05 13:20:02.233 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.200s] 2020-12-05 13:20:05.122 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [0.836s] 2020-12-05 13:20:05.642 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.518s] 2020-12-05 13:20:06.934 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.289s] 2020-12-05 13:20:07.311 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.373s] 2020-12-05 13:20:07.711 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.400s] 2020-12-05 13:20:08.339 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.626s] 2020-12-05 13:20:08.779 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.546s] 2020-12-05 13:20:09.333 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.553s] 2020-12-05 13:20:09.700 35 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.' 2020-12-05 13:20:09.942 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.606s] 2020-12-05 13:20:10.445 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [0.736s] 2020-12-05 13:20:10.800 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.859s] 2020-12-05 13:20:11.223 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [0.777s] 2020-12-05 13:20:11.651 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.847s] 2020-12-05 13:20:17.165 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.014s] 2020-12-05 13:20:17.915 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.739s] 2020-12-05 13:20:18.873 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [0.967s] 2020-12-05 13:20:23.078 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [4.206s] 2020-12-05 13:20:23.467 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.387s] 2020-12-05 13:20:23.812 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.345s] 2020-12-05 13:20:24.116 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.302s] 2020-12-05 13:20:24.940 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.824s] 2020-12-05 13:20:26.135 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.194s] 2020-12-05 13:20:29.799 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.375s] 2020-12-05 13:20:30.664 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [19.430s] 2020-12-05 13:20:31.608 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [0.933s] 2020-12-05 13:20:32.484 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.868s] 2020-12-05 13:20:32.485 35 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' 2020-12-05 13:20:32.486 35 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' 2020-12-05 13:20:32.487 35 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' 2020-12-05 13:20:32.488 35 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' 2020-12-05 13:20:32.489 35 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' 2020-12-05 13:20:32.489 35 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' 2020-12-05 13:20:33.268 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [0.779s] 2020-12-05 13:20:33.548 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.605s] 2020-12-05 13:20:34.054 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.504s] 2020-12-05 13:20:34.248 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [0.978s] 2020-12-05 13:20:34.523 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.468s] 2020-12-05 13:20:35.226 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.702s] 2020-12-05 13:20:35.747 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.520s] 2020-12-05 13:20:40.160 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [5.909s] 2020-12-05 13:20:41.183 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [3.928s] 2020-12-05 13:20:44.103 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [2.915s] 2020-12-05 13:20:44.731 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.628s] 2020-12-05 13:20:47.120 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [7.816s] 2020-12-05 13:20:49.654 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [4.916s] 2020-12-05 13:20:49.655 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2020-12-05 13:20:54.367 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [7.245s] 2020-12-05 13:20:59.071 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.703s] 2020-12-05 13:21:02.147 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.656s] 2020-12-05 13:21:06.494 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.513s] 2020-12-05 13:21:06.919 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.424s] 2020-12-05 13:21:07.379 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.459s] 2020-12-05 13:21:07.658 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [8.584s] 2020-12-05 13:21:07.821 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.441s] 2020-12-05 13:21:11.526 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.446s] 2020-12-05 13:21:11.958 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.547s] 2020-12-05 13:21:12.087 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.559s] 2020-12-05 13:21:12.385 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.424s] 2020-12-05 13:21:12.546 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.457s] 2020-12-05 13:21:12.927 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.542s] 2020-12-05 13:21:13.538 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.609s] 2020-12-05 13:21:14.292 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.753s] 2020-12-05 13:21:16.545 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.548s] 2020-12-05 13:21:17.188 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.641s] 2020-12-05 13:21:17.623 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.434s] 2020-12-05 13:21:18.047 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.422s] 2020-12-05 13:21:18.514 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.466s] 2020-12-05 13:21:20.786 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.246s] 2020-12-05 13:21:24.282 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [0.818s] 2020-12-05 13:21:25.150 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [0.865s] 2020-12-05 13:21:25.708 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.557s] 2020-12-05 13:21:26.269 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [1.995s] 2020-12-05 13:21:29.329 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [3.058s] 2020-12-05 13:21:29.982 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.655s] 2020-12-05 13:21:30.134 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.552s] 2020-12-05 13:21:30.609 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.626s] 2020-12-05 13:21:31.080 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-12-05 13:21:31.082 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-12-05 13:21:33.735 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [3.123s] 2020-12-05 13:21:35.884 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [2.169s] 2020-12-05 13:21:36.669 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [2.933s] 2020-12-05 13:21:37.729 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.844s] 2020-12-05 13:21:40.160 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [2.430s] 2020-12-05 13:21:46.318 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [2.984s] 2020-12-05 13:21:51.145 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [6.373s] 2020-12-05 13:21:52.335 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.190s] 2020-12-05 13:21:55.574 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.578s] 2020-12-05 13:21:56.098 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.523s] 2020-12-05 13:21:56.709 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.611s] 2020-12-05 13:21:57.115 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.404s] 2020-12-05 13:21:57.417 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [5.081s] 2020-12-05 13:21:57.756 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.639s] 2020-12-05 13:21:58.239 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.483s] 2020-12-05 13:21:58.373 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [0.954s] 2020-12-05 13:22:04.894 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [6.522s] 2020-12-05 13:22:12.721 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [7.825s] 2020-12-05 13:22:13.600 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [0.879s] 2020-12-05 13:22:13.996 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.394s] 2020-12-05 13:22:15.159 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [9.299s] 2020-12-05 13:22:23.195 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [9.197s] 2020-12-05 13:22:24.406 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.213s] 2020-12-05 13:22:24.477 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [9.318s] 2020-12-05 13:22:29.185 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.777s] 2020-12-05 13:22:29.582 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.396s] 2020-12-05 13:22:31.390 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.806s] 2020-12-05 13:22:37.293 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.902s] 2020-12-05 13:22:38.080 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.786s] 2020-12-05 13:22:44.113 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [6.032s] 2020-12-05 13:22:50.978 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [6.863s] 2020-12-05 13:22:51.830 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.851s] 2020-12-05 13:22:52.655 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [14.438s] 2020-12-05 13:22:54.899 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.066s] 2020-12-05 13:23:06.599 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [0.984s] 2020-12-05 13:23:07.533 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [0.932s] 2020-12-05 13:23:08.436 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [0.901s] 2020-12-05 13:23:08.599 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [15.943s] 2020-12-05 13:23:09.373 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [0.935s] 2020-12-05 13:23:20.867 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.538s] 2020-12-05 13:23:24.809 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.568s] 2020-12-05 13:23:24.931 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [16.326s] 2020-12-05 13:23:25.204 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.394s] 2020-12-05 13:23:25.638 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.432s] 2020-12-05 13:23:26.057 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.419s] 2020-12-05 13:23:26.494 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.434s] 2020-12-05 13:23:28.368 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [3.439s] 2020-12-05 13:23:29.040 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.672s] 2020-12-05 13:23:29.361 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.321s] 2020-12-05 13:23:29.871 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.328s] 2020-12-05 13:23:30.459 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.587s] 2020-12-05 13:23:31.474 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [2.111s] 2020-12-05 13:23:34.085 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.609s] 2020-12-05 13:23:34.407 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.324s] 2020-12-05 13:23:34.744 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.335s] 2020-12-05 13:23:37.734 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [1.250s] 2020-12-05 13:23:40.937 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [3.201s] 2020-12-05 13:23:42.062 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [1.123s] 2020-12-05 13:23:51.862 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.294s] 2020-12-05 13:23:52.795 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.966s] 2020-12-05 13:23:57.153 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [4.354s] 2020-12-05 13:23:57.611 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [5.746s] 2020-12-05 13:23:57.792 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.640s] 2020-12-05 13:23:58.462 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.669s] 2020-12-05 13:23:59.024 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.562s] 2020-12-05 13:23:59.526 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.500s] 2020-12-05 13:23:59.963 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.436s] 2020-12-05 13:24:00.800 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [3.191s] 2020-12-05 13:24:01.054 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [1.090s] 2020-12-05 13:24:01.380 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.580s] 2020-12-05 13:24:02.077 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.697s] 2020-12-05 13:24:02.618 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.539s] 2020-12-05 13:24:03.113 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.494s] 2020-12-05 13:24:08.623 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.668s] 2020-12-05 13:24:09.665 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [1.042s] 2020-12-05 13:24:13.762 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.454s] 2020-12-05 13:24:14.289 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.527s] 2020-12-05 13:24:14.853 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.563s] 2020-12-05 13:24:22.746 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.348s] 2020-12-05 13:24:35.121 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [2.792s] 2020-12-05 13:24:40.265 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [5.145s] 2020-12-05 13:24:40.558 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.291s] 2020-12-05 13:24:41.202 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.642s] 2020-12-05 13:24:41.479 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.278s] 2020-12-05 13:24:41.846 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.365s] 2020-12-05 13:24:44.977 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [3.128s] 2020-12-05 13:24:49.054 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [4.077s] 2020-12-05 13:24:49.542 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.487s] 2020-12-05 13:25:25.342 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [361.806s] 2020-12-05 13:25:26.639 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.292s] 2020-12-05 13:25:27.901 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [1.260s] 2020-12-05 13:25:28.889 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [0.982s] 2020-12-05 13:25:29.778 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [0.887s] 2020-12-05 13:25:43.062 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [13.278s] 2020-12-05 13:26:03.582 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [323.356s] 2020-12-05 13:26:04.577 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [0.988s] 2020-12-05 13:26:05.080 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [22.010s] 2020-12-05 13:26:11.550 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [6.968s] 2020-12-05 13:26:12.140 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [7.055s] 2020-12-05 13:26:12.150 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.598s] 2020-12-05 13:26:12.152 35 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' 2020-12-05 13:26:12.848 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.692s] 2020-12-05 13:26:12.851 35 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' 2020-12-05 13:26:12.852 35 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' 2020-12-05 13:26:12.853 35 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' 2020-12-05 13:26:12.853 35 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' 2020-12-05 13:26:12.854 35 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' 2020-12-05 13:26:12.855 35 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' 2020-12-05 13:26:13.536 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [0.682s] 2020-12-05 13:26:14.424 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.279s] 2020-12-05 13:26:16.008 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [2.468s] 2020-12-05 13:26:21.116 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [5.103s] 2020-12-05 13:26:22.770 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.646s] 2020-12-05 13:26:32.931 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [10.149s] 2020-12-05 13:26:53.468 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.425s] 2020-12-05 13:26:54.484 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.015s] 2020-12-05 13:26:58.190 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [3.700s] 2020-12-05 13:27:00.104 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [1.912s] 2020-12-05 13:27:00.472 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.367s] 2020-12-05 13:27:00.863 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.388s] 2020-12-05 13:27:03.949 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [3.078s] 2020-12-05 13:27:04.633 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.685s] 2020-12-05 13:27:09.743 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.569s] 2020-12-05 13:27:10.193 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.448s] 2020-12-05 13:27:10.672 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.479s] 2020-12-05 13:27:11.438 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.765s] 2020-12-05 13:27:11.972 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.531s] 2020-12-05 13:27:12.420 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.447s] 2020-12-05 13:27:13.150 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.728s] 2020-12-05 13:27:13.449 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.298s] 2020-12-05 13:27:13.763 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.315s] 2020-12-05 13:27:14.428 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.662s] 2020-12-05 13:27:14.960 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.532s] 2020-12-05 13:27:15.528 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.568s] 2020-12-05 13:27:16.900 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.371s] 2020-12-05 13:27:22.763 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.621s] 2020-12-05 13:27:23.301 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.538s] 2020-12-05 13:27:31.173 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.695s] 2020-12-05 13:27:31.669 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.494s] 2020-12-05 13:27:32.166 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.494s] 2020-12-05 13:27:32.642 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.474s] 2020-12-05 13:27:33.160 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.516s] 2020-12-05 13:27:38.827 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.778s] 2020-12-05 13:27:39.546 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.719s] 2020-12-05 13:27:40.161 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.613s] 2020-12-05 13:27:40.642 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.479s] 2020-12-05 13:27:41.390 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.747s] 2020-12-05 13:27:42.183 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.793s] 2020-12-05 13:27:43.742 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.558s] 2020-12-05 13:27:44.377 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.634s] 2020-12-05 13:27:44.869 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.491s] 2020-12-05 13:27:45.497 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.627s] 2020-12-05 13:27:45.871 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.373s] 2020-12-05 13:27:46.242 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.371s] 2020-12-05 13:27:46.808 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.564s] 2020-12-05 13:27:47.160 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.352s] 2020-12-05 13:27:47.986 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.822s] 2020-12-05 13:27:47.988 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-12-05 13:27:47.989 35 INFO opnfv-tempest [-] {0} 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.' 2020-12-05 13:27:47.990 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.000s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-12-05 13:27:49.082 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.094s] 2020-12-05 13:27:50.821 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.738s] 2020-12-05 13:27:59.584 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.213s] 2020-12-05 13:28:00.448 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [0.862s] 2020-12-05 13:28:01.345 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.895s] 2020-12-05 13:28:02.217 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [0.871s] 2020-12-05 13:28:07.903 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.720s] 2020-12-05 13:28:09.731 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.827s] 2020-12-05 13:28:11.107 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.373s] 2020-12-05 13:28:12.906 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.796s] 2020-12-05 13:28:14.832 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.930s] 2020-12-05 13:28:22.267 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [1.847s] 2020-12-05 13:28:24.054 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [1.787s] 2020-12-05 13:28:25.891 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [1.837s] 2020-12-05 13:28:37.396 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.455s] 2020-12-05 13:28:41.558 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.855s] 2020-12-05 13:28:41.977 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.418s] 2020-12-05 13:28:42.394 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.416s] 2020-12-05 13:28:42.953 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.559s] 2020-12-05 13:28:43.611 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.657s] 2020-12-05 13:28:44.182 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.570s] 2020-12-05 13:28:44.449 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.266s] 2020-12-05 13:28:45.103 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.653s] 2020-12-05 13:28:45.612 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.509s] 2020-12-05 13:28:46.427 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.814s] 2020-12-05 13:28:50.461 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.503s] 2020-12-05 13:28:55.857 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.618s] 2020-12-05 13:28:56.444 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.586s] 2020-12-05 13:28:56.959 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.514s] 2020-12-05 13:28:57.705 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.745s] 2020-12-05 13:28:58.813 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [1.106s] 2020-12-05 13:28:59.369 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.558s] 2020-12-05 13:28:59.964 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.592s] 2020-12-05 13:29:00.508 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.545s] 2020-12-05 13:29:01.025 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.514s] 2020-12-05 13:29:01.551 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.526s] 2020-12-05 13:29:09.165 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.463s] 2020-12-05 13:29:09.892 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.726s] 2020-12-05 13:29:10.693 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [0.800s] 2020-12-05 13:29:11.435 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [0.740s] 2020-12-05 13:29:11.720 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.287s] 2020-12-05 13:29:12.011 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.291s] 2020-12-05 13:29:17.081 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.480s] 2020-12-05 13:29:17.590 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.510s] 2020-12-05 13:29:17.920 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.328s] 2020-12-05 13:29:27.271 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [6.002s] 2020-12-05 13:29:31.879 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.607s] 2020-12-05 13:31:30.826 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [316.342s] 2020-12-05 13:31:58.168 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [27.334s] 2020-12-05 13:32:35.548 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.476s] 2020-12-05 13:32:50.814 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.670s] 2020-12-05 13:32:51.368 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.553s] 2020-12-05 13:32:52.032 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.663s] 2020-12-05 13:32:52.784 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.752s] 2020-12-05 13:32:56.453 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.418s] 2020-12-05 13:32:57.038 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.584s] 2020-12-05 13:32:57.405 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.366s] 2020-12-05 13:32:58.251 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.844s] 2020-12-05 13:32:58.944 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.693s] 2020-12-05 13:33:02.518 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.317s] 2020-12-05 13:33:02.788 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.270s] 2020-12-05 13:33:03.073 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.285s] 2020-12-05 13:33:08.107 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.158s] 2020-12-05 13:33:08.616 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.507s] 2020-12-05 13:33:09.122 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.505s] 2020-12-05 13:33:09.605 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.481s] 2020-12-05 13:33:10.171 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.565s] 2020-12-05 13:33:10.769 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.597s] 2020-12-05 13:33:11.701 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.931s] 2020-12-05 13:33:15.897 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.311s] 2020-12-05 13:33:16.145 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.246s] 2020-12-05 13:33:16.430 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.284s] 2020-12-05 13:33:23.990 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [4.018s] 2020-12-05 13:33:24.796 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.804s] 2020-12-05 13:33:25.555 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.758s] 2020-12-05 13:33:26.168 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.610s] 2020-12-05 13:33:27.003 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [0.837s] 2020-12-05 13:33:30.708 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [0.544s] 2020-12-05 13:33:31.954 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [1.245s] 2020-12-05 13:33:36.541 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.691s] 2020-12-05 13:33:37.216 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.674s] 2020-12-05 13:33:37.946 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.729s] 2020-12-05 13:33:38.786 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [0.837s] 2020-12-05 13:33:45.389 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.527s] 2020-12-05 13:33:46.491 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.100s] 2020-12-05 13:33:51.355 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [4.863s] 2020-12-05 13:33:52.962 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.606s] 2020-12-05 13:33:54.067 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.103s] 2020-12-05 13:33:55.530 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.463s] 2020-12-05 13:33:56.611 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.079s] 2020-12-05 13:33:57.989 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.377s] 2020-12-05 13:33:59.686 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.696s] 2020-12-05 13:34:00.030 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.342s] 2020-12-05 13:34:00.374 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.343s] 2020-12-05 13:34:02.051 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.678s] 2020-12-05 13:34:03.921 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.867s] 2020-12-05 13:34:04.202 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.282s] 2020-12-05 13:34:04.493 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.291s] 2020-12-05 13:34:05.933 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.436s] 2020-12-05 13:34:07.689 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.754s] 2020-12-05 13:34:11.235 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.548s] 2020-12-05 13:34:13.024 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.786s] 2020-12-05 13:34:14.526 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.502s] 2020-12-05 13:34:16.508 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.979s] 2020-12-05 13:34:18.362 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.853s] 2020-12-05 13:34:19.068 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.706s] 2020-12-05 13:34:35.870 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.962s] 2020-12-05 13:34:37.372 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.500s] 2020-12-05 13:34:38.558 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.182s] 2020-12-05 13:34:39.366 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [0.805s] 2020-12-05 13:34:40.296 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [0.930s] 2020-12-05 13:34:46.528 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.646s] 2020-12-05 13:34:47.240 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.708s] 2020-12-05 13:34:47.733 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.494s] 2020-12-05 13:34:48.169 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.433s] 2020-12-05 13:34:52.553 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.811s] 2020-12-05 13:34:54.182 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.626s] 2020-12-05 13:34:55.003 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.822s] 2020-12-05 13:34:58.830 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [3.825s] 2020-12-05 13:34:59.598 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.767s] 2020-12-05 13:35:00.522 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.923s] 2020-12-05 13:35:01.437 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.913s] 2020-12-05 13:35:01.801 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.364s] 2020-12-05 13:35:07.507 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [1.172s] 2020-12-05 13:35:09.522 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.013s] 2020-12-05 13:35:09.869 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.347s] 2020-12-05 13:35:10.217 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.346s] 2020-12-05 13:35:10.975 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.757s] 2020-12-05 13:35:16.930 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.522s] 2020-12-05 13:35:20.587 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.465s] 2020-12-05 13:35:24.791 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [1.159s] 2020-12-05 13:35:25.081 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.289s] 2020-12-05 13:35:25.994 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [0.911s] 2020-12-05 13:35:30.649 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.900s] 2020-12-05 13:35:30.973 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.324s] 2020-12-05 13:35:31.439 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.464s] 2020-12-05 13:35:31.834 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.395s] 2020-12-05 13:35:33.100 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [1.264s] 2020-12-05 13:35:36.691 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.428s] 2020-12-05 13:35:40.687 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.528s] 2020-12-05 13:35:41.235 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.547s] 2020-12-05 13:35:41.513 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.277s] 2020-12-05 13:35:42.105 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.591s] 2020-12-05 13:35:42.685 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.580s] 2020-12-05 13:35:53.325 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.505s] 2020-12-05 13:35:53.604 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.279s] 2020-12-05 13:36:00.427 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.627s] 2020-12-05 13:36:03.695 35 INFO rally.task.context [-] Verification f699c913-80ef-426e-aab7-fff3e4153e66 | Context testr@default cleanup() started 2020-12-05 13:36:03.696 35 INFO rally.task.context [-] Verification f699c913-80ef-426e-aab7-fff3e4153e66 | Context testr@default cleanup() finished in 1.04 msec 2020-12-05 13:36:03.696 35 INFO rally.task.context [-] Verification f699c913-80ef-426e-aab7-fff3e4153e66 | Context tempest@default cleanup() started 2020-12-05 13:36:03.869 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1bb95e6a_rwMloXB6'. 2020-12-05 13:36:04.018 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1bb95e6a_rwMloXB6' has been deleted. 2020-12-05 13:36:04.018 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0c1f2caa-cd64-454f-aac1-d85149f62f69' of option 'instance_type' from Tempest config file. 2020-12-05 13:36:04.018 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0c1f2caa-cd64-454f-aac1-d85149f62f69' has been removed. 2020-12-05 13:36:04.022 35 INFO rally.task.context [-] Verification f699c913-80ef-426e-aab7-fff3e4153e66 | Context tempest@default cleanup() finished in 0.33 sec 2020-12-05 13:36:04.061 35 INFO rally.api [-] Verification (UUID=1bb95e6a-671c-4626-8e11-bc60b4c61293) has been successfully finished for deployment 'opnfv-rally' (UUID=977ee25c-83a3-4cbb-be8a-e0f9cff21c25)! 2020-12-05 13:36:05.847 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:36:05.847 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:36:05.848 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:36:07.848 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:36:07.848 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:36:07.848 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:36:10.349 52 INFO rally.api [-] Building 'html' report for the following verification(s): '1bb95e6a-671c-4626-8e11-bc60b4c61293' 2020-12-05 13:36:10.380 52 INFO rally.api [-] The report has been successfully built. 2020-12-05 13:36:12.169 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:36:12.169 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:36:12.170 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:36:14.597 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1bb95e6a-671c-4626-8e11-bc60b4c61293' 2020-12-05 13:36:14.623 54 INFO rally.api [-] The report has been successfully built.