2020-06-24 13:18:46.804 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:18:46.804 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:18:46.804 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:18:49.230 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-24 13:18:49.230 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 13:18:49.230 7 ERROR rally.cli.cliutils 2020-06-24 13:18:50.874 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:18:50.874 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:18:50.874 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:18:55.183 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:18:55.183 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:18:55.183 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:18:59.715 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:18:59.716 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:18:59.716 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:19:01.191 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:19:01.192 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:19:01.192 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:19:03.394 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-24 13:19:03.394 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 13:19:03.394 17 ERROR rally.cli.cliutils 2020-06-24 13:19:04.974 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:19:04.974 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:19:04.974 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:19:06.890 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 13:19:06.957 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-51b157f7-ae7f-4fb1-86d8-864afec8d99b/repo. 2020-06-24 13:19:07.243 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-51b157f7-ae7f-4fb1-86d8-864afec8d99b/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-06-24 13:19:07.256 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 13:19:07.266 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 13:19:07.291 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 13:19:07.344 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 13:19:08.061 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=51b157f7-ae7f-4fb1-86d8-864afec8d99b) has been successfully created! 2020-06-24 13:19:09.761 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:19:09.761 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:19:09.762 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:19:13.934 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:19:13.935 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:19:13.935 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:19:15.948 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=51b157f7-ae7f-4fb1-86d8-864afec8d99b) for deployment 'opnfv-rally' (UUID=3ba6bc7f-d9fd-4a32-8ad3-bd3d1bee77a1). 2020-06-24 13:19:16.600 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=51b157f7-ae7f-4fb1-86d8-864afec8d99b) has been successfully configured for deployment 'opnfv-rally' (UUID=3ba6bc7f-d9fd-4a32-8ad3-bd3d1bee77a1)! 2020-06-24 13:19:26.434 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:19:26.435 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:19:26.435 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:19:28.520 35 INFO rally.api [-] Starting verification (UUID=ebf6ec5b-d83f-44a6-b23e-8edd88c94fbf) for deployment 'opnfv-rally' (UUID=3ba6bc7f-d9fd-4a32-8ad3-bd3d1bee77a1) by verifier 'opnfv-tempest' (UUID=51b157f7-ae7f-4fb1-86d8-864afec8d99b). 2020-06-24 13:19:29.173 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 13:19:29.174 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-51b157f7-ae7f-4fb1-86d8-864afec8d99b/for-deployment-3ba6bc7f-d9fd-4a32-8ad3-bd3d1bee77a1/tempest.log' to option 'log_file'. 2020-06-24 13:19:29.174 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-51b157f7-ae7f-4fb1-86d8-864afec8d99b/for-deployment-3ba6bc7f-d9fd-4a32-8ad3-bd3d1bee77a1/tempest.log 2020-06-24 13:19:29.175 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 13:19:29.175 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-51b157f7-ae7f-4fb1-86d8-864afec8d99b/for-deployment-3ba6bc7f-d9fd-4a32-8ad3-bd3d1bee77a1/lock_files' to option 'lock_path'. 2020-06-24 13:19:29.175 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-51b157f7-ae7f-4fb1-86d8-864afec8d99b/for-deployment-3ba6bc7f-d9fd-4a32-8ad3-bd3d1bee77a1/lock_files 2020-06-24 13:19:29.176 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 13:19:29.176 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-06-24 13:19:29.176 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3c20aa8c-8723-40ad-bb85-49a43ec8e479 2020-06-24 13:19:29.177 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ac99e17b-557a-4f71-9233-494e1e45cdf8 2020-06-24 13:19:29.177 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f0df779d-9382-4175-b7d8-713cf20636cf 2020-06-24 13:19:29.178 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ebb481e4-6b82-46ac-be65-02ccbb360a3e 2020-06-24 13:19:29.422 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 13:19:29.423 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_5d6cecc3-da29-4fc1-a6c5-8326f235ab15 2020-06-24 13:19:29.423 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 13:19:29.512 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 13:19:29.554 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b8618823_b3O7w4rJ'. Using flavor 'rally_verify_b8618823_b3O7w4rJ' (ID = cec7c3dd-93b0-4d21-b700-8e62cc49daa2) for the tests. 2020-06-24 13:19:29.554 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cec7c3dd-93b0-4d21-b700-8e62cc49daa2' to option 'instance_type'. 2020-06-24 13:19:29.554 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cec7c3dd-93b0-4d21-b700-8e62cc49daa2 2020-06-24 13:19:29.555 35 INFO rally.task.context [-] Verification 51b157f7-ae7f-4fb1-86d8-864afec8d99b | Context tempest@default setup() finished in 0.84 sec 2020-06-24 13:19:29.556 35 INFO rally.task.context [-] Verification 51b157f7-ae7f-4fb1-86d8-864afec8d99b | Context testr@default setup() finished in 0.38 msec 2020-06-24 13:19:29.556 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/2bd6a7d2-d57c-49c6-84a1-cd3418e9a423'. 2020-06-24 13:19:34.231 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-06-24 13:19:34.322 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-06-24 13:19:50.988 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [3.784s] 2020-06-24 13:19:51.339 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [5.962s] 2020-06-24 13:19:51.457 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [3.745s] 2020-06-24 13:19:53.225 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [5.261s] 2020-06-24 13:19:53.686 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [4.857s] 2020-06-24 13:19:53.854 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [6.597s] 2020-06-24 13:19:53.988 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [5.385s] 2020-06-24 13:19:54.148 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [7.127s] 2020-06-24 13:19:54.189 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [5.492s] 2020-06-24 13:19:54.258 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [5.285s] 2020-06-24 13:19:54.265 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [6.215s] 2020-06-24 13:19:54.460 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [5.956s] 2020-06-24 13:19:54.481 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [5.955s] 2020-06-24 13:19:54.520 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [3.534s] 2020-06-24 13:19:54.547 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [5.453s] 2020-06-24 13:19:54.630 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [5.803s] 2020-06-24 13:19:54.753 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [7.327s] 2020-06-24 13:19:55.011 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [6.136s] 2020-06-24 13:19:55.079 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [6.086s] 2020-06-24 13:19:55.105 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [6.249s] 2020-06-24 13:19:55.319 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [5.649s] 2020-06-24 13:19:55.924 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [2.239s] 2020-06-24 13:19:57.089 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [5.862s] 2020-06-24 13:19:57.093 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [5.754s] 2020-06-24 13:19:57.556 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [8.057s] 2020-06-24 13:19:57.620 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [4.396s] 2020-06-24 13:19:58.402 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [4.137s] 2020-06-24 13:19:58.470 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [7.317s] 2020-06-24 13:19:58.475 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [7.908s] 2020-06-24 13:19:58.506 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [4.319s] 2020-06-24 13:19:58.564 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [4.042s] 2020-06-24 13:19:58.724 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [4.869s] 2020-06-24 13:19:59.105 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [3.785s] 2020-06-24 13:19:59.172 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [3.239s] 2020-06-24 13:19:59.173 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [5.018s] 2020-06-24 13:19:59.200 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [9.155s] 2020-06-24 13:19:59.302 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [9.170s] 2020-06-24 13:19:59.372 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [5.117s] 2020-06-24 13:19:59.971 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [5.511s] 2020-06-24 13:19:59.984 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [5.502s] 2020-06-24 13:20:00.100 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [5.554s] 2020-06-24 13:20:00.221 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [5.140s] 2020-06-24 13:20:00.826 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [5.723s] 2020-06-24 13:20:01.079 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [6.324s] 2020-06-24 13:20:01.437 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [3.883s] 2020-06-24 13:20:01.995 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [6.985s] 2020-06-24 13:20:02.113 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [11.499s] 2020-06-24 13:20:02.751 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [11.480s] 2020-06-24 13:20:02.814 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [8.826s] 2020-06-24 13:20:03.072 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [4.669s] 2020-06-24 13:20:03.124 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [5.503s] 2020-06-24 13:20:03.546 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [4.172s] 2020-06-24 13:20:03.588 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [4.484s] 2020-06-24 13:20:03.867 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [5.401s] 2020-06-24 13:20:04.554 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [7.464s] 2020-06-24 13:20:04.796 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [5.629s] 2020-06-24 13:20:04.938 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [6.374s] 2020-06-24 13:20:05.258 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [6.532s] 2020-06-24 13:20:05.312 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [3.874s] 2020-06-24 13:20:05.570 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [5.468s] 2020-06-24 13:20:05.917 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [5.942s] 2020-06-24 13:20:05.991 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [6.004s] 2020-06-24 13:20:06.031 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [5.811s] 2020-06-24 13:20:06.283 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [7.084s] 2020-06-24 13:20:06.342 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [3.217s] 2020-06-24 13:20:06.435 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [9.341s] 2020-06-24 13:20:06.599 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [3.526s] 2020-06-24 13:20:06.677 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [4.561s] 2020-06-24 13:20:06.696 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [7.398s] 2020-06-24 13:20:06.860 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [4.860s] 2020-06-24 13:20:07.024 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [4.210s] 2020-06-24 13:20:07.145 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [3.598s] 2020-06-24 13:20:07.204 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [2.649s] 2020-06-24 13:20:08.412 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [3.098s] 2020-06-24 13:20:08.499 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [4.909s] 2020-06-24 13:20:08.573 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [3.315s] 2020-06-24 13:20:08.709 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [4.841s] 2020-06-24 13:20:08.974 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [4.035s] 2020-06-24 13:20:09.108 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [10.635s] 2020-06-24 13:20:09.718 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [6.969s] 2020-06-24 13:20:09.731 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [4.932s] 2020-06-24 13:20:09.772 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [4.202s] 2020-06-24 13:20:10.349 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [3.749s] 2020-06-24 13:20:10.723 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [3.519s] 2020-06-24 13:20:11.073 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [5.082s] 2020-06-24 13:20:11.090 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [4.653s] 2020-06-24 13:20:11.134 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [3.989s] 2020-06-24 13:20:11.311 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [5.392s] 2020-06-24 13:20:11.400 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [5.365s] 2020-06-24 13:20:11.752 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [10.671s] 2020-06-24 13:20:11.947 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [2.972s] 2020-06-24 13:20:12.036 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [5.009s] 2020-06-24 13:20:12.447 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [6.161s] 2020-06-24 13:20:12.591 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [5.730s] 2020-06-24 13:20:12.717 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [4.305s] 2020-06-24 13:20:13.207 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [2.858s] 2020-06-24 13:20:13.274 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [3.501s] 2020-06-24 13:20:13.509 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [6.812s] 2020-06-24 13:20:13.540 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [5.042s] 2020-06-24 13:20:13.689 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [2.966s] 2020-06-24 13:20:14.394 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [5.683s] 2020-06-24 13:20:14.653 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [5.542s] 2020-06-24 13:20:15.340 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [5.608s] 2020-06-24 13:20:16.369 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [5.279s] 2020-06-24 13:20:16.508 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [3.299s] 2020-06-24 13:20:17.477 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [7.759s] 2020-06-24 13:20:17.492 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [6.093s] 2020-06-24 13:20:18.002 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [5.553s] 2020-06-24 13:20:18.166 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [6.218s] 2020-06-24 13:20:18.571 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [4.176s] 2020-06-24 13:20:18.901 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [6.182s] 2020-06-24 13:20:19.646 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [6.102s] 2020-06-24 13:20:19.683 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [3.313s] 2020-06-24 13:20:19.772 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [13.098s] 2020-06-24 13:20:19.949 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [3.440s] 2020-06-24 13:20:20.045 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.877s] 2020-06-24 13:20:20.703 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [8.113s] 2020-06-24 13:20:21.156 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [2.584s] 2020-06-24 13:20:21.225 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.180s] 2020-06-24 13:20:21.411 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.727s] 2020-06-24 13:20:21.481 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [6.826s] 2020-06-24 13:20:21.643 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.692s] 2020-06-24 13:20:21.712 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [3.710s] 2020-06-24 13:20:21.966 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [2.193s] 2020-06-24 13:20:22.096 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.938s] 2020-06-24 13:20:22.267 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.856s] 2020-06-24 13:20:22.494 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [3.593s] 2020-06-24 13:20:22.723 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [3.078s] 2020-06-24 13:20:22.795 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.569s] 2020-06-24 13:20:22.973 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [9.463s] 2020-06-24 13:20:24.037 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [1.541s] 2020-06-24 13:20:24.654 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [1.859s] 2020-06-24 13:20:25.525 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.487s] 2020-06-24 13:20:25.809 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [1.153s] 2020-06-24 13:20:26.244 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.719s] 2020-06-24 13:20:26.681 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.435s] 2020-06-24 13:20:26.729 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.919s] 2020-06-24 13:20:26.795 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.826s] 2020-06-24 13:20:26.874 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.899s] 2020-06-24 13:20:27.098 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.417s] 2020-06-24 13:20:27.616 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.517s] 2020-06-24 13:20:28.005 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.388s] 2020-06-24 13:20:28.454 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [5.730s] 2020-06-24 13:20:29.309 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.302s] 2020-06-24 13:20:29.310 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-06-24 13:20:30.385 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.511s] 2020-06-24 13:20:30.768 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.314s] 2020-06-24 13:20:30.813 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.503s] 2020-06-24 13:20:31.113 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.344s] 2020-06-24 13:20:31.436 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.321s] 2020-06-24 13:20:32.447 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.651s] 2020-06-24 13:20:33.292 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.854s] 2020-06-24 13:20:33.436 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [0.988s] 2020-06-24 13:20:33.872 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.434s] 2020-06-24 13:20:34.551 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.260s] 2020-06-24 13:20:34.908 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.355s] 2020-06-24 13:20:35.265 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.356s] 2020-06-24 13:20:36.474 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [5.658s] 2020-06-24 13:20:36.717 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.450s] 2020-06-24 13:20:38.783 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.064s] 2020-06-24 13:20:41.675 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.891s] 2020-06-24 13:20:42.979 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [9.106s] 2020-06-24 13:20:43.547 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.872s] 2020-06-24 13:20:44.212 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.233s] 2020-06-24 13:20:45.160 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.612s] 2020-06-24 13:20:47.320 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.159s] 2020-06-24 13:20:48.894 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.682s] 2020-06-24 13:20:49.317 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.422s] 2020-06-24 13:20:49.354 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.033s] 2020-06-24 13:20:50.500 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.144s] 2020-06-24 13:20:52.011 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.692s] 2020-06-24 13:21:00.459 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [8.447s] 2020-06-24 13:21:01.249 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.790s] 2020-06-24 13:21:04.254 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.003s] 2020-06-24 13:21:08.015 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.759s] 2020-06-24 13:21:08.916 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.902s] 2020-06-24 13:21:11.889 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [2.970s] 2020-06-24 13:21:21.723 35 INFO rally.task.context [-] Verification 51b157f7-ae7f-4fb1-86d8-864afec8d99b | Context testr@default cleanup() started 2020-06-24 13:21:21.723 35 INFO rally.task.context [-] Verification 51b157f7-ae7f-4fb1-86d8-864afec8d99b | Context testr@default cleanup() finished in 0.71 msec 2020-06-24 13:21:21.724 35 INFO rally.task.context [-] Verification 51b157f7-ae7f-4fb1-86d8-864afec8d99b | Context tempest@default cleanup() started 2020-06-24 13:21:21.868 35 INFO rally.task.context [-] Verification 51b157f7-ae7f-4fb1-86d8-864afec8d99b | Context tempest@default cleanup() finished in 0.14 sec 2020-06-24 13:21:21.900 35 INFO rally.api [-] Verification (UUID=ebf6ec5b-d83f-44a6-b23e-8edd88c94fbf) has been successfully finished for deployment 'opnfv-rally' (UUID=3ba6bc7f-d9fd-4a32-8ad3-bd3d1bee77a1)! 2020-06-24 13:21:23.728 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:21:23.728 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:21:23.728 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:21:25.442 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:21:25.443 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:21:25.443 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:21:27.572 130 INFO rally.api [-] Building 'html' report for the following verification(s): 'ebf6ec5b-d83f-44a6-b23e-8edd88c94fbf' 2020-06-24 13:21:27.595 130 INFO rally.api [-] The report has been successfully built. 2020-06-24 13:21:29.112 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:21:29.112 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:21:29.112 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:21:31.157 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ebf6ec5b-d83f-44a6-b23e-8edd88c94fbf' 2020-06-24 13:21:31.166 132 INFO rally.api [-] The report has been successfully built.