2021-03-06 03:18:56.843 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:18:56.844 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:18:56.844 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:18:59.646 24 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-03-06 03:18:59.646 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-06 03:18:59.646 24 ERROR rally.cli.cliutils 2021-03-06 03:19:01.684 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:19:01.684 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:19:01.684 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:19:06.643 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:19:06.643 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:19:06.644 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:19:13.171 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:19:13.172 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:19:13.172 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:19:14.969 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:19:14.969 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:19:14.970 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:19:17.642 34 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-03-06 03:19:17.642 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-06 03:19:17.642 34 ERROR rally.cli.cliutils 2021-03-06 03:19:19.796 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:19:19.797 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:19:19.797 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:19:22.546 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-06 03:19:22.596 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5e2c71c0-f515-44d0-9daa-d49e032faa3b/repo. 2021-03-06 03:19:22.907 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5e2c71c0-f515-44d0-9daa-d49e032faa3b/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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-03-06 03:19:22.951 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-06 03:19:22.960 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-06 03:19:22.983 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-06 03:19:23.055 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-06 03:19:23.997 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5e2c71c0-f515-44d0-9daa-d49e032faa3b) has been successfully created! 2021-03-06 03:19:26.086 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:19:26.087 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:19:26.087 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:19:32.546 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:19:32.546 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:19:32.546 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:19:35.331 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5e2c71c0-f515-44d0-9daa-d49e032faa3b) for deployment 'opnfv-rally' (UUID=6a17eb26-baa7-48ea-8bce-72addfbf7df9). 2021-03-06 03:19:36.580 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5e2c71c0-f515-44d0-9daa-d49e032faa3b) has been successfully configured for deployment 'opnfv-rally' (UUID=6a17eb26-baa7-48ea-8bce-72addfbf7df9)! 2021-03-06 03:19:47.649 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:19:47.650 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:19:47.651 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:19:50.403 52 INFO rally.api [-] Starting verification (UUID=e1cab0f3-c02d-4944-8df1-3b7d07eefb5d) for deployment 'opnfv-rally' (UUID=6a17eb26-baa7-48ea-8bce-72addfbf7df9) by verifier 'opnfv-tempest' (UUID=5e2c71c0-f515-44d0-9daa-d49e032faa3b). 2021-03-06 03:19:51.353 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-06 03:19:51.424 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-06 03:19:51.425 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5e2c71c0-f515-44d0-9daa-d49e032faa3b/for-deployment-6a17eb26-baa7-48ea-8bce-72addfbf7df9/tempest.log' to option 'log_file'. 2021-03-06 03:19:51.426 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5e2c71c0-f515-44d0-9daa-d49e032faa3b/for-deployment-6a17eb26-baa7-48ea-8bce-72addfbf7df9/tempest.log 2021-03-06 03:19:51.427 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-06 03:19:51.427 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5e2c71c0-f515-44d0-9daa-d49e032faa3b/for-deployment-6a17eb26-baa7-48ea-8bce-72addfbf7df9/lock_files' to option 'lock_path'. 2021-03-06 03:19:51.428 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5e2c71c0-f515-44d0-9daa-d49e032faa3b/for-deployment-6a17eb26-baa7-48ea-8bce-72addfbf7df9/lock_files 2021-03-06 03:19:51.428 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-06 03:19:51.429 52 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-03-06 03:19:51.429 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0c7a2a8e-9e00-4a66-b561-50ac057d8814 2021-03-06 03:19:51.430 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 245e3a06-4443-43c5-84f3-36592dfe6958 2021-03-06 03:19:51.431 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c5ccd1e3-f3d1-48da-b331-1e9408f49e72 2021-03-06 03:19:51.432 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b3bd0023-c7db-47ed-9247-06f831728d54 2021-03-06 03:19:51.703 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-06 03:19:51.704 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_reader-net_421f12b7-a259-4682-921e-5a40d90a5350 2021-03-06 03:19:51.704 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-06 03:19:51.794 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-06 03:19:51.838 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-06 03:19:51.839 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e1cab0f3_WOaVPxzK' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-06 03:19:51.882 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e1cab0f3_WOaVPxzK' (ID = 89c8e7de-5a05-4833-b190-a1d1fdd0bd42) has been successfully created! 2021-03-06 03:19:51.883 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '89c8e7de-5a05-4833-b190-a1d1fdd0bd42' to option 'instance_type'. 2021-03-06 03:19:51.883 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 89c8e7de-5a05-4833-b190-a1d1fdd0bd42 2021-03-06 03:19:51.884 52 INFO rally.task.context [-] Verification 5e2c71c0-f515-44d0-9daa-d49e032faa3b | Context tempest@default setup() finished in 0.95 sec 2021-03-06 03:19:51.886 52 INFO rally.task.context [-] Verification 5e2c71c0-f515-44d0-9daa-d49e032faa3b | Context testr@default setup() finished in 0.99 msec 2021-03-06 03:19:51.886 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4c3306c4-7cc3-4d52-935e-6b3605c60cc7'. 2021-03-06 03:20:09.938 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [2.348s] 2021-03-06 03:20:10.056 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [2.393s] 2021-03-06 03:20:10.185 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [2.574s] 2021-03-06 03:20:11.068 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [3.415s] 2021-03-06 03:20:11.105 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [1.159s] 2021-03-06 03:20:11.345 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [1.281s] 2021-03-06 03:20:11.676 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [1.482s] 2021-03-06 03:20:12.511 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [1.438s] 2021-03-06 03:20:12.692 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [1.345s] 2021-03-06 03:20:13.114 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [1.431s] 2021-03-06 03:20:14.115 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [1.600s] 2021-03-06 03:20:14.459 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.762s] 2021-03-06 03:20:14.570 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [1.445s] 2021-03-06 03:20:15.441 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [1.320s] 2021-03-06 03:20:16.242 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [1.661s] 2021-03-06 03:20:18.768 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [3.334s] 2021-03-06 03:20:19.297 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [1.548s] 2021-03-06 03:20:20.292 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [1.507s] 2021-03-06 03:20:20.895 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [1.589s] 2021-03-06 03:20:21.946 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [1.664s] 2021-03-06 03:20:22.202 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [1.301s] 2021-03-06 03:20:22.220 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [1.321s] 2021-03-06 03:20:23.515 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [1.307s] 2021-03-06 03:20:23.530 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [1.305s] 2021-03-06 03:20:23.587 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [1.635s] 2021-03-06 03:20:24.932 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2021-03-06 03:20:26.469 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [2.284s] 2021-03-06 03:20:28.116 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [1.644s] 2021-03-06 03:20:29.729 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [1.604s] 2021-03-06 03:20:31.080 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [1.337s] 2021-03-06 03:20:31.223 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [1.134s] 2021-03-06 03:20:31.707 52 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.134s] 2021-03-06 03:20:31.882 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [1.449s] 2021-03-06 03:20:32.656 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [1.417s] 2021-03-06 03:20:32.877 52 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.165s] 2021-03-06 03:20:33.048 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [1.961s] 2021-03-06 03:20:33.615 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.725s] 2021-03-06 03:20:33.615 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavors_details_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:20:35.929 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [2.312s] 2021-03-06 03:20:35.931 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:20:41.128 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [1.252s] 2021-03-06 03:20:41.229 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [1.796s] 2021-03-06 03:20:42.486 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:20:42.488 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_list_flavors_details_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:20:42.612 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [1.478s] 2021-03-06 03:20:42.890 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [1.658s] 2021-03-06 03:20:44.383 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [1.492s] 2021-03-06 03:20:46.563 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [2.170s] 2021-03-06 03:20:50.455 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [1.482s] 2021-03-06 03:20:51.668 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [1.838s] 2021-03-06 03:20:53.438 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [1.760s] 2021-03-06 03:20:54.498 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [1.304s] 2021-03-06 03:20:55.001 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [1.554s] 2021-03-06 03:20:56.406 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [1.402s] 2021-03-06 03:20:58.046 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [1.636s] 2021-03-06 03:20:58.154 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2021-03-06 03:21:02.707 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [1.283s] 2021-03-06 03:21:04.914 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:21:04.915 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-03-06 03:21:12.887 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [1.395s] 2021-03-06 03:21:13.917 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [2.030s] 2021-03-06 03:21:14.552 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [1.656s] 2021-03-06 03:21:16.381 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [2.460s] 2021-03-06 03:21:17.781 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [1.393s] 2021-03-06 03:21:20.090 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [2.310s] 2021-03-06 03:21:22.177 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [2.083s] 2021-03-06 03:21:23.771 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [1.733s] 2021-03-06 03:21:24.070 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.892s] 2021-03-06 03:21:25.623 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [1.843s] 2021-03-06 03:21:26.533 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [1.526s] 2021-03-06 03:21:27.172 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [1.544s] 2021-03-06 03:21:28.887 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.710s] 2021-03-06 03:21:30.549 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.660s] 2021-03-06 03:21:48.847 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [3.845s] 2021-03-06 03:21:50.280 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [1.430s] 2021-03-06 03:21:54.674 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [4.384s] 2021-03-06 03:21:59.173 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [1.327s] 2021-03-06 03:22:06.249 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [1.477s] 2021-03-06 03:22:36.103 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [28.833s] 2021-03-06 03:22:38.861 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [1.371s] 2021-03-06 03:22:46.266 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [1.188s] 2021-03-06 03:22:59.259 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [1.383s] 2021-03-06 03:22:59.385 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [23.260s] 2021-03-06 03:23:01.043 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [1.772s] 2021-03-06 03:23:02.316 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [1.264s] 2021-03-06 03:23:03.668 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [1.346s] 2021-03-06 03:23:12.367 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.726s] 2021-03-06 03:23:13.893 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [1.526s] 2021-03-06 03:23:15.573 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.670s] 2021-03-06 03:23:25.721 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [2.729s] 2021-03-06 03:23:28.452 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [1.633s] 2021-03-06 03:23:30.049 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [1.590s] 2021-03-06 03:23:31.770 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [1.712s] 2021-03-06 03:23:33.417 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [1.637s] 2021-03-06 03:23:34.887 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [1.463s] 2021-03-06 03:23:35.614 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [2.230s] 2021-03-06 03:23:36.484 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [1.585s] 2021-03-06 03:23:37.949 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [2.331s] 2021-03-06 03:23:39.185 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [2.804s] 2021-03-06 03:23:40.344 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-03-06 03:23:48.325 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [157.411s] 2021-03-06 03:23:50.344 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.555s] 2021-03-06 03:23:50.425 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [11.235s] 2021-03-06 03:23:52.731 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [2.378s] 2021-03-06 03:23:55.452 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.719s] 2021-03-06 03:23:57.895 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.443s] 2021-03-06 03:24:00.077 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [2.175s] 2021-03-06 03:24:02.686 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.601s] 2021-03-06 03:24:04.915 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [2.223s] 2021-03-06 03:24:07.524 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [2.602s] 2021-03-06 03:24:09.557 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [19.128s] 2021-03-06 03:24:12.073 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [4.549s] 2021-03-06 03:24:13.242 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [1.166s] 2021-03-06 03:24:14.372 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [1.128s] 2021-03-06 03:24:15.537 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [5.971s] 2021-03-06 03:24:17.051 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [1.745s] 2021-03-06 03:24:17.813 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [3.440s] 2021-03-06 03:24:20.036 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [2.222s] 2021-03-06 03:24:21.230 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [1.182s] 2021-03-06 03:24:22.353 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [1.132s] 2021-03-06 03:24:24.036 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [35.694s] 2021-03-06 03:24:25.470 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [3.111s] 2021-03-06 03:24:26.863 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [9.807s] 2021-03-06 03:24:28.981 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [3.509s] 2021-03-06 03:24:32.454 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [16.909s] 2021-03-06 03:24:34.053 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.590s] 2021-03-06 03:24:34.372 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [5.376s] 2021-03-06 03:24:38.176 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [3.807s] 2021-03-06 03:24:38.728 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [11.859s] 2021-03-06 03:24:39.940 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [1.203s] 2021-03-06 03:24:40.658 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.475s] 2021-03-06 03:24:41.295 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [1.349s] 2021-03-06 03:24:42.734 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [1.428s] 2021-03-06 03:24:43.983 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [3.318s] 2021-03-06 03:24:47.344 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [3.354s] 2021-03-06 03:24:49.273 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.931s] 2021-03-06 03:24:54.759 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [12.013s] 2021-03-06 03:25:00.870 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [36.822s] 2021-03-06 03:25:04.956 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [4.085s] 2021-03-06 03:25:10.480 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [5.505s] 2021-03-06 03:25:13.593 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [1.888s] 2021-03-06 03:25:15.055 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [1.459s] 2021-03-06 03:25:16.923 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.860s] 2021-03-06 03:25:18.061 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [1.132s] 2021-03-06 03:25:19.376 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [1.303s] 2021-03-06 03:25:20.922 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [1.544s] 2021-03-06 03:25:23.909 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [8.582s] 2021-03-06 03:25:26.043 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [2.126s] 2021-03-06 03:25:40.517 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [14.470s] 2021-03-06 03:25:42.610 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [2.085s] 2021-03-06 03:25:42.912 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2021-03-06 03:25:44.489 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [5.157s] 2021-03-06 03:25:48.379 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.761s] 2021-03-06 03:25:49.529 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [5.025s] 2021-03-06 03:25:50.804 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [1.271s] 2021-03-06 03:25:54.932 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [4.934s] 2021-03-06 03:25:55.344 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [6.955s] 2021-03-06 03:25:56.815 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [6.002s] 2021-03-06 03:25:56.818 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2021-03-06 03:25:56.862 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.926s] 2021-03-06 03:25:57.446 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [2.107s] 2021-03-06 03:25:58.701 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [1.251s] 2021-03-06 03:26:00.814 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [3.947s] 2021-03-06 03:26:03.692 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [2.863s] 2021-03-06 03:26:04.898 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [1.223s] 2021-03-06 03:26:06.164 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [1.257s] 2021-03-06 03:26:08.097 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [9.396s] 2021-03-06 03:26:10.531 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [2.433s] 2021-03-06 03:26:11.322 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [5.156s] 2021-03-06 03:26:12.786 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [1.462s] 2021-03-06 03:26:17.715 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [67.191s] 2021-03-06 03:26:18.749 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.565s] 2021-03-06 03:26:20.368 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.612s] 2021-03-06 03:26:21.668 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.295s] 2021-03-06 03:26:22.330 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.229s] 2021-03-06 03:26:23.031 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.351s] 2021-03-06 03:26:23.235 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [12.692s] 2021-03-06 03:26:23.578 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.246s] 2021-03-06 03:26:24.394 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.358s] 2021-03-06 03:26:24.516 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [1.282s] 2021-03-06 03:26:24.828 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.244s] 2021-03-06 03:26:26.237 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.402s] 2021-03-06 03:26:28.309 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [3.789s] 2021-03-06 03:26:34.872 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [2.285s] 2021-03-06 03:26:36.229 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.210s] 2021-03-06 03:26:36.752 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.877s] 2021-03-06 03:26:38.170 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [1.415s] 2021-03-06 03:26:38.360 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [2.133s] 2021-03-06 03:26:40.556 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [2.192s] 2021-03-06 03:26:43.051 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [2.490s] 2021-03-06 03:26:44.008 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [15.694s] 2021-03-06 03:26:45.507 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [2.454s] 2021-03-06 03:26:46.031 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [2.023s] 2021-03-06 03:26:47.648 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [2.128s] 2021-03-06 03:26:48.779 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [2.085s] 2021-03-06 03:26:49.857 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [2.198s] 2021-03-06 03:26:51.653 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [5.621s] 2021-03-06 03:26:58.446 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [1.144s] 2021-03-06 03:26:58.542 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [6.887s] 2021-03-06 03:26:59.577 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [1.129s] 2021-03-06 03:27:00.690 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.113s] 2021-03-06 03:27:00.725 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [2.181s] 2021-03-06 03:27:01.459 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [4.105s] 2021-03-06 03:27:06.329 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [4.866s] 2021-03-06 03:27:07.065 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [6.338s] 2021-03-06 03:27:09.032 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [1.713s] 2021-03-06 03:27:10.691 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [4.363s] 2021-03-06 03:27:10.767 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.733s] 2021-03-06 03:27:12.533 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [1.763s] 2021-03-06 03:27:15.250 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [4.554s] 2021-03-06 03:27:18.707 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest ... skip: b'segment extension not enabled.' 2021-03-06 03:27:20.439 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [5.187s] 2021-03-06 03:27:22.941 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [2.166s] 2021-03-06 03:27:24.507 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [4.067s] 2021-03-06 03:27:25.149 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.402s] 2021-03-06 03:27:25.246 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [2.300s] 2021-03-06 03:27:26.684 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-03-06 03:27:26.688 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-03-06 03:27:26.694 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest ... skip: b'trunk extension not enabled.' 2021-03-06 03:27:26.914 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.761s] 2021-03-06 03:27:28.632 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.707s] 2021-03-06 03:27:30.055 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [72.308s] 2021-03-06 03:27:30.514 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.879s] 2021-03-06 03:27:31.750 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... fail [0.006s] 2021-03-06 03:27:32.391 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.872s] 2021-03-06 03:27:34.063 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.673s] 2021-03-06 03:27:35.801 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.734s] 2021-03-06 03:27:37.382 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.450s] 2021-03-06 03:27:37.550 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.747s] 2021-03-06 03:27:37.937 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... fail [0.003s] 2021-03-06 03:27:37.943 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... fail [0.004s] 2021-03-06 03:27:37.956 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... fail [0.007s] 2021-03-06 03:27:37.964 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... fail [0.002s] 2021-03-06 03:27:37.971 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... fail [0.002s] 2021-03-06 03:27:37.979 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... fail [0.002s] 2021-03-06 03:27:37.987 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... fail [0.002s] 2021-03-06 03:27:37.993 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... fail [0.002s] 2021-03-06 03:27:37.998 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... fail [0.002s] 2021-03-06 03:27:38.002 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... fail [0.002s] 2021-03-06 03:27:38.868 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.483s] 2021-03-06 03:27:40.453 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.579s] 2021-03-06 03:27:41.951 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.499s] 2021-03-06 03:27:43.533 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.573s] 2021-03-06 03:27:43.862 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... fail [0.005s] 2021-03-06 03:27:43.873 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... fail [0.003s] 2021-03-06 03:27:43.874 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... fail [0.002s] 2021-03-06 03:27:43.879 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... fail [0.002s] 2021-03-06 03:27:43.884 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... fail [0.002s] 2021-03-06 03:27:44.444 52 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-03-06 03:27:45.155 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.615s] 2021-03-06 03:27:47.889 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.730s] 2021-03-06 03:27:49.295 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [1.403s] 2021-03-06 03:27:50.469 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... fail [0.004s] 2021-03-06 03:27:50.695 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.398s] 2021-03-06 03:27:52.096 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.394s] 2021-03-06 03:27:53.475 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.376s] 2021-03-06 03:27:54.897 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.421s] 2021-03-06 03:27:55.316 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... fail [0.003s] 2021-03-06 03:27:55.328 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... fail [0.006s] 2021-03-06 03:27:55.339 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... fail [0.003s] 2021-03-06 03:27:55.345 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... fail [0.003s] 2021-03-06 03:27:55.348 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... fail [0.002s] 2021-03-06 03:27:55.350 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... fail [0.006s] 2021-03-06 03:27:56.388 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.486s] 2021-03-06 03:27:56.717 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... fail [0.004s] 2021-03-06 03:27:56.722 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... fail [0.002s] 2021-03-06 03:27:57.769 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [1.379s] 2021-03-06 03:28:00.273 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [2.497s] 2021-03-06 03:28:00.278 52 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-03-06 03:28:00.282 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-03-06 03:28:00.286 52 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-03-06 03:28:02.300 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [2.007s] 2021-03-06 03:28:05.315 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... fail [0.002s] 2021-03-06 03:28:05.817 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [3.512s] 2021-03-06 03:28:12.353 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... fail [0.003s] 2021-03-06 03:28:12.364 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... fail [0.003s] 2021-03-06 03:28:12.371 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... fail [0.002s] 2021-03-06 03:28:12.372 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... fail [0.002s] 2021-03-06 03:28:12.376 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... fail [0.003s] 2021-03-06 03:28:12.381 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... fail [0.002s] 2021-03-06 03:28:12.388 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... fail [0.005s] 2021-03-06 03:28:12.392 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... fail [0.004s] 2021-03-06 03:28:12.397 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... fail [0.002s] 2021-03-06 03:28:12.402 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... fail [0.003s] 2021-03-06 03:28:20.102 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest ... skip: b'qos extension not enabled.' 2021-03-06 03:28:22.532 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest ... fail 2021-03-06 03:28:30.563 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.599s] 2021-03-06 03:28:31.909 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... fail [0.003s] 2021-03-06 03:28:31.917 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... fail [0.004s] 2021-03-06 03:28:31.921 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... fail [0.003s] 2021-03-06 03:28:31.927 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... fail [0.003s] 2021-03-06 03:28:31.931 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... fail [0.003s] 2021-03-06 03:28:34.275 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.711s] 2021-03-06 03:28:38.013 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.723s] 2021-03-06 03:28:40.228 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... fail [0.002s] 2021-03-06 03:28:40.230 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... fail [0.002s] 2021-03-06 03:28:40.232 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... fail [0.002s] 2021-03-06 03:28:40.252 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... fail [0.002s] 2021-03-06 03:28:40.266 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... fail [0.008s] 2021-03-06 03:28:40.282 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... fail [0.002s] 2021-03-06 03:28:41.189 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [3.180s] 2021-03-06 03:28:45.132 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [3.941s] 2021-03-06 03:28:54.891 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... fail [0.003s] 2021-03-06 03:28:54.900 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... fail [0.004s] 2021-03-06 03:28:56.560 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.202s] 2021-03-06 03:28:59.866 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [3.304s] 2021-03-06 03:29:01.209 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [1.342s] 2021-03-06 03:29:02.670 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [1.459s] 2021-03-06 03:29:04.633 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.963s] 2021-03-06 03:29:04.659 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... fail [0.002s] 2021-03-06 03:29:09.449 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest ... skip: b'trunk extension not enabled.' 2021-03-06 03:29:12.494 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... fail [0.004s] 2021-03-06 03:29:12.501 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... fail [0.003s] 2021-03-06 03:29:19.732 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... fail [4.950s] 2021-03-06 03:29:24.301 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... fail [4.565s] 2021-03-06 03:29:29.942 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... fail [5.636s] 2021-03-06 03:29:35.646 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... fail [5.704s] 2021-03-06 03:29:48.884 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... fail [6.020s] 2021-03-06 03:29:55.514 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... fail [0.003s] 2021-03-06 03:29:55.524 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... fail [0.002s] 2021-03-06 03:29:55.527 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... fail [0.002s] 2021-03-06 03:29:55.529 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... fail [0.002s] 2021-03-06 03:29:55.534 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... fail [0.002s] 2021-03-06 03:30:05.419 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... fail [0.150s] 2021-03-06 03:30:05.561 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... fail [0.137s] 2021-03-06 03:30:05.702 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... fail [0.137s] 2021-03-06 03:30:16.894 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... fail [0.003s] 2021-03-06 03:30:16.906 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... fail [0.003s] 2021-03-06 03:30:16.910 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... fail [0.002s] 2021-03-06 03:30:16.918 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... fail [0.002s] 2021-03-06 03:30:16.924 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... fail [0.005s] 2021-03-06 03:30:16.927 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... fail [0.004s] 2021-03-06 03:30:16.932 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... fail [0.002s] 2021-03-06 03:30:27.928 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... fail [0.003s] 2021-03-06 03:30:27.937 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... fail [0.003s] 2021-03-06 03:30:27.946 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... fail [0.004s] 2021-03-06 03:30:27.959 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... fail [0.004s] 2021-03-06 03:30:27.962 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... fail [0.003s] 2021-03-06 03:30:27.964 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... fail [0.003s] 2021-03-06 03:30:27.970 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... fail [0.007s] 2021-03-06 03:30:27.977 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... fail [0.004s] 2021-03-06 03:30:27.984 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... fail [0.004s] 2021-03-06 03:30:27.989 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... fail [0.004s] 2021-03-06 03:30:36.150 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... fail [0.005s] 2021-03-06 03:30:36.158 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... fail [0.002s] 2021-03-06 03:30:36.163 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... fail [0.002s] 2021-03-06 03:30:49.088 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... fail [0.002s] 2021-03-06 03:34:15.377 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [405.112s] 2021-03-06 03:34:17.104 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.729s] 2021-03-06 03:34:20.823 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [3.711s] 2021-03-06 03:34:22.658 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.834s] 2021-03-06 03:34:24.857 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [2.189s] 2021-03-06 03:35:59.536 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [94.631s] 2021-03-06 03:36:25.156 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [25.602s] 2021-03-06 03:37:31.377 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [66.186s] 2021-03-06 03:38:34.447 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [63.055s] 2021-03-06 03:43:54.399 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [319.807s] 2021-03-06 03:45:58.977 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [124.527s] 2021-03-06 03:46:55.373 52 INFO opnfv-tempest [-] {0} 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-03-06 03:46:57.011 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [1.622s] 2021-03-06 03:46:58.575 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [1.551s] 2021-03-06 03:47:15.788 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [17.204s] 2021-03-06 03:47:17.261 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [1.465s] 2021-03-06 03:47:18.735 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [1.471s] 2021-03-06 03:47:18.737 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:47:18.739 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:47:18.741 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-03-06 03:47:18.747 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:47:18.749 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-03-06 03:47:18.750 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:47:20.451 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [1.703s] 2021-03-06 03:47:22.426 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.967s] 2021-03-06 03:48:28.939 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [66.491s] 2021-03-06 03:53:46.171 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [317.141s] 2021-03-06 03:53:47.927 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [1.753s] 2021-03-06 03:53:53.051 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [5.115s] 2021-03-06 03:53:54.575 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [1.521s] 2021-03-06 03:53:54.577 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:53:56.078 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [1.489s] 2021-03-06 03:53:56.078 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:53:56.079 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:53:56.080 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:53:56.081 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:53:56.082 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:53:56.083 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 03:53:57.623 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [1.535s] 2021-03-06 03:54:01.095 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.462s] 2021-03-06 03:54:05.437 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.337s] 2021-03-06 03:54:07.558 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [2.101s] 2021-03-06 03:55:17.806 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [70.222s] 2021-03-06 03:55:42.665 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [1.250s] 2021-03-06 03:55:51.793 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [1.729s] 2021-03-06 03:56:00.062 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.680s] 2021-03-06 03:56:01.359 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.295s] 2021-03-06 03:56:02.777 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.417s] 2021-03-06 03:56:04.146 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [1.366s] 2021-03-06 03:56:12.656 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.379s] 2021-03-06 03:56:13.957 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.302s] 2021-03-06 03:56:15.069 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [1.107s] 2021-03-06 03:56:16.479 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.406s] 2021-03-06 03:56:17.712 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [1.233s] 2021-03-06 03:56:26.086 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.240s] 2021-03-06 03:56:27.241 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [1.154s] 2021-03-06 03:56:28.329 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [1.082s] 2021-03-06 03:56:36.436 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.269s] 2021-03-06 03:56:37.604 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [1.173s] 2021-03-06 03:56:39.015 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.409s] 2021-03-06 03:56:41.043 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [2.022s] 2021-03-06 03:56:42.446 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.403s] 2021-03-06 03:56:43.695 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [1.249s] 2021-03-06 03:56:46.066 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [2.364s] 2021-03-06 03:56:47.265 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.192s] 2021-03-06 03:56:48.411 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.140s] 2021-03-06 03:56:50.125 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.710s] 2021-03-06 03:56:51.291 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [1.164s] 2021-03-06 03:56:52.549 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [1.259s] 2021-03-06 03:56:54.595 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [2.041s] 2021-03-06 03:57:00.948 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-03-06 03:57:08.761 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [2.172s] 2021-03-06 03:57:10.995 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [2.227s] 2021-03-06 03:57:13.112 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [2.113s] 2021-03-06 03:57:15.249 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [2.127s] 2021-03-06 03:57:17.293 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [2.035s] 2021-03-06 03:57:27.636 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [3.226s] 2021-03-06 03:57:30.945 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [3.305s] 2021-03-06 03:57:34.563 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.614s] 2021-03-06 03:57:35.685 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-03-06 03:57:42.888 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.711s] 2021-03-06 03:57:44.375 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.484s] 2021-03-06 03:57:46.036 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.659s] 2021-03-06 03:57:47.399 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.362s] 2021-03-06 03:57:48.801 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [1.400s] 2021-03-06 03:57:49.958 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [1.156s] 2021-03-06 03:57:51.128 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [1.168s] 2021-03-06 03:57:52.700 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.571s] 2021-03-06 03:57:54.666 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.965s] 2021-03-06 03:58:03.666 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [2.153s] 2021-03-06 03:58:05.770 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [2.096s] 2021-03-06 03:58:07.810 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [2.032s] 2021-03-06 03:58:09.919 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [2.101s] 2021-03-06 03:58:17.853 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.186s] 2021-03-06 03:58:24.496 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... fail [0.004s] 2021-03-06 03:58:24.504 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... fail [0.002s] 2021-03-06 03:58:24.506 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... fail [0.002s] 2021-03-06 03:58:24.511 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... fail [0.002s] 2021-03-06 03:58:24.516 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... fail [0.003s] 2021-03-06 03:58:31.532 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... fail [0.390s] 2021-03-06 03:58:38.564 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... fail [0.370s] 2021-03-06 03:58:38.729 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... fail [0.153s] 2021-03-06 03:58:38.906 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... fail [0.165s] 2021-03-06 03:58:39.079 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... fail [0.163s] 2021-03-06 03:58:39.237 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... fail [0.147s] 2021-03-06 03:58:39.403 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... fail [0.157s] 2021-03-06 03:58:50.200 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... fail [0.003s] 2021-03-06 03:58:59.193 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... fail [0.003s] 2021-03-06 03:58:59.201 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... fail [0.002s] 2021-03-06 03:58:59.202 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... fail [0.003s] 2021-03-06 03:59:07.981 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... fail [0.004s] 2021-03-06 03:59:07.987 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... fail [0.003s] 2021-03-06 03:59:17.029 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... fail [0.004s] 2021-03-06 03:59:17.038 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... fail [0.003s] 2021-03-06 03:59:23.503 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... fail [0.003s] 2021-03-06 03:59:30.267 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... fail [0.004s] 2021-03-06 03:59:30.276 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... fail [0.002s] 2021-03-06 03:59:30.285 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... fail [0.002s] 2021-03-06 03:59:30.294 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... fail [0.002s] 2021-03-06 03:59:30.302 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... fail [0.003s] 2021-03-06 03:59:37.060 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... fail [0.004s] 2021-03-06 03:59:37.069 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... fail [0.003s] 2021-03-06 03:59:37.078 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... fail [0.002s] 2021-03-06 03:59:47.775 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... fail [0.004s] 2021-03-06 03:59:47.784 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... fail [0.004s] 2021-03-06 03:59:47.795 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... fail [0.002s] 2021-03-06 03:59:47.797 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... fail [0.002s] 2021-03-06 03:59:47.814 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... fail [0.002s] 2021-03-06 03:59:47.816 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... fail [0.002s] 2021-03-06 03:59:47.817 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... fail [0.002s] 2021-03-06 03:59:47.821 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... fail [0.002s] 2021-03-06 03:59:53.968 52 INFO rally.task.context [-] Verification 5e2c71c0-f515-44d0-9daa-d49e032faa3b | Context testr@default cleanup() started 2021-03-06 03:59:53.969 52 INFO rally.task.context [-] Verification 5e2c71c0-f515-44d0-9daa-d49e032faa3b | Context testr@default cleanup() finished in 0.53 msec 2021-03-06 03:59:53.969 52 INFO rally.task.context [-] Verification 5e2c71c0-f515-44d0-9daa-d49e032faa3b | Context tempest@default cleanup() started 2021-03-06 03:59:54.513 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-06 03:59:54.627 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-06 03:59:54.668 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e1cab0f3_WOaVPxzK'. 2021-03-06 03:59:54.925 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e1cab0f3_WOaVPxzK' has been deleted. 2021-03-06 03:59:54.927 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '89c8e7de-5a05-4833-b190-a1d1fdd0bd42' of option 'instance_type' from Tempest config file. 2021-03-06 03:59:54.928 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '89c8e7de-5a05-4833-b190-a1d1fdd0bd42' has been removed. 2021-03-06 03:59:54.930 52 INFO rally.task.context [-] Verification 5e2c71c0-f515-44d0-9daa-d49e032faa3b | Context tempest@default cleanup() finished in 0.96 sec 2021-03-06 03:59:54.979 52 INFO rally.api [-] Verification (UUID=e1cab0f3-c02d-4944-8df1-3b7d07eefb5d) has been successfully finished for deployment 'opnfv-rally' (UUID=6a17eb26-baa7-48ea-8bce-72addfbf7df9)! 2021-03-06 03:59:57.211 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:59:57.211 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:59:57.212 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:59:59.426 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:59:59.427 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:59:59.427 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:00:02.289 69 INFO rally.api [-] Building 'html' report for the following verification(s): 'e1cab0f3-c02d-4944-8df1-3b7d07eefb5d' 2021-03-06 04:00:02.319 69 INFO rally.api [-] The report has been successfully built. 2021-03-06 04:00:04.413 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 04:00:04.413 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 04:00:04.414 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 04:00:07.154 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e1cab0f3-c02d-4944-8df1-3b7d07eefb5d' 2021-03-06 04:00:07.177 71 INFO rally.api [-] The report has been successfully built.