2022-04-19 08:40:56.730 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:40:56.731 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:40:56.731 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:40:59.684 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 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 08:40:59.684 7 ERROR rally.cli.cliutils 2022-04-19 08:41:01.391 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:41:01.392 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:41:01.392 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:41:05.650 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:41:05.650 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:41:05.650 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:41:10.817 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:41:10.817 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:41:10.817 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:41:12.325 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:41:12.325 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:41:12.326 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils force=force) 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:41:14.860 16 ERROR rally.cli.cliutils 2022-04-19 08:41:16.605 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:41:16.605 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:41:16.606 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:41:18.852 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 08:41:18.938 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9a0f96ff-474f-4151-88c6-eee84dd051cc/repo. 2022-04-19 08:41:19.344 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9a0f96ff-474f-4151-88c6-eee84dd051cc/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2022-04-19 08:41:19.359 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 08:41:19.370 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 08:41:19.393 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 08:41:19.448 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 08:41:20.237 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a0f96ff-474f-4151-88c6-eee84dd051cc) has been successfully created! 2022-04-19 08:41:22.196 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:41:22.196 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:41:22.196 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:41:27.154 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:41:27.155 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:41:27.155 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:41:29.516 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9a0f96ff-474f-4151-88c6-eee84dd051cc) for deployment 'opnfv-rally' (UUID=63be2af9-4a6e-4535-82b7-289a5d71488b). 2022-04-19 08:41:29.999 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a0f96ff-474f-4151-88c6-eee84dd051cc) has been successfully configured for deployment 'opnfv-rally' (UUID=63be2af9-4a6e-4535-82b7-289a5d71488b)! 2022-04-19 08:41:40.721 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:41:40.721 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:41:40.721 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:41:43.130 33 INFO rally.api [-] Starting verification (UUID=1bfa908d-695e-423e-8904-61df98fd16a8) for deployment 'opnfv-rally' (UUID=63be2af9-4a6e-4535-82b7-289a5d71488b) by verifier 'opnfv-tempest' (UUID=9a0f96ff-474f-4151-88c6-eee84dd051cc). 2022-04-19 08:41:43.809 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 08:41:43.809 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9a0f96ff-474f-4151-88c6-eee84dd051cc/for-deployment-63be2af9-4a6e-4535-82b7-289a5d71488b/tempest.log' to option 'log_file'. 2022-04-19 08:41:43.809 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9a0f96ff-474f-4151-88c6-eee84dd051cc/for-deployment-63be2af9-4a6e-4535-82b7-289a5d71488b/tempest.log 2022-04-19 08:41:43.810 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 08:41:43.810 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9a0f96ff-474f-4151-88c6-eee84dd051cc/for-deployment-63be2af9-4a6e-4535-82b7-289a5d71488b/lock_files' to option 'lock_path'. 2022-04-19 08:41:43.810 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9a0f96ff-474f-4151-88c6-eee84dd051cc/for-deployment-63be2af9-4a6e-4535-82b7-289a5d71488b/lock_files 2022-04-19 08:41:43.811 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 08:41:43.811 33 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 2022-04-19 08:41:43.812 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b3d89f69-a15c-41b8-9eba-92d1a8034193 2022-04-19 08:41:43.812 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ee5c076b-b7d0-4b5a-906a-2e469258882c 2022-04-19 08:41:43.813 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a085ece8-05a2-45f3-8680-0ca954f71fc3 2022-04-19 08:41:43.813 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 89899b17-4f5d-4ac5-9d19-79d33032edbe 2022-04-19 08:41:44.075 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 08:41:44.076 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_691d78ec-339f-46e3-b969-1bf53c15ef2a 2022-04-19 08:41:44.076 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 08:41:44.178 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 08:41:44.226 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-04-19 08:41:44.227 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1bfa908d_aU1xGnZd' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-04-19 08:41:44.266 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1bfa908d_aU1xGnZd' (ID = f8d55faf-2625-463c-87e0-affaf41af40a) has been successfully created! 2022-04-19 08:41:44.266 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f8d55faf-2625-463c-87e0-affaf41af40a' to option 'instance_type'. 2022-04-19 08:41:44.267 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f8d55faf-2625-463c-87e0-affaf41af40a 2022-04-19 08:41:44.269 33 INFO rally.task.context [-] Verification 9a0f96ff-474f-4151-88c6-eee84dd051cc | Context tempest@default setup() finished in 0.90 sec 2022-04-19 08:41:44.270 33 INFO rally.task.context [-] Verification 9a0f96ff-474f-4151-88c6-eee84dd051cc | Context testr@default setup() finished in 0.59 msec 2022-04-19 08:41:44.270 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/f7f4bc4b-9d0c-409c-84f5-c37d3a5277a9'. 2022-04-19 08:41:50.437 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b"('metering extension not enabled.',)" 2022-04-19 08:41:50.439 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b"('metering extension not enabled.',)" 2022-04-19 08:41:57.129 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.046s] 2022-04-19 08:41:57.173 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.901s] 2022-04-19 08:41:57.355 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.217s] 2022-04-19 08:41:57.414 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.253s] 2022-04-19 08:41:57.494 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.910s] 2022-04-19 08:41:57.505 33 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.192s] 2022-04-19 08:41:57.547 33 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.988s] 2022-04-19 08:41:57.605 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.052s] 2022-04-19 08:41:57.774 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.602s] 2022-04-19 08:41:57.804 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.677s] 2022-04-19 08:41:57.848 33 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.403s] 2022-04-19 08:41:58.140 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.647s] 2022-04-19 08:41:58.256 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.901s] 2022-04-19 08:41:58.492 33 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.989s] 2022-04-19 08:41:58.569 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.319s] 2022-04-19 08:41:58.606 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.003s] 2022-04-19 08:41:58.663 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.887s] 2022-04-19 08:41:58.687 33 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.750s] 2022-04-19 08:41:58.688 33 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.' 2022-04-19 08:41:58.829 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [2.116s] 2022-04-19 08:41:58.918 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.877s] 2022-04-19 08:41:58.962 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.354s] 2022-04-19 08:41:59.010 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.750s] 2022-04-19 08:41:59.013 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.867s] 2022-04-19 08:41:59.028 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.613s] 2022-04-19 08:41:59.178 33 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.683s] 2022-04-19 08:41:59.186 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [2.585s] 2022-04-19 08:41:59.269 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [2.221s] 2022-04-19 08:41:59.423 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.856s] 2022-04-19 08:41:59.459 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [2.429s] 2022-04-19 08:41:59.752 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.742s] 2022-04-19 08:41:59.837 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.874s] 2022-04-19 08:41:59.873 33 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.693s] 2022-04-19 08:41:59.876 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.448s] 2022-04-19 08:42:00.217 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.187s] 2022-04-19 08:42:00.383 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [2.475s] 2022-04-19 08:42:00.429 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.419s] 2022-04-19 08:42:00.643 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.805s] 2022-04-19 08:42:00.771 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.942s] 2022-04-19 08:42:00.814 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.897s] 2022-04-19 08:42:00.922 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [2.279s] 2022-04-19 08:42:01.014 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.140s] 2022-04-19 08:42:01.189 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [2.002s] 2022-04-19 08:42:01.514 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [2.243s] 2022-04-19 08:42:01.794 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [2.337s] 2022-04-19 08:42:01.820 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.390s] 2022-04-19 08:42:01.962 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.947s] 2022-04-19 08:42:02.040 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.822s] 2022-04-19 08:42:02.291 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.470s] 2022-04-19 08:42:02.303 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.884s] 2022-04-19 08:42:02.400 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.631s] 2022-04-19 08:42:02.494 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.677s] 2022-04-19 08:42:02.781 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [2.394s] 2022-04-19 08:42:02.924 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [5.003s] 2022-04-19 08:42:03.211 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.081s] 2022-04-19 08:42:03.314 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.802s] 2022-04-19 08:42:03.456 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.163s] 2022-04-19 08:42:03.698 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.202s] 2022-04-19 08:42:03.741 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.285s] 2022-04-19 08:42:03.782 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [2.859s] 2022-04-19 08:42:03.898 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.687s] 2022-04-19 08:42:03.914 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [3.045s] 2022-04-19 08:42:04.162 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.421s] 2022-04-19 08:42:04.318 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [3.162s] 2022-04-19 08:42:04.401 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.998s] 2022-04-19 08:42:04.582 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.804s] 2022-04-19 08:42:04.892 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.575s] 2022-04-19 08:42:05.125 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.340s] 2022-04-19 08:42:05.127 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.961s] 2022-04-19 08:42:05.151 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.252s] 2022-04-19 08:42:05.363 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.566s] 2022-04-19 08:42:05.457 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.542s] 2022-04-19 08:42:05.521 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.395s] 2022-04-19 08:42:05.736 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [2.809s] 2022-04-19 08:42:05.738 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.416s] 2022-04-19 08:42:05.807 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [3.504s] 2022-04-19 08:42:05.815 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.664s] 2022-04-19 08:42:06.052 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.526s] 2022-04-19 08:42:06.132 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.237s] 2022-04-19 08:42:06.160 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.760s] 2022-04-19 08:42:06.207 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.624s] 2022-04-19 08:42:06.359 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.236s] 2022-04-19 08:42:06.565 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.748s] 2022-04-19 08:42:06.806 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.000s] 2022-04-19 08:42:06.854 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [7.253s] 2022-04-19 08:42:07.047 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.999s] 2022-04-19 08:42:07.079 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.872s] 2022-04-19 08:42:07.206 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.045s] 2022-04-19 08:42:07.305 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.739s] 2022-04-19 08:42:07.372 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [6.182s] 2022-04-19 08:42:07.421 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.614s] 2022-04-19 08:42:07.506 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.425s] 2022-04-19 08:42:07.693 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.959s] 2022-04-19 08:42:07.724 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.869s] 2022-04-19 08:42:07.803 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.296s] 2022-04-19 08:42:07.886 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.527s] 2022-04-19 08:42:07.932 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [4.175s] 2022-04-19 08:42:08.123 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.818s] 2022-04-19 08:42:08.344 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.923s] 2022-04-19 08:42:08.588 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.214s] 2022-04-19 08:42:08.757 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.550s] 2022-04-19 08:42:08.802 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.078s] 2022-04-19 08:42:08.846 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.042s] 2022-04-19 08:42:09.303 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.957s] 2022-04-19 08:42:09.479 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.721s] 2022-04-19 08:42:10.108 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.305s] 2022-04-19 08:42:10.136 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.204s] 2022-04-19 08:42:10.374 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [4.636s] 2022-04-19 08:42:10.715 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.867s] 2022-04-19 08:42:11.475 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.365s] 2022-04-19 08:42:11.698 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.393s] 2022-04-19 08:42:11.865 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [6.407s] 2022-04-19 08:42:12.111 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.414s] 2022-04-19 08:42:12.317 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.947s] 2022-04-19 08:42:12.355 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [4.660s] 2022-04-19 08:42:12.726 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.613s] 2022-04-19 08:42:12.988 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.224s] 2022-04-19 08:42:13.053 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.188s] 2022-04-19 08:42:13.297 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.572s] 2022-04-19 08:42:13.422 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [10.272s] 2022-04-19 08:42:13.436 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.118s] 2022-04-19 08:42:13.593 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [3.454s] 2022-04-19 08:42:13.980 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.680s] 2022-04-19 08:42:14.416 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.435s] 2022-04-19 08:42:14.898 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [2.541s] 2022-04-19 08:42:15.042 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.625s] 2022-04-19 08:42:15.289 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.851s] 2022-04-19 08:42:15.364 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.377s] 2022-04-19 08:42:15.509 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.465s] 2022-04-19 08:42:15.708 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.285s] 2022-04-19 08:42:15.991 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.626s] 2022-04-19 08:42:16.336 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.344s] 2022-04-19 08:42:16.496 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.986s] 2022-04-19 08:42:16.498 33 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.' 2022-04-19 08:42:16.726 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.436s] 2022-04-19 08:42:16.739 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [16.300s] 2022-04-19 08:42:17.346 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.007s] 2022-04-19 08:42:17.633 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [0.907s] 2022-04-19 08:42:17.817 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.317s] 2022-04-19 08:42:17.990 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.281s] 2022-04-19 08:42:18.100 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.360s] 2022-04-19 08:42:19.007 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.191s] 2022-04-19 08:42:20.303 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.313s] 2022-04-19 08:42:20.399 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.766s] 2022-04-19 08:42:20.845 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.444s] 2022-04-19 08:42:21.219 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.372s] 2022-04-19 08:42:22.967 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.661s] 2022-04-19 08:42:25.630 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.663s] 2022-04-19 08:42:29.071 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [10.970s] 2022-04-19 08:42:29.403 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [8.183s] 2022-04-19 08:42:30.589 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.516s] 2022-04-19 08:42:31.030 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.627s] 2022-04-19 08:42:31.384 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.354s] 2022-04-19 08:42:31.727 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.340s] 2022-04-19 08:42:33.108 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.380s] 2022-04-19 08:42:34.988 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.878s] 2022-04-19 08:42:38.382 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.393s] 2022-04-19 08:42:38.819 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [8.229s] 2022-04-19 08:42:40.218 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.835s] 2022-04-19 08:42:41.377 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.159s] 2022-04-19 08:42:43.398 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.020s] 2022-04-19 08:42:43.678 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.859s] 2022-04-19 08:42:44.856 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.177s] 2022-04-19 08:42:45.289 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.889s] 2022-04-19 08:42:45.460 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.605s] 2022-04-19 08:42:46.373 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.084s] 2022-04-19 08:42:51.370 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [5.907s] 2022-04-19 08:42:52.701 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.331s] 2022-04-19 08:42:57.627 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.925s] 2022-04-19 08:42:58.123 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.496s] 2022-04-19 08:42:59.923 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.800s] 2022-04-19 08:43:04.470 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [4.543s] 2022-04-19 08:43:05.320 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.848s] 2022-04-19 08:43:08.197 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [2.878s] 2022-04-19 08:43:12.087 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.888s] 2022-04-19 08:43:19.145 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [7.058s] 2022-04-19 08:43:22.375 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.229s] 2022-04-19 08:43:32.421 33 INFO rally.task.context [-] Verification 9a0f96ff-474f-4151-88c6-eee84dd051cc | Context testr@default cleanup() started 2022-04-19 08:43:32.421 33 INFO rally.task.context [-] Verification 9a0f96ff-474f-4151-88c6-eee84dd051cc | Context testr@default cleanup() finished in 0.54 msec 2022-04-19 08:43:32.422 33 INFO rally.task.context [-] Verification 9a0f96ff-474f-4151-88c6-eee84dd051cc | Context tempest@default cleanup() started 2022-04-19 08:43:32.733 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1bfa908d_aU1xGnZd'. 2022-04-19 08:43:33.274 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1bfa908d_aU1xGnZd' has been deleted. 2022-04-19 08:43:33.275 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f8d55faf-2625-463c-87e0-affaf41af40a' of option 'instance_type' from Tempest config file. 2022-04-19 08:43:33.275 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f8d55faf-2625-463c-87e0-affaf41af40a' has been removed. 2022-04-19 08:43:33.279 33 INFO rally.task.context [-] Verification 9a0f96ff-474f-4151-88c6-eee84dd051cc | Context tempest@default cleanup() finished in 0.86 sec 2022-04-19 08:43:33.310 33 INFO rally.api [-] Verification (UUID=1bfa908d-695e-423e-8904-61df98fd16a8) has been successfully finished for deployment 'opnfv-rally' (UUID=63be2af9-4a6e-4535-82b7-289a5d71488b)! 2022-04-19 08:43:38.124 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:43:38.125 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:43:38.125 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:43:40.258 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:43:40.258 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:43:40.258 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:43:43.557 97 INFO rally.api [-] Building 'html' report for the following verification(s): '1bfa908d-695e-423e-8904-61df98fd16a8' 2022-04-19 08:43:43.589 97 INFO rally.api [-] The report has been successfully built. 2022-04-19 08:43:45.439 99 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:43:45.440 99 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:43:45.440 99 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:43:47.819 99 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1bfa908d-695e-423e-8904-61df98fd16a8' 2022-04-19 08:43:47.831 99 INFO rally.api [-] The report has been successfully built.