2020-05-14 23:35:20.125 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:35:20.126 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:35:20.126 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:35:22.319 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-05-14 23:35:22.319 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 23:35:22.319 7 ERROR rally.cli.cliutils 2020-05-14 23:35:24.091 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:35:24.091 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:35:24.092 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:35:28.212 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:35:28.213 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:35:28.213 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:35:32.672 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:35:32.672 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:35:32.672 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:35:34.217 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:35:34.217 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:35:34.217 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:35:36.382 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-05-14 23:35:36.382 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 23:35:36.382 17 ERROR rally.cli.cliutils 2020-05-14 23:35:38.157 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:35:38.158 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:35:38.158 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:35:40.321 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 23:35:40.381 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-60b282d4-8567-4414-b9c7-8e20c8ae920a/repo. 2020-05-14 23:35:40.631 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-60b282d4-8567-4414-b9c7-8e20c8ae920a/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-05-14 23:35:40.646 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 23:35:40.655 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 23:35:40.690 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 23:35:40.737 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 23:35:41.527 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=60b282d4-8567-4414-b9c7-8e20c8ae920a) has been successfully created! 2020-05-14 23:35:43.109 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:35:43.109 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:35:43.109 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:35:47.336 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:35:47.336 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:35:47.336 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:35:49.375 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=60b282d4-8567-4414-b9c7-8e20c8ae920a) for deployment 'opnfv-rally' (UUID=cb4e6b9b-cb7a-485f-9c56-35e34b0d9f15). 2020-05-14 23:35:52.841 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=60b282d4-8567-4414-b9c7-8e20c8ae920a) has been successfully configured for deployment 'opnfv-rally' (UUID=cb4e6b9b-cb7a-485f-9c56-35e34b0d9f15)! 2020-05-14 23:36:02.469 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:36:02.470 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:36:02.470 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:36:04.581 35 INFO rally.api [-] Starting verification (UUID=9cafe1d4-1693-4fbf-8902-44e04f53d3d8) for deployment 'opnfv-rally' (UUID=cb4e6b9b-cb7a-485f-9c56-35e34b0d9f15) by verifier 'opnfv-tempest' (UUID=60b282d4-8567-4414-b9c7-8e20c8ae920a). 2020-05-14 23:36:05.173 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 23:36:05.173 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-60b282d4-8567-4414-b9c7-8e20c8ae920a/for-deployment-cb4e6b9b-cb7a-485f-9c56-35e34b0d9f15/tempest.log' to option 'log_file'. 2020-05-14 23:36:05.174 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-60b282d4-8567-4414-b9c7-8e20c8ae920a/for-deployment-cb4e6b9b-cb7a-485f-9c56-35e34b0d9f15/tempest.log 2020-05-14 23:36:05.174 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 23:36:05.174 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-60b282d4-8567-4414-b9c7-8e20c8ae920a/for-deployment-cb4e6b9b-cb7a-485f-9c56-35e34b0d9f15/lock_files' to option 'lock_path'. 2020-05-14 23:36:05.175 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-60b282d4-8567-4414-b9c7-8e20c8ae920a/for-deployment-cb4e6b9b-cb7a-485f-9c56-35e34b0d9f15/lock_files 2020-05-14 23:36:05.175 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 23:36:05.175 35 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-05-14 23:36:05.176 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ea86ad11-db8c-4f58-a552-808aa27f0e71 2020-05-14 23:36:05.176 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 23d3545d-7778-4d11-95ce-f99bfe158646 2020-05-14 23:36:05.177 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d390df64-3936-4837-8d7b-c8fae2286c69 2020-05-14 23:36:05.177 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = da7e38c9-0dd0-48e6-990e-ad98e63c767b 2020-05-14 23:36:09.345 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 23:36:09.345 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_91747528-12f9-42d3-945d-f0d342ee2611 2020-05-14 23:36:09.346 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 23:36:09.446 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 23:36:09.560 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-14 23:36:09.561 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_9cafe1d4_M5S1ceAj' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-14 23:36:09.596 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9cafe1d4_M5S1ceAj' (ID = e10b9793-ae6d-45ec-8bf9-7842fce909eb) has been successfully created! 2020-05-14 23:36:09.596 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e10b9793-ae6d-45ec-8bf9-7842fce909eb' to option 'instance_type'. 2020-05-14 23:36:09.597 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e10b9793-ae6d-45ec-8bf9-7842fce909eb 2020-05-14 23:36:09.599 35 INFO rally.task.context [-] Verification 60b282d4-8567-4414-b9c7-8e20c8ae920a | Context tempest@default setup() finished in 4.82 sec 2020-05-14 23:36:09.601 35 INFO rally.task.context [-] Verification 60b282d4-8567-4414-b9c7-8e20c8ae920a | Context testr@default setup() finished in 1.13 msec 2020-05-14 23:36:09.601 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/1b1bbd5b-4f9a-4148-a12c-f1a7e72e6fba'. 2020-05-14 23:36:14.625 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-05-14 23:36:14.654 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-05-14 23:36:20.029 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.526s] 2020-05-14 23:36:20.059 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.598s] 2020-05-14 23:36:20.234 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.466s] 2020-05-14 23:36:20.346 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.318s] 2020-05-14 23:36:20.353 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.374s] 2020-05-14 23:36:20.439 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.380s] 2020-05-14 23:36:20.577 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.226s] 2020-05-14 23:36:20.639 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.408s] 2020-05-14 23:36:20.670 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.482s] 2020-05-14 23:36:20.713 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.366s] 2020-05-14 23:36:20.916 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.245s] 2020-05-14 23:36:20.923 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.345s] 2020-05-14 23:36:21.038 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.397s] 2020-05-14 23:36:21.102 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.388s] 2020-05-14 23:36:21.133 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.734s] 2020-05-14 23:36:21.239 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.591s] 2020-05-14 23:36:21.375 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.458s] 2020-05-14 23:36:21.506 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.467s] 2020-05-14 23:36:21.551 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.449s] 2020-05-14 23:36:21.578 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.446s] 2020-05-14 23:36:21.607 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.370s] 2020-05-14 23:36:22.134 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.525s] 2020-05-14 23:36:22.235 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.859s] 2020-05-14 23:36:22.249 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.668s] 2020-05-14 23:36:22.542 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.407s] 2020-05-14 23:36:22.688 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.438s] 2020-05-14 23:36:22.719 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.484s] 2020-05-14 23:36:23.029 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.486s] 2020-05-14 23:36:23.331 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.610s] 2020-05-14 23:36:24.411 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.079s] 2020-05-14 23:36:24.693 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.280s] 2020-05-14 23:36:24.969 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.277s] 2020-05-14 23:36:25.538 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.567s] 2020-05-14 23:36:25.890 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.351s] 2020-05-14 23:36:26.295 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.404s] 2020-05-14 23:36:26.867 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.572s] 2020-05-14 23:36:27.116 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [6.741s] 2020-05-14 23:36:27.824 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [7.503s] 2020-05-14 23:36:30.072 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [9.779s] 2020-05-14 23:36:30.073 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [9.783s] 2020-05-14 23:36:32.893 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [9.968s] 2020-05-14 23:36:33.265 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [9.692s] 2020-05-14 23:36:33.433 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [6.916s] 2020-05-14 23:36:33.526 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [10.392s] 2020-05-14 23:36:35.680 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [10.071s] 2020-05-14 23:36:35.908 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [12.973s] 2020-05-14 23:36:36.809 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [9.693s] 2020-05-14 23:36:36.958 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [7.829s] 2020-05-14 23:36:38.907 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [7.491s] 2020-05-14 23:36:39.755 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [13.180s] 2020-05-14 23:36:40.354 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [6.920s] 2020-05-14 23:36:40.362 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [14.317s] 2020-05-14 23:36:40.437 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [6.913s] 2020-05-14 23:36:40.550 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [13.666s] 2020-05-14 23:36:40.883 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [15.308s] 2020-05-14 23:36:41.133 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [4.173s] 2020-05-14 23:36:42.692 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [11.148s] 2020-05-14 23:36:43.238 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [9.974s] 2020-05-14 23:36:43.536 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [6.726s] 2020-05-14 23:36:45.573 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [4.441s] 2020-05-14 23:36:45.877 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [12.982s] 2020-05-14 23:36:45.903 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [9.795s] 2020-05-14 23:36:47.725 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [7.372s] 2020-05-14 23:36:48.623 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [12.943s] 2020-05-14 23:36:48.755 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [12.848s] 2020-05-14 23:36:49.568 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [3.994s] 2020-05-14 23:36:49.939 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [17.894s] 2020-05-14 23:36:51.083 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [3.357s] 2020-05-14 23:36:51.923 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [11.040s] 2020-05-14 23:36:52.864 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [9.622s] 2020-05-14 23:36:53.027 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [9.490s] 2020-05-14 23:36:53.336 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [12.896s] 2020-05-14 23:36:53.468 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [3.898s] 2020-05-14 23:36:53.766 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [13.404s] 2020-05-14 23:36:53.910 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [13.361s] 2020-05-14 23:36:54.065 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [15.159s] 2020-05-14 23:36:54.542 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [3.457s] 2020-05-14 23:36:55.678 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [9.774s] 2020-05-14 23:36:55.882 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [22.980s] 2020-05-14 23:36:57.169 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [26.431s] 2020-05-14 23:36:57.343 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [3.276s] 2020-05-14 23:36:58.012 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [3.468s] 2020-05-14 23:36:58.526 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [18.770s] 2020-05-14 23:36:58.562 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [8.618s] 2020-05-14 23:36:58.564 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [9.937s] 2020-05-14 23:36:58.679 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [12.802s] 2020-05-14 23:37:00.628 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [3.284s] 2020-05-14 23:37:01.663 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [31.595s] 2020-05-14 23:37:01.669 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [18.974s] 2020-05-14 23:37:03.071 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [9.736s] 2020-05-14 23:37:04.510 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [12.585s] 2020-05-14 23:37:04.584 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [15.829s] 2020-05-14 23:37:05.562 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [12.093s] 2020-05-14 23:37:05.803 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [7.790s] 2020-05-14 23:37:07.146 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [13.233s] 2020-05-14 23:37:07.546 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [14.681s] 2020-05-14 23:37:07.626 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [10.460s] 2020-05-14 23:37:07.657 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [4.584s] 2020-05-14 23:37:07.993 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [7.364s] 2020-05-14 23:37:08.027 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [14.263s] 2020-05-14 23:37:09.184 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [3.381s] 2020-05-14 23:37:11.599 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [13.074s] 2020-05-14 23:37:11.840 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [13.160s] 2020-05-14 23:37:12.411 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [10.747s] 2020-05-14 23:37:12.994 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [7.431s] 2020-05-14 23:37:14.018 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [15.459s] 2020-05-14 23:37:14.045 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [6.388s] 2020-05-14 23:37:14.853 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [16.292s] 2020-05-14 23:37:15.702 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [6.517s] 2020-05-14 23:37:17.206 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [4.212s] 2020-05-14 23:37:17.215 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [10.069s] 2020-05-14 23:37:17.422 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [12.835s] 2020-05-14 23:37:18.932 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [17.264s] 2020-05-14 23:37:19.181 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [3.477s] 2020-05-14 23:37:20.301 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [12.754s] 2020-05-14 23:37:20.493 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [6.446s] 2020-05-14 23:37:22.282 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [14.657s] 2020-05-14 23:37:22.534 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [3.352s] 2020-05-14 23:37:23.935 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [28.055s] 2020-05-14 23:37:24.545 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [12.944s] 2020-05-14 23:37:24.846 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [16.817s] 2020-05-14 23:37:25.361 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [12.949s] 2020-05-14 23:37:25.727 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [11.709s] 2020-05-14 23:37:26.012 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [3.476s] 2020-05-14 23:37:27.593 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [10.169s] 2020-05-14 23:37:28.048 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [10.841s] 2020-05-14 23:37:29.373 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [7.088s] 2020-05-14 23:37:29.397 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [3.384s] 2020-05-14 23:37:30.057 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [9.754s] 2020-05-14 23:37:30.325 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [13.108s] 2020-05-14 23:37:31.382 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [3.333s] 2020-05-14 23:37:32.135 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [13.200s] 2020-05-14 23:37:35.061 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [9.699s] 2020-05-14 23:37:35.938 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [6.541s] 2020-05-14 23:37:35.947 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [11.402s] 2020-05-14 23:37:36.330 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [15.835s] 2020-05-14 23:37:37.751 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [6.368s] 2020-05-14 23:37:39.656 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [14.806s] 2020-05-14 23:37:40.175 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [4.235s] 2020-05-14 23:37:40.177 35 INFO opnfv-tempest [-] {6} 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-05-14 23:37:40.627 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [14.898s] 2020-05-14 23:37:42.747 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [13.373s] 2020-05-14 23:37:44.800 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [9.737s] 2020-05-14 23:37:45.503 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [7.751s] 2020-05-14 23:37:45.941 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [15.882s] 2020-05-14 23:37:48.196 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [8.019s] 2020-05-14 23:37:52.922 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [7.419s] 2020-05-14 23:37:54.330 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [18.000s] 2020-05-14 23:37:55.565 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [31.630s] 2020-05-14 23:37:57.260 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [16.634s] 2020-05-14 23:37:58.788 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [13.988s] 2020-05-14 23:37:59.596 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [6.672s] 2020-05-14 23:38:00.223 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [12.025s] 2020-05-14 23:38:02.571 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [19.823s] 2020-05-14 23:38:03.041 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [3.443s] 2020-05-14 23:38:05.374 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [6.586s] 2020-05-14 23:38:09.405 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [6.834s] 2020-05-14 23:38:10.786 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [7.744s] 2020-05-14 23:38:12.894 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [3.487s] 2020-05-14 23:38:25.023 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [14.235s] 2020-05-14 23:38:37.168 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [12.145s] 2020-05-14 23:38:43.969 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [31.072s] 2020-05-14 23:38:44.965 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [7.794s] 2020-05-14 23:38:52.275 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [7.308s] 2020-05-14 23:38:54.877 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [10.907s] 2020-05-14 23:39:08.940 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [14.062s] 2020-05-14 23:39:10.809 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [18.532s] 2020-05-14 23:39:12.319 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [3.379s] 2020-05-14 23:39:19.546 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [8.737s] 2020-05-14 23:39:19.975 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [7.654s] 2020-05-14 23:39:23.521 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [3.975s] 2020-05-14 23:39:32.066 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [12.089s] 2020-05-14 23:39:35.785 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [3.719s] 2020-05-14 23:39:46.102 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [10.315s] 2020-05-14 23:40:02.529 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [16.425s] 2020-05-14 23:40:06.371 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [3.841s] 2020-05-14 23:40:16.461 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [10.088s] 2020-05-14 23:41:19.510 35 INFO rally.task.context [-] Verification 60b282d4-8567-4414-b9c7-8e20c8ae920a | Context testr@default cleanup() started 2020-05-14 23:41:19.511 35 INFO rally.task.context [-] Verification 60b282d4-8567-4414-b9c7-8e20c8ae920a | Context testr@default cleanup() finished in 0.81 msec 2020-05-14 23:41:19.511 35 INFO rally.task.context [-] Verification 60b282d4-8567-4414-b9c7-8e20c8ae920a | Context tempest@default cleanup() started 2020-05-14 23:41:19.686 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_9cafe1d4_M5S1ceAj'. 2020-05-14 23:41:19.901 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9cafe1d4_M5S1ceAj' has been deleted. 2020-05-14 23:41:19.902 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e10b9793-ae6d-45ec-8bf9-7842fce909eb' of option 'instance_type' from Tempest config file. 2020-05-14 23:41:19.903 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e10b9793-ae6d-45ec-8bf9-7842fce909eb' has been removed. 2020-05-14 23:41:19.909 35 INFO rally.task.context [-] Verification 60b282d4-8567-4414-b9c7-8e20c8ae920a | Context tempest@default cleanup() finished in 0.40 sec 2020-05-14 23:41:19.945 35 INFO rally.api [-] Verification (UUID=9cafe1d4-1693-4fbf-8902-44e04f53d3d8) has been successfully finished for deployment 'opnfv-rally' (UUID=cb4e6b9b-cb7a-485f-9c56-35e34b0d9f15)! 2020-05-14 23:41:21.758 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:41:21.758 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:41:21.758 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:41:23.578 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:41:23.579 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:41:23.579 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:41:25.817 130 INFO rally.api [-] Building 'html' report for the following verification(s): '9cafe1d4-1693-4fbf-8902-44e04f53d3d8' 2020-05-14 23:41:25.840 130 INFO rally.api [-] The report has been successfully built. 2020-05-14 23:41:27.518 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:41:27.518 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:41:27.518 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:41:29.656 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9cafe1d4-1693-4fbf-8902-44e04f53d3d8' 2020-05-14 23:41:29.667 132 INFO rally.api [-] The report has been successfully built.