2020-06-07 08:59:38.646 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:59:38.646 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:59:38.646 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:59:41.088 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-07 08:59:41.088 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 08:59:41.088 7 ERROR rally.cli.cliutils 2020-06-07 08:59:42.930 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:59:42.930 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:59:42.930 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:59:47.260 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:59:47.260 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:59:47.261 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:59:52.451 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:59:52.452 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:59:52.452 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:59:54.087 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:59:54.088 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:59:54.088 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:59:56.499 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-07 08:59:56.499 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 08:59:56.499 17 ERROR rally.cli.cliutils 2020-06-07 08:59:58.245 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:59:58.245 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:59:58.246 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:00:00.460 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 09:00:00.531 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc/repo. 2020-06-07 09:00:00.751 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc/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-07 09:00:00.764 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 09:00:00.771 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 09:00:00.795 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 09:00:00.858 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 09:00:01.754 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc) has been successfully created! 2020-06-07 09:00:03.722 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:00:03.723 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:00:03.723 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:00:11.092 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:00:11.092 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:00:11.093 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:00:13.261 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc) for deployment 'opnfv-rally' (UUID=f3fd6833-adf1-467c-b154-c5abda9d70fa). 2020-06-07 09:00:13.738 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc) has been successfully configured for deployment 'opnfv-rally' (UUID=f3fd6833-adf1-467c-b154-c5abda9d70fa)! 2020-06-07 09:00:24.381 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:00:24.382 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:00:24.382 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:00:26.918 35 INFO rally.api [-] Starting verification (UUID=17d8799d-420e-402e-9dae-8706fb66ef3d) for deployment 'opnfv-rally' (UUID=f3fd6833-adf1-467c-b154-c5abda9d70fa) by verifier 'opnfv-tempest' (UUID=ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc). 2020-06-07 09:00:27.719 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 09:00:27.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc/for-deployment-f3fd6833-adf1-467c-b154-c5abda9d70fa/tempest.log' to option 'log_file'. 2020-06-07 09:00:27.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc/for-deployment-f3fd6833-adf1-467c-b154-c5abda9d70fa/tempest.log 2020-06-07 09:00:27.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 09:00:27.721 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc/for-deployment-f3fd6833-adf1-467c-b154-c5abda9d70fa/lock_files' to option 'lock_path'. 2020-06-07 09:00:27.721 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc/for-deployment-f3fd6833-adf1-467c-b154-c5abda9d70fa/lock_files 2020-06-07 09:00:27.721 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-07 09:00:27.722 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-07 09:00:27.722 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 51da8455-bb34-4f2d-9c00-58eeebd59ea2 2020-06-07 09:00:27.722 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b4eaa333-34c4-49d8-920a-b24e4df51311 2020-06-07 09:00:27.723 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ea30f44f-3911-44ec-8a0a-a0bdcda57cc0 2020-06-07 09:00:27.724 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8f9420cc-348a-459d-babb-3a4c5e1b22a8 2020-06-07 09:00:27.955 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 09:00:27.956 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_1eddfc20-1ec9-4777-8f7d-249cd3eba857 2020-06-07 09:00:27.957 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 09:00:28.037 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 09:00:28.075 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8f10da1c_pxhGCf0U'. Using flavor 'rally_verify_8f10da1c_pxhGCf0U' (ID = 0d08090d-425c-41d8-9f5d-d7c96e2a6a07) for the tests. 2020-06-07 09:00:28.075 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0d08090d-425c-41d8-9f5d-d7c96e2a6a07' to option 'instance_type'. 2020-06-07 09:00:28.076 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0d08090d-425c-41d8-9f5d-d7c96e2a6a07 2020-06-07 09:00:28.077 35 INFO rally.task.context [-] Verification ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc | Context tempest@default setup() finished in 0.89 sec 2020-06-07 09:00:28.078 35 INFO rally.task.context [-] Verification ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc | Context testr@default setup() finished in 0.40 msec 2020-06-07 09:00:28.078 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/67a8a191-ea04-4e93-a529-e102609fe777'. 2020-06-07 09:00:33.528 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-06-07 09:00:33.895 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-06-07 09:00:57.162 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [7.667s] 2020-06-07 09:00:57.181 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [6.129s] 2020-06-07 09:00:57.545 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [8.789s] 2020-06-07 09:00:57.689 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [7.276s] 2020-06-07 09:00:57.845 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [9.220s] 2020-06-07 09:00:58.065 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [10.018s] 2020-06-07 09:00:58.733 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [8.457s] 2020-06-07 09:00:59.176 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [9.474s] 2020-06-07 09:00:59.477 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [11.135s] 2020-06-07 09:00:59.526 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [8.564s] 2020-06-07 09:00:59.611 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [7.994s] 2020-06-07 09:00:59.659 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [9.602s] 2020-06-07 09:00:59.893 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [8.771s] 2020-06-07 09:01:00.168 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [7.151s] 2020-06-07 09:01:00.404 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [8.916s] 2020-06-07 09:01:00.436 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [8.385s] 2020-06-07 09:01:00.718 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [6.351s] 2020-06-07 09:01:01.211 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [10.446s] 2020-06-07 09:01:01.915 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [8.536s] 2020-06-07 09:01:02.332 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [10.122s] 2020-06-07 09:01:02.584 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [9.804s] 2020-06-07 09:01:03.385 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [11.659s] 2020-06-07 09:01:03.687 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [11.598s] 2020-06-07 09:01:03.704 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [9.742s] 2020-06-07 09:01:03.710 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [4.977s] 2020-06-07 09:01:03.743 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [9.662s] 2020-06-07 09:01:04.190 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [11.313s] 2020-06-07 09:01:04.385 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [6.318s] 2020-06-07 09:01:04.697 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [5.172s] 2020-06-07 09:01:04.762 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [4.326s] 2020-06-07 09:01:04.870 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [7.709s] 2020-06-07 09:01:04.945 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [10.212s] 2020-06-07 09:01:05.138 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [4.420s] 2020-06-07 09:01:05.504 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [6.328s] 2020-06-07 09:01:05.631 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [7.786s] 2020-06-07 09:01:06.185 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [6.574s] 2020-06-07 09:01:06.200 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [8.511s] 2020-06-07 09:01:06.325 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [6.430s] 2020-06-07 09:01:06.493 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [6.324s] 2020-06-07 09:01:06.847 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [7.188s] 2020-06-07 09:01:07.431 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [7.029s] 2020-06-07 09:01:08.123 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [5.790s] 2020-06-07 09:01:08.505 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [7.294s] 2020-06-07 09:01:09.170 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [4.789s] 2020-06-07 09:01:09.274 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [6.692s] 2020-06-07 09:01:09.701 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [6.016s] 2020-06-07 09:01:09.832 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [5.070s] 2020-06-07 09:01:10.208 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [5.070s] 2020-06-07 09:01:10.312 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [6.608s] 2020-06-07 09:01:10.386 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [6.676s] 2020-06-07 09:01:10.410 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [5.538s] 2020-06-07 09:01:10.427 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [10.948s] 2020-06-07 09:01:10.524 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [6.335s] 2020-06-07 09:01:10.747 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [7.003s] 2020-06-07 09:01:10.794 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [4.593s] 2020-06-07 09:01:11.470 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [9.557s] 2020-06-07 09:01:11.893 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [17.662s] 2020-06-07 09:01:11.909 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [7.210s] 2020-06-07 09:01:12.796 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [6.611s] 2020-06-07 09:01:13.103 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [9.719s] 2020-06-07 09:01:13.121 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [4.998s] 2020-06-07 09:01:13.148 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [6.654s] 2020-06-07 09:01:13.328 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [6.478s] 2020-06-07 09:01:13.341 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [8.393s] 2020-06-07 09:01:13.626 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [3.416s] 2020-06-07 09:01:13.910 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [8.277s] 2020-06-07 09:01:14.272 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [3.477s] 2020-06-07 09:01:14.732 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [5.562s] 2020-06-07 09:01:14.789 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [7.357s] 2020-06-07 09:01:15.171 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [5.894s] 2020-06-07 09:01:15.817 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [5.408s] 2020-06-07 09:01:15.996 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [5.680s] 2020-06-07 09:01:16.083 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [7.577s] 2020-06-07 09:01:16.166 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [4.257s] 2020-06-07 09:01:16.438 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [5.690s] 2020-06-07 09:01:16.557 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [6.170s] 2020-06-07 09:01:16.588 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [6.062s] 2020-06-07 09:01:16.623 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [6.917s] 2020-06-07 09:01:16.650 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [4.760s] 2020-06-07 09:01:17.260 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [4.111s] 2020-06-07 09:01:17.582 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [6.109s] 2020-06-07 09:01:18.003 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [4.878s] 2020-06-07 09:01:18.007 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [5.207s] 2020-06-07 09:01:18.264 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [4.638s] 2020-06-07 09:01:18.389 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [7.961s] 2020-06-07 09:01:18.394 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [4.122s] 2020-06-07 09:01:18.891 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [2.723s] 2020-06-07 09:01:19.121 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [5.791s] 2020-06-07 09:01:19.249 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [4.457s] 2020-06-07 09:01:20.359 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [4.540s] 2020-06-07 09:01:20.534 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [7.430s] 2020-06-07 09:01:20.623 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [5.889s] 2020-06-07 09:01:20.723 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [4.725s] 2020-06-07 09:01:20.830 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [5.656s] 2020-06-07 09:01:20.867 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [4.425s] 2020-06-07 09:01:20.925 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [4.365s] 2020-06-07 09:01:21.036 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [4.953s] 2020-06-07 09:01:21.057 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [4.468s] 2020-06-07 09:01:21.099 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [7.759s] 2020-06-07 09:01:21.259 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [2.368s] 2020-06-07 09:01:21.442 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [3.440s] 2020-06-07 09:01:21.472 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [4.852s] 2020-06-07 09:01:22.025 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [4.440s] 2020-06-07 09:01:22.209 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [4.949s] 2020-06-07 09:01:22.536 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [4.270s] 2020-06-07 09:01:24.033 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [4.783s] 2020-06-07 09:01:24.188 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [3.829s] 2020-06-07 09:01:24.803 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [3.876s] 2020-06-07 09:01:25.058 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [3.799s] 2020-06-07 09:01:26.639 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [5.772s] 2020-06-07 09:01:27.373 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [6.840s] 2020-06-07 09:01:27.472 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [3.439s] 2020-06-07 09:01:27.598 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [6.876s] 2020-06-07 09:01:27.606 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [5.581s] 2020-06-07 09:01:27.746 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [3.556s] 2020-06-07 09:01:27.946 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [9.557s] 2020-06-07 09:01:28.158 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [3.354s] 2020-06-07 09:01:28.806 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [6.268s] 2020-06-07 09:01:28.880 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [6.668s] 2020-06-07 09:01:30.026 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [2.278s] 2020-06-07 09:01:30.115 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.955s] 2020-06-07 09:01:30.228 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [1.422s] 2020-06-07 09:01:30.323 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [2.852s] 2020-06-07 09:01:30.368 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [13.715s] 2020-06-07 09:01:30.370 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [5.307s] 2020-06-07 09:01:31.230 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.117s] 2020-06-07 09:01:31.733 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.502s] 2020-06-07 09:01:31.759 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [2.879s] 2020-06-07 09:01:32.899 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [2.532s] 2020-06-07 09:01:33.040 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.306s] 2020-06-07 09:01:33.093 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [5.717s] 2020-06-07 09:01:33.170 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [2.804s] 2020-06-07 09:01:33.603 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [2.372s] 2020-06-07 09:01:33.821 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [5.874s] 2020-06-07 09:01:34.180 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [2.420s] 2020-06-07 09:01:34.740 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.698s] 2020-06-07 09:01:35.585 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [1.980s] 2020-06-07 09:01:36.501 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.761s] 2020-06-07 09:01:37.412 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [1.827s] 2020-06-07 09:01:37.841 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.339s] 2020-06-07 09:01:38.374 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.962s] 2020-06-07 09:01:38.468 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.626s] 2020-06-07 09:01:38.782 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [4.960s] 2020-06-07 09:01:39.202 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [5.021s] 2020-06-07 09:01:39.516 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [6.344s] 2020-06-07 09:01:39.803 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.600s] 2020-06-07 09:01:40.339 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.869s] 2020-06-07 09:01:40.341 35 INFO opnfv-tempest [-] {8} 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-07 09:01:40.531 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.727s] 2020-06-07 09:01:42.004 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.664s] 2020-06-07 09:01:44.132 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.613s] 2020-06-07 09:01:44.312 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.306s] 2020-06-07 09:01:45.152 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.021s] 2020-06-07 09:01:45.699 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.544s] 2020-06-07 09:01:46.643 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [6.112s] 2020-06-07 09:01:48.793 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [2.148s] 2020-06-07 09:01:49.141 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.346s] 2020-06-07 09:01:49.673 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.532s] 2020-06-07 09:01:51.267 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.593s] 2020-06-07 09:01:54.388 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [3.119s] 2020-06-07 09:01:56.217 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [10.516s] 2020-06-07 09:01:57.861 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.472s] 2020-06-07 09:01:58.742 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [2.524s] 2020-06-07 09:02:00.354 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.492s] 2020-06-07 09:02:02.080 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.726s] 2020-06-07 09:02:04.370 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.287s] 2020-06-07 09:02:06.428 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.057s] 2020-06-07 09:02:07.302 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [8.560s] 2020-06-07 09:02:07.687 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.258s] 2020-06-07 09:02:07.719 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.415s] 2020-06-07 09:02:09.340 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.621s] 2020-06-07 09:02:18.908 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [9.566s] 2020-06-07 09:02:21.717 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [2.807s] 2020-06-07 09:02:28.948 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [7.230s] 2020-06-07 09:02:33.044 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.095s] 2020-06-07 09:02:33.924 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.879s] 2020-06-07 09:02:38.285 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.361s] 2020-06-07 09:02:46.140 35 INFO rally.task.context [-] Verification ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc | Context testr@default cleanup() started 2020-06-07 09:02:46.140 35 INFO rally.task.context [-] Verification ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc | Context testr@default cleanup() finished in 0.73 msec 2020-06-07 09:02:46.141 35 INFO rally.task.context [-] Verification ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc | Context tempest@default cleanup() started 2020-06-07 09:02:46.322 35 INFO rally.task.context [-] Verification ce9e574e-ecb8-45f3-a1d7-bc1dffbefcbc | Context tempest@default cleanup() finished in 0.18 sec 2020-06-07 09:02:46.345 35 INFO rally.api [-] Verification (UUID=17d8799d-420e-402e-9dae-8706fb66ef3d) has been successfully finished for deployment 'opnfv-rally' (UUID=f3fd6833-adf1-467c-b154-c5abda9d70fa)! 2020-06-07 09:02:48.195 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:02:48.196 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:02:48.196 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:02:49.997 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:02:49.997 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:02:49.998 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:02:52.233 130 INFO rally.api [-] Building 'html' report for the following verification(s): '17d8799d-420e-402e-9dae-8706fb66ef3d' 2020-06-07 09:02:52.255 130 INFO rally.api [-] The report has been successfully built. 2020-06-07 09:02:53.777 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:02:53.777 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:02:53.777 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:02:55.838 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '17d8799d-420e-402e-9dae-8706fb66ef3d' 2020-06-07 09:02:55.847 132 INFO rally.api [-] The report has been successfully built.