2021-01-31 00:58:53.693 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:58:53.694 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:58:53.694 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:58:56.593 23 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-01-31 00:58:56.593 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-31 00:58:56.593 23 ERROR rally.cli.cliutils 2021-01-31 00:58:58.468 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:58:58.469 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:58:58.469 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:59:03.444 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:59:03.445 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:59:03.445 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:59:10.291 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:59:10.292 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:59:10.292 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:59:12.150 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:59:12.150 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:59:12.151 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:59:14.924 33 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-01-31 00:59:14.924 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-31 00:59:14.924 33 ERROR rally.cli.cliutils 2021-01-31 00:59:16.809 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:59:16.810 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:59:16.810 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:59:19.521 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-31 00:59:19.577 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-bc304836-f1e2-447f-8a81-c207885a98c9/repo. 2021-01-31 00:59:19.888 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-bc304836-f1e2-447f-8a81-c207885a98c9/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. 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-01-31 00:59:19.932 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-31 00:59:19.940 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-31 00:59:19.962 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-31 00:59:20.054 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-31 00:59:21.024 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bc304836-f1e2-447f-8a81-c207885a98c9) has been successfully created! 2021-01-31 00:59:23.180 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:59:23.180 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:59:23.181 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:59:29.618 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:59:29.619 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:59:29.619 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:59:32.471 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bc304836-f1e2-447f-8a81-c207885a98c9) for deployment 'opnfv-rally' (UUID=27d2a2cc-ec36-476b-af72-1a24a40504ce). 2021-01-31 00:59:33.407 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bc304836-f1e2-447f-8a81-c207885a98c9) has been successfully configured for deployment 'opnfv-rally' (UUID=27d2a2cc-ec36-476b-af72-1a24a40504ce)! 2021-01-31 00:59:44.673 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:59:44.674 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:59:44.675 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:59:47.355 51 INFO rally.api [-] Starting verification (UUID=db897593-2ccb-46ee-9dcb-80ece2e6978b) for deployment 'opnfv-rally' (UUID=27d2a2cc-ec36-476b-af72-1a24a40504ce) by verifier 'opnfv-tempest' (UUID=bc304836-f1e2-447f-8a81-c207885a98c9). 2021-01-31 00:59:48.440 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-31 00:59:48.512 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-31 00:59:48.512 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bc304836-f1e2-447f-8a81-c207885a98c9/for-deployment-27d2a2cc-ec36-476b-af72-1a24a40504ce/tempest.log' to option 'log_file'. 2021-01-31 00:59:48.512 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-bc304836-f1e2-447f-8a81-c207885a98c9/for-deployment-27d2a2cc-ec36-476b-af72-1a24a40504ce/tempest.log 2021-01-31 00:59:48.513 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-31 00:59:48.513 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bc304836-f1e2-447f-8a81-c207885a98c9/for-deployment-27d2a2cc-ec36-476b-af72-1a24a40504ce/lock_files' to option 'lock_path'. 2021-01-31 00:59:48.513 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-bc304836-f1e2-447f-8a81-c207885a98c9/for-deployment-27d2a2cc-ec36-476b-af72-1a24a40504ce/lock_files 2021-01-31 00:59:48.514 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-31 00:59:48.514 51 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-01-31 00:59:48.514 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f2ba7e2a-92c5-4ad5-b83b-8b30bfbf3bd3 2021-01-31 00:59:48.515 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 865e7b27-5d3c-4415-9439-43bfff1e00ca 2021-01-31 00:59:48.515 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3ced3ddf-47ae-44ab-a590-5863081cd1ab 2021-01-31 00:59:48.516 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5e52f2bb-04c1-4d37-bd6e-e9f456f1aaa3 2021-01-31 00:59:48.766 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-31 00:59:48.766 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_admin-net_7047add7-f606-4017-8720-7161ad83fd40 2021-01-31 00:59:48.767 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-31 00:59:48.893 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-31 00:59:48.927 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-31 00:59:48.928 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_db897593_FM4dfvX3' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-31 00:59:48.969 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_db897593_FM4dfvX3' (ID = 005c5d52-8518-4a43-a572-649cb3b0b298) has been successfully created! 2021-01-31 00:59:48.970 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '005c5d52-8518-4a43-a572-649cb3b0b298' to option 'instance_type'. 2021-01-31 00:59:48.970 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 005c5d52-8518-4a43-a572-649cb3b0b298 2021-01-31 00:59:48.972 51 INFO rally.task.context [-] Verification bc304836-f1e2-447f-8a81-c207885a98c9 | Context tempest@default setup() finished in 1.06 sec 2021-01-31 00:59:48.973 51 INFO rally.task.context [-] Verification bc304836-f1e2-447f-8a81-c207885a98c9 | Context testr@default setup() finished in 1.23 msec 2021-01-31 00:59:48.974 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/81f2cd43-56f1-44bd-8680-8217651579f0'. 2021-01-31 01:00:06.586 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [2.130s] 2021-01-31 01:00:06.797 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [2.007s] 2021-01-31 01:00:06.995 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [2.077s] 2021-01-31 01:00:07.561 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [3.016s] 2021-01-31 01:00:07.678 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [1.086s] 2021-01-31 01:00:08.145 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [1.343s] 2021-01-31 01:00:08.232 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [1.231s] 2021-01-31 01:00:08.855 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [1.283s] 2021-01-31 01:00:09.385 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [1.236s] 2021-01-31 01:00:09.621 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [1.356s] 2021-01-31 01:00:10.260 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [1.396s] 2021-01-31 01:00:10.947 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.550s] 2021-01-31 01:00:10.995 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [1.373s] 2021-01-31 01:00:11.520 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [1.256s] 2021-01-31 01:00:12.323 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2021-01-31 01:00:12.559 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [1.562s] 2021-01-31 01:00:14.238 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [2.701s] 2021-01-31 01:00:15.512 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [1.448s] 2021-01-31 01:00:15.896 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [1.656s] 2021-01-31 01:00:16.737 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [1.223s] 2021-01-31 01:00:17.328 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [1.430s] 2021-01-31 01:00:18.622 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2021-01-31 01:00:18.973 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [1.637s] 2021-01-31 01:00:20.505 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [1.630s] 2021-01-31 01:00:24.872 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [1.368s] 2021-01-31 01:00:25.469 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [1.457s] 2021-01-31 01:00:26.183 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [1.309s] 2021-01-31 01:00:26.596 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [1.125s] 2021-01-31 01:00:26.898 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [1.387s] 2021-01-31 01:00:27.311 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [1.119s] 2021-01-31 01:00:27.784 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [1.104s] 2021-01-31 01:00:27.828 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [1.233s] 2021-01-31 01:00:28.318 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.420s] 2021-01-31 01:00:28.320 51 INFO opnfv-tempest [-] {0} 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-01-31 01:00:28.391 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [1.065s] 2021-01-31 01:00:28.808 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.974s] 2021-01-31 01:00:28.833 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [1.045s] 2021-01-31 01:00:29.612 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [1.216s] 2021-01-31 01:00:30.202 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.871s] 2021-01-31 01:00:30.203 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:00:36.083 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-01-31 01:00:36.088 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:00:36.451 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [1.331s] 2021-01-31 01:00:37.016 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [1.641s] 2021-01-31 01:00:37.984 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [1.335s] 2021-01-31 01:00:38.542 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [1.525s] 2021-01-31 01:00:39.718 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [1.711s] 2021-01-31 01:00:39.823 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [1.275s] 2021-01-31 01:00:41.705 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [1.877s] 2021-01-31 01:00:43.996 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [1.487s] 2021-01-31 01:00:45.474 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [1.390s] 2021-01-31 01:00:46.448 51 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-01-31 01:00:46.449 51 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-01-31 01:00:47.312 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [1.834s] 2021-01-31 01:00:49.566 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [1.551s] 2021-01-31 01:00:51.555 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [1.988s] 2021-01-31 01:00:53.033 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [1.473s] 2021-01-31 01:00:54.223 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [1.247s] 2021-01-31 01:00:54.809 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.753s] 2021-01-31 01:00:55.698 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [1.471s] 2021-01-31 01:00:56.658 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.845s] 2021-01-31 01:00:58.201 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [1.985s] 2021-01-31 01:00:59.825 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [1.611s] 2021-01-31 01:01:01.321 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [1.491s] 2021-01-31 01:01:02.630 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [1.304s] 2021-01-31 01:01:04.463 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [1.837s] 2021-01-31 01:01:04.480 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.988s] 2021-01-31 01:01:06.653 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [2.175s] 2021-01-31 01:01:07.862 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [1.208s] 2021-01-31 01:01:08.041 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [1.432s] 2021-01-31 01:01:10.017 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [2.156s] 2021-01-31 01:01:11.844 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.821s] 2021-01-31 01:01:13.589 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.745s] 2021-01-31 01:01:21.815 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [3.525s] 2021-01-31 01:01:23.402 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [1.580s] 2021-01-31 01:01:25.215 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [1.228s] 2021-01-31 01:01:26.808 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [1.591s] 2021-01-31 01:01:26.964 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [3.548s] 2021-01-31 01:01:27.910 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [1.094s] 2021-01-31 01:01:29.208 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [1.292s] 2021-01-31 01:01:32.858 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [1.977s] 2021-01-31 01:01:37.198 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [1.381s] 2021-01-31 01:01:41.250 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [1.347s] 2021-01-31 01:01:43.139 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [10.274s] 2021-01-31 01:01:45.880 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [1.323s] 2021-01-31 01:01:52.442 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [9.302s] 2021-01-31 01:01:53.852 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [1.407s] 2021-01-31 01:01:54.283 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.513s] 2021-01-31 01:01:55.184 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [1.319s] 2021-01-31 01:01:55.673 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [1.388s] 2021-01-31 01:01:56.485 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [1.296s] 2021-01-31 01:01:56.964 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.290s] 2021-01-31 01:02:04.929 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.120s] 2021-01-31 01:02:06.089 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [1.159s] 2021-01-31 01:02:07.156 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [1.064s] 2021-01-31 01:02:10.211 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [13.732s] 2021-01-31 01:02:15.347 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [1.540s] 2021-01-31 01:02:16.483 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.393s] 2021-01-31 01:02:16.780 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [1.427s] 2021-01-31 01:02:17.820 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.333s] 2021-01-31 01:02:18.292 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [1.507s] 2021-01-31 01:02:19.066 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.239s] 2021-01-31 01:02:19.898 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [1.598s] 2021-01-31 01:02:20.252 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.182s] 2021-01-31 01:02:21.272 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [1.370s] 2021-01-31 01:02:21.565 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.310s] 2021-01-31 01:02:23.056 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [1.765s] 2021-01-31 01:02:30.445 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.298s] 2021-01-31 01:02:31.554 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [1.105s] 2021-01-31 01:02:32.999 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.443s] 2021-01-31 01:02:35.851 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [2.850s] 2021-01-31 01:02:37.590 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.731s] 2021-01-31 01:02:38.769 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [1.180s] 2021-01-31 01:02:41.236 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [2.461s] 2021-01-31 01:02:42.378 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.141s] 2021-01-31 01:02:43.414 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.034s] 2021-01-31 01:02:45.609 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [2.195s] 2021-01-31 01:02:46.744 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [1.133s] 2021-01-31 01:02:46.761 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [2.274s] 2021-01-31 01:02:47.960 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [1.209s] 2021-01-31 01:02:50.030 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [2.069s] 2021-01-31 01:02:52.177 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [5.406s] 2021-01-31 01:03:01.947 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [24.428s] 2021-01-31 01:03:03.175 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.845s] 2021-01-31 01:03:05.003 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.819s] 2021-01-31 01:03:06.304 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [1.292s] 2021-01-31 01:03:12.610 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [20.415s] 2021-01-31 01:03:17.402 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [1.961s] 2021-01-31 01:03:19.123 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [6.509s] 2021-01-31 01:03:19.191 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-01-31 01:03:22.014 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [20.050s] 2021-01-31 01:03:26.897 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.311s] 2021-01-31 01:03:28.030 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.129s] 2021-01-31 01:03:29.210 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.179s] 2021-01-31 01:03:30.356 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.147s] 2021-01-31 01:03:31.631 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.271s] 2021-01-31 01:03:33.007 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.370s] 2021-01-31 01:03:34.095 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [14.965s] 2021-01-31 01:03:35.481 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.475s] 2021-01-31 01:03:35.823 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.724s] 2021-01-31 01:03:36.537 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [1.051s] 2021-01-31 01:03:37.737 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.197s] 2021-01-31 01:03:38.875 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.131s] 2021-01-31 01:03:40.007 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.126s] 2021-01-31 01:03:41.157 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.143s] 2021-01-31 01:03:42.434 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.268s] 2021-01-31 01:03:43.773 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [1.337s] 2021-01-31 01:03:45.520 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.741s] 2021-01-31 01:03:45.525 51 INFO opnfv-tempest [-] {2} 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-01-31 01:03:45.532 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.002s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-01-31 01:03:45.533 51 INFO opnfv-tempest [-] {2} 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-01-31 01:03:47.533 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.995s] 2021-01-31 01:03:50.503 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.970s] 2021-01-31 01:03:55.336 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [1.696s] 2021-01-31 01:03:56.544 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [1.202s] 2021-01-31 01:03:57.860 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-01-31 01:03:58.452 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.906s] 2021-01-31 01:03:59.836 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [1.374s] 2021-01-31 01:04:01.091 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [1.245s] 2021-01-31 01:04:02.723 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [1.627s] 2021-01-31 01:04:06.602 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.738s] 2021-01-31 01:04:08.399 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.792s] 2021-01-31 01:04:10.930 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.525s] 2021-01-31 01:04:13.073 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.137s] 2021-01-31 01:04:15.039 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.963s] 2021-01-31 01:04:16.706 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [4.922s] 2021-01-31 01:04:17.580 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.536s] 2021-01-31 01:04:18.777 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.261s] 2021-01-31 01:04:19.366 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.785s] 2021-01-31 01:04:19.995 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.217s] 2021-01-31 01:04:20.451 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [3.748s] 2021-01-31 01:04:21.032 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [1.036s] 2021-01-31 01:04:21.100 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.730s] 2021-01-31 01:04:21.794 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [1.331s] 2021-01-31 01:04:22.334 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.299s] 2021-01-31 01:04:23.603 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [1.265s] 2021-01-31 01:04:23.756 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.654s] 2021-01-31 01:04:25.000 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [1.238s] 2021-01-31 01:04:26.225 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [1.224s] 2021-01-31 01:04:27.908 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [6.107s] 2021-01-31 01:04:27.909 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2021-01-31 01:04:29.182 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.952s] 2021-01-31 01:04:31.231 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [2.048s] 2021-01-31 01:04:32.282 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [1.049s] 2021-01-31 01:04:32.475 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [2.036s] 2021-01-31 01:04:33.387 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [1.102s] 2021-01-31 01:04:34.466 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.987s] 2021-01-31 01:04:34.496 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [150.589s] 2021-01-31 01:04:35.840 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.449s] 2021-01-31 01:04:38.617 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.774s] 2021-01-31 01:04:42.886 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [4.266s] 2021-01-31 01:04:43.419 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [2.233s] 2021-01-31 01:04:45.610 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.720s] 2021-01-31 01:04:45.662 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [2.243s] 2021-01-31 01:04:47.693 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [2.023s] 2021-01-31 01:04:48.146 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.536s] 2021-01-31 01:04:48.162 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2021-01-31 01:04:50.051 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [2.353s] 2021-01-31 01:04:51.381 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [3.233s] 2021-01-31 01:04:52.233 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [2.182s] 2021-01-31 01:04:53.508 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-01-31 01:04:54.329 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.943s] 2021-01-31 01:04:54.649 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [1.229s] 2021-01-31 01:04:55.857 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [1.203s] 2021-01-31 01:04:55.977 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.647s] 2021-01-31 01:04:56.921 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.063s] 2021-01-31 01:05:00.960 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [2.293s] 2021-01-31 01:05:02.540 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [28.030s] 2021-01-31 01:05:03.775 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [2.811s] 2021-01-31 01:05:05.490 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.989s] 2021-01-31 01:05:06.752 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest ... skip: b'qos extension not enabled.' 2021-01-31 01:05:10.925 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest ... skip: b'segment extension not enabled.' 2021-01-31 01:05:10.931 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest ... skip: b'trunk extension not enabled.' 2021-01-31 01:05:14.903 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [3.280s] 2021-01-31 01:05:16.160 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... fail [0.384s] 2021-01-31 01:05:16.333 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... fail [0.161s] 2021-01-31 01:05:16.507 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... fail [0.168s] 2021-01-31 01:05:16.678 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... fail [0.167s] 2021-01-31 01:05:16.869 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... fail [0.183s] 2021-01-31 01:05:17.025 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... fail [0.148s] 2021-01-31 01:05:18.297 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [3.384s] 2021-01-31 01:05:21.298 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [8.216s] 2021-01-31 01:05:21.882 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.583s] 2021-01-31 01:05:23.117 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-01-31 01:05:23.370 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [2.065s] 2021-01-31 01:05:25.839 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... fail [0.003s] 2021-01-31 01:05:25.841 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... fail [0.002s] 2021-01-31 01:05:25.845 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... fail [0.002s] 2021-01-31 01:05:25.851 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... fail [0.002s] 2021-01-31 01:05:25.856 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... fail [0.002s] 2021-01-31 01:05:25.861 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... fail [0.002s] 2021-01-31 01:05:25.865 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... fail [0.002s] 2021-01-31 01:05:31.750 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [29.197s] 2021-01-31 01:05:32.389 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.336s] 2021-01-31 01:05:33.490 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... fail [0.004s] 2021-01-31 01:05:33.497 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... fail [0.007s] 2021-01-31 01:05:34.253 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [10.876s] 2021-01-31 01:05:34.730 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [2.978s] 2021-01-31 01:05:35.586 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.193s] 2021-01-31 01:05:36.116 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.856s] 2021-01-31 01:05:38.841 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.254s] 2021-01-31 01:05:40.553 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [5.806s] 2021-01-31 01:05:41.350 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... fail [0.003s] 2021-01-31 01:05:41.361 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... fail [0.003s] 2021-01-31 01:05:41.370 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... fail [0.004s] 2021-01-31 01:05:41.377 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... fail [0.003s] 2021-01-31 01:05:41.385 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... fail [0.002s] 2021-01-31 01:05:41.392 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... fail [0.004s] 2021-01-31 01:05:41.401 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... fail [0.004s] 2021-01-31 01:05:41.408 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... fail [0.004s] 2021-01-31 01:05:41.412 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... fail [0.004s] 2021-01-31 01:05:41.413 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... fail [0.005s] 2021-01-31 01:05:41.600 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.475s] 2021-01-31 01:05:41.893 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [3.044s] 2021-01-31 01:05:45.765 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [3.870s] 2021-01-31 01:05:47.493 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.896s] 2021-01-31 01:05:48.893 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... fail [0.003s] 2021-01-31 01:05:48.898 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... fail [0.002s] 2021-01-31 01:05:48.906 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... fail [0.003s] 2021-01-31 01:05:48.910 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... fail [0.002s] 2021-01-31 01:05:48.915 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... fail [0.005s] 2021-01-31 01:05:49.391 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.897s] 2021-01-31 01:05:50.761 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [1.368s] 2021-01-31 01:05:54.416 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.521s] 2021-01-31 01:05:55.730 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.318s] 2021-01-31 01:05:57.107 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.375s] 2021-01-31 01:05:58.457 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.350s] 2021-01-31 01:05:58.589 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.825s] 2021-01-31 01:05:59.766 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.306s] 2021-01-31 01:06:00.387 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... fail [0.004s] 2021-01-31 01:06:00.407 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.817s] 2021-01-31 01:06:01.060 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.287s] 2021-01-31 01:06:02.624 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.557s] 2021-01-31 01:06:04.198 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.576s] 2021-01-31 01:06:10.865 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [10.454s] 2021-01-31 01:06:12.274 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [1.407s] 2021-01-31 01:06:13.427 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... fail [0.003s] 2021-01-31 01:06:13.435 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... fail [0.004s] 2021-01-31 01:06:13.439 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... fail [0.003s] 2021-01-31 01:06:13.445 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... fail [0.004s] 2021-01-31 01:06:13.452 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... fail [0.004s] 2021-01-31 01:06:13.458 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... fail [0.006s] 2021-01-31 01:06:13.465 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... fail [0.004s] 2021-01-31 01:06:13.471 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... fail [0.004s] 2021-01-31 01:06:13.476 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... fail [0.003s] 2021-01-31 01:06:15.028 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.750s] 2021-01-31 01:06:16.436 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... fail [5.966s] 2021-01-31 01:06:23.124 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... fail [0.005s] 2021-01-31 01:06:23.130 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... fail [0.005s] 2021-01-31 01:06:23.136 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... fail [0.004s] 2021-01-31 01:06:23.140 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... fail [0.002s] 2021-01-31 01:06:23.146 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... fail [0.004s] 2021-01-31 01:06:27.907 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [12.876s] 2021-01-31 01:06:29.712 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.803s] 2021-01-31 01:06:29.724 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... fail [0.350s] 2021-01-31 01:06:34.658 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.948s] 2021-01-31 01:06:35.884 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... fail [0.004s] 2021-01-31 01:06:35.891 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... fail [0.002s] 2021-01-31 01:06:35.898 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... fail [0.002s] 2021-01-31 01:06:35.905 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... fail [0.003s] 2021-01-31 01:06:35.913 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... fail [0.002s] 2021-01-31 01:06:35.919 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... fail [0.002s] 2021-01-31 01:06:35.926 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... fail [0.002s] 2021-01-31 01:06:35.933 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... fail [0.002s] 2021-01-31 01:06:35.940 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... fail [0.002s] 2021-01-31 01:06:35.945 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... fail [0.002s] 2021-01-31 01:06:40.110 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [5.450s] 2021-01-31 01:06:42.038 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.919s] 2021-01-31 01:06:45.139 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... fail [0.004s] 2021-01-31 01:06:45.150 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... fail [0.004s] 2021-01-31 01:06:45.158 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... fail [0.004s] 2021-01-31 01:06:45.166 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... fail [0.006s] 2021-01-31 01:06:45.173 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... fail [0.002s] 2021-01-31 01:06:45.177 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... fail [0.002s] 2021-01-31 01:06:45.994 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [65.405s] 2021-01-31 01:06:47.074 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [5.027s] 2021-01-31 01:06:53.891 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... fail [0.004s] 2021-01-31 01:06:53.900 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... fail [0.005s] 2021-01-31 01:06:53.904 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... fail [0.004s] 2021-01-31 01:07:03.759 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.516s] 2021-01-31 01:07:05.143 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.381s] 2021-01-31 01:07:06.567 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.421s] 2021-01-31 01:07:07.932 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... fail [0.004s] 2021-01-31 01:07:07.941 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... fail [0.002s] 2021-01-31 01:07:07.950 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... fail [0.002s] 2021-01-31 01:07:07.959 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... fail [0.002s] 2021-01-31 01:07:07.974 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... fail [0.002s] 2021-01-31 01:07:07.976 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... fail [0.002s] 2021-01-31 01:07:07.977 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... fail [0.002s] 2021-01-31 01:07:07.989 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... fail [0.002s] 2021-01-31 01:07:07.991 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.421s] 2021-01-31 01:07:07.992 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... fail [0.002s] 2021-01-31 01:07:07.993 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... fail [0.002s] 2021-01-31 01:07:09.070 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [1.078s] 2021-01-31 01:07:10.131 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [1.057s] 2021-01-31 01:07:11.226 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [1.089s] 2021-01-31 01:07:12.637 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.405s] 2021-01-31 01:07:14.147 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.503s] 2021-01-31 01:07:20.427 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... fail [0.003s] 2021-01-31 01:07:20.435 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... fail [0.003s] 2021-01-31 01:07:20.441 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... fail [0.002s] 2021-01-31 01:07:23.219 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [2.196s] 2021-01-31 01:07:25.515 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [2.293s] 2021-01-31 01:07:26.811 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... fail [0.003s] 2021-01-31 01:07:26.819 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... fail [0.004s] 2021-01-31 01:07:26.821 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... fail [0.003s] 2021-01-31 01:07:27.564 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [2.047s] 2021-01-31 01:07:29.748 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [2.177s] 2021-01-31 01:07:36.956 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.094s] 2021-01-31 01:07:43.063 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... fail [0.005s] 2021-01-31 01:07:49.242 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... fail [0.005s] 2021-01-31 01:07:49.250 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... fail [0.006s] 2021-01-31 01:07:49.257 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... fail [0.004s] 2021-01-31 01:07:49.263 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... fail [0.005s] 2021-01-31 01:07:49.270 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... fail [0.003s] 2021-01-31 01:07:57.950 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [71.922s] 2021-01-31 01:08:00.304 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... fail [4.714s] 2021-01-31 01:08:04.771 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... fail [4.456s] 2021-01-31 01:08:09.203 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... fail [4.427s] 2021-01-31 01:08:13.633 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... fail [4.428s] 2021-01-31 01:08:20.319 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... fail [0.004s] 2021-01-31 01:08:20.327 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... fail [0.005s] 2021-01-31 01:08:20.336 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... fail [0.002s] 2021-01-31 01:08:20.339 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... fail [0.002s] 2021-01-31 01:08:20.347 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... fail [0.006s] 2021-01-31 01:08:26.463 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... fail [0.004s] 2021-01-31 01:08:32.619 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... fail [0.004s] 2021-01-31 01:08:41.961 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... fail [0.134s] 2021-01-31 01:08:42.102 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... fail [0.140s] 2021-01-31 01:08:42.251 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... fail [0.143s] 2021-01-31 01:08:53.169 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... fail [0.003s] 2021-01-31 01:08:53.178 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... fail [0.004s] 2021-01-31 01:08:53.187 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... fail [0.005s] 2021-01-31 01:08:53.192 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... fail [0.003s] 2021-01-31 01:08:53.196 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... fail [0.004s] 2021-01-31 01:08:53.202 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... fail [0.005s] 2021-01-31 01:09:05.635 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... fail [0.002s] 2021-01-31 01:09:05.639 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... fail [0.002s] 2021-01-31 01:09:14.161 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... fail [0.004s] 2021-01-31 01:09:14.170 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... fail [0.003s] 2021-01-31 01:14:37.951 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [399.887s] 2021-01-31 01:14:39.537 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.581s] 2021-01-31 01:14:41.622 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [2.080s] 2021-01-31 01:14:43.090 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.462s] 2021-01-31 01:14:44.599 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [1.502s] 2021-01-31 01:16:13.311 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [88.677s] 2021-01-31 01:16:36.818 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [23.497s] 2021-01-31 01:17:42.693 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [65.836s] 2021-01-31 01:18:46.221 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [63.503s] 2021-01-31 01:24:03.086 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [316.760s] 2021-01-31 01:25:53.997 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [110.874s] 2021-01-31 01:26:38.346 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [1.188s] 2021-01-31 01:27:12.537 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [1.392s] 2021-01-31 01:27:45.485 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [1.200s] 2021-01-31 01:28:25.050 51 INFO opnfv-tempest [-] {1} 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-01-31 01:28:26.477 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [1.412s] 2021-01-31 01:28:27.994 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [1.514s] 2021-01-31 01:28:41.333 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [13.330s] 2021-01-31 01:28:42.882 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [1.539s] 2021-01-31 01:28:44.405 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [1.507s] 2021-01-31 01:28:44.408 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:28:44.410 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:28:44.411 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:28:44.414 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:28:44.415 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:28:44.416 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:28:45.863 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [1.449s] 2021-01-31 01:28:47.538 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.665s] 2021-01-31 01:29:52.495 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [64.917s] 2021-01-31 01:35:08.202 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [315.625s] 2021-01-31 01:35:09.887 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [1.681s] 2021-01-31 01:35:15.624 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [5.724s] 2021-01-31 01:35:16.931 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [1.301s] 2021-01-31 01:35:16.933 51 INFO opnfv-tempest [-] {1} 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-01-31 01:35:18.365 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [1.428s] 2021-01-31 01:35:18.367 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-01-31 01:35:18.369 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-01-31 01:35:18.372 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:35:18.374 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:35:18.375 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:35:18.378 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:35:19.824 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [1.442s] 2021-01-31 01:35:22.949 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.118s] 2021-01-31 01:35:27.095 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.135s] 2021-01-31 01:35:29.062 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.960s] 2021-01-31 01:36:37.602 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [68.513s] 2021-01-31 01:37:03.461 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.889s] 2021-01-31 01:37:05.317 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.841s] 2021-01-31 01:37:08.094 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [2.756s] 2021-01-31 01:37:10.784 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [2.676s] 2021-01-31 01:37:11.914 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [1.126s] 2021-01-31 01:37:13.003 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [1.086s] 2021-01-31 01:37:16.083 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [3.077s] 2021-01-31 01:37:17.166 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [1.077s] 2021-01-31 01:37:26.177 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.592s] 2021-01-31 01:37:27.361 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.175s] 2021-01-31 01:37:28.638 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.266s] 2021-01-31 01:37:29.866 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [1.218s] 2021-01-31 01:37:37.297 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.282s] 2021-01-31 01:37:38.512 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.206s] 2021-01-31 01:37:39.677 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.158s] 2021-01-31 01:37:40.881 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.195s] 2021-01-31 01:37:49.829 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.049s] 2021-01-31 01:37:51.869 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [2.035s] 2021-01-31 01:37:53.845 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.972s] 2021-01-31 01:37:55.717 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.872s] 2021-01-31 01:37:57.639 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.918s] 2021-01-31 01:37:59.544 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.900s] 2021-01-31 01:38:01.550 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [2.007s] 2021-01-31 01:38:10.372 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [1.544s] 2021-01-31 01:38:11.918 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.542s] 2021-01-31 01:38:13.260 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [1.344s] 2021-01-31 01:38:15.191 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-01-31 01:38:24.772 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [3.636s] 2021-01-31 01:38:28.182 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [3.407s] 2021-01-31 01:38:31.743 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.560s] 2021-01-31 01:38:35.080 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.333s] 2021-01-31 01:38:38.399 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.316s] 2021-01-31 01:38:41.921 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.521s] 2021-01-31 01:38:53.505 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.141s] 2021-01-31 01:38:56.224 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.715s] 2021-01-31 01:38:57.281 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [1.056s] 2021-01-31 01:38:58.450 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [1.163s] 2021-01-31 01:39:00.029 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.573s] 2021-01-31 01:39:03.735 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest ... skip: b'trunk extension not enabled.' 2021-01-31 01:39:08.495 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... fail [0.005s] 2021-01-31 01:39:08.504 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... fail [0.002s] 2021-01-31 01:39:17.512 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... fail [0.004s] 2021-01-31 01:39:28.975 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... fail [0.004s] 2021-01-31 01:39:28.985 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... fail [0.002s] 2021-01-31 01:39:36.242 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... fail [0.004s] 2021-01-31 01:39:42.173 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... fail [0.003s] 2021-01-31 01:39:48.479 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... fail [0.005s] 2021-01-31 01:39:48.489 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... fail [0.003s] 2021-01-31 01:39:48.498 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... fail [0.003s] 2021-01-31 01:39:48.512 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... fail [0.003s] 2021-01-31 01:39:48.513 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... fail [0.002s] 2021-01-31 01:39:56.355 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... fail [0.003s] 2021-01-31 01:40:06.964 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... fail [0.004s] 2021-01-31 01:40:06.969 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... fail [0.005s] 2021-01-31 01:40:06.975 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... fail [0.004s] 2021-01-31 01:40:06.979 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... fail [0.002s] 2021-01-31 01:40:06.985 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... fail [0.004s] 2021-01-31 01:40:06.996 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... fail [0.003s] 2021-01-31 01:40:07.006 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... fail [0.002s] 2021-01-31 01:40:07.008 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... fail [0.003s] 2021-01-31 01:40:12.034 51 INFO rally.task.context [-] Verification bc304836-f1e2-447f-8a81-c207885a98c9 | Context testr@default cleanup() started 2021-01-31 01:40:12.035 51 INFO rally.task.context [-] Verification bc304836-f1e2-447f-8a81-c207885a98c9 | Context testr@default cleanup() finished in 0.95 msec 2021-01-31 01:40:12.035 51 INFO rally.task.context [-] Verification bc304836-f1e2-447f-8a81-c207885a98c9 | Context tempest@default cleanup() started 2021-01-31 01:40:12.605 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-31 01:40:12.715 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-31 01:40:12.756 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_db897593_FM4dfvX3'. 2021-01-31 01:40:13.053 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_db897593_FM4dfvX3' has been deleted. 2021-01-31 01:40:13.054 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '005c5d52-8518-4a43-a572-649cb3b0b298' of option 'instance_type' from Tempest config file. 2021-01-31 01:40:13.055 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '005c5d52-8518-4a43-a572-649cb3b0b298' has been removed. 2021-01-31 01:40:13.057 51 INFO rally.task.context [-] Verification bc304836-f1e2-447f-8a81-c207885a98c9 | Context tempest@default cleanup() finished in 1.02 sec 2021-01-31 01:40:13.109 51 INFO rally.api [-] Verification (UUID=db897593-2ccb-46ee-9dcb-80ece2e6978b) has been successfully finished for deployment 'opnfv-rally' (UUID=27d2a2cc-ec36-476b-af72-1a24a40504ce)! 2021-01-31 01:40:15.273 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:40:15.273 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:40:15.273 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:40:17.398 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:40:17.399 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:40:17.399 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:40:20.093 68 INFO rally.api [-] Building 'html' report for the following verification(s): 'db897593-2ccb-46ee-9dcb-80ece2e6978b' 2021-01-31 01:40:20.134 68 INFO rally.api [-] The report has been successfully built. 2021-01-31 01:40:22.084 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:40:22.084 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:40:22.085 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:40:24.747 70 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'db897593-2ccb-46ee-9dcb-80ece2e6978b' 2021-01-31 01:40:24.779 70 INFO rally.api [-] The report has been successfully built.