2020-07-28 16:07:02.421 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:02.422 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:02.422 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:05.236 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-28 16:07:05.236 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 16:07:05.236 7 ERROR rally.cli.cliutils 2020-07-28 16:07:07.106 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:07.106 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:07.106 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:11.649 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:11.650 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:11.650 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:16.681 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:16.681 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:16.682 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:18.345 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:18.346 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:18.346 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:20.794 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-28 16:07:20.794 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 16:07:20.794 17 ERROR rally.cli.cliutils 2020-07-28 16:07:22.705 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:22.705 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:22.705 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:24.991 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 16:07:25.060 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-74dafb1a-df38-4502-b865-7d4ab7efa8f1/repo. 2020-07-28 16:07:25.388 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-74dafb1a-df38-4502-b865-7d4ab7efa8f1/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-07-28 16:07:25.405 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 16:07:25.412 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 16:07:25.434 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 16:07:25.497 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 16:07:26.434 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=74dafb1a-df38-4502-b865-7d4ab7efa8f1) has been successfully created! 2020-07-28 16:07:28.539 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:28.539 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:28.539 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:33.333 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:33.334 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:33.334 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:35.655 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=74dafb1a-df38-4502-b865-7d4ab7efa8f1) for deployment 'opnfv-rally' (UUID=e1fa2d82-40d2-4032-9663-04ff3b29a633). 2020-07-28 16:07:36.196 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=74dafb1a-df38-4502-b865-7d4ab7efa8f1) has been successfully configured for deployment 'opnfv-rally' (UUID=e1fa2d82-40d2-4032-9663-04ff3b29a633)! 2020-07-28 16:07:47.085 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:47.085 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:47.085 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:49.442 35 INFO rally.api [-] Starting verification (UUID=43b2ad65-d651-46b3-8348-dbc382037e27) for deployment 'opnfv-rally' (UUID=e1fa2d82-40d2-4032-9663-04ff3b29a633) by verifier 'opnfv-tempest' (UUID=74dafb1a-df38-4502-b865-7d4ab7efa8f1). 2020-07-28 16:07:50.169 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 16:07:50.169 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-74dafb1a-df38-4502-b865-7d4ab7efa8f1/for-deployment-e1fa2d82-40d2-4032-9663-04ff3b29a633/tempest.log' to option 'log_file'. 2020-07-28 16:07:50.169 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-74dafb1a-df38-4502-b865-7d4ab7efa8f1/for-deployment-e1fa2d82-40d2-4032-9663-04ff3b29a633/tempest.log 2020-07-28 16:07:50.170 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 16:07:50.170 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-74dafb1a-df38-4502-b865-7d4ab7efa8f1/for-deployment-e1fa2d82-40d2-4032-9663-04ff3b29a633/lock_files' to option 'lock_path'. 2020-07-28 16:07:50.170 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-74dafb1a-df38-4502-b865-7d4ab7efa8f1/for-deployment-e1fa2d82-40d2-4032-9663-04ff3b29a633/lock_files 2020-07-28 16:07:50.170 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 16:07:50.171 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-07-28 16:07:50.171 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = bd4b2c0d-0eb2-4ef0-8c7b-4a339f911f0d 2020-07-28 16:07:50.171 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1da1a728-d74c-415a-b998-1458deec5285 2020-07-28 16:07:50.172 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 550614dd-6dd0-4cbd-9979-4bbb34b283c7 2020-07-28 16:07:50.173 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a0292e4e-83ad-4eac-ae15-6c7ec3ed0f48 2020-07-28 16:07:50.411 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 16:07:50.412 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_d7ec98a1-5532-4f85-a252-a77e2add12c9 2020-07-28 16:07:50.412 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 16:07:50.509 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 16:07:50.562 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_48b5dc2c_TXvakhpJ'. Using flavor 'rally_verify_48b5dc2c_TXvakhpJ' (ID = 89d23c7a-73f2-46b0-b4f5-a0f5c7572dee) for the tests. 2020-07-28 16:07:50.563 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '89d23c7a-73f2-46b0-b4f5-a0f5c7572dee' to option 'instance_type'. 2020-07-28 16:07:50.563 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 89d23c7a-73f2-46b0-b4f5-a0f5c7572dee 2020-07-28 16:07:50.565 35 INFO rally.task.context [-] Verification 74dafb1a-df38-4502-b865-7d4ab7efa8f1 | Context tempest@default setup() finished in 0.86 sec 2020-07-28 16:07:50.566 35 INFO rally.task.context [-] Verification 74dafb1a-df38-4502-b865-7d4ab7efa8f1 | Context testr@default setup() finished in 0.40 msec 2020-07-28 16:07:50.566 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/82584e8e-285b-42ef-b0d4-0f5bd73fbc5f'. 2020-07-28 16:07:55.389 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-07-28 16:07:55.391 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-07-28 16:08:02.243 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.926s] 2020-07-28 16:08:02.889 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.871s] 2020-07-28 16:08:02.960 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.218s] 2020-07-28 16:08:03.059 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.015s] 2020-07-28 16:08:03.099 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.507s] 2020-07-28 16:08:03.101 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.185s] 2020-07-28 16:08:03.207 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.033s] 2020-07-28 16:08:03.219 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.145s] 2020-07-28 16:08:03.478 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.826s] 2020-07-28 16:08:03.593 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.706s] 2020-07-28 16:08:03.753 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.795s] 2020-07-28 16:08:04.006 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.947s] 2020-07-28 16:08:04.069 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.977s] 2020-07-28 16:08:04.105 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.216s] 2020-07-28 16:08:04.238 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.032s] 2020-07-28 16:08:04.361 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.455s] 2020-07-28 16:08:04.363 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.885s] 2020-07-28 16:08:04.405 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [1.912s] 2020-07-28 16:08:04.484 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.980s] 2020-07-28 16:08:04.571 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.818s] 2020-07-28 16:08:04.647 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.053s] 2020-07-28 16:08:04.780 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.562s] 2020-07-28 16:08:04.807 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.849s] 2020-07-28 16:08:04.855 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.833s] 2020-07-28 16:08:04.909 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.543s] 2020-07-28 16:08:04.973 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.870s] 2020-07-28 16:08:05.012 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.770s] 2020-07-28 16:08:05.013 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.943s] 2020-07-28 16:08:05.022 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [2.291s] 2020-07-28 16:08:05.211 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.639s] 2020-07-28 16:08:05.541 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.181s] 2020-07-28 16:08:05.602 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [2.344s] 2020-07-28 16:08:05.658 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.685s] 2020-07-28 16:08:05.717 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [2.101s] 2020-07-28 16:08:05.780 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.769s] 2020-07-28 16:08:05.789 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.775s] 2020-07-28 16:08:05.846 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [1.439s] 2020-07-28 16:08:05.856 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.644s] 2020-07-28 16:08:05.898 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.415s] 2020-07-28 16:08:05.990 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.209s] 2020-07-28 16:08:06.058 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.409s] 2020-07-28 16:08:06.407 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.551s] 2020-07-28 16:08:06.416 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.758s] 2020-07-28 16:08:06.560 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.017s] 2020-07-28 16:08:06.712 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.654s] 2020-07-28 16:08:06.876 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [1.384s] 2020-07-28 16:08:06.879 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.457s] 2020-07-28 16:08:06.993 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.999s] 2020-07-28 16:08:07.084 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.365s] 2020-07-28 16:08:07.145 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [2.123s] 2020-07-28 16:08:07.195 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [2.388s] 2020-07-28 16:08:07.229 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.669s] 2020-07-28 16:08:07.264 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.417s] 2020-07-28 16:08:07.358 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.643s] 2020-07-28 16:08:07.731 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.832s] 2020-07-28 16:08:08.110 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.277s] 2020-07-28 16:08:08.286 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.293s] 2020-07-28 16:08:08.361 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.276s] 2020-07-28 16:08:08.444 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.248s] 2020-07-28 16:08:08.633 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.759s] 2020-07-28 16:08:08.651 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.291s] 2020-07-28 16:08:08.964 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.314s] 2020-07-28 16:08:09.190 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [2.043s] 2020-07-28 16:08:09.217 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [4.305s] 2020-07-28 16:08:09.272 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.309s] 2020-07-28 16:08:09.330 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [6.762s] 2020-07-28 16:08:09.663 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.023s] 2020-07-28 16:08:09.665 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.927s] 2020-07-28 16:08:10.023 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.748s] 2020-07-28 16:08:10.035 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [2.170s] 2020-07-28 16:08:10.199 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.754s] 2020-07-28 16:08:10.586 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [2.299s] 2020-07-28 16:08:10.623 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.600s] 2020-07-28 16:08:10.901 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.243s] 2020-07-28 16:08:11.029 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [5.427s] 2020-07-28 16:08:11.157 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.967s] 2020-07-28 16:08:11.286 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [3.321s] 2020-07-28 16:08:11.297 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.637s] 2020-07-28 16:08:11.372 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.747s] 2020-07-28 16:08:11.488 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.379s] 2020-07-28 16:08:11.495 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [4.232s] 2020-07-28 16:08:11.835 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.634s] 2020-07-28 16:08:11.896 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.863s] 2020-07-28 16:08:11.984 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.822s] 2020-07-28 16:08:11.989 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.398s] 2020-07-28 16:08:12.282 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [5.407s] 2020-07-28 16:08:12.335 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.431s] 2020-07-28 16:08:12.410 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [4.047s] 2020-07-28 16:08:12.430 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.401s] 2020-07-28 16:08:12.487 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.115s] 2020-07-28 16:08:12.544 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [4.272s] 2020-07-28 16:08:12.675 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.694s] 2020-07-28 16:08:12.735 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [4.793s] 2020-07-28 16:08:13.042 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.498s] 2020-07-28 16:08:13.082 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.406s] 2020-07-28 16:08:13.100 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.265s] 2020-07-28 16:08:13.144 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [3.813s] 2020-07-28 16:08:13.611 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [4.390s] 2020-07-28 16:08:14.246 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [2.756s] 2020-07-28 16:08:14.339 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [2.440s] 2020-07-28 16:08:14.550 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [2.116s] 2020-07-28 16:08:14.774 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.672s] 2020-07-28 16:08:15.004 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.921s] 2020-07-28 16:08:15.037 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [2.754s] 2020-07-28 16:08:15.680 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.906s] 2020-07-28 16:08:15.797 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.456s] 2020-07-28 16:08:15.916 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [2.872s] 2020-07-28 16:08:16.206 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [4.921s] 2020-07-28 16:08:16.553 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.637s] 2020-07-28 16:08:16.618 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.613s] 2020-07-28 16:08:16.736 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.528s] 2020-07-28 16:08:17.119 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.873s] 2020-07-28 16:08:17.169 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.432s] 2020-07-28 16:08:17.561 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.006s] 2020-07-28 16:08:18.487 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.317s] 2020-07-28 16:08:18.502 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.941s] 2020-07-28 16:08:18.561 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [3.523s] 2020-07-28 16:08:19.183 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [4.632s] 2020-07-28 16:08:19.345 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [6.200s] 2020-07-28 16:08:19.947 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.384s] 2020-07-28 16:08:20.266 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [7.532s] 2020-07-28 16:08:20.323 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.820s] 2020-07-28 16:08:20.367 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [6.759s] 2020-07-28 16:08:20.665 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.341s] 2020-07-28 16:08:21.115 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.449s] 2020-07-28 16:08:21.171 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [4.053s] 2020-07-28 16:08:21.621 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.675s] 2020-07-28 16:08:21.647 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.531s] 2020-07-28 16:08:22.215 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.566s] 2020-07-28 16:08:22.958 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.741s] 2020-07-28 16:08:23.708 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.750s] 2020-07-28 16:08:23.963 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [19.677s] 2020-07-28 16:08:24.209 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.499s] 2020-07-28 16:08:24.546 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.923s] 2020-07-28 16:08:26.136 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.589s] 2020-07-28 16:08:26.153 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.943s] 2020-07-28 16:08:26.154 35 INFO opnfv-tempest [-] {9} 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-28 16:08:26.170 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [2.208s] 2020-07-28 16:08:27.199 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [6.933s] 2020-07-28 16:08:27.764 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.609s] 2020-07-28 16:08:27.843 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.707s] 2020-07-28 16:08:29.610 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.843s] 2020-07-28 16:08:30.906 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.706s] 2020-07-28 16:08:31.006 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [3.163s] 2020-07-28 16:08:31.385 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.377s] 2020-07-28 16:08:32.115 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.729s] 2020-07-28 16:08:34.214 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.098s] 2020-07-28 16:08:34.426 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.518s] 2020-07-28 16:08:36.051 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.835s] 2020-07-28 16:08:36.835 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.784s] 2020-07-28 16:08:37.177 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.341s] 2020-07-28 16:08:38.094 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.666s] 2020-07-28 16:08:39.051 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.871s] 2020-07-28 16:08:39.824 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [13.652s] 2020-07-28 16:08:41.201 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.377s] 2020-07-28 16:08:41.305 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.252s] 2020-07-28 16:08:45.172 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.868s] 2020-07-28 16:08:46.167 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.965s] 2020-07-28 16:08:47.410 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.235s] 2020-07-28 16:08:50.701 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.533s] 2020-07-28 16:08:51.771 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.069s] 2020-07-28 16:08:52.146 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.374s] 2020-07-28 16:08:52.263 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [4.853s] 2020-07-28 16:08:55.386 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [3.122s] 2020-07-28 16:08:58.055 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.658s] 2020-07-28 16:08:59.216 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.171s] 2020-07-28 16:09:01.111 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [8.962s] 2020-07-28 16:09:02.266 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.155s] 2020-07-28 16:09:12.425 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [10.158s] 2020-07-28 16:09:12.951 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.524s] 2020-07-28 16:09:15.074 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.124s] 2020-07-28 16:09:21.492 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [6.414s] 2020-07-28 16:09:22.481 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.990s] 2020-07-28 16:09:28.754 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [6.271s] 2020-07-28 16:09:36.263 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [7.508s] 2020-07-28 16:09:37.295 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.033s] 2020-07-28 16:09:41.686 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.389s] 2020-07-28 16:09:52.892 35 INFO rally.task.context [-] Verification 74dafb1a-df38-4502-b865-7d4ab7efa8f1 | Context testr@default cleanup() started 2020-07-28 16:09:52.898 35 INFO rally.task.context [-] Verification 74dafb1a-df38-4502-b865-7d4ab7efa8f1 | Context testr@default cleanup() finished in 6.61 msec 2020-07-28 16:09:52.899 35 INFO rally.task.context [-] Verification 74dafb1a-df38-4502-b865-7d4ab7efa8f1 | Context tempest@default cleanup() started 2020-07-28 16:09:53.066 35 INFO rally.task.context [-] Verification 74dafb1a-df38-4502-b865-7d4ab7efa8f1 | Context tempest@default cleanup() finished in 0.17 sec 2020-07-28 16:09:53.096 35 INFO rally.api [-] Verification (UUID=43b2ad65-d651-46b3-8348-dbc382037e27) has been successfully finished for deployment 'opnfv-rally' (UUID=e1fa2d82-40d2-4032-9663-04ff3b29a633)! 2020-07-28 16:09:55.014 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:09:55.014 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:09:55.015 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:09:56.820 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:09:56.821 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:09:56.821 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:09:59.121 130 INFO rally.api [-] Building 'html' report for the following verification(s): '43b2ad65-d651-46b3-8348-dbc382037e27' 2020-07-28 16:09:59.148 130 INFO rally.api [-] The report has been successfully built. 2020-07-28 16:10:00.945 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:10:00.945 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:10:00.946 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:10:03.361 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '43b2ad65-d651-46b3-8348-dbc382037e27' 2020-07-28 16:10:03.379 132 INFO rally.api [-] The report has been successfully built.