2020-09-29 08:29:05.011 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:29:05.011 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:29:05.011 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:29:07.258 6 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-09-29 08:29:07.258 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:29:07.258 6 ERROR rally.cli.cliutils 2020-09-29 08:29:08.945 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:29:08.945 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:29:08.946 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:29:13.203 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:29:13.204 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:29:13.204 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:29:17.891 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:29:17.891 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:29:17.891 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:29:19.380 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:29:19.381 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:29:19.381 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:29:21.603 15 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-09-29 08:29:21.603 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils force=force) 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:29:21.603 15 ERROR rally.cli.cliutils 2020-09-29 08:29:23.224 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:29:23.224 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:29:23.224 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:29:25.345 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 08:29:25.420 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3f71ab23-c460-42c7-b2ee-42e927b6606d/repo. 2020-09-29 08:29:25.746 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3f71ab23-c460-42c7-b2ee-42e927b6606d/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-29 08:29:25.761 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 08:29:25.769 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 08:29:25.791 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 08:29:25.847 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 08:29:26.502 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f71ab23-c460-42c7-b2ee-42e927b6606d) has been successfully created! 2020-09-29 08:29:28.258 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:29:28.258 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:29:28.258 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:29:33.362 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:29:33.362 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:29:33.362 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:29:35.518 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3f71ab23-c460-42c7-b2ee-42e927b6606d) for deployment 'opnfv-rally' (UUID=8d5b3ab4-1511-47c8-aa93-842377fa7ff5). 2020-09-29 08:29:36.050 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f71ab23-c460-42c7-b2ee-42e927b6606d) has been successfully configured for deployment 'opnfv-rally' (UUID=8d5b3ab4-1511-47c8-aa93-842377fa7ff5)! 2020-09-29 08:29:45.941 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:29:45.941 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:29:45.942 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:29:48.275 32 INFO rally.api [-] Starting verification (UUID=55661f42-4b87-4095-b8a8-475daf92b7c7) for deployment 'opnfv-rally' (UUID=8d5b3ab4-1511-47c8-aa93-842377fa7ff5) by verifier 'opnfv-tempest' (UUID=3f71ab23-c460-42c7-b2ee-42e927b6606d). 2020-09-29 08:29:49.113 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 08:29:49.114 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3f71ab23-c460-42c7-b2ee-42e927b6606d/for-deployment-8d5b3ab4-1511-47c8-aa93-842377fa7ff5/tempest.log' to option 'log_file'. 2020-09-29 08:29:49.114 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3f71ab23-c460-42c7-b2ee-42e927b6606d/for-deployment-8d5b3ab4-1511-47c8-aa93-842377fa7ff5/tempest.log 2020-09-29 08:29:49.114 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 08:29:49.114 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3f71ab23-c460-42c7-b2ee-42e927b6606d/for-deployment-8d5b3ab4-1511-47c8-aa93-842377fa7ff5/lock_files' to option 'lock_path'. 2020-09-29 08:29:49.115 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3f71ab23-c460-42c7-b2ee-42e927b6606d/for-deployment-8d5b3ab4-1511-47c8-aa93-842377fa7ff5/lock_files 2020-09-29 08:29:49.115 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 08:29:49.115 32 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-09-29 08:29:49.115 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 41f81fd2-8351-4ce4-8b4d-8a63ff52589a 2020-09-29 08:29:49.115 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = fc64c0f5-ba50-4c4f-a7be-8d5edc28aa81 2020-09-29 08:29:49.116 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 636ecc50-375c-4e88-b2be-18d1248d8089 2020-09-29 08:29:49.116 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3d3c2a63-43bd-40ea-bde3-5055b59e7d5a 2020-09-29 08:29:49.396 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 08:29:49.397 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_3b335112-3219-490a-b907-8d58cef0c614 2020-09-29 08:29:49.397 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 08:29:49.494 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 08:29:49.524 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_0b757646_zMFjiBWk'. Using flavor 'rally_verify_0b757646_zMFjiBWk' (ID = 26847c79-861b-4cc0-8135-0eb6bf92fa99) for the tests. 2020-09-29 08:29:49.524 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '26847c79-861b-4cc0-8135-0eb6bf92fa99' to option 'instance_type'. 2020-09-29 08:29:49.525 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 26847c79-861b-4cc0-8135-0eb6bf92fa99 2020-09-29 08:29:49.526 32 INFO rally.task.context [-] Verification 3f71ab23-c460-42c7-b2ee-42e927b6606d | Context tempest@default setup() finished in 1.00 sec 2020-09-29 08:29:49.527 32 INFO rally.task.context [-] Verification 3f71ab23-c460-42c7-b2ee-42e927b6606d | Context testr@default setup() finished in 0.36 msec 2020-09-29 08:29:49.527 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/382f9ca3-6795-4267-a65d-d02bd48abd7e'. 2020-09-29 08:29:54.553 32 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b"('metering extension not enabled.',)" 2020-09-29 08:29:54.563 32 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b"('metering extension not enabled.',)" 2020-09-29 08:30:01.527 32 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.987s] 2020-09-29 08:30:01.532 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.162s] 2020-09-29 08:30:02.194 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.920s] 2020-09-29 08:30:02.238 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.706s] 2020-09-29 08:30:02.260 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.029s] 2020-09-29 08:30:02.555 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.303s] 2020-09-29 08:30:02.563 32 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.095s] 2020-09-29 08:30:02.708 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.510s] 2020-09-29 08:30:02.708 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.080s] 2020-09-29 08:30:02.755 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.907s] 2020-09-29 08:30:02.759 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.359s] 2020-09-29 08:30:02.792 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.553s] 2020-09-29 08:30:02.995 32 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.844s] 2020-09-29 08:30:03.021 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.463s] 2020-09-29 08:30:03.094 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.662s] 2020-09-29 08:30:03.124 32 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.563s] 2020-09-29 08:30:03.172 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.758s] 2020-09-29 08:30:03.268 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.558s] 2020-09-29 08:30:03.269 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.512s] 2020-09-29 08:30:03.419 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.812s] 2020-09-29 08:30:03.482 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.778s] 2020-09-29 08:30:03.559 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [2.129s] 2020-09-29 08:30:03.905 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.423s] 2020-09-29 08:30:03.906 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1843290 is resolved.' 2020-09-29 08:30:03.980 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.713s] 2020-09-29 08:30:04.018 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.261s] 2020-09-29 08:30:04.101 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.929s] 2020-09-29 08:30:04.104 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.840s] 2020-09-29 08:30:04.266 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.782s] 2020-09-29 08:30:04.271 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.478s] 2020-09-29 08:30:04.291 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.995s] 2020-09-29 08:30:04.417 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.439s] 2020-09-29 08:30:04.448 32 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.707s] 2020-09-29 08:30:04.704 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.598s] 2020-09-29 08:30:04.939 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.839s] 2020-09-29 08:30:05.067 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [1.507s] 2020-09-29 08:30:05.121 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [2.028s] 2020-09-29 08:30:05.406 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.387s] 2020-09-29 08:30:05.625 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [2.207s] 2020-09-29 08:30:05.740 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.469s] 2020-09-29 08:30:05.766 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [1.349s] 2020-09-29 08:30:06.029 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.742s] 2020-09-29 08:30:06.451 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.828s] 2020-09-29 08:30:06.453 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.512s] 2020-09-29 08:30:06.571 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.830s] 2020-09-29 08:30:06.799 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.391s] 2020-09-29 08:30:06.813 32 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [2.366s] 2020-09-29 08:30:06.817 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.693s] 2020-09-29 08:30:06.823 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.757s] 2020-09-29 08:30:06.936 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.366s] 2020-09-29 08:30:06.973 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.517s] 2020-09-29 08:30:07.039 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.805s] 2020-09-29 08:30:07.060 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [1.960s] 2020-09-29 08:30:07.621 32 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.807s] 2020-09-29 08:30:07.642 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.067s] 2020-09-29 08:30:07.711 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [2.085s] 2020-09-29 08:30:07.737 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [2.930s] 2020-09-29 08:30:07.827 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.788s] 2020-09-29 08:30:08.044 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.583s] 2020-09-29 08:30:08.089 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.271s] 2020-09-29 08:30:08.121 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [2.090s] 2020-09-29 08:30:08.212 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.572s] 2020-09-29 08:30:08.484 32 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [3.655s] 2020-09-29 08:30:08.517 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.303s] 2020-09-29 08:30:08.543 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [2.093s] 2020-09-29 08:30:08.606 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.783s] 2020-09-29 08:30:08.694 32 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [6.013s] 2020-09-29 08:30:08.829 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.896s] 2020-09-29 08:30:08.898 32 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.277s] 2020-09-29 08:30:08.905 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.077s] 2020-09-29 08:30:09.245 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.157s] 2020-09-29 08:30:09.505 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.794s] 2020-09-29 08:30:09.694 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.958s] 2020-09-29 08:30:09.812 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [4.691s] 2020-09-29 08:30:09.877 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.333s] 2020-09-29 08:30:09.898 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.776s] 2020-09-29 08:30:09.900 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.382s] 2020-09-29 08:30:10.346 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [3.288s] 2020-09-29 08:30:10.442 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.535s] 2020-09-29 08:30:10.617 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [1.671s] 2020-09-29 08:30:10.644 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.743s] 2020-09-29 08:30:10.851 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [2.807s] 2020-09-29 08:30:10.887 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.989s] 2020-09-29 08:30:11.102 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.596s] 2020-09-29 08:30:11.230 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.353s] 2020-09-29 08:30:11.323 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.628s] 2020-09-29 08:30:11.480 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.591s] 2020-09-29 08:30:11.490 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.843s] 2020-09-29 08:30:11.540 32 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [2.844s] 2020-09-29 08:30:11.593 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [5.267s] 2020-09-29 08:30:11.732 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.290s] 2020-09-29 08:30:11.764 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.147s] 2020-09-29 08:30:11.774 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.295s] 2020-09-29 08:30:12.033 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.800s] 2020-09-29 08:30:12.227 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.738s] 2020-09-29 08:30:12.243 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.893s] 2020-09-29 08:30:12.511 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.777s] 2020-09-29 08:30:12.648 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.545s] 2020-09-29 08:30:12.770 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.002s] 2020-09-29 08:30:12.823 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [3.993s] 2020-09-29 08:30:12.919 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.594s] 2020-09-29 08:30:13.030 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.253s] 2020-09-29 08:30:13.256 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.745s] 2020-09-29 08:30:13.415 32 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [4.929s] 2020-09-29 08:30:13.509 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.253s] 2020-09-29 08:30:13.982 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.212s] 2020-09-29 08:30:13.994 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.961s] 2020-09-29 08:30:14.002 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.352s] 2020-09-29 08:30:14.192 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.340s] 2020-09-29 08:30:14.464 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.433s] 2020-09-29 08:30:14.484 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [4.671s] 2020-09-29 08:30:14.677 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.674s] 2020-09-29 08:30:14.880 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.055s] 2020-09-29 08:30:15.000 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.018s] 2020-09-29 08:30:15.366 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.882s] 2020-09-29 08:30:15.836 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [2.339s] 2020-09-29 08:30:16.078 32 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [4.539s] 2020-09-29 08:30:16.233 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.042s] 2020-09-29 08:30:16.427 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [4.836s] 2020-09-29 08:30:16.611 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.616s] 2020-09-29 08:30:16.985 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.373s] 2020-09-29 08:30:17.418 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.431s] 2020-09-29 08:30:18.158 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.738s] 2020-09-29 08:30:18.726 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.569s] 2020-09-29 08:30:21.240 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [5.873s] 2020-09-29 08:30:21.771 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [16.928s] 2020-09-29 08:30:22.044 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [7.164s] 2020-09-29 08:30:22.316 32 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [8.900s] 2020-09-29 08:30:22.694 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.453s] 2020-09-29 08:30:23.027 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.257s] 2020-09-29 08:30:24.008 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.957s] 2020-09-29 08:30:24.011 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [7.773s] 2020-09-29 08:30:24.374 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [5.647s] 2020-09-29 08:30:25.178 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.804s] 2020-09-29 08:30:25.211 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.207s] 2020-09-29 08:30:25.928 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.748s] 2020-09-29 08:30:26.424 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [9.996s] 2020-09-29 08:30:26.890 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.680s] 2020-09-29 08:30:27.191 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.261s] 2020-09-29 08:30:27.193 32 INFO opnfv-tempest [-] {2} 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-09-29 08:30:29.017 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.825s] 2020-09-29 08:30:29.275 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.850s] 2020-09-29 08:30:30.436 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [3.544s] 2020-09-29 08:30:30.770 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [7.742s] 2020-09-29 08:30:30.956 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.937s] 2020-09-29 08:30:31.121 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.684s] 2020-09-29 08:30:31.607 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.485s] 2020-09-29 08:30:32.660 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.889s] 2020-09-29 08:30:32.683 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.406s] 2020-09-29 08:30:34.160 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.551s] 2020-09-29 08:30:35.792 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.109s] 2020-09-29 08:30:35.961 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.801s] 2020-09-29 08:30:36.420 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.458s] 2020-09-29 08:30:36.947 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.527s] 2020-09-29 08:30:37.453 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.791s] 2020-09-29 08:30:39.009 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.060s] 2020-09-29 08:30:41.326 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.316s] 2020-09-29 08:30:42.217 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.763s] 2020-09-29 08:30:43.229 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.011s] 2020-09-29 08:30:43.683 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.453s] 2020-09-29 08:30:44.980 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.653s] 2020-09-29 08:30:47.904 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.923s] 2020-09-29 08:30:49.666 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.761s] 2020-09-29 08:30:57.596 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [7.928s] 2020-09-29 08:31:00.311 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.715s] 2020-09-29 08:31:01.388 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.077s] 2020-09-29 08:31:02.110 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [18.425s] 2020-09-29 08:31:03.502 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.391s] 2020-09-29 08:31:11.357 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [7.856s] 2020-09-29 08:31:11.786 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.429s] 2020-09-29 08:31:13.511 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.722s] 2020-09-29 08:31:19.535 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [6.024s] 2020-09-29 08:31:25.624 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [6.088s] 2020-09-29 08:31:28.931 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.306s] 2020-09-29 08:31:32.619 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.687s] 2020-09-29 08:31:33.909 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.290s] 2020-09-29 08:31:42.498 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [8.587s] 2020-09-29 08:31:52.688 32 INFO rally.task.context [-] Verification 3f71ab23-c460-42c7-b2ee-42e927b6606d | Context testr@default cleanup() started 2020-09-29 08:31:52.689 32 INFO rally.task.context [-] Verification 3f71ab23-c460-42c7-b2ee-42e927b6606d | Context testr@default cleanup() finished in 0.77 msec 2020-09-29 08:31:52.689 32 INFO rally.task.context [-] Verification 3f71ab23-c460-42c7-b2ee-42e927b6606d | Context tempest@default cleanup() started 2020-09-29 08:31:52.873 32 INFO rally.task.context [-] Verification 3f71ab23-c460-42c7-b2ee-42e927b6606d | Context tempest@default cleanup() finished in 0.18 sec 2020-09-29 08:31:52.908 32 INFO rally.api [-] Verification (UUID=55661f42-4b87-4095-b8a8-475daf92b7c7) has been successfully finished for deployment 'opnfv-rally' (UUID=8d5b3ab4-1511-47c8-aa93-842377fa7ff5)! 2020-09-29 08:31:54.812 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:31:54.813 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:31:54.813 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:31:56.586 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:31:56.587 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:31:56.587 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:31:59.129 96 INFO rally.api [-] Building 'html' report for the following verification(s): '55661f42-4b87-4095-b8a8-475daf92b7c7' 2020-09-29 08:31:59.168 96 INFO rally.api [-] The report has been successfully built. 2020-09-29 08:32:00.771 98 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:32:00.772 98 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:32:00.772 98 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:32:03.058 98 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '55661f42-4b87-4095-b8a8-475daf92b7c7' 2020-09-29 08:32:03.073 98 INFO rally.api [-] The report has been successfully built.