2020-06-16 09:25:08.275 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:25:08.276 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:25:08.276 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:25:10.903 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-06-16 09:25:10.903 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 09:25:10.903 7 ERROR rally.cli.cliutils 2020-06-16 09:25:12.738 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:25:12.738 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:25:12.738 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:25:17.607 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:25:17.607 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:25:17.607 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:25:22.522 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:25:22.522 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:25:22.522 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:25:24.211 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:25:24.212 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:25:24.212 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:25:26.745 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-06-16 09:25:26.745 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 09:25:26.745 17 ERROR rally.cli.cliutils 2020-06-16 09:25:28.565 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:25:28.566 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:25:28.566 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:25:31.222 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 09:25:31.293 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f75ad8ef-298b-4de0-b41c-a4d7dbb37aca/repo. 2020-06-16 09:25:31.516 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f75ad8ef-298b-4de0-b41c-a4d7dbb37aca/repo'... done. ' 2020-06-16 09:25:31.529 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 09:25:31.548 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 09:25:31.635 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 09:25:32.397 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f75ad8ef-298b-4de0-b41c-a4d7dbb37aca) has been successfully created! 2020-06-16 09:25:34.234 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:25:34.234 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:25:34.234 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:25:39.206 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:25:39.206 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:25:39.206 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:25:41.772 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f75ad8ef-298b-4de0-b41c-a4d7dbb37aca) for deployment 'opnfv-rally' (UUID=bbb454c0-5ed7-40c4-8f32-577a6c983a46). 2020-06-16 09:25:42.438 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f75ad8ef-298b-4de0-b41c-a4d7dbb37aca) has been successfully configured for deployment 'opnfv-rally' (UUID=bbb454c0-5ed7-40c4-8f32-577a6c983a46)! 2020-06-16 09:25:52.833 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:25:52.833 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:25:52.834 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:25:55.502 34 INFO rally.api [-] Starting verification (UUID=40f62e6a-e8f5-429a-9e57-caa6d49ad601) for deployment 'opnfv-rally' (UUID=bbb454c0-5ed7-40c4-8f32-577a6c983a46) by verifier 'opnfv-tempest' (UUID=f75ad8ef-298b-4de0-b41c-a4d7dbb37aca). 2020-06-16 09:25:56.182 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 09:25:56.182 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f75ad8ef-298b-4de0-b41c-a4d7dbb37aca/for-deployment-bbb454c0-5ed7-40c4-8f32-577a6c983a46/tempest.log' to option 'log_file'. 2020-06-16 09:25:56.183 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f75ad8ef-298b-4de0-b41c-a4d7dbb37aca/for-deployment-bbb454c0-5ed7-40c4-8f32-577a6c983a46/tempest.log 2020-06-16 09:25:56.183 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 09:25:56.183 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f75ad8ef-298b-4de0-b41c-a4d7dbb37aca/for-deployment-bbb454c0-5ed7-40c4-8f32-577a6c983a46/lock_files' to option 'lock_path'. 2020-06-16 09:25:56.184 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f75ad8ef-298b-4de0-b41c-a4d7dbb37aca/for-deployment-bbb454c0-5ed7-40c4-8f32-577a6c983a46/lock_files 2020-06-16 09:25:56.184 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-16 09:25:56.184 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-16 09:25:56.185 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ed6a9976-543c-4561-ba1f-20810559c77a 2020-06-16 09:25:56.185 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f537bc16-483d-42cb-905c-ae805395cf53 2020-06-16 09:25:56.186 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b9b50339-56f9-4b4b-be30-da6f95696c55 2020-06-16 09:25:56.186 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e89623ce-705b-4646-b06b-ad0ae296c7e0 2020-06-16 09:25:56.396 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 09:25:56.397 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_b9c00ffb-d8b1-4cfa-8abb-03c496820a36 2020-06-16 09:25:56.397 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 09:25:56.496 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 09:25:56.623 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_a7067560_RYauRRFv'. Using flavor 'rally_verify_a7067560_RYauRRFv' (ID = d19db21d-5319-4188-82ec-d81f4a8005c3) for the tests. 2020-06-16 09:25:56.624 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd19db21d-5319-4188-82ec-d81f4a8005c3' to option 'instance_type'. 2020-06-16 09:25:56.624 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d19db21d-5319-4188-82ec-d81f4a8005c3 2020-06-16 09:25:56.626 34 INFO rally.task.context [-] Verification f75ad8ef-298b-4de0-b41c-a4d7dbb37aca | Context tempest@default setup() finished in 0.90 sec 2020-06-16 09:25:56.627 34 INFO rally.task.context [-] Verification f75ad8ef-298b-4de0-b41c-a4d7dbb37aca | Context testr@default setup() finished in 0.52 msec 2020-06-16 09:25:56.627 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/fa1203c4-8922-4695-968c-51067714d35a'. 2020-06-16 09:26:02.088 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-06-16 09:26:03.006 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-06-16 09:26:23.740 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [7.763s] 2020-06-16 09:26:23.856 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [9.429s] 2020-06-16 09:26:23.933 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [11.152s] 2020-06-16 09:26:25.680 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [7.803s] 2020-06-16 09:26:25.860 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [6.946s] 2020-06-16 09:26:25.890 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [6.573s] 2020-06-16 09:26:26.026 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [10.799s] 2020-06-16 09:26:26.113 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [7.000s] 2020-06-16 09:26:26.179 34 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [6.020s] 2020-06-16 09:26:26.434 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [7.307s] 2020-06-16 09:26:26.973 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [7.870s] 2020-06-16 09:26:27.373 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [13.800s] 2020-06-16 09:26:28.053 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [7.679s] 2020-06-16 09:26:28.251 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [4.511s] 2020-06-16 09:26:28.379 34 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [8.343s] 2020-06-16 09:26:28.618 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [9.098s] 2020-06-16 09:26:28.845 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [8.517s] 2020-06-16 09:26:28.937 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [9.280s] 2020-06-16 09:26:29.283 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [8.457s] 2020-06-16 09:26:29.334 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [7.261s] 2020-06-16 09:26:29.680 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [6.701s] 2020-06-16 09:26:29.819 34 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [8.651s] 2020-06-16 09:26:30.045 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [6.190s] 2020-06-16 09:26:30.417 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [4.528s] 2020-06-16 09:26:30.893 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [9.258s] 2020-06-16 09:26:31.316 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [8.726s] 2020-06-16 09:26:31.392 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [7.460s] 2020-06-16 09:26:31.405 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [5.727s] 2020-06-16 09:26:31.566 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [5.134s] 2020-06-16 09:26:32.475 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [6.617s] 2020-06-16 09:26:32.715 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [4.463s] 2020-06-16 09:26:32.967 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [6.941s] 2020-06-16 09:26:33.527 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [10.577s] 2020-06-16 09:26:34.014 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [9.200s] 2020-06-16 09:26:34.585 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [10.383s] 2020-06-16 09:26:34.717 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [8.603s] 2020-06-16 09:26:35.952 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [8.981s] 2020-06-16 09:26:36.527 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [9.145s] 2020-06-16 09:26:36.837 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [6.791s] 2020-06-16 09:26:38.202 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [9.263s] 2020-06-16 09:26:39.021 34 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [9.202s] 2020-06-16 09:26:39.259 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [7.852s] 2020-06-16 09:26:39.452 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [9.773s] 2020-06-16 09:26:39.755 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [14.294s] 2020-06-16 09:26:39.814 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [8.920s] 2020-06-16 09:26:39.852 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [11.795s] 2020-06-16 09:26:39.854 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [8.538s] 2020-06-16 09:26:40.298 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [19.814s] 2020-06-16 09:26:40.742 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [9.349s] 2020-06-16 09:26:40.770 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [9.204s] 2020-06-16 09:26:41.075 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [12.453s] 2020-06-16 09:26:41.076 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [12.226s] 2020-06-16 09:26:41.130 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [11.799s] 2020-06-16 09:26:41.372 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [8.894s] 2020-06-16 09:26:41.552 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [12.268s] 2020-06-16 09:26:42.276 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [9.309s] 2020-06-16 09:26:42.765 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [12.346s] 2020-06-16 09:26:43.788 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [10.264s] 2020-06-16 09:26:44.174 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [10.160s] 2020-06-16 09:26:44.581 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [5.128s] 2020-06-16 09:26:44.651 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [7.813s] 2020-06-16 09:26:45.486 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [6.226s] 2020-06-16 09:26:46.123 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [11.406s] 2020-06-16 09:26:46.408 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [11.824s] 2020-06-16 09:26:46.470 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [5.339s] 2020-06-16 09:26:46.612 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [10.094s] 2020-06-16 09:26:46.626 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [5.856s] 2020-06-16 09:26:46.804 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [6.507s] 2020-06-16 09:26:47.451 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [7.603s] 2020-06-16 09:26:47.581 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [9.380s] 2020-06-16 09:26:47.833 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [7.981s] 2020-06-16 09:26:47.925 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [8.112s] 2020-06-16 09:26:48.740 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [8.986s] 2020-06-16 09:26:48.854 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [7.780s] 2020-06-16 09:26:48.894 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [4.313s] 2020-06-16 09:26:48.965 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [7.413s] 2020-06-16 09:26:49.146 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [7.775s] 2020-06-16 09:26:49.180 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [8.108s] 2020-06-16 09:26:49.357 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [4.704s] 2020-06-16 09:26:49.367 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [7.081s] 2020-06-16 09:26:49.437 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [2.965s] 2020-06-16 09:26:49.522 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [5.347s] 2020-06-16 09:26:49.727 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [5.937s] 2020-06-16 09:26:50.459 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [7.693s] 2020-06-16 09:26:50.885 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [4.258s] 2020-06-16 09:26:51.044 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [4.919s] 2020-06-16 09:26:51.375 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [2.478s] 2020-06-16 09:26:51.415 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [3.960s] 2020-06-16 09:26:51.554 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [3.719s] 2020-06-16 09:26:52.251 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [4.325s] 2020-06-16 09:26:52.269 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [3.122s] 2020-06-16 09:26:52.557 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [3.591s] 2020-06-16 09:26:52.748 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [7.261s] 2020-06-16 09:26:53.109 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [4.255s] 2020-06-16 09:26:53.460 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [4.279s] 2020-06-16 09:26:53.757 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [4.400s] 2020-06-16 09:26:53.839 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [4.402s] 2020-06-16 09:26:55.345 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [8.935s] 2020-06-16 09:26:56.100 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [4.725s] 2020-06-16 09:26:56.120 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [6.598s] 2020-06-16 09:26:56.445 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [5.985s] 2020-06-16 09:26:56.494 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [7.754s] 2020-06-16 09:26:56.647 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [5.602s] 2020-06-16 09:26:57.104 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [4.357s] 2020-06-16 09:26:57.690 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [11.074s] 2020-06-16 09:26:58.170 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [7.283s] 2020-06-16 09:26:58.218 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [10.636s] 2020-06-16 09:26:58.329 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [6.772s] 2020-06-16 09:26:58.455 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [4.697s] 2020-06-16 09:26:58.869 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [2.423s] 2020-06-16 09:26:58.939 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [1.833s] 2020-06-16 09:26:59.915 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [3.794s] 2020-06-16 09:26:59.940 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.771s] 2020-06-16 09:27:00.192 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [3.694s] 2020-06-16 09:27:00.276 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.820s] 2020-06-16 09:27:00.559 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [13.754s] 2020-06-16 09:27:00.815 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [11.087s] 2020-06-16 09:27:01.827 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [3.497s] 2020-06-16 09:27:02.256 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [4.567s] 2020-06-16 09:27:02.889 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [9.780s] 2020-06-16 09:27:03.520 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [4.580s] 2020-06-16 09:27:03.631 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [3.689s] 2020-06-16 09:27:04.340 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [8.238s] 2020-06-16 09:27:05.426 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [6.555s] 2020-06-16 09:27:05.923 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [5.364s] 2020-06-16 09:27:06.963 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [2.623s] 2020-06-16 09:27:07.176 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [5.347s] 2020-06-16 09:27:07.356 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [6.540s] 2020-06-16 09:27:07.478 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [7.285s] 2020-06-16 09:27:07.773 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [2.345s] 2020-06-16 09:27:07.970 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [4.450s] 2020-06-16 09:27:08.263 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.490s] 2020-06-16 09:27:08.297 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.332s] 2020-06-16 09:27:08.357 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [4.724s] 2020-06-16 09:27:09.782 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.483s] 2020-06-16 09:27:10.043 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [1.686s] 2020-06-16 09:27:10.688 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [2.424s] 2020-06-16 09:27:11.093 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [1.048s] 2020-06-16 09:27:11.567 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.878s] 2020-06-16 09:27:11.912 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [4.554s] 2020-06-16 09:27:11.993 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [6.068s] 2020-06-16 09:27:12.568 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [1.001s] 2020-06-16 09:27:13.691 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.598s] 2020-06-16 09:27:14.037 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.469s] 2020-06-16 09:27:14.102 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [4.318s] 2020-06-16 09:27:15.215 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.111s] 2020-06-16 09:27:16.607 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [2.916s] 2020-06-16 09:27:16.798 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.584s] 2020-06-16 09:27:16.814 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.820s] 2020-06-16 09:27:18.133 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [1.333s] 2020-06-16 09:27:18.146 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [1.539s] 2020-06-16 09:27:18.936 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [2.120s] 2020-06-16 09:27:19.159 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [1.012s] 2020-06-16 09:27:19.285 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.151s] 2020-06-16 09:27:19.286 34 INFO opnfv-tempest [-] {13} 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-06-16 09:27:21.230 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.070s] 2020-06-16 09:27:22.996 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [4.059s] 2020-06-16 09:27:24.493 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [5.205s] 2020-06-16 09:27:26.652 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.159s] 2020-06-16 09:27:27.002 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [5.769s] 2020-06-16 09:27:30.360 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.362s] 2020-06-16 09:27:31.536 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [4.534s] 2020-06-16 09:27:32.059 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.699s] 2020-06-16 09:27:35.209 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [3.672s] 2020-06-16 09:27:37.113 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.904s] 2020-06-16 09:27:44.367 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [12.308s] 2020-06-16 09:27:45.114 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [7.998s] 2020-06-16 09:27:45.578 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [1.209s] 2020-06-16 09:27:48.217 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [3.102s] 2020-06-16 09:27:48.371 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.792s] 2020-06-16 09:27:49.631 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.414s] 2020-06-16 09:27:56.287 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [7.916s] 2020-06-16 09:27:57.625 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.336s] 2020-06-16 09:28:02.198 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.571s] 2020-06-16 09:28:07.140 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.941s] 2020-06-16 09:28:08.961 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.821s] 2020-06-16 09:28:15.839 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [6.877s] 2020-06-16 09:28:29.081 34 INFO rally.task.context [-] Verification f75ad8ef-298b-4de0-b41c-a4d7dbb37aca | Context testr@default cleanup() started 2020-06-16 09:28:29.082 34 INFO rally.task.context [-] Verification f75ad8ef-298b-4de0-b41c-a4d7dbb37aca | Context testr@default cleanup() finished in 0.68 msec 2020-06-16 09:28:29.082 34 INFO rally.task.context [-] Verification f75ad8ef-298b-4de0-b41c-a4d7dbb37aca | Context tempest@default cleanup() started 2020-06-16 09:28:29.275 34 INFO rally.task.context [-] Verification f75ad8ef-298b-4de0-b41c-a4d7dbb37aca | Context tempest@default cleanup() finished in 0.19 sec 2020-06-16 09:28:29.308 34 INFO rally.api [-] Verification (UUID=40f62e6a-e8f5-429a-9e57-caa6d49ad601) has been successfully finished for deployment 'opnfv-rally' (UUID=bbb454c0-5ed7-40c4-8f32-577a6c983a46)! 2020-06-16 09:28:31.387 127 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:28:31.387 127 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:28:31.388 127 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:28:33.208 129 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:28:33.208 129 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:28:33.208 129 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:28:35.738 129 INFO rally.api [-] Building 'html' report for the following verification(s): '40f62e6a-e8f5-429a-9e57-caa6d49ad601' 2020-06-16 09:28:35.773 129 INFO rally.api [-] The report has been successfully built. 2020-06-16 09:28:37.494 131 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:28:37.495 131 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:28:37.495 131 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:28:40.065 131 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '40f62e6a-e8f5-429a-9e57-caa6d49ad601' 2020-06-16 09:28:40.076 131 INFO rally.api [-] The report has been successfully built.