2020-05-03 13:31:45.884 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:31:45.884 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:31:45.884 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:31:48.303 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-05-03 13:31:48.303 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 13:31:48.303 7 ERROR rally.cli.cliutils 2020-05-03 13:31:50.026 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:31:50.027 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:31:50.027 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:31:54.238 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:31:54.238 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:31:54.238 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:31:59.158 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:31:59.159 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:31:59.159 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:32:00.850 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:32:00.851 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:32:00.851 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:32:03.149 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-05-03 13:32:03.149 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 13:32:03.149 17 ERROR rally.cli.cliutils 2020-05-03 13:32:05.037 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:32:05.037 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:32:05.037 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:32:07.286 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 13:32:07.356 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-714c274a-2c44-4a6b-974b-6459953da034/repo. 2020-05-03 13:32:07.624 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-714c274a-2c44-4a6b-974b-6459953da034/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-05-03 13:32:07.636 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 13:32:07.646 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 13:32:07.668 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 13:32:07.729 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 13:32:08.529 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=714c274a-2c44-4a6b-974b-6459953da034) has been successfully created! 2020-05-03 13:32:10.257 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:32:10.258 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:32:10.258 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:32:14.899 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:32:14.899 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:32:14.899 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:32:17.207 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=714c274a-2c44-4a6b-974b-6459953da034) for deployment 'opnfv-rally' (UUID=ca1cf757-d4d4-4b7d-ac8c-616ad62bac9d). 2020-05-03 13:32:17.693 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=714c274a-2c44-4a6b-974b-6459953da034) has been successfully configured for deployment 'opnfv-rally' (UUID=ca1cf757-d4d4-4b7d-ac8c-616ad62bac9d)! 2020-05-03 13:32:27.567 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:32:27.567 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:32:27.568 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:32:29.799 35 INFO rally.api [-] Starting verification (UUID=ff46931f-05af-4e29-8416-0d1729ad1fb1) for deployment 'opnfv-rally' (UUID=ca1cf757-d4d4-4b7d-ac8c-616ad62bac9d) by verifier 'opnfv-tempest' (UUID=714c274a-2c44-4a6b-974b-6459953da034). 2020-05-03 13:32:30.467 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 13:32:30.468 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-714c274a-2c44-4a6b-974b-6459953da034/for-deployment-ca1cf757-d4d4-4b7d-ac8c-616ad62bac9d/tempest.log' to option 'log_file'. 2020-05-03 13:32:30.469 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-714c274a-2c44-4a6b-974b-6459953da034/for-deployment-ca1cf757-d4d4-4b7d-ac8c-616ad62bac9d/tempest.log 2020-05-03 13:32:30.469 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 13:32:30.469 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-714c274a-2c44-4a6b-974b-6459953da034/for-deployment-ca1cf757-d4d4-4b7d-ac8c-616ad62bac9d/lock_files' to option 'lock_path'. 2020-05-03 13:32:30.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-714c274a-2c44-4a6b-974b-6459953da034/for-deployment-ca1cf757-d4d4-4b7d-ac8c-616ad62bac9d/lock_files 2020-05-03 13:32:30.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-03 13:32:30.470 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-05-03 13:32:30.471 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d2ad1baa-6127-44a0-87b6-bac49cea9380 2020-05-03 13:32:30.471 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = fba69748-6981-4f84-aa2d-dc18bd5a1ef0 2020-05-03 13:32:30.472 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2bf789cf-f728-4b0d-a64c-b5600fc3134d 2020-05-03 13:32:30.472 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4c6e6546-5cbb-4b96-860a-1935e113e1bc 2020-05-03 13:32:30.732 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 13:32:30.732 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_b018ae4a-c0b8-41c4-8ff2-e2bdefc81dff 2020-05-03 13:32:30.733 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 13:32:30.830 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 13:32:30.868 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8dd2d5f2_VbQQ6kO7'. Using flavor 'rally_verify_8dd2d5f2_VbQQ6kO7' (ID = fa1388b7-2d72-4010-8f62-af49e65abb70) for the tests. 2020-05-03 13:32:30.868 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fa1388b7-2d72-4010-8f62-af49e65abb70' to option 'instance_type'. 2020-05-03 13:32:30.869 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fa1388b7-2d72-4010-8f62-af49e65abb70 2020-05-03 13:32:30.871 35 INFO rally.task.context [-] Verification 714c274a-2c44-4a6b-974b-6459953da034 | Context tempest@default setup() finished in 0.83 sec 2020-05-03 13:32:30.872 35 INFO rally.task.context [-] Verification 714c274a-2c44-4a6b-974b-6459953da034 | Context testr@default setup() finished in 0.97 msec 2020-05-03 13:32:30.873 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/79de93c5-0047-4f71-adb2-fc331a43d856'. 2020-05-03 13:32:35.632 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-05-03 13:32:35.852 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-05-03 13:32:40.463 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.629s] 2020-05-03 13:32:40.754 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.511s] 2020-05-03 13:32:40.765 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.304s] 2020-05-03 13:32:40.954 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.712s] 2020-05-03 13:32:41.003 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.566s] 2020-05-03 13:32:41.063 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.311s] 2020-05-03 13:32:41.091 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.664s] 2020-05-03 13:32:41.101 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.908s] 2020-05-03 13:32:41.227 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.461s] 2020-05-03 13:32:41.286 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.384s] 2020-05-03 13:32:41.295 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.562s] 2020-05-03 13:32:41.298 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.235s] 2020-05-03 13:32:41.326 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.373s] 2020-05-03 13:32:41.388 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.166s] 2020-05-03 13:32:41.432 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.492s] 2020-05-03 13:32:41.457 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.449s] 2020-05-03 13:32:41.476 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.386s] 2020-05-03 13:32:41.536 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.514s] 2020-05-03 13:32:41.547 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.387s] 2020-05-03 13:32:41.551 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.584s] 2020-05-03 13:32:41.602 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.953s] 2020-05-03 13:32:41.977 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.083s] 2020-05-03 13:32:42.075 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.499s] 2020-05-03 13:32:42.143 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.815s] 2020-05-03 13:32:42.192 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.657s] 2020-05-03 13:32:42.214 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.668s] 2020-05-03 13:32:42.235 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.756s] 2020-05-03 13:32:42.243 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.817s] 2020-05-03 13:32:42.249 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.020s] 2020-05-03 13:32:42.316 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.928s] 2020-05-03 13:32:42.478 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.286s] 2020-05-03 13:32:42.493 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [1.252s] 2020-05-03 13:32:42.584 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.982s] 2020-05-03 13:32:42.731 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.184s] 2020-05-03 13:32:42.973 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.830s] 2020-05-03 13:32:42.992 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.773s] 2020-05-03 13:32:42.997 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.898s] 2020-05-03 13:32:43.025 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.790s] 2020-05-03 13:32:43.028 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.956s] 2020-05-03 13:32:43.050 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.068s] 2020-05-03 13:32:43.089 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.055s] 2020-05-03 13:32:43.113 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.863s] 2020-05-03 13:32:43.137 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.881s] 2020-05-03 13:32:43.367 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.874s] 2020-05-03 13:32:43.433 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.133s] 2020-05-03 13:32:43.471 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.992s] 2020-05-03 13:32:43.509 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.794s] 2020-05-03 13:32:43.553 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.562s] 2020-05-03 13:32:43.608 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [2.835s] 2020-05-03 13:32:43.619 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.033s] 2020-05-03 13:32:43.634 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.502s] 2020-05-03 13:32:43.653 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.923s] 2020-05-03 13:32:43.710 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.601s] 2020-05-03 13:32:43.848 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.763s] 2020-05-03 13:32:43.877 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.405s] 2020-05-03 13:32:43.905 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.855s] 2020-05-03 13:32:43.950 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [2.425s] 2020-05-03 13:32:43.976 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.971s] 2020-05-03 13:32:43.982 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.474s] 2020-05-03 13:32:44.114 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.743s] 2020-05-03 13:32:44.127 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.574s] 2020-05-03 13:32:44.565 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.534s] 2020-05-03 13:32:44.664 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.580s] 2020-05-03 13:32:44.732 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.884s] 2020-05-03 13:32:44.874 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.221s] 2020-05-03 13:32:44.907 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.937s] 2020-05-03 13:32:44.936 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.299s] 2020-05-03 13:32:44.938 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.033s] 2020-05-03 13:32:45.106 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [2.363s] 2020-05-03 13:32:45.268 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.647s] 2020-05-03 13:32:45.382 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.393s] 2020-05-03 13:32:45.392 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.453s] 2020-05-03 13:32:45.497 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.762s] 2020-05-03 13:32:45.610 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.495s] 2020-05-03 13:32:45.764 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.200s] 2020-05-03 13:32:45.769 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.862s] 2020-05-03 13:32:45.905 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.518s] 2020-05-03 13:32:46.014 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.636s] 2020-05-03 13:32:46.026 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.086s] 2020-05-03 13:32:46.187 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.421s] 2020-05-03 13:32:46.260 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [2.309s] 2020-05-03 13:32:46.299 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.865s] 2020-05-03 13:32:46.399 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.735s] 2020-05-03 13:32:46.497 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.001s] 2020-05-03 13:32:46.573 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.560s] 2020-05-03 13:32:46.609 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.997s] 2020-05-03 13:32:46.649 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.461s] 2020-05-03 13:32:46.927 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.019s] 2020-05-03 13:32:46.968 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.197s] 2020-05-03 13:32:47.059 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.409s] 2020-05-03 13:32:47.099 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.800s] 2020-05-03 13:32:47.297 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.799s] 2020-05-03 13:32:47.376 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [3.175s] 2020-05-03 13:32:47.433 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.331s] 2020-05-03 13:32:47.434 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.506s] 2020-05-03 13:32:47.668 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.699s] 2020-05-03 13:32:47.677 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [4.072s] 2020-05-03 13:32:47.848 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.272s] 2020-05-03 13:32:47.971 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.537s] 2020-05-03 13:32:48.032 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.770s] 2020-05-03 13:32:48.087 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.027s] 2020-05-03 13:32:48.217 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.818s] 2020-05-03 13:32:48.470 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.037s] 2020-05-03 13:32:48.534 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [3.217s] 2020-05-03 13:32:48.602 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.303s] 2020-05-03 13:32:48.626 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.957s] 2020-05-03 13:32:48.664 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [1.412s] 2020-05-03 13:32:48.806 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.836s] 2020-05-03 13:32:49.032 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.934s] 2020-05-03 13:32:49.457 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.236s] 2020-05-03 13:32:49.458 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.369s] 2020-05-03 13:32:50.057 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.208s] 2020-05-03 13:32:50.344 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.967s] 2020-05-03 13:32:50.405 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.347s] 2020-05-03 13:32:50.791 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [2.262s] 2020-05-03 13:32:50.839 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.434s] 2020-05-03 13:32:50.911 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [8.431s] 2020-05-03 13:32:51.041 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.363s] 2020-05-03 13:32:51.391 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.551s] 2020-05-03 13:32:51.810 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [3.776s] 2020-05-03 13:32:51.820 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.430s] 2020-05-03 13:32:51.948 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [2.493s] 2020-05-03 13:32:52.383 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [3.346s] 2020-05-03 13:32:52.384 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.559s] 2020-05-03 13:32:52.625 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.831s] 2020-05-03 13:32:52.859 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.477s] 2020-05-03 13:32:52.954 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [2.046s] 2020-05-03 13:32:53.214 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [4.549s] 2020-05-03 13:32:53.593 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.732s] 2020-05-03 13:32:53.629 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.284s] 2020-05-03 13:32:53.706 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.755s] 2020-05-03 13:32:53.767 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.141s] 2020-05-03 13:32:54.050 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [0.835s] 2020-05-03 13:32:54.199 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [2.388s] 2020-05-03 13:32:54.462 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.869s] 2020-05-03 13:32:54.463 35 INFO opnfv-tempest [-] {6} 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-05-03 13:32:55.051 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.346s] 2020-05-03 13:32:55.223 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.171s] 2020-05-03 13:32:55.929 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.465s] 2020-05-03 13:32:56.006 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [0.954s] 2020-05-03 13:32:56.447 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.224s] 2020-05-03 13:32:56.579 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.949s] 2020-05-03 13:32:58.660 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.729s] 2020-05-03 13:32:59.113 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [3.105s] 2020-05-03 13:32:59.504 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.388s] 2020-05-03 13:33:00.145 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.641s] 2020-05-03 13:33:00.496 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.916s] 2020-05-03 13:33:00.573 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [7.617s] 2020-05-03 13:33:02.705 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [2.132s] 2020-05-03 13:33:03.044 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.898s] 2020-05-03 13:33:04.312 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.266s] 2020-05-03 13:33:04.649 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.335s] 2020-05-03 13:33:04.980 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.331s] 2020-05-03 13:33:05.195 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [4.698s] 2020-05-03 13:33:07.677 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.972s] 2020-05-03 13:33:07.890 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.908s] 2020-05-03 13:33:10.551 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.658s] 2020-05-03 13:33:12.892 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.211s] 2020-05-03 13:33:13.811 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.259s] 2020-05-03 13:33:14.089 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.198s] 2020-05-03 13:33:14.507 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.419s] 2020-05-03 13:33:15.933 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.120s] 2020-05-03 13:33:18.436 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.503s] 2020-05-03 13:33:20.909 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.473s] 2020-05-03 13:33:21.842 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.332s] 2020-05-03 13:33:23.316 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.472s] 2020-05-03 13:33:23.680 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.769s] 2020-05-03 13:33:24.445 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.763s] 2020-05-03 13:33:30.236 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [6.920s] 2020-05-03 13:33:30.879 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.642s] 2020-05-03 13:33:33.047 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.167s] 2020-05-03 13:33:40.224 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [7.174s] 2020-05-03 13:33:41.488 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.264s] 2020-05-03 13:33:45.413 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.924s] 2020-05-03 13:33:49.633 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.218s] 2020-05-03 13:33:50.604 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.972s] 2020-05-03 13:33:54.681 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.075s] 2020-05-03 13:34:03.332 35 INFO rally.task.context [-] Verification 714c274a-2c44-4a6b-974b-6459953da034 | Context testr@default cleanup() started 2020-05-03 13:34:03.333 35 INFO rally.task.context [-] Verification 714c274a-2c44-4a6b-974b-6459953da034 | Context testr@default cleanup() finished in 0.76 msec 2020-05-03 13:34:03.333 35 INFO rally.task.context [-] Verification 714c274a-2c44-4a6b-974b-6459953da034 | Context tempest@default cleanup() started 2020-05-03 13:34:03.501 35 INFO rally.task.context [-] Verification 714c274a-2c44-4a6b-974b-6459953da034 | Context tempest@default cleanup() finished in 0.17 sec 2020-05-03 13:34:03.537 35 INFO rally.api [-] Verification (UUID=ff46931f-05af-4e29-8416-0d1729ad1fb1) has been successfully finished for deployment 'opnfv-rally' (UUID=ca1cf757-d4d4-4b7d-ac8c-616ad62bac9d)! 2020-05-03 13:34:05.485 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:34:05.486 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:34:05.486 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:34:07.291 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:34:07.291 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:34:07.291 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:34:09.544 130 INFO rally.api [-] Building 'html' report for the following verification(s): 'ff46931f-05af-4e29-8416-0d1729ad1fb1' 2020-05-03 13:34:09.568 130 INFO rally.api [-] The report has been successfully built. 2020-05-03 13:34:11.192 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:34:11.192 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:34:11.192 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:34:13.481 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ff46931f-05af-4e29-8416-0d1729ad1fb1' 2020-05-03 13:34:13.490 132 INFO rally.api [-] The report has been successfully built.