2020-07-10 12:25:38.424 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:25:38.424 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:25:38.424 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:25:40.664 7 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-07-10 12:25:40.664 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 12:25:40.664 7 ERROR rally.cli.cliutils 2020-07-10 12:25:42.168 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:25:42.168 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:25:42.168 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:25:46.363 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:25:46.363 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:25:46.364 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:25:50.954 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:25:50.954 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:25:50.954 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:25:52.467 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:25:52.467 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:25:52.467 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:25:54.631 17 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-07-10 12:25:54.631 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 12:25:54.631 17 ERROR rally.cli.cliutils 2020-07-10 12:25:56.276 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:25:56.276 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:25:56.276 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:25:58.597 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 12:25:58.665 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e3d37a22-81bb-471c-b3e4-4b34d8f86c77/repo. 2020-07-10 12:25:58.983 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e3d37a22-81bb-471c-b3e4-4b34d8f86c77/repo'... done. ' 2020-07-10 12:25:58.999 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 12:25:59.024 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 12:25:59.081 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 12:25:59.868 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e3d37a22-81bb-471c-b3e4-4b34d8f86c77) has been successfully created! 2020-07-10 12:26:01.448 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:26:01.449 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:26:01.449 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:26:05.860 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:26:05.861 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:26:05.861 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:26:08.026 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e3d37a22-81bb-471c-b3e4-4b34d8f86c77) for deployment 'opnfv-rally' (UUID=82594e7d-e2e0-4556-9f56-c63bbd9b9862). 2020-07-10 12:26:08.489 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e3d37a22-81bb-471c-b3e4-4b34d8f86c77) has been successfully configured for deployment 'opnfv-rally' (UUID=82594e7d-e2e0-4556-9f56-c63bbd9b9862)! 2020-07-10 12:26:16.899 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:26:16.899 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:26:16.899 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:26:19.150 34 INFO rally.api [-] Starting verification (UUID=e0807c05-f599-42e0-a42a-6b1d78d20147) for deployment 'opnfv-rally' (UUID=82594e7d-e2e0-4556-9f56-c63bbd9b9862) by verifier 'opnfv-tempest' (UUID=e3d37a22-81bb-471c-b3e4-4b34d8f86c77). 2020-07-10 12:26:19.733 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 12:26:19.734 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e3d37a22-81bb-471c-b3e4-4b34d8f86c77/for-deployment-82594e7d-e2e0-4556-9f56-c63bbd9b9862/tempest.log' to option 'log_file'. 2020-07-10 12:26:19.734 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e3d37a22-81bb-471c-b3e4-4b34d8f86c77/for-deployment-82594e7d-e2e0-4556-9f56-c63bbd9b9862/tempest.log 2020-07-10 12:26:19.734 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 12:26:19.735 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e3d37a22-81bb-471c-b3e4-4b34d8f86c77/for-deployment-82594e7d-e2e0-4556-9f56-c63bbd9b9862/lock_files' to option 'lock_path'. 2020-07-10 12:26:19.735 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e3d37a22-81bb-471c-b3e4-4b34d8f86c77/for-deployment-82594e7d-e2e0-4556-9f56-c63bbd9b9862/lock_files 2020-07-10 12:26:19.735 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 12:26:19.736 34 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-07-10 12:26:19.736 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 28aadbc4-7c06-4d3c-98b9-d3c4f52d5d84 2020-07-10 12:26:19.736 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d19a1fa4-6658-426b-aa26-82b4550dc4ed 2020-07-10 12:26:19.737 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f374c2a2-9827-4fcd-bce1-faccf031501d 2020-07-10 12:26:19.737 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 437128c3-1b33-4e1e-957d-f95187548b15 2020-07-10 12:26:19.943 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 12:26:19.944 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_admin-net_e874642a-272f-4656-8a4a-54285ed40970 2020-07-10 12:26:19.945 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 12:26:20.045 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 12:26:20.092 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 12:26:20.093 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e0807c05_t2ZcPhWF' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 12:26:20.133 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e0807c05_t2ZcPhWF' (ID = dd42a943-3f44-4dd5-8999-d969b255b9e9) has been successfully created! 2020-07-10 12:26:20.134 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dd42a943-3f44-4dd5-8999-d969b255b9e9' to option 'instance_type'. 2020-07-10 12:26:20.134 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dd42a943-3f44-4dd5-8999-d969b255b9e9 2020-07-10 12:26:20.136 34 INFO rally.task.context [-] Verification e3d37a22-81bb-471c-b3e4-4b34d8f86c77 | Context tempest@default setup() finished in 0.79 sec 2020-07-10 12:26:20.137 34 INFO rally.task.context [-] Verification e3d37a22-81bb-471c-b3e4-4b34d8f86c77 | Context testr@default setup() finished in 0.36 msec 2020-07-10 12:26:20.137 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fa0547ca-11f7-4157-9902-1d9b8ccea93e'. 2020-07-10 12:26:27.220 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.496s] 2020-07-10 12:26:27.490 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.549s] 2020-07-10 12:26:27.513 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.296s] 2020-07-10 12:26:27.576 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.488s] 2020-07-10 12:26:27.643 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.637s] 2020-07-10 12:26:27.893 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.403s] 2020-07-10 12:26:27.976 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.462s] 2020-07-10 12:26:28.047 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.406s] 2020-07-10 12:26:28.077 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.501s] 2020-07-10 12:26:28.312 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.418s] 2020-07-10 12:26:28.514 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.465s] 2020-07-10 12:26:28.548 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.471s] 2020-07-10 12:26:28.703 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.389s] 2020-07-10 12:26:28.765 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.787s] 2020-07-10 12:26:29.210 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.694s] 2020-07-10 12:26:29.629 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.864s] 2020-07-10 12:26:30.369 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.740s] 2020-07-10 12:26:31.818 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.447s] 2020-07-10 12:26:32.096 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.277s] 2020-07-10 12:26:32.298 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.358s] 2020-07-10 12:26:32.350 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.466s] 2020-07-10 12:26:32.361 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.266s] 2020-07-10 12:26:32.622 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.322s] 2020-07-10 12:26:32.763 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.264s] 2020-07-10 12:26:32.838 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.488s] 2020-07-10 12:26:32.893 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.270s] 2020-07-10 12:26:32.979 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.614s] 2020-07-10 12:26:33.047 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.284s] 2020-07-10 12:26:33.381 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.333s] 2020-07-10 12:26:33.415 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.522s] 2020-07-10 12:26:33.430 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.451s] 2020-07-10 12:26:33.970 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.539s] 2020-07-10 12:26:33.993 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.577s] 2020-07-10 12:26:35.049 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.078s] 2020-07-10 12:26:36.871 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.594s] 2020-07-10 12:26:37.446 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.573s] 2020-07-10 12:26:37.753 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.597s] 2020-07-10 12:26:37.920 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.472s] 2020-07-10 12:26:38.376 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.622s] 2020-07-10 12:26:38.712 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.791s] 2020-07-10 12:26:39.010 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.633s] 2020-07-10 12:26:39.303 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [0.705s] 2020-07-10 12:26:39.329 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.617s] 2020-07-10 12:26:39.651 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.640s] 2020-07-10 12:26:39.928 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.623s] 2020-07-10 12:26:40.058 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-07-10 12:26:40.212 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.560s] 2020-07-10 12:26:40.546 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.308s] 2020-07-10 12:26:40.784 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.854s] 2020-07-10 12:26:40.960 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.413s] 2020-07-10 12:26:41.448 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.665s] 2020-07-10 12:26:41.462 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.501s] 2020-07-10 12:26:42.144 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.693s] 2020-07-10 12:26:43.142 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.997s] 2020-07-10 12:26:43.761 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [1.132s] 2020-07-10 12:26:44.167 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.019s] 2020-07-10 12:26:44.880 34 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.120s] 2020-07-10 12:26:46.034 34 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.152s] 2020-07-10 12:26:46.259 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [1.285s] 2020-07-10 12:26:46.521 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [2.092s] 2020-07-10 12:26:47.624 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.102s] 2020-07-10 12:26:47.897 34 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.863s] 2020-07-10 12:26:48.248 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.624s] 2020-07-10 12:26:48.321 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.510s] 2020-07-10 12:26:53.108 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.664s] 2020-07-10 12:26:54.035 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.634s] 2020-07-10 12:26:54.248 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [0.652s] 2020-07-10 12:26:54.271 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.163s] 2020-07-10 12:26:55.453 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [3.092s] 2020-07-10 12:26:55.742 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.467s] 2020-07-10 12:26:55.744 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.493s] 2020-07-10 12:26:55.836 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.799s] 2020-07-10 12:26:56.934 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [1.190s] 2020-07-10 12:26:57.324 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.488s] 2020-07-10 12:26:57.744 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.004s] 2020-07-10 12:26:58.514 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.189s] 2020-07-10 12:26:58.725 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [3.270s] 2020-07-10 12:26:59.598 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.081s] 2020-07-10 12:27:00.158 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [2.413s] 2020-07-10 12:27:01.372 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.645s] 2020-07-10 12:27:01.396 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.798s] 2020-07-10 12:27:02.534 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.138s] 2020-07-10 12:27:03.747 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.211s] 2020-07-10 12:27:05.015 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.643s] 2020-07-10 12:27:05.563 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.816s] 2020-07-10 12:27:05.888 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.325s] 2020-07-10 12:27:06.239 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.349s] 2020-07-10 12:27:08.098 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.082s] 2020-07-10 12:27:08.537 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.296s] 2020-07-10 12:27:09.303 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_auto_allocated_topology_rbac.AutoAllocationTopologyExtRbacTest.test_show_auto_allocated_topology ... success [8.520s] 2020-07-10 12:27:09.784 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.248s] 2020-07-10 12:27:10.318 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.532s] 2020-07-10 12:27:10.771 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.452s] 2020-07-10 12:27:12.271 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [4.171s] 2020-07-10 12:27:12.824 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.596s] 2020-07-10 12:27:13.271 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.498s] 2020-07-10 12:27:13.495 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.670s] 2020-07-10 12:27:14.080 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.582s] 2020-07-10 12:27:14.228 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [8.015s] 2020-07-10 12:27:14.893 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.811s] 2020-07-10 12:27:15.579 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [0.685s] 2020-07-10 12:27:15.679 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.451s] 2020-07-10 12:27:15.739 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.468s] 2020-07-10 12:27:16.011 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-07-10 12:27:19.083 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [0.428s] 2020-07-10 12:27:19.856 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [0.774s] 2020-07-10 12:27:20.164 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.699s] 2020-07-10 12:27:20.350 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [4.610s] 2020-07-10 12:27:20.557 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.392s] 2020-07-10 12:27:21.014 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.455s] 2020-07-10 12:27:21.597 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.582s] 2020-07-10 12:27:22.127 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_segmentation_id ... success [0.530s] 2020-07-10 12:27:22.445 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.095s] 2020-07-10 12:27:22.759 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.630s] 2020-07-10 12:27:23.407 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [7.727s] 2020-07-10 12:27:23.674 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.915s] 2020-07-10 12:27:24.646 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.238s] 2020-07-10 12:27:25.007 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.560s] 2020-07-10 12:27:25.484 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.808s] 2020-07-10 12:27:25.765 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.280s] 2020-07-10 12:27:26.151 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.385s] 2020-07-10 12:27:26.521 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.367s] 2020-07-10 12:27:26.948 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.427s] 2020-07-10 12:27:27.336 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [2.375s] 2020-07-10 12:27:27.382 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.433s] 2020-07-10 12:27:27.808 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.426s] 2020-07-10 12:27:28.284 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [3.275s] 2020-07-10 12:27:28.318 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.507s] 2020-07-10 12:27:29.095 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.757s] 2020-07-10 12:27:29.696 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.049s] 2020-07-10 12:27:30.059 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.740s] 2020-07-10 12:27:30.061 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-07-10 12:27:30.063 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-07-10 12:27:30.064 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-07-10 12:27:31.495 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.430s] 2020-07-10 12:27:31.733 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [2.636s] 2020-07-10 12:27:31.902 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [3.616s] 2020-07-10 12:27:32.813 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.911s] 2020-07-10 12:27:33.268 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.772s] 2020-07-10 12:27:35.295 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.597s] 2020-07-10 12:27:35.580 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [0.827s] 2020-07-10 12:27:36.314 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.733s] 2020-07-10 12:27:36.761 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.466s] 2020-07-10 12:27:37.121 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [0.803s] 2020-07-10 12:27:37.124 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.361s] 2020-07-10 12:27:37.799 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.680s] 2020-07-10 12:27:38.155 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.355s] 2020-07-10 12:27:38.581 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.424s] 2020-07-10 12:27:38.881 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.300s] 2020-07-10 12:27:39.494 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.613s] 2020-07-10 12:27:40.324 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [0.829s] 2020-07-10 12:27:43.943 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.511s] 2020-07-10 12:27:44.048 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [6.920s] 2020-07-10 12:27:44.157 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [0.594s] 2020-07-10 12:27:44.811 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [0.652s] 2020-07-10 12:27:44.911 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [0.967s] 2020-07-10 12:27:45.411 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.599s] 2020-07-10 12:27:45.471 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.560s] 2020-07-10 12:27:45.716 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.669s] 2020-07-10 12:27:46.013 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.541s] 2020-07-10 12:27:46.109 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [0.695s] 2020-07-10 12:27:46.712 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.697s] 2020-07-10 12:27:47.728 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.015s] 2020-07-10 12:27:48.505 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.775s] 2020-07-10 12:27:49.018 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.514s] 2020-07-10 12:27:49.578 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.339s] 2020-07-10 12:27:50.342 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.760s] 2020-07-10 12:27:50.764 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.637s] 2020-07-10 12:27:50.897 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.554s] 2020-07-10 12:27:51.406 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.641s] 2020-07-10 12:27:51.469 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.571s] 2020-07-10 12:27:51.927 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [6.211s] 2020-07-10 12:27:52.188 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.781s] 2020-07-10 12:27:52.325 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.397s] 2020-07-10 12:27:53.180 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.989s] 2020-07-10 12:27:54.766 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.441s] 2020-07-10 12:27:54.889 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.710s] 2020-07-10 12:27:56.463 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [0.945s] 2020-07-10 12:27:56.834 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [3.349s] 2020-07-10 12:27:58.391 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [1.927s] 2020-07-10 12:27:58.972 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.581s] 2020-07-10 12:27:59.263 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.288s] 2020-07-10 12:27:59.329 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.496s] 2020-07-10 12:28:00.058 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.794s] 2020-07-10 12:28:02.041 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.931s] 2020-07-10 12:28:02.154 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [7.386s] 2020-07-10 12:28:02.719 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [3.386s] 2020-07-10 12:28:03.008 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.853s] 2020-07-10 12:28:04.050 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [2.008s] 2020-07-10 12:28:05.063 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.012s] 2020-07-10 12:28:05.898 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [0.833s] 2020-07-10 12:28:06.959 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.949s] 2020-07-10 12:28:07.019 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.119s] 2020-07-10 12:28:11.593 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.608s] 2020-07-10 12:28:11.793 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.834s] 2020-07-10 12:28:11.952 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [6.534s] 2020-07-10 12:28:12.182 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.588s] 2020-07-10 12:28:12.900 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.715s] 2020-07-10 12:28:12.994 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.200s] 2020-07-10 12:28:13.334 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.433s] 2020-07-10 12:28:13.743 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.271s] 2020-07-10 12:28:13.789 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.455s] 2020-07-10 12:28:17.100 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.264s] 2020-07-10 12:28:17.307 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.482s] 2020-07-10 12:28:18.043 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [5.047s] 2020-07-10 12:28:19.366 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [7.408s] 2020-07-10 12:28:20.914 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.631s] 2020-07-10 12:28:21.420 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.505s] 2020-07-10 12:28:21.878 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.457s] 2020-07-10 12:28:22.348 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.469s] 2020-07-10 12:28:22.857 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.508s] 2020-07-10 12:28:23.937 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.573s] 2020-07-10 12:28:25.331 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.946s] 2020-07-10 12:28:29.716 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.292s] 2020-07-10 12:28:31.245 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.302s] 2020-07-10 12:28:31.737 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [1.119s] 2020-07-10 12:28:32.771 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.032s] 2020-07-10 12:28:32.985 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [7.651s] 2020-07-10 12:28:33.938 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.165s] 2020-07-10 12:28:34.816 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [0.877s] 2020-07-10 12:28:36.043 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [3.058s] 2020-07-10 12:28:36.313 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.448s] 2020-07-10 12:28:36.381 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.337s] 2020-07-10 12:28:36.699 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.316s] 2020-07-10 12:28:36.734 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.420s] 2020-07-10 12:28:37.081 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.384s] 2020-07-10 12:28:37.252 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.517s] 2020-07-10 12:28:37.556 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.473s] 2020-07-10 12:28:37.901 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.648s] 2020-07-10 12:28:38.582 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.679s] 2020-07-10 12:28:39.325 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.742s] 2020-07-10 12:28:40.216 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.658s] 2020-07-10 12:28:40.973 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.756s] 2020-07-10 12:28:41.468 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.494s] 2020-07-10 12:28:41.920 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.451s] 2020-07-10 12:28:42.191 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.504s] 2020-07-10 12:28:42.477 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.495s] 2020-07-10 12:28:42.499 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.579s] 2020-07-10 12:28:43.323 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.846s] 2020-07-10 12:28:44.151 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.828s] 2020-07-10 12:28:46.436 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.909s] 2020-07-10 12:28:46.956 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.519s] 2020-07-10 12:28:47.391 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.433s] 2020-07-10 12:28:47.837 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [2.097s] 2020-07-10 12:28:48.021 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.629s] 2020-07-10 12:28:48.619 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.599s] 2020-07-10 12:28:49.134 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.511s] 2020-07-10 12:28:49.384 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.482s] 2020-07-10 12:28:49.397 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.264s] 2020-07-10 12:28:49.659 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [1.817s] 2020-07-10 12:28:49.872 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.475s] 2020-07-10 12:28:50.082 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.423s] 2020-07-10 12:28:50.257 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.384s] 2020-07-10 12:28:50.529 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.446s] 2020-07-10 12:28:50.708 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.449s] 2020-07-10 12:28:53.740 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [3.208s] 2020-07-10 12:28:54.578 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.412s] 2020-07-10 12:28:55.137 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.558s] 2020-07-10 12:28:56.853 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [3.113s] 2020-07-10 12:29:00.938 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.496s] 2020-07-10 12:29:03.892 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [2.846s] 2020-07-10 12:29:05.100 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.389s] 2020-07-10 12:29:09.582 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.367s] 2020-07-10 12:29:09.888 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [15.946s] 2020-07-10 12:29:09.979 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.396s] 2020-07-10 12:29:11.908 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.961s] 2020-07-10 12:29:13.723 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.468s] 2020-07-10 12:29:14.342 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.618s] 2020-07-10 12:29:14.598 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.255s] 2020-07-10 12:29:14.903 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [2.993s] 2020-07-10 12:29:15.126 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.527s] 2020-07-10 12:29:15.597 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [0.694s] 2020-07-10 12:29:15.757 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.630s] 2020-07-10 12:29:19.123 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.404s] 2020-07-10 12:29:19.786 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.661s] 2020-07-10 12:29:20.160 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.373s] 2020-07-10 12:29:24.167 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [0.986s] 2020-07-10 12:29:24.463 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.296s] 2020-07-10 12:29:25.320 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [0.854s] 2020-07-10 12:29:25.368 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [15.475s] 2020-07-10 12:29:39.824 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [9.282s] 2020-07-10 12:29:40.167 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [14.795s] 2020-07-10 12:29:43.282 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [3.120s] 2020-07-10 12:29:43.710 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.428s] 2020-07-10 12:29:44.008 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.297s] 2020-07-10 12:29:45.924 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [1.915s] 2020-07-10 12:29:48.126 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.200s] 2020-07-10 12:29:48.466 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.340s] 2020-07-10 12:29:48.811 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.344s] 2020-07-10 12:29:50.120 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [10.295s] 2020-07-10 12:29:55.291 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.838s] 2020-07-10 12:29:55.609 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.315s] 2020-07-10 12:29:55.914 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.305s] 2020-07-10 12:29:56.240 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.326s] 2020-07-10 12:29:56.938 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [0.697s] 2020-07-10 12:30:02.763 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.318s] 2020-07-10 12:30:03.574 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.810s] 2020-07-10 12:30:04.397 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [0.820s] 2020-07-10 12:30:04.436 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.468s] 2020-07-10 12:30:05.098 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [0.701s] 2020-07-10 12:30:05.157 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.720s] 2020-07-10 12:30:05.364 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.266s] 2020-07-10 12:30:05.617 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.253s] 2020-07-10 12:30:05.665 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.507s] 2020-07-10 12:30:06.224 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.558s] 2020-07-10 12:30:06.863 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.637s] 2020-07-10 12:30:07.294 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.431s] 2020-07-10 12:30:07.889 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.594s] 2020-07-10 12:30:08.564 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.673s] 2020-07-10 12:30:09.283 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.718s] 2020-07-10 12:30:09.980 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.697s] 2020-07-10 12:30:14.633 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.303s] 2020-07-10 12:30:15.163 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.788s] 2020-07-10 12:30:18.169 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [3.003s] 2020-07-10 12:30:18.470 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.301s] 2020-07-10 12:30:18.755 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.285s] 2020-07-10 12:30:19.043 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.288s] 2020-07-10 12:30:19.362 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.318s] 2020-07-10 12:30:19.648 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.286s] 2020-07-10 12:30:20.126 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.477s] 2020-07-10 12:30:22.741 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.317s] 2020-07-10 12:30:23.037 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.294s] 2020-07-10 12:30:32.626 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.415s] 2020-07-10 12:30:45.093 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [2.768s] 2020-07-10 12:30:49.866 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [4.771s] 2020-07-10 12:30:50.167 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.302s] 2020-07-10 12:30:50.802 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.633s] 2020-07-10 12:30:51.069 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.267s] 2020-07-10 12:30:51.327 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.257s] 2020-07-10 12:30:55.201 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [3.873s] 2020-07-10 12:30:59.068 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [3.866s] 2020-07-10 12:30:59.364 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.295s] 2020-07-10 12:31:13.590 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.800s] 2020-07-10 12:31:18.060 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.467s] 2020-07-10 12:31:19.491 34 INFO rally.task.context [-] Verification e3d37a22-81bb-471c-b3e4-4b34d8f86c77 | Context testr@default cleanup() started 2020-07-10 12:31:19.491 34 INFO rally.task.context [-] Verification e3d37a22-81bb-471c-b3e4-4b34d8f86c77 | Context testr@default cleanup() finished in 0.48 msec 2020-07-10 12:31:19.492 34 INFO rally.task.context [-] Verification e3d37a22-81bb-471c-b3e4-4b34d8f86c77 | Context tempest@default cleanup() started 2020-07-10 12:31:19.649 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e0807c05_t2ZcPhWF'. 2020-07-10 12:31:19.811 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e0807c05_t2ZcPhWF' has been deleted. 2020-07-10 12:31:19.812 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'dd42a943-3f44-4dd5-8999-d969b255b9e9' of option 'instance_type' from Tempest config file. 2020-07-10 12:31:19.813 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'dd42a943-3f44-4dd5-8999-d969b255b9e9' has been removed. 2020-07-10 12:31:19.819 34 INFO rally.task.context [-] Verification e3d37a22-81bb-471c-b3e4-4b34d8f86c77 | Context tempest@default cleanup() finished in 0.33 sec 2020-07-10 12:31:19.853 34 INFO rally.api [-] Verification (UUID=e0807c05-f599-42e0-a42a-6b1d78d20147) has been successfully finished for deployment 'opnfv-rally' (UUID=82594e7d-e2e0-4556-9f56-c63bbd9b9862)! 2020-07-10 12:31:21.607 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:31:21.608 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:31:21.608 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:31:23.550 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:31:23.550 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:31:23.550 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:31:25.923 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'e0807c05-f599-42e0-a42a-6b1d78d20147' 2020-07-10 12:31:25.950 51 INFO rally.api [-] The report has been successfully built. 2020-07-10 12:31:27.543 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:31:27.543 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:31:27.543 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:31:29.783 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e0807c05-f599-42e0-a42a-6b1d78d20147' 2020-07-10 12:31:29.799 53 INFO rally.api [-] The report has been successfully built.