2021-02-06 01:57:39.142 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:57:39.142 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:57:39.142 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-06 01:57:42.380 25 ERROR rally.cli.cliutils 2021-02-06 01:57:44.317 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:57:44.318 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:57:44.318 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:57:49.249 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:57:49.249 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:57:49.250 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:57:55.989 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:57:55.990 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:57:55.990 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:57:57.754 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:57:57.754 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:57:57.754 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-06 01:58:00.473 35 ERROR rally.cli.cliutils 2021-02-06 01:58:02.324 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:58:02.324 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:58:02.324 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:58:05.510 37 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-06 01:58:05.558 37 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-46cb8e4b-63f6-4644-9239-a4a72992aa15/repo. 2021-02-06 01:58:05.866 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-46cb8e4b-63f6-4644-9239-a4a72992aa15/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-02-06 01:58:05.906 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-06 01:58:05.915 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-06 01:58:05.934 37 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-06 01:58:06.023 37 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-06 01:58:06.950 37 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=46cb8e4b-63f6-4644-9239-a4a72992aa15) has been successfully created! 2021-02-06 01:58:08.808 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:58:08.808 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:58:08.808 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:58:16.539 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:58:16.539 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:58:16.539 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:58:19.309 48 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=46cb8e4b-63f6-4644-9239-a4a72992aa15) for deployment 'opnfv-rally' (UUID=bd5508f9-1640-4680-bc16-20de428de4fa). 2021-02-06 01:58:20.236 48 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=46cb8e4b-63f6-4644-9239-a4a72992aa15) has been successfully configured for deployment 'opnfv-rally' (UUID=bd5508f9-1640-4680-bc16-20de428de4fa)! 2021-02-06 01:58:31.051 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:58:31.052 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:58:31.053 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:58:33.934 53 INFO rally.api [-] Starting verification (UUID=dfcd377a-d4a3-42f8-81b0-347abd363863) for deployment 'opnfv-rally' (UUID=bd5508f9-1640-4680-bc16-20de428de4fa) by verifier 'opnfv-tempest' (UUID=46cb8e4b-63f6-4644-9239-a4a72992aa15). 2021-02-06 01:58:35.066 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-06 01:58:35.124 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-06 01:58:35.125 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-46cb8e4b-63f6-4644-9239-a4a72992aa15/for-deployment-bd5508f9-1640-4680-bc16-20de428de4fa/tempest.log' to option 'log_file'. 2021-02-06 01:58:35.125 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-46cb8e4b-63f6-4644-9239-a4a72992aa15/for-deployment-bd5508f9-1640-4680-bc16-20de428de4fa/tempest.log 2021-02-06 01:58:35.125 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-06 01:58:35.126 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-46cb8e4b-63f6-4644-9239-a4a72992aa15/for-deployment-bd5508f9-1640-4680-bc16-20de428de4fa/lock_files' to option 'lock_path'. 2021-02-06 01:58:35.126 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-46cb8e4b-63f6-4644-9239-a4a72992aa15/for-deployment-bd5508f9-1640-4680-bc16-20de428de4fa/lock_files 2021-02-06 01:58:35.126 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-06 01:58:35.126 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-02-06 01:58:35.126 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = cd5cf8ab-66ec-4321-9c2f-105c564f5872 2021-02-06 01:58:35.127 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d8e3ffb0-e0bf-4b28-9cd9-d2a0e04bd6f5 2021-02-06 01:58:35.127 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 01d8d9e1-328e-44dc-8fa7-2f0098580622 2021-02-06 01:58:35.127 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7939b0ff-a688-4817-b02c-6a4bc0f6b670 2021-02-06 01:58:35.415 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-06 01:58:35.416 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_admin-net_c864776f-e010-4208-8fdd-618bf3c8e028 2021-02-06 01:58:35.416 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-06 01:58:35.504 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-06 01:58:35.541 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-06 01:58:35.542 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_dfcd377a_IHs1OEDo' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-06 01:58:35.584 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dfcd377a_IHs1OEDo' (ID = a9e8aa44-c717-4322-aa05-cd35634688f5) has been successfully created! 2021-02-06 01:58:35.585 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a9e8aa44-c717-4322-aa05-cd35634688f5' to option 'instance_type'. 2021-02-06 01:58:35.585 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a9e8aa44-c717-4322-aa05-cd35634688f5 2021-02-06 01:58:35.587 53 INFO rally.task.context [-] Verification 46cb8e4b-63f6-4644-9239-a4a72992aa15 | Context tempest@default setup() finished in 1.11 sec 2021-02-06 01:58:35.588 53 INFO rally.task.context [-] Verification 46cb8e4b-63f6-4644-9239-a4a72992aa15 | Context testr@default setup() finished in 1.05 msec 2021-02-06 01:58:35.589 53 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7f5bdc6f-6807-4bd8-97f8-db438a049dea'. 2021-02-06 01:58:53.800 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [2.108s] 2021-02-06 01:58:53.968 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [2.341s] 2021-02-06 01:58:54.025 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [2.363s] 2021-02-06 01:58:54.942 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [1.137s] 2021-02-06 01:58:55.345 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [1.373s] 2021-02-06 01:58:55.392 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [2.945s] 2021-02-06 01:58:55.440 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [1.406s] 2021-02-06 01:58:56.286 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2021-02-06 01:58:56.636 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [1.287s] 2021-02-06 01:58:56.866 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [1.425s] 2021-02-06 01:58:56.883 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [1.493s] 2021-02-06 01:58:58.365 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.723s] 2021-02-06 01:58:58.383 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [1.493s] 2021-02-06 01:58:58.400 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [1.532s] 2021-02-06 01:58:59.743 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [1.341s] 2021-02-06 01:58:59.906 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [1.499s] 2021-02-06 01:59:02.908 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [1.559s] 2021-02-06 01:59:02.968 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [3.212s] 2021-02-06 01:59:04.631 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [1.652s] 2021-02-06 01:59:04.744 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-02-06 01:59:04.746 53 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' 2021-02-06 01:59:06.354 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [1.708s] 2021-02-06 01:59:07.950 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [1.387s] 2021-02-06 01:59:08.076 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [1.701s] 2021-02-06 01:59:09.348 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [1.397s] 2021-02-06 01:59:10.752 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2021-02-06 01:59:15.209 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [3.308s] 2021-02-06 01:59:16.822 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [1.609s] 2021-02-06 01:59:17.272 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [1.915s] 2021-02-06 01:59:17.574 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [1.500s] 2021-02-06 01:59:18.378 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [1.550s] 2021-02-06 01:59:19.085 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.804s] 2021-02-06 01:59:19.086 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavors_details_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 01:59:19.140 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [1.549s] 2021-02-06 01:59:19.890 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [1.506s] 2021-02-06 01:59:20.443 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [1.298s] 2021-02-06 01:59:20.801 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.723s] 2021-02-06 01:59:20.802 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-02-06 01:59:20.990 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [1.083s] 2021-02-06 01:59:22.185 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [1.741s] 2021-02-06 01:59:22.303 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [1.312s] 2021-02-06 01:59:23.651 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [1.338s] 2021-02-06 01:59:24.277 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [1.321s] 2021-02-06 01:59:25.565 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [1.285s] 2021-02-06 01:59:28.622 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [1.321s] 2021-02-06 01:59:30.454 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [1.821s] 2021-02-06 01:59:31.558 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [1.312s] 2021-02-06 01:59:31.636 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [1.329s] 2021-02-06 01:59:33.556 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [1.914s] 2021-02-06 01:59:37.221 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 01:59:37.222 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 01:59:41.700 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [2.256s] 2021-02-06 01:59:43.273 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [1.565s] 2021-02-06 01:59:44.683 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [1.404s] 2021-02-06 01:59:45.940 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [1.254s] 2021-02-06 01:59:45.953 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.853s] 2021-02-06 01:59:47.813 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [1.862s] 2021-02-06 01:59:48.014 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [2.056s] 2021-02-06 01:59:49.377 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [1.360s] 2021-02-06 01:59:51.608 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [2.227s] 2021-02-06 01:59:52.081 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [1.560s] 2021-02-06 01:59:53.492 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.882s] 2021-02-06 01:59:55.397 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.903s] 2021-02-06 01:59:57.372 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [3.250s] 2021-02-06 01:59:58.846 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [1.472s] 2021-02-06 02:00:02.966 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [4.117s] 2021-02-06 02:00:03.644 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [1.541s] 2021-02-06 02:00:04.976 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [1.329s] 2021-02-06 02:00:06.293 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [1.315s] 2021-02-06 02:00:07.419 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [1.122s] 2021-02-06 02:00:15.571 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [1.630s] 2021-02-06 02:00:15.672 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [1.202s] 2021-02-06 02:00:23.976 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [1.666s] 2021-02-06 02:00:26.237 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [2.257s] 2021-02-06 02:00:27.806 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [1.562s] 2021-02-06 02:00:30.182 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [2.367s] 2021-02-06 02:00:32.059 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.860s] 2021-02-06 02:00:32.240 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [1.257s] 2021-02-06 02:00:59.114 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [1.365s] 2021-02-06 02:01:14.516 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [41.960s] 2021-02-06 02:01:16.414 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [2.619s] 2021-02-06 02:01:18.152 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [1.735s] 2021-02-06 02:01:19.639 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [1.479s] 2021-02-06 02:01:21.130 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [1.488s] 2021-02-06 02:01:22.643 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [1.495s] 2021-02-06 02:01:24.376 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [1.726s] 2021-02-06 02:01:38.687 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [1.487s] 2021-02-06 02:01:39.601 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [25.081s] 2021-02-06 02:02:07.719 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [5.073s] 2021-02-06 02:02:18.005 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [10.266s] 2021-02-06 02:02:19.255 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [1.246s] 2021-02-06 02:02:23.127 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [1.697s] 2021-02-06 02:02:25.099 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [5.833s] 2021-02-06 02:02:25.099 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2021-02-06 02:02:26.739 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_change_server_password ... skip [0.001s]: b'Change password not available.' 2021-02-06 02:02:28.247 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [1.493s] 2021-02-06 02:02:29.862 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [1.609s] 2021-02-06 02:02:33.310 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [10.168s] 2021-02-06 02:02:43.841 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [1.193s] 2021-02-06 02:02:45.491 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [12.162s] 2021-02-06 02:02:46.961 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [1.465s] 2021-02-06 02:02:47.687 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [17.812s] 2021-02-06 02:02:48.333 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [1.367s] 2021-02-06 02:02:49.424 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [1.730s] 2021-02-06 02:02:49.673 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [1.331s] 2021-02-06 02:02:50.933 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [1.493s] 2021-02-06 02:02:50.943 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:02:50.944 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:02:50.945 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:02:50.946 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:02:50.946 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:02:50.947 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:02:52.700 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [1.759s] 2021-02-06 02:02:54.501 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.794s] 2021-02-06 02:02:55.795 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.841s] 2021-02-06 02:02:57.672 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.865s] 2021-02-06 02:03:00.588 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [10.901s] 2021-02-06 02:03:01.745 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [4.066s] 2021-02-06 02:03:04.444 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [2.688s] 2021-02-06 02:03:05.552 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [1.093s] 2021-02-06 02:03:06.774 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [1.212s] 2021-02-06 02:03:13.392 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [6.612s] 2021-02-06 02:03:15.799 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [2.387s] 2021-02-06 02:03:23.792 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [156.120s] 2021-02-06 02:03:25.990 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.374s] 2021-02-06 02:03:27.205 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.209s] 2021-02-06 02:03:28.469 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.257s] 2021-02-06 02:03:29.712 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.237s] 2021-02-06 02:03:37.139 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.265s] 2021-02-06 02:03:38.318 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [1.176s] 2021-02-06 02:03:39.654 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.334s] 2021-02-06 02:03:41.999 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [2.342s] 2021-02-06 02:03:43.426 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.424s] 2021-02-06 02:03:44.674 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [1.241s] 2021-02-06 02:03:45.861 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [1.597s] 2021-02-06 02:03:46.981 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [2.303s] 2021-02-06 02:03:47.087 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [1.223s] 2021-02-06 02:03:48.125 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.139s] 2021-02-06 02:03:48.810 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.710s] 2021-02-06 02:03:49.216 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.087s] 2021-02-06 02:03:49.961 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [1.148s] 2021-02-06 02:03:50.813 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.594s] 2021-02-06 02:03:51.197 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [1.230s] 2021-02-06 02:03:52.030 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [1.215s] 2021-02-06 02:03:52.658 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [1.459s] 2021-02-06 02:03:53.222 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [1.188s] 2021-02-06 02:03:55.675 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [2.452s] 2021-02-06 02:03:58.676 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [34.861s] 2021-02-06 02:04:00.922 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [66.388s] 2021-02-06 02:04:08.423 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [1.255s] 2021-02-06 02:04:09.584 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [1.159s] 2021-02-06 02:04:10.833 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.247s] 2021-02-06 02:04:15.692 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2021-02-06 02:04:20.716 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [2.470s] 2021-02-06 02:04:21.986 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.034s] 2021-02-06 02:04:22.761 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [2.033s] 2021-02-06 02:04:23.027 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [1.037s] 2021-02-06 02:04:24.058 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [1.031s] 2021-02-06 02:04:24.913 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [2.141s] 2021-02-06 02:04:27.240 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [2.315s] 2021-02-06 02:04:29.607 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [2.360s] 2021-02-06 02:04:31.045 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-02-06 02:04:32.416 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [1.829s] 2021-02-06 02:04:33.008 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [34.297s] 2021-02-06 02:04:34.152 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.731s] 2021-02-06 02:04:35.822 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [1.663s] 2021-02-06 02:04:36.662 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [3.653s] 2021-02-06 02:04:37.831 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-02-06 02:04:37.837 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-02-06 02:04:39.452 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [3.296s] 2021-02-06 02:04:42.511 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [5.843s] 2021-02-06 02:04:42.884 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [3.429s] 2021-02-06 02:04:46.689 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.797s] 2021-02-06 02:04:47.646 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.204s] 2021-02-06 02:04:47.830 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-02-06 02:04:47.833 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest ... skip: b'qos extension not enabled.' 2021-02-06 02:04:49.849 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [2.195s] 2021-02-06 02:04:52.657 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.799s] 2021-02-06 02:04:54.638 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.974s] 2021-02-06 02:04:56.889 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [2.245s] 2021-02-06 02:04:59.450 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.557s] 2021-02-06 02:05:01.394 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.942s] 2021-02-06 02:05:02.697 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [8.368s] 2021-02-06 02:05:03.293 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.900s] 2021-02-06 02:05:04.536 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.838s] 2021-02-06 02:05:06.061 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.764s] 2021-02-06 02:05:07.175 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [1.107s] 2021-02-06 02:05:08.516 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [1.336s] 2021-02-06 02:05:11.472 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.950s] 2021-02-06 02:05:14.466 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [2.993s] 2021-02-06 02:05:15.704 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [1.238s] 2021-02-06 02:05:17.016 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [1.306s] 2021-02-06 02:05:18.061 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [13.522s] 2021-02-06 02:05:19.681 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.663s] 2021-02-06 02:05:19.900 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.839s] 2021-02-06 02:05:22.999 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [3.312s] 2021-02-06 02:05:25.381 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.479s] 2021-02-06 02:05:27.105 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [4.103s] 2021-02-06 02:05:30.443 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [3.337s] 2021-02-06 02:05:31.285 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.901s] 2021-02-06 02:05:32.729 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.284s] 2021-02-06 02:05:32.902 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.614s] 2021-02-06 02:05:34.057 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [1.149s] 2021-02-06 02:05:36.009 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [3.273s] 2021-02-06 02:05:39.295 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [3.282s] 2021-02-06 02:05:40.786 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.491s] 2021-02-06 02:05:43.730 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [9.672s] 2021-02-06 02:05:46.222 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [2.488s] 2021-02-06 02:05:50.290 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [67.741s] 2021-02-06 02:05:59.045 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [12.821s] 2021-02-06 02:06:00.521 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [1.475s] 2021-02-06 02:06:03.968 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [3.450s] 2021-02-06 02:06:07.286 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.005s] 2021-02-06 02:06:10.788 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.499s] 2021-02-06 02:06:14.165 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.367s] 2021-02-06 02:06:17.743 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [3.579s] 2021-02-06 02:06:19.934 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [15.963s] 2021-02-06 02:06:21.909 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [4.164s] 2021-02-06 02:06:22.097 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [2.161s] 2021-02-06 02:06:24.116 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest ... skip: b'trunk extension not enabled.' 2021-02-06 02:06:27.886 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [5.786s] 2021-02-06 02:06:29.121 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... fail [0.004s] 2021-02-06 02:06:29.129 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... fail [0.003s] 2021-02-06 02:06:29.138 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... fail [0.002s] 2021-02-06 02:06:29.146 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... fail [0.002s] 2021-02-06 02:06:29.154 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... fail [0.002s] 2021-02-06 02:06:34.572 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [6.682s] 2021-02-06 02:06:35.740 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... fail [0.296s] 2021-02-06 02:06:36.616 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [2.042s] 2021-02-06 02:06:42.146 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... fail [0.008s] 2021-02-06 02:06:42.793 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [6.176s] 2021-02-06 02:06:48.563 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... fail [0.003s] 2021-02-06 02:06:48.573 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... fail [0.004s] 2021-02-06 02:06:48.577 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... fail [0.002s] 2021-02-06 02:06:48.582 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... fail [0.003s] 2021-02-06 02:06:48.588 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... fail [0.004s] 2021-02-06 02:06:48.593 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... fail [0.004s] 2021-02-06 02:06:48.597 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... fail [0.004s] 2021-02-06 02:06:48.609 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... fail [0.003s] 2021-02-06 02:06:48.614 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... fail [0.002s] 2021-02-06 02:06:48.619 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... fail [0.003s] 2021-02-06 02:06:55.154 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... fail [0.004s] 2021-02-06 02:06:55.163 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... fail [0.003s] 2021-02-06 02:07:01.346 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... fail [0.002s] 2021-02-06 02:07:01.354 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [71.024s] 2021-02-06 02:07:01.633 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [2.252s] 2021-02-06 02:07:03.973 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [2.340s] 2021-02-06 02:07:06.182 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [2.207s] 2021-02-06 02:07:08.403 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [2.216s] 2021-02-06 02:07:10.813 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... fail [0.004s] 2021-02-06 02:07:16.846 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.640s] 2021-02-06 02:07:18.670 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.823s] 2021-02-06 02:07:20.406 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.734s] 2021-02-06 02:07:21.730 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.322s] 2021-02-06 02:07:23.070 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.336s] 2021-02-06 02:07:24.383 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.307s] 2021-02-06 02:07:25.178 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... fail [0.153s] 2021-02-06 02:07:25.325 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... fail [0.148s] 2021-02-06 02:07:25.481 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... fail [0.154s] 2021-02-06 02:07:25.894 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.505s] 2021-02-06 02:07:27.446 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.544s] 2021-02-06 02:07:34.496 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... fail [0.003s] 2021-02-06 02:07:34.509 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... fail [0.005s] 2021-02-06 02:07:34.510 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... fail [0.002s] 2021-02-06 02:07:38.474 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.523s] 2021-02-06 02:07:41.541 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [3.058s] 2021-02-06 02:07:42.733 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [1.184s] 2021-02-06 02:07:43.868 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [1.128s] 2021-02-06 02:07:45.431 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.554s] 2021-02-06 02:07:46.176 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... fail [0.003s] 2021-02-06 02:07:46.179 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... fail [0.002s] 2021-02-06 02:07:46.186 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... fail [0.002s] 2021-02-06 02:07:46.189 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... fail [0.002s] 2021-02-06 02:07:46.197 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... fail [0.002s] 2021-02-06 02:07:46.199 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... fail [0.002s] 2021-02-06 02:07:46.203 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... fail [0.002s] 2021-02-06 02:07:46.212 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... fail [0.002s] 2021-02-06 02:07:46.213 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... fail [0.002s] 2021-02-06 02:07:55.113 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... fail [0.005s] 2021-02-06 02:07:55.118 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... fail [0.014s] 2021-02-06 02:07:55.127 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... fail [0.006s] 2021-02-06 02:07:55.128 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... fail [0.002s] 2021-02-06 02:07:55.134 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... fail [0.002s] 2021-02-06 02:07:55.137 53 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... fail [0.020s] 2021-02-06 02:07:55.138 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... fail [0.002s] 2021-02-06 02:08:02.044 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... fail [0.373s] 2021-02-06 02:08:02.321 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... fail [0.274s] 2021-02-06 02:08:02.477 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... fail [0.151s] 2021-02-06 02:08:02.632 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... fail [0.154s] 2021-02-06 02:08:02.794 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... fail [0.162s] 2021-02-06 02:08:02.969 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... fail [0.171s] 2021-02-06 02:08:15.748 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... fail [0.003s] 2021-02-06 02:08:15.755 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... fail [0.004s] 2021-02-06 02:08:15.761 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... fail [0.005s] 2021-02-06 02:08:15.767 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... fail [0.004s] 2021-02-06 02:08:15.775 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... fail [0.004s] 2021-02-06 02:08:15.780 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... fail [0.003s] 2021-02-06 02:08:25.000 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... fail [0.005s] 2021-02-06 02:08:25.009 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... fail [0.006s] 2021-02-06 02:08:25.015 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... fail [0.004s] 2021-02-06 02:08:31.573 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... fail [0.003s] 2021-02-06 02:08:38.067 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... fail [0.003s] 2021-02-06 02:08:38.075 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... fail [0.004s] 2021-02-06 02:08:38.080 53 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... fail [0.004s] 2021-02-06 02:09:18.898 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [317.854s] 2021-02-06 02:09:20.829 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [1.931s] 2021-02-06 02:09:28.577 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [7.746s] 2021-02-06 02:09:29.981 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [1.392s] 2021-02-06 02:09:29.983 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-02-06 02:09:31.516 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [1.525s] 2021-02-06 02:09:31.520 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:09:31.523 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:09:31.524 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-02-06 02:09:31.525 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-02-06 02:09:31.525 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:09:31.527 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-02-06 02:09:32.902 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [1.377s] 2021-02-06 02:09:36.358 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.452s] 2021-02-06 02:09:40.778 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.402s] 2021-02-06 02:09:42.881 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [2.094s] 2021-02-06 02:10:52.983 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [70.067s] 2021-02-06 02:11:38.941 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [2.611s] 2021-02-06 02:11:44.641 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [5.692s] 2021-02-06 02:12:04.997 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [20.338s] 2021-02-06 02:12:13.236 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [8.232s] 2021-02-06 02:12:29.831 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [16.579s] 2021-02-06 02:12:31.375 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.535s] 2021-02-06 02:12:53.015 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.624s] 2021-02-06 02:12:54.295 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.261s] 2021-02-06 02:12:55.678 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.368s] 2021-02-06 02:12:56.969 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [1.282s] 2021-02-06 02:13:04.687 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.417s] 2021-02-06 02:13:06.086 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [1.396s] 2021-02-06 02:13:07.505 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.418s] 2021-02-06 02:13:15.995 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.580s] 2021-02-06 02:13:17.256 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.259s] 2021-02-06 02:13:18.331 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [1.074s] 2021-02-06 02:13:19.625 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.286s] 2021-02-06 02:13:20.862 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [1.235s] 2021-02-06 02:13:29.819 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.469s] 2021-02-06 02:13:31.276 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.455s] 2021-02-06 02:13:32.502 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.222s] 2021-02-06 02:13:33.681 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.177s] 2021-02-06 02:13:35.016 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.328s] 2021-02-06 02:13:46.419 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.232s] 2021-02-06 02:13:48.608 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [2.184s] 2021-02-06 02:13:50.117 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [408.678s] 2021-02-06 02:13:50.593 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.989s] 2021-02-06 02:13:51.961 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.840s] 2021-02-06 02:13:52.669 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [2.074s] 2021-02-06 02:13:54.622 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.942s] 2021-02-06 02:13:54.977 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [3.009s] 2021-02-06 02:13:56.546 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.566s] 2021-02-06 02:13:56.727 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [2.109s] 2021-02-06 02:13:58.366 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [1.808s] 2021-02-06 02:13:58.788 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [2.054s] 2021-02-06 02:14:08.529 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [2.134s] 2021-02-06 02:14:11.077 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [2.546s] 2021-02-06 02:14:21.843 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.478s] 2021-02-06 02:14:23.008 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.158s] 2021-02-06 02:14:24.256 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.241s] 2021-02-06 02:14:25.437 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.176s] 2021-02-06 02:14:26.671 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.236s] 2021-02-06 02:14:27.894 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.223s] 2021-02-06 02:14:30.299 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.403s] 2021-02-06 02:14:31.398 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [1.097s] 2021-02-06 02:14:32.517 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.116s] 2021-02-06 02:14:33.589 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.073s] 2021-02-06 02:14:34.664 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.073s] 2021-02-06 02:14:35.921 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.254s] 2021-02-06 02:14:37.077 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.154s] 2021-02-06 02:14:38.287 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [1.208s] 2021-02-06 02:14:39.837 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.542s] 2021-02-06 02:14:39.838 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-02-06 02:14:39.840 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-02-06 02:14:39.841 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-02-06 02:14:41.836 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.998s] 2021-02-06 02:14:44.205 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.370s] 2021-02-06 02:14:52.318 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest ... skip: b'segment extension not enabled.' 2021-02-06 02:14:57.249 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... fail [0.005s] 2021-02-06 02:15:08.260 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... fail [4.793s] 2021-02-06 02:15:13.582 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... fail [5.317s] 2021-02-06 02:15:20.551 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... fail [6.959s] 2021-02-06 02:15:25.174 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... fail [4.621s] 2021-02-06 02:15:32.397 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... fail [0.004s] 2021-02-06 02:15:32.404 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... fail [0.003s] 2021-02-06 02:15:32.406 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... fail [0.003s] 2021-02-06 02:15:32.416 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... fail [0.004s] 2021-02-06 02:15:32.423 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... fail [0.003s] 2021-02-06 02:15:39.559 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [101.160s] 2021-02-06 02:15:40.609 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... fail [0.003s] 2021-02-06 02:15:40.620 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... fail [0.008s] 2021-02-06 02:15:40.629 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... fail [0.006s] 2021-02-06 02:15:40.640 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... fail [0.002s] 2021-02-06 02:15:40.645 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... fail [0.003s] 2021-02-06 02:15:40.649 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... fail [0.002s] 2021-02-06 02:15:40.653 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... fail [0.002s] 2021-02-06 02:15:49.677 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... fail [0.004s] 2021-02-06 02:15:49.685 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... fail [0.005s] 2021-02-06 02:15:58.041 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... fail [0.003s] 2021-02-06 02:15:58.050 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... fail [0.003s] 2021-02-06 02:15:58.058 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... fail [0.002s] 2021-02-06 02:15:58.066 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... fail [0.002s] 2021-02-06 02:15:58.074 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... fail [0.002s] 2021-02-06 02:15:58.081 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... fail [0.002s] 2021-02-06 02:15:58.089 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... fail [0.002s] 2021-02-06 02:15:58.097 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... fail [0.002s] 2021-02-06 02:15:58.104 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... fail [0.002s] 2021-02-06 02:15:58.112 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... fail [0.002s] 2021-02-06 02:16:08.504 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... fail [0.004s] 2021-02-06 02:16:15.738 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [36.156s] 2021-02-06 02:16:21.944 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... fail [0.003s] 2021-02-06 02:16:21.946 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... fail [0.002s] 2021-02-06 02:16:21.955 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... fail [0.002s] 2021-02-06 02:16:21.957 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... fail [0.002s] 2021-02-06 02:16:21.959 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... fail [0.002s] 2021-02-06 02:16:21.964 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... fail [0.002s] 2021-02-06 02:16:21.966 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... fail [0.007s] 2021-02-06 02:16:21.970 53 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... fail [0.002s] 2021-02-06 02:17:22.646 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [66.885s] 2021-02-06 02:18:26.080 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [63.411s] 2021-02-06 02:23:43.345 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [317.117s] 2021-02-06 02:25:45.150 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [121.764s] 2021-02-06 02:26:14.768 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [3.560s] 2021-02-06 02:26:16.839 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [2.072s] 2021-02-06 02:26:17.988 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [1.141s] 2021-02-06 02:26:19.339 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [1.335s] 2021-02-06 02:26:28.060 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [1.426s] 2021-02-06 02:26:36.748 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [2.126s] 2021-02-06 02:26:38.534 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.783s] 2021-02-06 02:26:40.021 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [1.485s] 2021-02-06 02:26:50.795 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [2.103s] 2021-02-06 02:27:00.141 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [2.104s] 2021-02-06 02:27:09.045 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [2.116s] 2021-02-06 02:27:11.124 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [2.075s] 2021-02-06 02:27:22.875 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [3.829s] 2021-02-06 02:27:26.564 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [3.680s] 2021-02-06 02:27:30.440 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.865s] 2021-02-06 02:27:34.125 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.684s] 2021-02-06 02:27:38.252 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [4.122s] 2021-02-06 02:27:42.311 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [4.056s] 2021-02-06 02:27:46.617 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-02-06 02:27:53.595 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.572s] 2021-02-06 02:27:54.982 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.385s] 2021-02-06 02:27:56.685 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.701s] 2021-02-06 02:27:58.037 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.352s] 2021-02-06 02:27:59.299 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [1.258s] 2021-02-06 02:28:00.418 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [1.120s] 2021-02-06 02:28:01.585 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [1.162s] 2021-02-06 02:28:03.063 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.473s] 2021-02-06 02:28:04.539 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.470s] 2021-02-06 02:28:12.118 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.280s] 2021-02-06 02:28:13.684 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest ... skip: b'trunk extension not enabled.' 2021-02-06 02:28:24.048 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... fail [4.902s] 2021-02-06 02:28:33.013 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... fail [0.008s] 2021-02-06 02:28:33.023 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... fail [0.009s] 2021-02-06 02:28:49.534 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... fail [0.003s] 2021-02-06 02:28:49.544 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... fail [0.003s] 2021-02-06 02:28:49.549 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... fail [0.004s] 2021-02-06 02:28:49.555 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... fail [0.003s] 2021-02-06 02:28:49.558 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... fail [0.004s] 2021-02-06 02:28:49.566 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... fail [0.004s] 2021-02-06 02:28:49.574 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... fail [0.006s] 2021-02-06 02:28:49.579 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... fail [0.004s] 2021-02-06 02:28:49.585 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... fail [0.004s] 2021-02-06 02:28:49.589 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... fail [0.002s] 2021-02-06 02:29:02.943 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... fail [0.008s] 2021-02-06 02:29:02.950 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... fail [0.007s] 2021-02-06 02:29:02.960 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... fail [0.003s] 2021-02-06 02:29:02.966 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... fail [0.003s] 2021-02-06 02:29:02.976 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... fail [0.007s] 2021-02-06 02:29:09.268 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... fail [0.004s] 2021-02-06 02:29:17.430 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... fail [0.003s] 2021-02-06 02:29:17.442 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... fail [0.004s] 2021-02-06 02:29:17.454 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... fail [0.002s] 2021-02-06 02:29:17.466 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... fail [0.002s] 2021-02-06 02:29:17.477 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... fail [0.003s] 2021-02-06 02:29:17.487 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... fail [0.002s] 2021-02-06 02:29:25.921 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... fail [0.005s] 2021-02-06 02:29:25.936 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... fail [0.003s] 2021-02-06 02:29:25.938 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... fail [0.002s] 2021-02-06 02:29:25.939 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... fail [0.002s] 2021-02-06 02:29:25.943 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... fail [0.002s] 2021-02-06 02:29:37.838 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... fail [0.003s] 2021-02-06 02:29:37.842 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... fail [0.003s] 2021-02-06 02:29:52.093 53 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... fail [0.004s] 2021-02-06 02:29:57.075 53 INFO rally.task.context [-] Verification 46cb8e4b-63f6-4644-9239-a4a72992aa15 | Context testr@default cleanup() started 2021-02-06 02:29:57.076 53 INFO rally.task.context [-] Verification 46cb8e4b-63f6-4644-9239-a4a72992aa15 | Context testr@default cleanup() finished in 0.92 msec 2021-02-06 02:29:57.076 53 INFO rally.task.context [-] Verification 46cb8e4b-63f6-4644-9239-a4a72992aa15 | Context tempest@default cleanup() started 2021-02-06 02:29:57.618 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-06 02:29:57.736 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-06 02:29:57.771 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_dfcd377a_IHs1OEDo'. 2021-02-06 02:29:58.004 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dfcd377a_IHs1OEDo' has been deleted. 2021-02-06 02:29:58.005 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a9e8aa44-c717-4322-aa05-cd35634688f5' of option 'instance_type' from Tempest config file. 2021-02-06 02:29:58.006 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a9e8aa44-c717-4322-aa05-cd35634688f5' has been removed. 2021-02-06 02:29:58.008 53 INFO rally.task.context [-] Verification 46cb8e4b-63f6-4644-9239-a4a72992aa15 | Context tempest@default cleanup() finished in 0.93 sec 2021-02-06 02:29:58.061 53 INFO rally.api [-] Verification (UUID=dfcd377a-d4a3-42f8-81b0-347abd363863) has been successfully finished for deployment 'opnfv-rally' (UUID=bd5508f9-1640-4680-bc16-20de428de4fa)! 2021-02-06 02:30:00.292 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 02:30:00.293 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 02:30:00.293 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 02:30:02.596 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 02:30:02.597 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 02:30:02.597 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 02:30:05.881 70 INFO rally.api [-] Building 'html' report for the following verification(s): 'dfcd377a-d4a3-42f8-81b0-347abd363863' 2021-02-06 02:30:05.910 70 INFO rally.api [-] The report has been successfully built. 2021-02-06 02:30:07.718 72 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 02:30:07.719 72 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 02:30:07.719 72 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 02:30:10.409 72 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'dfcd377a-d4a3-42f8-81b0-347abd363863' 2021-02-06 02:30:10.431 72 INFO rally.api [-] The report has been successfully built.