2020-12-14 01:25:06.765 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:25:06.771 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:25:06.772 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:25:35.241 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 01:25:35.241 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 01:25:35.241 10 ERROR rally.cli.cliutils 2020-12-14 01:25:50.296 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:25:50.301 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:25:50.303 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:26:36.735 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:26:36.740 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:26:36.742 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:27:25.534 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:27:25.539 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:27:25.541 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:27:41.195 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:27:41.201 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:27:41.202 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:28:09.159 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 01:28:09.159 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 01:28:09.159 61 ERROR rally.cli.cliutils 2020-12-14 01:28:24.802 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:28:24.809 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:28:24.811 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:28:53.302 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 01:28:53.890 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6e6962db-5849-4e74-8666-fd4bcff8ea22/repo. 2020-12-14 01:28:54.704 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6e6962db-5849-4e74-8666-fd4bcff8ea22/repo'... done. ' 2020-12-14 01:28:54.806 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 01:28:54.859 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 01:28:55.643 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 01:29:03.913 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e6962db-5849-4e74-8666-fd4bcff8ea22) has been successfully created! 2020-12-14 01:29:19.845 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:29:19.851 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:29:19.852 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:30:04.393 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:30:04.399 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:30:04.401 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:30:33.110 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6e6962db-5849-4e74-8666-fd4bcff8ea22) for deployment 'opnfv-rally' (UUID=d92e217b-2c0b-48bc-b1e6-4c51c1fc03bc). 2020-12-14 01:30:35.264 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e6962db-5849-4e74-8666-fd4bcff8ea22) has been successfully configured for deployment 'opnfv-rally' (UUID=d92e217b-2c0b-48bc-b1e6-4c51c1fc03bc)! 2020-12-14 01:32:10.161 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:32:10.167 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:32:10.169 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:32:37.729 161 INFO rally.api [-] Starting verification (UUID=0938b5ef-b91f-4a55-bac5-0d2eab479b16) for deployment 'opnfv-rally' (UUID=d92e217b-2c0b-48bc-b1e6-4c51c1fc03bc) by verifier 'opnfv-tempest' (UUID=6e6962db-5849-4e74-8666-fd4bcff8ea22). 2020-12-14 01:32:42.707 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 01:32:42.709 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6e6962db-5849-4e74-8666-fd4bcff8ea22/for-deployment-d92e217b-2c0b-48bc-b1e6-4c51c1fc03bc/tempest.log' to option 'log_file'. 2020-12-14 01:32:42.711 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6e6962db-5849-4e74-8666-fd4bcff8ea22/for-deployment-d92e217b-2c0b-48bc-b1e6-4c51c1fc03bc/tempest.log 2020-12-14 01:32:42.713 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 01:32:42.715 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6e6962db-5849-4e74-8666-fd4bcff8ea22/for-deployment-d92e217b-2c0b-48bc-b1e6-4c51c1fc03bc/lock_files' to option 'lock_path'. 2020-12-14 01:32:42.716 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6e6962db-5849-4e74-8666-fd4bcff8ea22/for-deployment-d92e217b-2c0b-48bc-b1e6-4c51c1fc03bc/lock_files 2020-12-14 01:32:42.718 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 01:32:42.720 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 01:32:42.722 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e482e48a-a672-461d-8c60-089f322cbeb5 2020-12-14 01:32:42.724 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0607a2b1-51ce-4f84-a84b-99c8117261c1 2020-12-14 01:32:42.727 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cab7d7be-4010-48d3-97d5-aac6102a5fbb 2020-12-14 01:32:42.731 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 48643731-f04a-4ba7-8cd8-a7eddbc012aa 2020-12-14 01:32:43.278 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 01:32:43.280 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_admin-net_15a9cbb8-f47b-4cdc-b31f-dda2174a6d0c 2020-12-14 01:32:43.284 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 01:32:43.986 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 01:32:44.069 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_eb22c75d_bObQWAdZ'. Using flavor 'rally_verify_eb22c75d_bObQWAdZ' (ID = cdad8710-7950-47f7-9ffa-2d92c2d7e88e) for the tests. 2020-12-14 01:32:44.071 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cdad8710-7950-47f7-9ffa-2d92c2d7e88e' to option 'instance_type'. 2020-12-14 01:32:44.072 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cdad8710-7950-47f7-9ffa-2d92c2d7e88e 2020-12-14 01:32:44.081 161 INFO rally.task.context [-] Verification 6e6962db-5849-4e74-8666-fd4bcff8ea22 | Context tempest@default setup() finished in 5.16 sec 2020-12-14 01:32:44.085 161 INFO rally.task.context [-] Verification 6e6962db-5849-4e74-8666-fd4bcff8ea22 | Context testr@default setup() finished in 1.74 msec 2020-12-14 01:32:44.087 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9c89095c-0bf8-4eac-a8f2-7a6d289618ba'. 2020-12-14 01:33:30.897 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 01:33:34.213 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.002s]: b'This API extension policy was removed in Stein' 2020-12-14 01:33:34.226 161 INFO opnfv-tempest [-] {2} 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 01:33:35.079 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [1.499s] 2020-12-14 01:33:35.474 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [1.294s] 2020-12-14 01:33:36.251 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.749s] 2020-12-14 01:33:36.393 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [1.291s] 2020-12-14 01:33:37.202 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2020-12-14 01:33:37.365 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [2.394s] 2020-12-14 01:33:38.542 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [1.174s] 2020-12-14 01:33:39.467 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [1.413s] 2020-12-14 01:33:39.649 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [1.085s] 2020-12-14 01:33:40.107 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.651s] 2020-12-14 01:33:40.292 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.626s] 2020-12-14 01:33:40.673 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.562s] 2020-12-14 01:33:40.995 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.819s] 2020-12-14 01:33:41.150 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.477s] 2020-12-14 01:33:41.232 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.765s] 2020-12-14 01:33:42.056 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.990s] 2020-12-14 01:33:42.078 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [1.700s] 2020-12-14 01:33:43.319 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [1.248s] 2020-12-14 01:33:43.379 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [1.362s] 2020-12-14 01:33:44.454 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [1.017s] 2020-12-14 01:33:44.491 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [1.135s] 2020-12-14 01:33:45.229 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.806s] 2020-12-14 01:33:45.388 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.923s] 2020-12-14 01:33:45.659 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.640s] 2020-12-14 01:33:46.794 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [1.117s] 2020-12-14 01:33:50.623 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2020-12-14 01:33:51.235 161 INFO opnfv-tempest [-] {1} 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 01:33:51.249 161 INFO opnfv-tempest [-] {1} 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 01:33:51.252 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [1.262s] 2020-12-14 01:33:52.252 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [1.741s] 2020-12-14 01:33:52.611 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.367s] 2020-12-14 01:33:52.618 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 01:33:53.276 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [1.013s] 2020-12-14 01:33:54.011 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.705s] 2020-12-14 01:33:54.070 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.410s] 2020-12-14 01:33:54.080 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.022s]: b'This API extension policy was removed in Stein' 2020-12-14 01:33:54.381 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.850s] 2020-12-14 01:33:54.880 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.868s] 2020-12-14 01:33:55.147 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.744s] 2020-12-14 01:33:56.272 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [1.259s] 2020-12-14 01:33:56.736 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [1.847s] 2020-12-14 01:33:57.627 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [1.326s] 2020-12-14 01:33:58.601 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.957s] 2020-12-14 01:33:59.272 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.906s] 2020-12-14 01:33:59.925 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [1.318s] 2020-12-14 01:34:00.132 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.846s] 2020-12-14 01:34:01.120 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.967s] 2020-12-14 01:34:02.011 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.872s] 2020-12-14 01:34:02.919 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.891s] 2020-12-14 01:34:04.378 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.835s] 2020-12-14 01:34:08.507 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.259s] 2020-12-14 01:34:08.906 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.691s] 2020-12-14 01:34:09.960 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.444s] 2020-12-14 01:34:10.595 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.634s] 2020-12-14 01:34:13.617 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [3.014s] 2020-12-14 01:34:14.931 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.309s] 2020-12-14 01:34:15.841 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [1.011s] 2020-12-14 01:34:17.882 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [2.950s] 2020-12-14 01:34:20.682 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [4.828s] 2020-12-14 01:34:21.564 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [1.103s] 2020-12-14 01:34:21.731 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [1.024s] 2020-12-14 01:34:23.486 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.748s] 2020-12-14 01:34:24.272 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.663s] 2020-12-14 01:34:24.980 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.405s] 2020-12-14 01:34:24.985 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.650s] 2020-12-14 01:34:30.585 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.872s] 2020-12-14 01:34:32.058 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [1.461s] 2020-12-14 01:34:45.210 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [3.984s] 2020-12-14 01:34:46.089 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [0.857s] 2020-12-14 01:34:50.943 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [4.831s] 2020-12-14 01:34:53.278 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [1.000s] 2020-12-14 01:34:54.256 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.955s] 2020-12-14 01:34:55.469 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [1.197s] 2020-12-14 01:34:56.783 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [1.297s] 2020-12-14 01:34:58.128 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [1.323s] 2020-12-14 01:34:58.688 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.746s] 2020-12-14 01:34:59.422 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [1.282s] 2020-12-14 01:35:03.965 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2020-12-14 01:35:07.559 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.845s] 2020-12-14 01:35:08.211 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.651s] 2020-12-14 01:35:08.952 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.728s] 2020-12-14 01:35:09.626 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.669s] 2020-12-14 01:35:14.120 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.818s] 2020-12-14 01:35:14.957 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.823s] 2020-12-14 01:35:15.751 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.790s] 2020-12-14 01:35:18.485 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [48.550s] 2020-12-14 01:35:21.202 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.909s] 2020-12-14 01:35:21.941 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.725s] 2020-12-14 01:35:22.790 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.841s] 2020-12-14 01:35:23.555 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.758s] 2020-12-14 01:35:24.315 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.756s] 2020-12-14 01:35:33.432 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 [1.063s] 2020-12-14 01:35:34.399 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 [0.957s] 2020-12-14 01:35:35.312 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.905s] 2020-12-14 01:35:36.443 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.120s] 2020-12-14 01:35:40.874 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [22.330s] 2020-12-14 01:35:42.115 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.757s] 2020-12-14 01:35:46.075 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 [5.307s] 2020-12-14 01:35:47.100 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 [1.007s] 2020-12-14 01:35:48.265 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 [1.166s] 2020-12-14 01:35:48.445 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [32.377s] 2020-12-14 01:35:50.025 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.751s] 2020-12-14 01:35:56.940 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [16.004s] 2020-12-14 01:36:00.740 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [3.780s] 2020-12-14 01:36:01.314 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.698s] 2020-12-14 01:36:02.078 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [5.829s] 2020-12-14 01:36:02.422 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [1.091s] 2020-12-14 01:36:03.669 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [1.228s] 2020-12-14 01:36:04.512 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.824s] 2020-12-14 01:36:08.165 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [6.082s] 2020-12-14 01:36:08.328 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [7.561s] 2020-12-14 01:36:17.464 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [9.104s] 2020-12-14 01:36:19.385 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [30.858s] 2020-12-14 01:36:20.453 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [12.282s] 2020-12-14 01:36:22.003 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.542s] 2020-12-14 01:36:27.352 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.345s] 2020-12-14 01:36:32.188 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [5.042s] 2020-12-14 01:36:32.442 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [14.933s] 2020-12-14 01:36:34.788 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [7.435s] 2020-12-14 01:36:38.127 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [5.918s] 2020-12-14 01:36:38.359 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [1.371s] 2020-12-14 01:36:40.493 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [5.698s] 2020-12-14 01:36:41.130 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.623s] 2020-12-14 01:36:43.656 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.879s] 2020-12-14 01:36:44.598 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.936s] 2020-12-14 01:36:45.256 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.651s] 2020-12-14 01:36:45.886 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.624s] 2020-12-14 01:36:48.744 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.604s] 2020-12-14 01:36:50.130 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.518s] 2020-12-14 01:36:50.360 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.613s] 2020-12-14 01:36:50.625 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.492s] 2020-12-14 01:36:51.028 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.394s] 2020-12-14 01:36:51.875 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.838s] 2020-12-14 01:36:52.656 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.779s] 2020-12-14 01:36:55.886 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [5.526s] 2020-12-14 01:36:56.639 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.746s] 2020-12-14 01:36:57.094 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.471s] 2020-12-14 01:36:57.364 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [19.160s] 2020-12-14 01:36:57.490 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.388s] 2020-12-14 01:36:58.225 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.725s] 2020-12-14 01:36:59.117 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.473s] 2020-12-14 01:36:59.287 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.059s] 2020-12-14 01:36:59.935 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [2.563s] 2020-12-14 01:36:59.986 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.692s] 2020-12-14 01:37:00.598 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.602s] 2020-12-14 01:37:01.493 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.892s] 2020-12-14 01:37:01.919 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.415s] 2020-12-14 01:37:02.348 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.430s] 2020-12-14 01:37:03.146 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.786s] 2020-12-14 01:37:03.829 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.673s] 2020-12-14 01:37:04.588 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.761s] 2020-12-14 01:37:05.629 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.038s] 2020-12-14 01:37:12.602 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.663s] 2020-12-14 01:37:13.001 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.393s] 2020-12-14 01:37:13.521 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.513s] 2020-12-14 01:37:17.235 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [18.110s] 2020-12-14 01:37:17.462 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [17.485s] 2020-12-14 01:37:18.341 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.633s] 2020-12-14 01:37:18.388 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.151s] 2020-12-14 01:37:19.685 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [2.206s] 2020-12-14 01:37:23.012 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.614s] 2020-12-14 01:37:23.951 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.245s] 2020-12-14 01:37:25.139 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.174s] 2020-12-14 01:37:26.217 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.067s] 2020-12-14 01:37:27.356 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.337s] 2020-12-14 01:37:27.427 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.213s] 2020-12-14 01:37:28.535 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.180s] 2020-12-14 01:37:28.782 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.342s] 2020-12-14 01:37:32.281 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.738s] 2020-12-14 01:37:33.691 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.840s] 2020-12-14 01:37:34.768 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.076s] 2020-12-14 01:37:41.666 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [1.344s] 2020-12-14 01:37:42.751 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.071s] 2020-12-14 01:37:43.600 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.841s] 2020-12-14 01:37:43.755 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.834s] 2020-12-14 01:37:44.407 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.798s] 2020-12-14 01:37:45.243 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.476s] 2020-12-14 01:37:45.299 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.889s] 2020-12-14 01:37:46.243 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.000s] 2020-12-14 01:37:47.609 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.359s] 2020-12-14 01:37:48.918 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.301s] 2020-12-14 01:37:50.031 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.107s] 2020-12-14 01:37:51.206 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.167s] 2020-12-14 01:37:51.970 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.760s] 2020-12-14 01:37:54.946 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [4.844s] 2020-12-14 01:37:56.229 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.159s] 2020-12-14 01:37:57.049 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.814s] 2020-12-14 01:37:58.103 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.043s] 2020-12-14 01:37:58.354 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [1.439s] 2020-12-14 01:37:59.059 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.953s] 2020-12-14 01:37:59.649 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.581s] 2020-12-14 01:37:59.994 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [5.009s] 2020-12-14 01:38:00.122 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.467s] 2020-12-14 01:38:00.567 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.444s] 2020-12-14 01:38:00.804 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.404s] 2020-12-14 01:38:00.813 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.762s] 2020-12-14 01:38:01.233 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.461s] 2020-12-14 01:38:01.598 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.025s] 2020-12-14 01:38:01.742 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.504s] 2020-12-14 01:38:02.867 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.263s] 2020-12-14 01:38:03.532 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.786s] 2020-12-14 01:38:06.918 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [6.109s] 2020-12-14 01:38:06.924 161 INFO opnfv-tempest [-] {3} 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 01:38:08.567 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [1.206s] 2020-12-14 01:38:10.132 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.553s] 2020-12-14 01:38:10.332 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.835s] 2020-12-14 01:38:11.112 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.775s] 2020-12-14 01:38:11.784 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.668s] 2020-12-14 01:38:12.417 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.621s] 2020-12-14 01:38:13.065 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.644s] 2020-12-14 01:38:15.832 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [5.702s] 2020-12-14 01:38:17.216 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.372s] 2020-12-14 01:38:17.336 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.709s] 2020-12-14 01:38:19.041 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.811s] 2020-12-14 01:38:21.114 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.807s] 2020-12-14 01:38:22.183 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [1.016s] 2020-12-14 01:38:23.235 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [1.049s] 2020-12-14 01:38:24.049 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.808s] 2020-12-14 01:38:25.304 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [1.245s] 2020-12-14 01:38:26.252 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.940s] 2020-12-14 01:38:27.046 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.774s] 2020-12-14 01:38:27.129 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.870s] 2020-12-14 01:38:27.577 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.449s] 2020-12-14 01:38:28.057 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [1.134s] 2020-12-14 01:38:28.294 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.707s] 2020-12-14 01:38:28.603 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.555s] 2020-12-14 01:38:28.940 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.640s] 2020-12-14 01:38:29.332 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.267s] 2020-12-14 01:38:29.412 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.805s] 2020-12-14 01:38:29.733 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.786s] 2020-12-14 01:38:31.091 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.749s] 2020-12-14 01:38:32.691 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.594s] 2020-12-14 01:38:36.046 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.778s] 2020-12-14 01:38:39.321 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [1.135s] 2020-12-14 01:38:40.213 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.889s] 2020-12-14 01:38:40.967 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.740s] 2020-12-14 01:38:41.737 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.763s] 2020-12-14 01:38:42.442 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.707s] 2020-12-14 01:38:44.501 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.559s] 2020-12-14 01:38:47.584 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [3.072s] 2020-12-14 01:38:51.268 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.683s] 2020-12-14 01:38:54.042 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [7.168s] 2020-12-14 01:38:54.429 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.153s] 2020-12-14 01:38:56.973 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [15.040s] 2020-12-14 01:38:57.133 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.702s] 2020-12-14 01:38:59.982 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.844s] 2020-12-14 01:39:02.844 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [8.787s] 2020-12-14 01:39:08.574 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [5.732s] 2020-12-14 01:39:13.452 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.289s] 2020-12-14 01:39:14.222 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.767s] 2020-12-14 01:39:15.117 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.888s] 2020-12-14 01:39:15.803 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.677s] 2020-12-14 01:39:16.613 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.810s] 2020-12-14 01:39:17.529 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.912s] 2020-12-14 01:39:18.592 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [9.994s] 2020-12-14 01:39:19.267 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.732s] 2020-12-14 01:39:19.566 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [22.573s] 2020-12-14 01:39:19.790 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.517s] 2020-12-14 01:39:20.473 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.677s] 2020-12-14 01:39:21.332 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.848s] 2020-12-14 01:39:22.197 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.865s] 2020-12-14 01:39:22.811 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.613s] 2020-12-14 01:39:23.347 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.532s] 2020-12-14 01:39:23.807 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.797s] 2020-12-14 01:39:24.090 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.732s] 2020-12-14 01:39:24.725 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.907s] 2020-12-14 01:39:25.519 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.797s] 2020-12-14 01:39:25.565 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.471s] 2020-12-14 01:39:25.585 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.006s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-12-14 01:39:25.604 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.005s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-12-14 01:39:25.625 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.005s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-12-14 01:39:26.259 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.725s] 2020-12-14 01:39:26.962 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.347s] 2020-12-14 01:39:26.989 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.712s] 2020-12-14 01:39:28.698 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.744s] 2020-12-14 01:39:31.228 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.599s] 2020-12-14 01:39:37.829 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [18.235s] 2020-12-14 01:39:40.595 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [2.783s] 2020-12-14 01:39:41.285 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.690s] 2020-12-14 01:39:41.420 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.565s] 2020-12-14 01:39:41.803 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.515s] 2020-12-14 01:39:41.990 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.565s] 2020-12-14 01:39:42.548 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.553s] 2020-12-14 01:39:43.144 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.589s] 2020-12-14 01:39:43.840 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.693s] 2020-12-14 01:39:44.214 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [2.393s] 2020-12-14 01:39:44.474 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.627s] 2020-12-14 01:39:45.034 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.230s] 2020-12-14 01:39:46.329 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.291s] 2020-12-14 01:39:47.042 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.824s] 2020-12-14 01:39:47.570 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.529s] 2020-12-14 01:39:48.189 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.860s] 2020-12-14 01:39:48.388 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.806s] 2020-12-14 01:39:49.884 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.686s] 2020-12-14 01:39:51.474 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.581s] 2020-12-14 01:39:51.849 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.643s] 2020-12-14 01:39:53.568 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.080s] 2020-12-14 01:39:55.053 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.485s] 2020-12-14 01:39:56.041 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.474s] 2020-12-14 01:39:56.646 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.592s] 2020-12-14 01:39:58.883 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.230s] 2020-12-14 01:39:59.610 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.719s] 2020-12-14 01:40:00.278 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.662s] 2020-12-14 01:40:00.842 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.776s] 2020-12-14 01:40:01.666 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.819s] 2020-12-14 01:40:02.267 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.595s] 2020-12-14 01:40:02.861 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.579s] 2020-12-14 01:40:03.355 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [1.021s] 2020-12-14 01:40:03.948 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.593s] 2020-12-14 01:40:04.670 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.707s] 2020-12-14 01:40:04.677 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.773s] 2020-12-14 01:40:05.126 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.485s] 2020-12-14 01:40:05.364 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.700s] 2020-12-14 01:40:05.827 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.694s] 2020-12-14 01:40:06.602 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [1.227s] 2020-12-14 01:40:06.833 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.468s] 2020-12-14 01:40:07.583 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.746s] 2020-12-14 01:40:07.619 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.777s] 2020-12-14 01:40:08.159 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.538s] 2020-12-14 01:40:10.692 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [3.104s] 2020-12-14 01:40:13.441 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.648s] 2020-12-14 01:40:14.197 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.499s] 2020-12-14 01:40:14.338 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.886s] 2020-12-14 01:40:14.759 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.416s] 2020-12-14 01:40:15.760 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.997s] 2020-12-14 01:40:16.779 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.575s] 2020-12-14 01:40:16.812 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [1.042s] 2020-12-14 01:40:18.360 161 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.674s] 2020-12-14 01:40:18.692 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.909s] 2020-12-14 01:40:21.505 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.803s] 2020-12-14 01:40:23.809 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.301s] 2020-12-14 01:40:25.034 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.221s] 2020-12-14 01:40:28.859 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [3.453s] 2020-12-14 01:40:33.470 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [4.602s] 2020-12-14 01:40:33.908 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.443s] 2020-12-14 01:40:34.976 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [1.048s] 2020-12-14 01:40:35.572 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.605s] 2020-12-14 01:40:36.034 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.454s] 2020-12-14 01:40:40.835 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [4.784s] 2020-12-14 01:40:43.114 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.904s] 2020-12-14 01:40:45.136 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [2.006s] 2020-12-14 01:40:45.503 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [4.667s] 2020-12-14 01:40:46.099 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.596s] 2020-12-14 01:40:46.904 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.766s] 2020-12-14 01:40:48.458 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.548s] 2020-12-14 01:40:50.420 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.954s] 2020-12-14 01:40:55.775 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.950s] 2020-12-14 01:41:01.060 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [6.056s] 2020-12-14 01:41:06.717 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [5.654s] 2020-12-14 01:41:08.395 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [8.982s] 2020-12-14 01:41:15.996 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [2.028s] 2020-12-14 01:41:16.257 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.757s] 2020-12-14 01:41:19.632 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [3.628s] 2020-12-14 01:41:20.197 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.563s] 2020-12-14 01:41:20.809 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.604s] 2020-12-14 01:41:21.340 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.528s] 2020-12-14 01:41:22.053 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.708s] 2020-12-14 01:41:22.763 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.700s] 2020-12-14 01:41:23.582 161 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.821s] 2020-12-14 01:41:25.931 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [2.368s] 2020-12-14 01:41:36.696 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [1.052s] 2020-12-14 01:41:40.051 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [3.345s] 2020-12-14 01:41:41.408 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [1.350s] 2020-12-14 01:41:49.833 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [1.844s] 2020-12-14 01:41:50.437 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.601s] 2020-12-14 01:41:51.776 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [1.328s] 2020-12-14 01:42:00.870 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.515s] 2020-12-14 01:42:07.084 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [6.202s] 2020-12-14 01:42:10.576 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [337.694s] 2020-12-14 01:42:10.781 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [3.700s] 2020-12-14 01:42:11.204 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.425s] 2020-12-14 01:42:11.740 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.528s] 2020-12-14 01:42:11.981 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.378s] 2020-12-14 01:42:12.255 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.511s] 2020-12-14 01:42:12.833 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.572s] 2020-12-14 01:42:13.377 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [1.375s] 2020-12-14 01:42:14.438 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.043s] 2020-12-14 01:42:15.831 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [1.383s] 2020-12-14 01:42:20.585 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.674s] 2020-12-14 01:42:21.398 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.803s] 2020-12-14 01:42:22.084 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.687s] 2020-12-14 01:42:22.965 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.868s] 2020-12-14 01:42:23.885 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.919s] 2020-12-14 01:42:24.359 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.468s] 2020-12-14 01:42:25.150 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.785s] 2020-12-14 01:42:25.912 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.757s] 2020-12-14 01:42:26.592 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.671s] 2020-12-14 01:42:27.323 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.727s] 2020-12-14 01:42:29.260 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [13.383s] 2020-12-14 01:42:36.225 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.867s] 2020-12-14 01:42:37.285 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [1.057s] 2020-12-14 01:42:38.816 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [1.522s] 2020-12-14 01:42:40.191 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [1.370s] 2020-12-14 01:42:40.663 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.472s] 2020-12-14 01:42:41.061 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.396s] 2020-12-14 01:42:52.761 161 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.870s] 2020-12-14 01:42:53.738 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [24.433s] 2020-12-14 01:43:00.227 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [6.455s] 2020-12-14 01:43:03.243 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.985s] 2020-12-14 01:48:18.143 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [314.345s] 2020-12-14 01:48:58.600 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [40.371s] 2020-12-14 01:49:38.024 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.754s] 2020-12-14 01:50:02.225 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.724s] 2020-12-14 01:50:31.284 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [1.297s] 2020-12-14 01:50:42.013 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [10.707s] 2020-12-14 01:50:49.638 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [7.601s] 2020-12-14 01:50:50.312 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.657s] 2020-12-14 01:50:51.117 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.786s] 2020-12-14 01:50:51.780 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.647s] 2020-12-14 01:51:01.655 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [9.864s] 2020-12-14 01:51:41.342 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_change_server_password ... skip [0.001s]: b'Change password not available.' 2020-12-14 01:51:42.528 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [1.127s] 2020-12-14 01:51:43.678 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [1.152s] 2020-12-14 01:51:56.242 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [12.516s] 2020-12-14 01:51:57.288 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [1.023s] 2020-12-14 01:51:58.317 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [1.012s] 2020-12-14 01:51:58.346 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 01:51:58.368 161 INFO opnfv-tempest [-] {0} 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 01:51:58.375 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 01:51:58.382 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 01:51:58.388 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 01:51:58.393 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 01:51:59.330 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [0.968s] 2020-12-14 01:52:00.652 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.307s] 2020-12-14 01:52:08.687 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [8.016s] 2020-12-14 01:57:22.609 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [313.327s] 2020-12-14 01:57:37.681 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [15.032s] 2020-12-14 01:57:38.978 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [1.255s] 2020-12-14 01:57:38.989 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 01:57:40.360 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [1.378s] 2020-12-14 01:57:40.372 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 01:57:40.384 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.001s]: b'This API extension policy was removed in Stein' 2020-12-14 01:57:40.395 161 INFO opnfv-tempest [-] {0} 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 01:57:40.406 161 INFO opnfv-tempest [-] {0} 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 01:57:40.418 161 INFO opnfv-tempest [-] {0} 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 01:57:40.430 161 INFO opnfv-tempest [-] {0} 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 01:57:41.439 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [1.026s] 2020-12-14 01:57:46.915 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [5.453s] 2020-12-14 01:57:56.002 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [9.062s] 2020-12-14 01:57:58.005 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.932s] 2020-12-14 01:58:08.296 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [10.262s] 2020-12-14 01:58:45.764 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [1.108s] 2020-12-14 01:58:46.535 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.761s] 2020-12-14 01:58:48.184 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.632s] 2020-12-14 01:58:49.058 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.858s] 2020-12-14 01:58:49.835 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.763s] 2020-12-14 01:58:50.892 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [1.046s] 2020-12-14 01:59:08.479 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.741s] 2020-12-14 01:59:10.137 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.629s] 2020-12-14 01:59:12.523 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [2.380s] 2020-12-14 01:59:15.004 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [2.454s] 2020-12-14 01:59:15.749 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.722s] 2020-12-14 01:59:16.485 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.721s] 2020-12-14 01:59:19.016 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [2.512s] 2020-12-14 01:59:19.709 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.678s] 2020-12-14 01:59:25.878 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.613s] 2020-12-14 01:59:26.450 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.567s] 2020-12-14 01:59:26.870 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.409s] 2020-12-14 01:59:32.152 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.687s] 2020-12-14 01:59:32.844 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.682s] 2020-12-14 01:59:33.442 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.590s] 2020-12-14 01:59:34.033 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.585s] 2020-12-14 01:59:34.640 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.605s] 2020-12-14 01:59:41.661 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.015s] 2020-12-14 01:59:42.377 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.700s] 2020-12-14 01:59:43.118 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.737s] 2020-12-14 01:59:43.935 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.809s] 2020-12-14 01:59:44.883 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.944s] 2020-12-14 01:59:46.220 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.319s] 2020-12-14 01:59:47.732 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.513s] 2020-12-14 01:59:53.516 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [0.913s] 2020-12-14 01:59:59.005 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [5.482s] 2020-12-14 02:00:00.061 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [1.048s] 2020-12-14 02:00:01.508 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:00:01.515 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:00:04.944 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [0.670s] 2020-12-14 02:00:06.139 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [1.188s] 2020-12-14 02:00:13.898 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [2.763s] 2020-12-14 02:00:15.785 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.875s] 2020-12-14 02:00:23.091 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [7.298s] 2020-12-14 02:00:27.934 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.656s] 2020-12-14 02:00:28.600 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.659s] 2020-12-14 02:00:29.216 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.609s] 2020-12-14 02:00:29.915 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.685s] 2020-12-14 02:00:34.608 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.516s] 2020-12-14 02:00:42.783 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [2.591s] 2020-12-14 02:00:45.167 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.366s] 2020-12-14 02:00:47.501 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [2.344s] 2020-12-14 02:00:58.695 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [2.684s] 2020-12-14 02:01:01.152 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [2.446s] 2020-12-14 02:01:01.802 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.659s] 2020-12-14 02:01:02.481 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.672s] 2020-12-14 02:01:06.073 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [3.578s] 2020-12-14 02:01:09.575 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [3.499s] 2020-12-14 02:01:15.029 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.659s] 2020-12-14 02:01:15.795 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.761s] 2020-12-14 02:01:30.575 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [9.073s] 2020-12-14 02:01:40.870 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [10.295s] 2020-12-14 02:01:46.835 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.481s] 2020-12-14 02:01:47.384 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.547s] 2020-12-14 02:01:57.266 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.515s] 2020-12-14 02:01:57.902 161 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.635s] 2020-12-14 02:02:09.669 161 INFO rally.task.context [-] Verification 6e6962db-5849-4e74-8666-fd4bcff8ea22 | Context testr@default cleanup() started 2020-12-14 02:02:09.672 161 INFO rally.task.context [-] Verification 6e6962db-5849-4e74-8666-fd4bcff8ea22 | Context testr@default cleanup() finished in 3.09 msec 2020-12-14 02:02:09.674 161 INFO rally.task.context [-] Verification 6e6962db-5849-4e74-8666-fd4bcff8ea22 | Context tempest@default cleanup() started 2020-12-14 02:02:10.175 161 INFO rally.task.context [-] Verification 6e6962db-5849-4e74-8666-fd4bcff8ea22 | Context tempest@default cleanup() finished in 0.50 sec 2020-12-14 02:02:10.405 161 INFO rally.api [-] Verification (UUID=0938b5ef-b91f-4a55-bac5-0d2eab479b16) has been successfully finished for deployment 'opnfv-rally' (UUID=d92e217b-2c0b-48bc-b1e6-4c51c1fc03bc)! 2020-12-14 02:02:26.333 218 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:02:26.339 218 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:02:26.341 218 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:02:45.191 224 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:02:45.197 224 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:02:45.198 224 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:03:13.634 224 INFO rally.api [-] Building 'html' report for the following verification(s): '0938b5ef-b91f-4a55-bac5-0d2eab479b16' 2020-12-14 02:03:13.985 224 INFO rally.api [-] The report has been successfully built. 2020-12-14 02:03:29.731 237 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:03:29.738 237 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:03:29.739 237 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:03:57.732 237 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0938b5ef-b91f-4a55-bac5-0d2eab479b16' 2020-12-14 02:03:58.061 237 INFO rally.api [-] The report has been successfully built.