2020-12-14 02:05:37.163 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:05:37.169 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:05:37.171 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 02:06:03.850 10 ERROR rally.cli.cliutils 2020-12-14 02:06:17.717 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:06:17.722 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:06:17.723 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:06:59.638 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:06:59.643 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:06:59.644 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:07:45.802 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:07:45.808 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:07:45.809 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:08:00.282 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:08:00.287 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:08:00.289 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 02:08:26.219 61 ERROR rally.cli.cliutils 2020-12-14 02:08:40.783 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:08:40.788 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:08:40.790 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:09:07.812 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 02:09:08.372 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f124102f-ba0a-47d6-9807-a4a10e16494b/repo. 2020-12-14 02:09:09.302 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f124102f-ba0a-47d6-9807-a4a10e16494b/repo'... done. ' 2020-12-14 02:09:09.467 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 02:09:09.554 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 02:09:10.304 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 02:09:19.245 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f124102f-ba0a-47d6-9807-a4a10e16494b) has been successfully created! 2020-12-14 02:09:34.867 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:09:34.872 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:09:34.874 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:10:18.390 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:10:18.396 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:10:18.398 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:10:44.571 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f124102f-ba0a-47d6-9807-a4a10e16494b) for deployment 'opnfv-rally' (UUID=ad557d5c-ec16-459f-96fc-a0e69c444820). 2020-12-14 02:10:46.489 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f124102f-ba0a-47d6-9807-a4a10e16494b) has been successfully configured for deployment 'opnfv-rally' (UUID=ad557d5c-ec16-459f-96fc-a0e69c444820)! 2020-12-14 02:12:16.023 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:12:16.028 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:12:16.030 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:12:42.751 161 INFO rally.api [-] Starting verification (UUID=bfc4b47d-b536-4514-8bb4-ebdb3c40d8d6) for deployment 'opnfv-rally' (UUID=ad557d5c-ec16-459f-96fc-a0e69c444820) by verifier 'opnfv-tempest' (UUID=f124102f-ba0a-47d6-9807-a4a10e16494b). 2020-12-14 02:12:47.439 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 02:12:47.441 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f124102f-ba0a-47d6-9807-a4a10e16494b/for-deployment-ad557d5c-ec16-459f-96fc-a0e69c444820/tempest.log' to option 'log_file'. 2020-12-14 02:12:47.443 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f124102f-ba0a-47d6-9807-a4a10e16494b/for-deployment-ad557d5c-ec16-459f-96fc-a0e69c444820/tempest.log 2020-12-14 02:12:47.444 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 02:12:47.445 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f124102f-ba0a-47d6-9807-a4a10e16494b/for-deployment-ad557d5c-ec16-459f-96fc-a0e69c444820/lock_files' to option 'lock_path'. 2020-12-14 02:12:47.447 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f124102f-ba0a-47d6-9807-a4a10e16494b/for-deployment-ad557d5c-ec16-459f-96fc-a0e69c444820/lock_files 2020-12-14 02:12:47.448 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 02:12:47.449 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-12-14 02:12:47.451 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = cd332004-33aa-4c81-9e50-54766a6df097 2020-12-14 02:12:47.452 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 458c165e-1594-40fd-a92a-ce6fd4a85db4 2020-12-14 02:12:47.455 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1311a6a1-b18c-4e52-af0a-b273bda5931b 2020-12-14 02:12:47.457 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8a56823e-8563-423c-896d-50c73f98dd64 2020-12-14 02:12:47.969 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 02:12:47.971 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_reader-net_be22ae32-c2f8-4fdd-be50-08a02b33c33f 2020-12-14 02:12:47.975 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 02:12:48.758 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 02:12:48.840 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_4911c945_dl9HdAq1'. Using flavor 'rally_verify_4911c945_dl9HdAq1' (ID = 2919ff17-00dc-474f-9e1b-bf368e65fc74) for the tests. 2020-12-14 02:12:48.842 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2919ff17-00dc-474f-9e1b-bf368e65fc74' to option 'instance_type'. 2020-12-14 02:12:48.843 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2919ff17-00dc-474f-9e1b-bf368e65fc74 2020-12-14 02:12:48.850 161 INFO rally.task.context [-] Verification f124102f-ba0a-47d6-9807-a4a10e16494b | Context tempest@default setup() finished in 4.92 sec 2020-12-14 02:12:48.854 161 INFO rally.task.context [-] Verification f124102f-ba0a-47d6-9807-a4a10e16494b | Context testr@default setup() finished in 1.54 msec 2020-12-14 02:12:48.855 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b9c92b63-c6ac-4bb2-a0ac-0091d5b5a299'. 2020-12-14 02:13:34.343 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest ... skip: b'AgentsRbacTest skipped as os-agents APIs/policies are not avaialble any more.' 2020-12-14 02:13:35.739 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2020-12-14 02:13:38.593 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2020-12-14 02:13:38.621 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [1.408s] 2020-12-14 02:13:39.544 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.939s] 2020-12-14 02:13:40.383 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [1.915s] 2020-12-14 02:13:40.867 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [2.214s] 2020-12-14 02:13:41.723 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.314s] 2020-12-14 02:13:41.731 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavors_details_contains_is_public_key ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:13:41.871 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.980s] 2020-12-14 02:13:42.773 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [1.462s] 2020-12-14 02:13:42.865 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.975s] 2020-12-14 02:13:42.994 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.261s] 2020-12-14 02:13:43.006 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:13:43.652 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.775s] 2020-12-14 02:13:44.392 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [1.149s] 2020-12-14 02:13:46.145 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [2.473s] 2020-12-14 02:13:47.358 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [1.199s] 2020-12-14 02:13:48.596 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [1.174s] 2020-12-14 02:13:48.634 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [1.146s] 2020-12-14 02:13:49.084 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [1.241s] 2020-12-14 02:13:49.242 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.885s] 2020-12-14 02:13:49.647 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [1.012s] 2020-12-14 02:13:49.664 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.965s] 2020-12-14 02:13:49.882 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.775s] 2020-12-14 02:13:49.956 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.711s] 2020-12-14 02:13:50.604 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.715s] 2020-12-14 02:13:50.693 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.721s] 2020-12-14 02:13:50.743 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [1.083s] 2020-12-14 02:13:51.298 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.615s] 2020-12-14 02:13:51.493 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.871s] 2020-12-14 02:13:52.064 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [1.317s] 2020-12-14 02:13:53.136 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [1.060s] 2020-12-14 02:13:53.196 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [1.691s] 2020-12-14 02:13:53.401 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:13:53.413 161 INFO opnfv-tempest [-] {0} 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' 2020-12-14 02:13:56.501 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [1.228s] 2020-12-14 02:13:57.786 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [1.263s] 2020-12-14 02:13:58.047 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.643s] 2020-12-14 02:13:58.523 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.720s] 2020-12-14 02:13:59.105 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [1.042s] 2020-12-14 02:13:59.168 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.646s] 2020-12-14 02:13:59.481 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [0.937s] 2020-12-14 02:14:00.212 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [1.025s] 2020-12-14 02:14:03.285 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:14:03.294 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_list_flavors_details_rxtx ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:14:06.721 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [1.743s] 2020-12-14 02:14:07.758 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.797s] 2020-12-14 02:14:08.333 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [1.590s] 2020-12-14 02:14:08.551 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.773s] 2020-12-14 02:14:09.310 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.964s] 2020-12-14 02:14:13.244 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.705s] 2020-12-14 02:14:13.921 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.659s] 2020-12-14 02:14:16.382 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [7.058s] 2020-12-14 02:14:18.123 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.720s] 2020-12-14 02:14:18.344 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.717s] 2020-12-14 02:14:18.588 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.630s] 2020-12-14 02:14:19.467 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.858s] 2020-12-14 02:14:20.266 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.801s] 2020-12-14 02:14:21.158 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.869s] 2020-12-14 02:14:22.018 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.851s] 2020-12-14 02:14:27.397 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.467s] 2020-12-14 02:14:28.516 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.107s] 2020-12-14 02:14:28.926 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.408s] 2020-12-14 02:14:30.117 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [1.182s] 2020-12-14 02:14:31.147 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.027s] 2020-12-14 02:14:32.236 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.086s] 2020-12-14 02:14:36.175 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.704s] 2020-12-14 02:14:36.819 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [0.780s] 2020-12-14 02:14:37.084 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.889s] 2020-12-14 02:14:37.446 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [0.612s] 2020-12-14 02:14:37.654 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [2.886s] 2020-12-14 02:14:37.823 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.724s] 2020-12-14 02:14:38.754 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [1.080s] 2020-12-14 02:14:39.138 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [1.295s] 2020-12-14 02:14:42.005 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [3.238s] 2020-12-14 02:14:42.078 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.745s] 2020-12-14 02:15:08.448 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [4.512s] 2020-12-14 02:15:08.624 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [39.425s] 2020-12-14 02:15:10.161 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.724s] 2020-12-14 02:15:10.741 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [24.318s] 2020-12-14 02:15:13.397 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [4.909s] 2020-12-14 02:15:14.206 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.801s] 2020-12-14 02:15:19.043 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [4.799s] 2020-12-14 02:15:19.051 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.001s]: b'In-place swapping of volumes not supported.' 2020-12-14 02:15:22.460 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [13.787s] 2020-12-14 02:15:34.733 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2020-12-14 02:15:43.448 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.660s] 2020-12-14 02:15:43.976 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.717s] 2020-12-14 02:15:44.786 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.318s] 2020-12-14 02:15:45.709 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [34.889s] 2020-12-14 02:15:45.820 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [23.296s] 2020-12-14 02:15:48.280 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [3.470s] 2020-12-14 02:15:49.340 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [3.487s] 2020-12-14 02:15:50.815 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [2.511s] 2020-12-14 02:15:51.460 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.623s] 2020-12-14 02:15:52.117 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.645s] 2020-12-14 02:15:54.523 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [2.389s] 2020-12-14 02:15:55.564 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [1.024s] 2020-12-14 02:15:56.531 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [7.152s] 2020-12-14 02:16:02.016 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.829s] 2020-12-14 02:16:02.338 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [5.790s] 2020-12-14 02:16:02.604 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.581s] 2020-12-14 02:16:03.247 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.637s] 2020-12-14 02:16:07.658 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.566s] 2020-12-14 02:16:08.139 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.477s] 2020-12-14 02:16:08.559 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.412s] 2020-12-14 02:16:09.196 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.629s] 2020-12-14 02:16:09.746 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.548s] 2020-12-14 02:16:12.970 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.834s] 2020-12-14 02:16:14.365 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.875s] 2020-12-14 02:16:15.573 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [13.182s] 2020-12-14 02:16:22.376 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.241s] 2020-12-14 02:16:23.754 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.376s] 2020-12-14 02:16:27.433 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_change_server_password ... skip [0.001s]: b'Change password not available.' 2020-12-14 02:16:28.583 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [1.090s] 2020-12-14 02:16:29.745 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [1.143s] 2020-12-14 02:16:30.308 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [6.545s] 2020-12-14 02:16:32.131 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.815s] 2020-12-14 02:16:33.928 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.795s] 2020-12-14 02:16:35.879 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.941s] 2020-12-14 02:16:37.108 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.229s] 2020-12-14 02:16:42.997 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [5.878s] 2020-12-14 02:16:44.586 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [14.815s] 2020-12-14 02:16:45.098 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.098s] 2020-12-14 02:16:45.586 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.487s] 2020-12-14 02:16:45.650 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [1.049s] 2020-12-14 02:16:46.065 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.470s] 2020-12-14 02:16:46.704 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [1.031s] 2020-12-14 02:16:46.715 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:16:46.728 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:16:46.740 161 INFO opnfv-tempest [-] {3} 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' 2020-12-14 02:16:46.757 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:16:46.779 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:16:46.788 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:16:47.844 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [1.094s] 2020-12-14 02:16:47.951 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.883s] 2020-12-14 02:16:49.385 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.522s] 2020-12-14 02:16:49.667 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.708s] 2020-12-14 02:16:50.191 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.516s] 2020-12-14 02:16:50.682 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.489s] 2020-12-14 02:16:52.323 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.636s] 2020-12-14 02:16:53.541 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.914s] 2020-12-14 02:16:54.503 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.948s] 2020-12-14 02:16:54.795 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.462s] 2020-12-14 02:16:55.539 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [1.018s] 2020-12-14 02:16:56.565 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [1.007s] 2020-12-14 02:16:57.452 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.874s] 2020-12-14 02:16:58.032 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.229s] 2020-12-14 02:16:58.510 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [1.036s] 2020-12-14 02:16:59.613 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [10.194s] 2020-12-14 02:17:00.056 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.023s] 2020-12-14 02:17:01.592 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.528s] 2020-12-14 02:17:04.497 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.890s] 2020-12-14 02:17:06.628 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.131s] 2020-12-14 02:17:07.526 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.896s] 2020-12-14 02:17:25.880 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.756s] 2020-12-14 02:17:26.597 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.710s] 2020-12-14 02:17:27.379 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.779s] 2020-12-14 02:17:28.225 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.832s] 2020-12-14 02:17:29.104 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.876s] 2020-12-14 02:17:33.116 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [1.526s] 2020-12-14 02:17:35.220 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.061s] 2020-12-14 02:17:36.208 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.978s] 2020-12-14 02:17:37.548 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.327s] 2020-12-14 02:17:38.543 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.986s] 2020-12-14 02:17:39.097 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.557s] 2020-12-14 02:17:39.622 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.515s] 2020-12-14 02:17:40.057 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.430s] 2020-12-14 02:17:42.223 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [9.074s] 2020-12-14 02:17:45.968 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [5.906s] 2020-12-14 02:17:47.088 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.111s] 2020-12-14 02:17:49.783 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [7.543s] 2020-12-14 02:17:50.684 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.885s] 2020-12-14 02:17:51.547 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.847s] 2020-12-14 02:17:52.339 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.777s] 2020-12-14 02:17:52.870 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.981s] 2020-12-14 02:17:54.415 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.527s] 2020-12-14 02:17:55.458 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.045s] 2020-12-14 02:17:56.672 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.203s] 2020-12-14 02:17:57.827 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.148s] 2020-12-14 02:18:00.679 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [8.327s] 2020-12-14 02:18:06.618 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [1.585s] 2020-12-14 02:18:08.996 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.372s] 2020-12-14 02:18:09.508 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.510s] 2020-12-14 02:18:09.954 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.443s] 2020-12-14 02:18:10.897 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.936s] 2020-12-14 02:18:14.875 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.013s] 2020-12-14 02:18:15.696 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.817s] 2020-12-14 02:18:16.400 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.699s] 2020-12-14 02:18:17.092 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.689s] 2020-12-14 02:18:17.553 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.842s] 2020-12-14 02:18:21.674 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.619s] 2020-12-14 02:18:23.065 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.890s] 2020-12-14 02:18:24.753 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.681s] 2020-12-14 02:18:25.548 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.795s] 2020-12-14 02:18:31.871 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [0.851s] 2020-12-14 02:18:32.052 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [3.454s] 2020-12-14 02:18:32.881 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.002s] 2020-12-14 02:18:33.533 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.643s] 2020-12-14 02:18:38.774 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.664s] 2020-12-14 02:18:39.615 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.832s] 2020-12-14 02:18:40.386 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.769s] 2020-12-14 02:18:41.101 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.704s] 2020-12-14 02:18:41.852 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.745s] 2020-12-14 02:18:42.687 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.626s] 2020-12-14 02:18:42.743 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-12-14 02:18:42.751 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-12-14 02:18:43.454 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.760s] 2020-12-14 02:18:44.141 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.683s] 2020-12-14 02:18:44.919 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.774s] 2020-12-14 02:18:45.534 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.609s] 2020-12-14 02:18:46.137 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.601s] 2020-12-14 02:18:46.181 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [0.677s] 2020-12-14 02:18:47.297 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [1.106s] 2020-12-14 02:18:54.439 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [2.488s] 2020-12-14 02:18:56.402 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.956s] 2020-12-14 02:18:58.097 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.616s] 2020-12-14 02:19:03.053 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [6.642s] 2020-12-14 02:19:05.461 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [7.349s] 2020-12-14 02:19:08.513 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.818s] 2020-12-14 02:19:09.087 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [3.626s] 2020-12-14 02:19:09.154 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.639s] 2020-12-14 02:19:09.568 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.483s] 2020-12-14 02:19:09.878 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.712s] 2020-12-14 02:19:10.090 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.523s] 2020-12-14 02:19:10.440 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.564s] 2020-12-14 02:19:10.607 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.512s] 2020-12-14 02:19:11.188 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.575s] 2020-12-14 02:19:11.222 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.772s] 2020-12-14 02:19:11.958 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.733s] 2020-12-14 02:19:13.462 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.499s] 2020-12-14 02:19:14.001 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.532s] 2020-12-14 02:19:14.795 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.788s] 2020-12-14 02:19:15.422 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.621s] 2020-12-14 02:19:16.082 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.658s] 2020-12-14 02:19:16.674 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.589s] 2020-12-14 02:19:16.956 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.520s] 2020-12-14 02:19:17.202 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.521s] 2020-12-14 02:19:17.532 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.573s] 2020-12-14 02:19:17.786 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.578s] 2020-12-14 02:19:22.800 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [5.007s] 2020-12-14 02:19:22.813 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.004s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-12-14 02:19:22.833 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.004s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-12-14 02:19:22.846 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.004s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-12-14 02:19:24.671 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.835s] 2020-12-14 02:19:26.315 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.961s] 2020-12-14 02:19:26.390 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.722s] 2020-12-14 02:19:26.773 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.458s] 2020-12-14 02:19:27.274 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.493s] 2020-12-14 02:19:27.822 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.550s] 2020-12-14 02:19:28.902 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [1.071s] 2020-12-14 02:19:33.506 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.545s] 2020-12-14 02:19:35.741 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.755s] 2020-12-14 02:19:36.812 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.058s] 2020-12-14 02:19:37.464 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.645s] 2020-12-14 02:19:38.251 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.779s] 2020-12-14 02:19:41.232 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [2.029s] 2020-12-14 02:19:42.435 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [1.204s] 2020-12-14 02:19:42.531 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.475s] 2020-12-14 02:19:43.978 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [1.536s] 2020-12-14 02:19:45.320 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [1.333s] 2020-12-14 02:19:45.931 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.611s] 2020-12-14 02:19:46.328 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.393s] 2020-12-14 02:19:48.568 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [1.188s] 2020-12-14 02:19:50.219 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.641s] 2020-12-14 02:19:51.853 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.638s] 2020-12-14 02:19:52.563 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.848s] 2020-12-14 02:19:53.375 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.506s] 2020-12-14 02:19:53.444 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.878s] 2020-12-14 02:19:54.160 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.710s] 2020-12-14 02:19:58.883 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.964s] 2020-12-14 02:19:58.986 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.706s] 2020-12-14 02:19:59.568 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.679s] 2020-12-14 02:19:59.647 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.654s] 2020-12-14 02:20:00.029 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.380s] 2020-12-14 02:20:00.194 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.626s] 2020-12-14 02:20:00.802 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.765s] 2020-12-14 02:20:00.879 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.672s] 2020-12-14 02:20:01.511 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.698s] 2020-12-14 02:20:01.538 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.644s] 2020-12-14 02:20:06.251 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [1.099s] 2020-12-14 02:20:06.815 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.567s] 2020-12-14 02:20:07.470 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.648s] 2020-12-14 02:20:08.413 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.936s] 2020-12-14 02:20:09.381 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.954s] 2020-12-14 02:20:10.263 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.877s] 2020-12-14 02:20:10.672 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.407s] 2020-12-14 02:20:11.315 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.638s] 2020-12-14 02:20:11.950 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.627s] 2020-12-14 02:20:12.313 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [3.254s] 2020-12-14 02:20:12.699 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.746s] 2020-12-14 02:20:17.054 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [4.729s] 2020-12-14 02:20:17.276 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.461s] 2020-12-14 02:20:17.534 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.484s] 2020-12-14 02:20:18.638 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [1.088s] 2020-12-14 02:20:19.282 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.648s] 2020-12-14 02:20:19.746 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.461s] 2020-12-14 02:20:23.260 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [3.494s] 2020-12-14 02:20:26.602 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [3.345s] 2020-12-14 02:20:27.066 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.461s] 2020-12-14 02:20:49.235 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [14.989s] 2020-12-14 02:21:03.999 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [14.746s] 2020-12-14 02:21:21.150 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [17.115s] 2020-12-14 02:21:25.012 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [3.875s] 2020-12-14 02:21:25.609 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.603s] 2020-12-14 02:21:26.067 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.447s] 2020-12-14 02:21:28.473 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [2.399s] 2020-12-14 02:21:31.342 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.852s] 2020-12-14 02:21:31.723 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.393s] 2020-12-14 02:21:32.193 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.464s] 2020-12-14 02:21:56.728 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.430s] 2020-12-14 02:22:00.579 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [344.455s] 2020-12-14 02:22:02.368 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.772s] 2020-12-14 02:22:03.756 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [1.361s] 2020-12-14 02:22:04.933 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.161s] 2020-12-14 02:22:06.066 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [1.119s] 2020-12-14 02:22:07.868 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.803s] 2020-12-14 02:22:13.789 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [313.648s] 2020-12-14 02:22:13.803 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [5.739s] 2020-12-14 02:22:23.394 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [17.273s] 2020-12-14 02:22:25.649 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [11.960s] 2020-12-14 02:22:26.791 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [1.123s] 2020-12-14 02:22:26.801 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.002s]: b'This API extension policy was removed in Stein' 2020-12-14 02:22:27.889 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [1.067s] 2020-12-14 02:22:27.899 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:22:27.912 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:22:27.922 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:22:27.936 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:22:27.946 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:22:27.958 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 02:22:28.932 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [1.001s] 2020-12-14 02:22:32.094 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.130s] 2020-12-14 02:22:37.654 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [5.536s] 2020-12-14 02:22:39.583 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [16.104s] 2020-12-14 02:22:39.656 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.921s] 2020-12-14 02:22:45.745 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [6.167s] 2020-12-14 02:22:48.584 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.818s] 2020-12-14 02:22:49.995 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [10.291s] 2020-12-14 02:23:12.949 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.722s] 2020-12-14 02:23:13.592 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.635s] 2020-12-14 02:23:14.259 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.661s] 2020-12-14 02:23:14.856 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.589s] 2020-12-14 02:23:15.482 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.623s] 2020-12-14 02:23:22.390 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [0.955s] 2020-12-14 02:23:23.163 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.760s] 2020-12-14 02:23:23.950 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.777s] 2020-12-14 02:23:24.767 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.809s] 2020-12-14 02:23:25.466 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.694s] 2020-12-14 02:23:26.214 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.744s] 2020-12-14 02:23:27.039 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.814s] 2020-12-14 02:23:31.861 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.490s] 2020-12-14 02:23:32.271 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.405s] 2020-12-14 02:23:32.710 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.438s] 2020-12-14 02:23:40.928 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.443s] 2020-12-14 02:23:43.506 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.564s] 2020-12-14 02:23:46.814 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.312s] 2020-12-14 02:23:49.543 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.724s] 2020-12-14 02:23:52.384 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.837s] 2020-12-14 02:23:54.991 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.601s] 2020-12-14 02:24:03.970 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.624s] 2020-12-14 02:24:05.508 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.530s] 2020-12-14 02:24:11.854 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [6.340s] 2020-12-14 02:24:13.375 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.517s] 2020-12-14 02:24:15.297 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.915s] 2020-12-14 02:24:27.172 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [5.621s] 2020-12-14 02:24:28.406 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.238s] 2020-12-14 02:24:37.303 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [8.893s] 2020-12-14 02:24:38.562 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.258s] 2020-12-14 02:24:42.572 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [3.997s] 2020-12-14 02:24:46.741 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.163s] 2020-12-14 02:24:51.785 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [5.041s] 2020-12-14 02:24:52.286 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.497s] 2020-12-14 02:24:58.513 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [6.213s] 2020-12-14 02:25:03.832 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [5.319s] 2020-12-14 02:25:08.493 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.655s] 2020-12-14 02:25:09.020 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.526s] 2020-12-14 02:25:15.411 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [6.382s] 2020-12-14 02:25:20.777 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.360s] 2020-12-14 02:25:21.678 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.895s] 2020-12-14 02:25:26.141 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.457s] 2020-12-14 02:25:29.806 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.660s] 2020-12-14 02:25:30.871 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.064s] 2020-12-14 02:25:34.051 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.172s] 2020-12-14 02:25:44.995 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.004s] 2020-12-14 02:25:46.434 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.435s] 2020-12-14 02:25:47.301 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.866s] 2020-12-14 02:25:48.141 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.833s] 2020-12-14 02:25:49.074 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.927s] 2020-12-14 02:25:49.887 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.807s] 2020-12-14 02:25:50.675 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.788s] 2020-12-14 02:25:51.229 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.539s] 2020-12-14 02:26:04.462 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [9.473s] 2020-12-14 02:26:09.120 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.674s] 2020-12-14 02:26:09.691 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.564s] 2020-12-14 02:26:10.271 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.577s] 2020-12-14 02:26:10.870 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.591s] 2020-12-14 02:26:11.486 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.610s] 2020-12-14 02:26:19.100 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.834s] 2020-12-14 02:26:23.694 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.656s] 2020-12-14 02:26:24.496 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.797s] 2020-12-14 02:26:32.795 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [1.195s] 2020-12-14 02:26:36.260 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [3.459s] 2020-12-14 02:26:37.420 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [1.150s] 2020-12-14 02:26:54.633 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [8.744s] 2020-12-14 02:27:04.391 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [9.752s] 2020-12-14 02:27:10.128 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.595s] 2020-12-14 02:27:10.854 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.725s] 2020-12-14 02:27:11.351 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.496s] 2020-12-14 02:27:28.300 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.533s] 2020-12-14 02:27:28.853 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.551s] 2020-12-14 02:28:05.645 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [316.476s] 2020-12-14 02:28:38.422 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [32.728s] 2020-12-14 02:29:37.813 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [2.273s] 2020-12-14 02:30:04.673 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [1.807s] 2020-12-14 02:30:09.064 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [4.377s] 2020-12-14 02:30:33.639 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [24.513s] 2020-12-14 02:30:38.551 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [4.891s] 2020-12-14 02:30:52.042 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [13.433s] 2020-12-14 02:30:53.283 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.217s] 2020-12-14 02:31:26.369 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [1.076s] 2020-12-14 02:31:27.069 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.684s] 2020-12-14 02:31:28.306 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.218s] 2020-12-14 02:31:28.988 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.663s] 2020-12-14 02:31:30.009 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [1.007s] 2020-12-14 02:31:31.376 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [1.351s] 2020-12-14 02:31:46.579 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.845s] 2020-12-14 02:31:52.090 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [1.060s] 2020-12-14 02:31:57.464 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.913s] 2020-12-14 02:31:57.991 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.527s] 2020-12-14 02:31:58.700 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.699s] 2020-12-14 02:31:59.351 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.644s] 2020-12-14 02:32:03.670 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.502s] 2020-12-14 02:32:04.058 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.391s] 2020-12-14 02:32:04.762 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.693s] 2020-12-14 02:32:09.239 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.545s] 2020-12-14 02:32:09.657 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.416s] 2020-12-14 02:32:10.311 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.655s] 2020-12-14 02:32:11.565 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.243s] 2020-12-14 02:32:12.254 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.680s] 2020-12-14 02:32:12.853 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.590s] 2020-12-14 02:32:13.783 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.929s] 2020-12-14 02:32:14.210 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.418s] 2020-12-14 02:32:14.606 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.395s] 2020-12-14 02:32:15.400 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.781s] 2020-12-14 02:32:15.895 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.487s] 2020-12-14 02:32:16.423 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.531s] 2020-12-14 02:32:17.159 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.734s] 2020-12-14 02:32:24.289 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.793s] 2020-12-14 02:32:29.470 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.836s] 2020-12-14 02:32:30.306 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.838s] 2020-12-14 02:32:31.154 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.839s] 2020-12-14 02:32:31.929 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.764s] 2020-12-14 02:32:32.829 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [0.895s] 2020-12-14 02:32:37.746 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.729s] 2020-12-14 02:32:38.455 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.701s] 2020-12-14 02:32:43.264 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [0.793s] 2020-12-14 02:32:44.298 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.022s] 2020-12-14 02:32:45.073 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.772s] 2020-12-14 02:32:46.121 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.031s] 2020-12-14 02:32:51.157 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.902s] 2020-12-14 02:32:52.166 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.998s] 2020-12-14 02:32:53.158 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.980s] 2020-12-14 02:32:54.272 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.105s] 2020-12-14 02:33:02.160 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [2.251s] 2020-12-14 02:33:04.446 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.276s] 2020-12-14 02:33:06.562 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [2.114s] 2020-12-14 02:33:16.036 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.936s] 2020-12-14 02:33:16.736 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.690s] 2020-12-14 02:33:17.366 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.624s] 2020-12-14 02:33:18.101 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.730s] 2020-12-14 02:33:18.797 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.687s] 2020-12-14 02:33:31.959 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [8.908s] 2020-12-14 02:33:38.446 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [6.482s] 2020-12-14 02:33:43.962 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [5.511s] 2020-12-14 02:33:51.718 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.739s] 2020-12-14 02:33:58.619 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [2.564s] 2020-12-14 02:34:00.904 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [2.275s] 2020-12-14 02:34:01.530 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.632s] 2020-12-14 02:34:02.221 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.681s] 2020-12-14 02:34:04.666 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [2.431s] 2020-12-14 02:34:08.170 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [3.497s] 2020-12-14 02:34:13.247 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.576s] 2020-12-14 02:34:18.440 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [1.585s] 2020-12-14 02:34:19.184 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.741s] 2020-12-14 02:34:20.864 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [1.673s] 2020-12-14 02:34:27.931 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.631s] 2020-12-14 02:34:28.840 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.905s] 2020-12-14 02:34:29.482 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.641s] 2020-12-14 02:34:30.347 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.855s] 2020-12-14 02:34:31.221 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.865s] 2020-12-14 02:34:31.642 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.419s] 2020-12-14 02:34:32.338 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.693s] 2020-12-14 02:34:32.964 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.620s] 2020-12-14 02:34:33.617 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.650s] 2020-12-14 02:34:34.302 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.683s] 2020-12-14 02:34:42.084 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.961s] 2020-12-14 02:34:53.379 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.907s] 2020-12-14 02:34:56.750 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [3.362s] 2020-12-14 02:34:57.352 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.603s] 2020-12-14 02:34:57.793 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.443s] 2020-12-14 02:34:58.423 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.622s] 2020-12-14 02:34:59.015 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.582s] 2020-12-14 02:34:59.409 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.393s] 2020-12-14 02:35:00.073 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.658s] 2020-12-14 02:35:12.653 161 INFO rally.task.context [-] Verification f124102f-ba0a-47d6-9807-a4a10e16494b | Context testr@default cleanup() started 2020-12-14 02:35:12.657 161 INFO rally.task.context [-] Verification f124102f-ba0a-47d6-9807-a4a10e16494b | Context testr@default cleanup() finished in 4.03 msec 2020-12-14 02:35:12.660 161 INFO rally.task.context [-] Verification f124102f-ba0a-47d6-9807-a4a10e16494b | Context tempest@default cleanup() started 2020-12-14 02:35:12.996 161 INFO rally.task.context [-] Verification f124102f-ba0a-47d6-9807-a4a10e16494b | Context tempest@default cleanup() finished in 0.34 sec 2020-12-14 02:35:13.188 161 INFO rally.api [-] Verification (UUID=bfc4b47d-b536-4514-8bb4-ebdb3c40d8d6) has been successfully finished for deployment 'opnfv-rally' (UUID=ad557d5c-ec16-459f-96fc-a0e69c444820)! 2020-12-14 02:35:27.902 218 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:35:27.907 218 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:35:27.909 218 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:35:45.942 224 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:35:45.947 224 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:35:45.948 224 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:36:12.936 224 INFO rally.api [-] Building 'html' report for the following verification(s): 'bfc4b47d-b536-4514-8bb4-ebdb3c40d8d6' 2020-12-14 02:36:13.264 224 INFO rally.api [-] The report has been successfully built. 2020-12-14 02:36:27.852 237 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:36:27.857 237 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:36:27.859 237 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:36:53.650 237 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bfc4b47d-b536-4514-8bb4-ebdb3c40d8d6' 2020-12-14 02:36:53.945 237 INFO rally.api [-] The report has been successfully built.