2020-07-04 08:52:00.532 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:52:00.532 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:52:00.532 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 08:52:02.740 7 ERROR rally.cli.cliutils 2020-07-04 08:52:04.316 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:52:04.316 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:52:04.317 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:52:08.640 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:52:08.640 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:52:08.640 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:52:13.099 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:52:13.100 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:52:13.100 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:52:14.742 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:52:14.742 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:52:14.742 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:52:16.803 17 ERROR rally.cli.cliutils 2020-07-04 08:52:18.372 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:52:18.373 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:52:18.373 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:52:20.527 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 08:52:20.592 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4d164d1d-27cd-49ad-925c-fd54449fcd23/repo. 2020-07-04 08:52:20.841 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4d164d1d-27cd-49ad-925c-fd54449fcd23/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-07-04 08:52:20.854 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 08:52:20.861 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 08:52:20.883 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 08:52:20.944 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 08:52:21.604 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4d164d1d-27cd-49ad-925c-fd54449fcd23) has been successfully created! 2020-07-04 08:52:23.235 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:52:23.235 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:52:23.235 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:52:27.418 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:52:27.418 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:52:27.418 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:52:29.507 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4d164d1d-27cd-49ad-925c-fd54449fcd23) for deployment 'opnfv-rally' (UUID=6367b926-4a74-4c67-82a2-a414fed58ff5). 2020-07-04 08:52:29.937 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4d164d1d-27cd-49ad-925c-fd54449fcd23) has been successfully configured for deployment 'opnfv-rally' (UUID=6367b926-4a74-4c67-82a2-a414fed58ff5)! 2020-07-04 08:52:39.269 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:52:39.270 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:52:39.270 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:52:41.336 35 INFO rally.api [-] Starting verification (UUID=f163db68-fbd8-441c-be41-17047c752268) for deployment 'opnfv-rally' (UUID=6367b926-4a74-4c67-82a2-a414fed58ff5) by verifier 'opnfv-tempest' (UUID=4d164d1d-27cd-49ad-925c-fd54449fcd23). 2020-07-04 08:52:42.082 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 08:52:42.083 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4d164d1d-27cd-49ad-925c-fd54449fcd23/for-deployment-6367b926-4a74-4c67-82a2-a414fed58ff5/tempest.log' to option 'log_file'. 2020-07-04 08:52:42.083 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4d164d1d-27cd-49ad-925c-fd54449fcd23/for-deployment-6367b926-4a74-4c67-82a2-a414fed58ff5/tempest.log 2020-07-04 08:52:42.084 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 08:52:42.084 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4d164d1d-27cd-49ad-925c-fd54449fcd23/for-deployment-6367b926-4a74-4c67-82a2-a414fed58ff5/lock_files' to option 'lock_path'. 2020-07-04 08:52:42.084 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4d164d1d-27cd-49ad-925c-fd54449fcd23/for-deployment-6367b926-4a74-4c67-82a2-a414fed58ff5/lock_files 2020-07-04 08:52:42.085 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 08:52:42.085 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-04 08:52:42.085 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4292f466-d34b-492a-bc25-0960883eebca 2020-07-04 08:52:42.086 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 464161b5-eeec-4907-9fb8-a036a0c6d854 2020-07-04 08:52:42.087 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9af1cf14-2ed9-4745-a288-127b700f3c09 2020-07-04 08:52:42.087 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bb3f1caf-b0cb-4355-8692-772b97d5b6b0 2020-07-04 08:52:42.332 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 08:52:42.333 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_b0de6d9b-bd00-4a6b-9d45-a325a7826a75 2020-07-04 08:52:42.333 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 08:52:42.443 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 08:52:42.484 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-04 08:52:42.484 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f163db68_l9ml8IPu' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-04 08:52:42.517 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f163db68_l9ml8IPu' (ID = 0d92a675-df11-4b3e-9f93-00d1beca92a0) has been successfully created! 2020-07-04 08:52:42.517 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0d92a675-df11-4b3e-9f93-00d1beca92a0' to option 'instance_type'. 2020-07-04 08:52:42.518 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0d92a675-df11-4b3e-9f93-00d1beca92a0 2020-07-04 08:52:42.519 35 INFO rally.task.context [-] Verification 4d164d1d-27cd-49ad-925c-fd54449fcd23 | Context tempest@default setup() finished in 0.97 sec 2020-07-04 08:52:42.520 35 INFO rally.task.context [-] Verification 4d164d1d-27cd-49ad-925c-fd54449fcd23 | Context testr@default setup() finished in 0.51 msec 2020-07-04 08:52:42.520 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/78f714bf-93ad-451f-9aec-c3704f6dd34d'. 2020-07-04 08:52:47.228 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-07-04 08:52:47.396 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-07-04 08:53:04.578 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [4.957s] 2020-07-04 08:53:05.152 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [3.885s] 2020-07-04 08:53:05.277 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [3.564s] 2020-07-04 08:53:05.449 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [5.189s] 2020-07-04 08:53:05.543 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [4.783s] 2020-07-04 08:53:05.581 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [6.428s] 2020-07-04 08:53:05.771 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [5.037s] 2020-07-04 08:53:05.883 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [4.118s] 2020-07-04 08:53:06.785 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [5.027s] 2020-07-04 08:53:06.812 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [5.961s] 2020-07-04 08:53:07.098 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [5.706s] 2020-07-04 08:53:07.308 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [5.847s] 2020-07-04 08:53:07.561 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [6.313s] 2020-07-04 08:53:07.701 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [5.555s] 2020-07-04 08:53:07.869 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [5.782s] 2020-07-04 08:53:08.308 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [5.897s] 2020-07-04 08:53:08.396 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [6.118s] 2020-07-04 08:53:08.783 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [3.506s] 2020-07-04 08:53:08.796 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [6.311s] 2020-07-04 08:53:09.261 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [7.072s] 2020-07-04 08:53:09.477 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [4.902s] 2020-07-04 08:53:09.509 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [7.001s] 2020-07-04 08:53:09.616 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [5.498s] 2020-07-04 08:53:09.776 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [3.894s] 2020-07-04 08:53:09.892 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [4.444s] 2020-07-04 08:53:09.971 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [5.355s] 2020-07-04 08:53:10.002 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [6.075s] 2020-07-04 08:53:10.055 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [4.473s] 2020-07-04 08:53:10.767 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [6.630s] 2020-07-04 08:53:11.131 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [6.185s] 2020-07-04 08:53:11.207 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [5.437s] 2020-07-04 08:53:11.795 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [5.011s] 2020-07-04 08:53:12.401 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [5.586s] 2020-07-04 08:53:12.931 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [5.834s] 2020-07-04 08:53:13.061 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [4.754s] 2020-07-04 08:53:13.094 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [4.311s] 2020-07-04 08:53:13.421 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [9.029s] 2020-07-04 08:53:13.873 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [4.259s] 2020-07-04 08:53:14.311 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [6.751s] 2020-07-04 08:53:14.352 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [6.482s] 2020-07-04 08:53:14.354 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [5.953s] 2020-07-04 08:53:14.420 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [4.644s] 2020-07-04 08:53:15.038 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [12.409s] 2020-07-04 08:53:15.268 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [6.471s] 2020-07-04 08:53:15.307 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [5.800s] 2020-07-04 08:53:15.340 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [9.791s] 2020-07-04 08:53:15.344 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [10.263s] 2020-07-04 08:53:15.682 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [5.713s] 2020-07-04 08:53:15.709 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [5.817s] 2020-07-04 08:53:16.355 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [5.224s] 2020-07-04 08:53:16.611 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [4.815s] 2020-07-04 08:53:16.726 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [5.517s] 2020-07-04 08:53:17.072 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [7.070s] 2020-07-04 08:53:17.327 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [8.065s] 2020-07-04 08:53:17.346 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [6.576s] 2020-07-04 08:53:17.371 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [7.315s] 2020-07-04 08:53:17.832 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [4.762s] 2020-07-04 08:53:18.474 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [4.601s] 2020-07-04 08:53:18.507 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [11.199s] 2020-07-04 08:53:19.064 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [6.133s] 2020-07-04 08:53:19.650 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [5.296s] 2020-07-04 08:53:19.880 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [5.527s] 2020-07-04 08:53:19.913 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [4.877s] 2020-07-04 08:53:19.920 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [2.848s] 2020-07-04 08:53:19.981 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [4.643s] 2020-07-04 08:53:19.993 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [4.309s] 2020-07-04 08:53:20.058 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [5.636s] 2020-07-04 08:53:20.231 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [6.811s] 2020-07-04 08:53:20.310 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [5.042s] 2020-07-04 08:53:20.415 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [3.690s] 2020-07-04 08:53:20.431 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [6.120s] 2020-07-04 08:53:20.757 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [5.047s] 2020-07-04 08:53:20.788 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [2.314s] 2020-07-04 08:53:20.813 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [3.442s] 2020-07-04 08:53:21.077 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [3.252s] 2020-07-04 08:53:21.167 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [5.859s] 2020-07-04 08:53:21.174 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [4.561s] 2020-07-04 08:53:21.335 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [5.995s] 2020-07-04 08:53:21.492 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [4.144s] 2020-07-04 08:53:22.125 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [4.797s] 2020-07-04 08:53:22.507 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [2.587s] 2020-07-04 08:53:22.821 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [2.827s] 2020-07-04 08:53:22.915 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [4.406s] 2020-07-04 08:53:22.996 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [3.930s] 2020-07-04 08:53:23.489 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [3.840s] 2020-07-04 08:53:24.044 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [3.985s] 2020-07-04 08:53:24.347 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [3.266s] 2020-07-04 08:53:24.524 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [3.733s] 2020-07-04 08:53:24.642 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [4.662s] 2020-07-04 08:53:25.071 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [4.760s] 2020-07-04 08:53:25.215 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [4.040s] 2020-07-04 08:53:26.272 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [6.039s] 2020-07-04 08:53:26.406 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [5.971s] 2020-07-04 08:53:26.409 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [3.587s] 2020-07-04 08:53:26.634 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [2.588s] 2020-07-04 08:53:26.663 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [2.314s] 2020-07-04 08:53:27.045 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [2.520s] 2020-07-04 08:53:27.206 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [4.290s] 2020-07-04 08:53:27.310 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [4.312s] 2020-07-04 08:53:27.453 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [3.962s] 2020-07-04 08:53:27.698 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [6.362s] 2020-07-04 08:53:27.909 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [5.783s] 2020-07-04 08:53:28.896 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [9.013s] 2020-07-04 08:53:29.105 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [8.687s] 2020-07-04 08:53:29.249 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [2.588s] 2020-07-04 08:53:30.154 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [13.798s] 2020-07-04 08:53:30.719 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [8.210s] 2020-07-04 08:53:31.424 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [9.931s] 2020-07-04 08:53:32.443 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [5.809s] 2020-07-04 08:53:32.514 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [5.469s] 2020-07-04 08:53:32.839 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [5.383s] 2020-07-04 08:53:32.865 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [5.658s] 2020-07-04 08:53:33.130 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [4.025s] 2020-07-04 08:53:33.271 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.827s] 2020-07-04 08:53:33.359 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [7.087s] 2020-07-04 08:53:33.385 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [3.231s] 2020-07-04 08:53:33.409 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.893s] 2020-07-04 08:53:33.477 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [2.052s] 2020-07-04 08:53:33.538 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [13.624s] 2020-07-04 08:53:33.560 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [4.309s] 2020-07-04 08:53:33.679 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.407s] 2020-07-04 08:53:33.839 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [5.931s] 2020-07-04 08:53:33.944 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.534s] 2020-07-04 08:53:34.251 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.412s] 2020-07-04 08:53:34.435 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.756s] 2020-07-04 08:53:34.689 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.744s] 2020-07-04 08:53:35.183 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [2.050s] 2020-07-04 08:53:35.317 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.881s] 2020-07-04 08:53:35.529 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.991s] 2020-07-04 08:53:35.666 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.976s] 2020-07-04 08:53:36.183 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [2.797s] 2020-07-04 08:53:36.349 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [2.789s] 2020-07-04 08:53:37.031 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.849s] 2020-07-04 08:53:37.497 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.830s] 2020-07-04 08:53:37.611 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [2.293s] 2020-07-04 08:53:38.520 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.021s] 2020-07-04 08:53:38.834 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [5.473s] 2020-07-04 08:53:38.984 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.464s] 2020-07-04 08:53:38.990 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.377s] 2020-07-04 08:53:39.618 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.087s] 2020-07-04 08:53:40.006 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.019s] 2020-07-04 08:53:40.007 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-07-04 08:53:41.388 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.379s] 2020-07-04 08:53:41.991 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.157s] 2020-07-04 08:53:43.070 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.683s] 2020-07-04 08:53:43.880 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [7.694s] 2020-07-04 08:53:45.100 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.220s] 2020-07-04 08:53:45.584 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.967s] 2020-07-04 08:53:46.312 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.211s] 2020-07-04 08:53:46.507 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [0.920s] 2020-07-04 08:53:46.918 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.410s] 2020-07-04 08:53:48.175 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.860s] 2020-07-04 08:53:48.546 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.371s] 2020-07-04 08:53:48.951 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.404s] 2020-07-04 08:53:50.945 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.992s] 2020-07-04 08:53:52.256 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.310s] 2020-07-04 08:53:52.597 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.339s] 2020-07-04 08:53:52.982 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.383s] 2020-07-04 08:53:54.483 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.500s] 2020-07-04 08:53:56.291 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.807s] 2020-07-04 08:53:58.161 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [11.240s] 2020-07-04 08:53:59.191 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.899s] 2020-07-04 08:53:59.341 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.182s] 2020-07-04 08:54:01.027 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.837s] 2020-07-04 08:54:02.856 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.826s] 2020-07-04 08:54:04.438 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [5.095s] 2020-07-04 08:54:04.837 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.399s] 2020-07-04 08:54:05.144 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.285s] 2020-07-04 08:54:06.475 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.636s] 2020-07-04 08:54:06.971 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.829s] 2020-07-04 08:54:07.613 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.641s] 2020-07-04 08:54:17.265 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [10.788s] 2020-07-04 08:54:18.085 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.820s] 2020-07-04 08:54:21.191 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.104s] 2020-07-04 08:54:24.628 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.435s] 2020-07-04 08:54:25.479 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.851s] 2020-07-04 08:54:32.568 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [7.088s] 2020-07-04 08:54:39.194 35 INFO rally.task.context [-] Verification 4d164d1d-27cd-49ad-925c-fd54449fcd23 | Context testr@default cleanup() started 2020-07-04 08:54:39.195 35 INFO rally.task.context [-] Verification 4d164d1d-27cd-49ad-925c-fd54449fcd23 | Context testr@default cleanup() finished in 1.35 msec 2020-07-04 08:54:39.195 35 INFO rally.task.context [-] Verification 4d164d1d-27cd-49ad-925c-fd54449fcd23 | Context tempest@default cleanup() started 2020-07-04 08:54:39.366 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f163db68_l9ml8IPu'. 2020-07-04 08:54:39.517 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f163db68_l9ml8IPu' has been deleted. 2020-07-04 08:54:39.518 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0d92a675-df11-4b3e-9f93-00d1beca92a0' of option 'instance_type' from Tempest config file. 2020-07-04 08:54:39.518 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0d92a675-df11-4b3e-9f93-00d1beca92a0' has been removed. 2020-07-04 08:54:39.524 35 INFO rally.task.context [-] Verification 4d164d1d-27cd-49ad-925c-fd54449fcd23 | Context tempest@default cleanup() finished in 0.33 sec 2020-07-04 08:54:39.557 35 INFO rally.api [-] Verification (UUID=f163db68-fbd8-441c-be41-17047c752268) has been successfully finished for deployment 'opnfv-rally' (UUID=6367b926-4a74-4c67-82a2-a414fed58ff5)! 2020-07-04 08:54:41.319 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:54:41.320 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:54:41.320 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:54:43.050 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:54:43.050 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:54:43.050 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:54:45.361 130 INFO rally.api [-] Building 'html' report for the following verification(s): 'f163db68-fbd8-441c-be41-17047c752268' 2020-07-04 08:54:45.400 130 INFO rally.api [-] The report has been successfully built. 2020-07-04 08:54:47.267 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:54:47.267 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:54:47.267 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:54:49.450 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f163db68-fbd8-441c-be41-17047c752268' 2020-07-04 08:54:49.459 132 INFO rally.api [-] The report has been successfully built.