2022-03-29 08:42:44.523 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:42:44.523 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:42:44.523 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:42:46.954 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-03-29 08:42:46.954 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 08:42:46.954 7 ERROR rally.cli.cliutils 2022-03-29 08:42:48.633 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:42:48.634 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:42:48.634 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:42:52.788 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:42:52.789 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:42:52.789 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:42:57.680 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:42:57.681 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:42:57.681 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:42:58.945 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:42:58.946 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:42:58.946 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:43:01.104 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-03-29 08:43:01.104 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils force=force) 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:43:01.104 16 ERROR rally.cli.cliutils 2022-03-29 08:43:02.673 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:43:02.674 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:43:02.674 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:43:04.727 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 08:43:04.815 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-96395963-8548-44db-a6af-dfa440b79968/repo. 2022-03-29 08:43:05.253 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-96395963-8548-44db-a6af-dfa440b79968/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-03-29 08:43:05.266 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 08:43:05.273 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 08:43:05.289 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 08:43:05.352 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 08:43:06.120 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=96395963-8548-44db-a6af-dfa440b79968) has been successfully created! 2022-03-29 08:43:07.695 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:43:07.695 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:43:07.696 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:43:12.303 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:43:12.303 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:43:12.304 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:43:14.431 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=96395963-8548-44db-a6af-dfa440b79968) for deployment 'opnfv-rally' (UUID=66fa7f7f-092f-4162-9518-a052e95b1ddb). 2022-03-29 08:43:14.866 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=96395963-8548-44db-a6af-dfa440b79968) has been successfully configured for deployment 'opnfv-rally' (UUID=66fa7f7f-092f-4162-9518-a052e95b1ddb)! 2022-03-29 08:43:24.220 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:43:24.220 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:43:24.221 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:43:26.691 33 INFO rally.api [-] Starting verification (UUID=ec7d26f9-b6a3-41ff-94f4-b8d2c543fb60) for deployment 'opnfv-rally' (UUID=66fa7f7f-092f-4162-9518-a052e95b1ddb) by verifier 'opnfv-tempest' (UUID=96395963-8548-44db-a6af-dfa440b79968). 2022-03-29 08:43:27.369 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 08:43:27.370 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-96395963-8548-44db-a6af-dfa440b79968/for-deployment-66fa7f7f-092f-4162-9518-a052e95b1ddb/tempest.log' to option 'log_file'. 2022-03-29 08:43:27.370 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-96395963-8548-44db-a6af-dfa440b79968/for-deployment-66fa7f7f-092f-4162-9518-a052e95b1ddb/tempest.log 2022-03-29 08:43:27.370 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 08:43:27.371 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-96395963-8548-44db-a6af-dfa440b79968/for-deployment-66fa7f7f-092f-4162-9518-a052e95b1ddb/lock_files' to option 'lock_path'. 2022-03-29 08:43:27.371 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-96395963-8548-44db-a6af-dfa440b79968/for-deployment-66fa7f7f-092f-4162-9518-a052e95b1ddb/lock_files 2022-03-29 08:43:27.371 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 08:43:27.371 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-03-29 08:43:27.372 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b600ffa8-531a-4a49-a949-297d805c0f26 2022-03-29 08:43:27.372 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c6cbd52a-e85a-4dc7-823a-849d6c2fa5d3 2022-03-29 08:43:27.372 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c218b330-3b66-4f2b-b037-9a9d041e6e6b 2022-03-29 08:43:27.373 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9d9fe9c7-a5e9-4272-a245-750a873f2cc9 2022-03-29 08:43:27.630 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 08:43:27.631 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_d1c4f32b-8880-4d8a-92b8-b35b20edde9d 2022-03-29 08:43:27.632 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 08:43:27.729 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 08:43:27.767 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c87d1922_26HSxUu6'. Using flavor 'rally_verify_c87d1922_26HSxUu6' (ID = a2579d3e-4e50-4c08-a736-798ba446ba49) for the tests. 2022-03-29 08:43:27.768 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a2579d3e-4e50-4c08-a736-798ba446ba49' to option 'instance_type'. 2022-03-29 08:43:27.768 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a2579d3e-4e50-4c08-a736-798ba446ba49 2022-03-29 08:43:27.769 33 INFO rally.task.context [-] Verification 96395963-8548-44db-a6af-dfa440b79968 | Context tempest@default setup() finished in 0.88 sec 2022-03-29 08:43:27.770 33 INFO rally.task.context [-] Verification 96395963-8548-44db-a6af-dfa440b79968 | Context testr@default setup() finished in 0.31 msec 2022-03-29 08:43:27.770 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/66a55c75-99d3-4888-8859-6004cc345b0f'. 2022-03-29 08:43:32.760 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b"('metering extension not enabled.',)" 2022-03-29 08:43:32.918 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b"('metering extension not enabled.',)" 2022-03-29 08:43:38.954 33 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.778s] 2022-03-29 08:43:39.092 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.920s] 2022-03-29 08:43:39.286 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.972s] 2022-03-29 08:43:39.614 33 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.617s] 2022-03-29 08:43:39.636 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.118s] 2022-03-29 08:43:39.668 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.276s] 2022-03-29 08:43:39.762 33 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.067s] 2022-03-29 08:43:39.812 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.972s] 2022-03-29 08:43:39.891 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.446s] 2022-03-29 08:43:39.892 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... skip [0.000s]: b'Skipped until bug: https://launchpad.net/bugs/1843290 is resolved.' 2022-03-29 08:43:39.991 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.703s] 2022-03-29 08:43:39.993 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.736s] 2022-03-29 08:43:40.069 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.977s] 2022-03-29 08:43:40.151 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.711s] 2022-03-29 08:43:40.204 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.616s] 2022-03-29 08:43:40.317 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [1.803s] 2022-03-29 08:43:40.621 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.985s] 2022-03-29 08:43:40.672 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.548s] 2022-03-29 08:43:40.761 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.091s] 2022-03-29 08:43:40.769 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.956s] 2022-03-29 08:43:40.935 33 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.173s] 2022-03-29 08:43:40.972 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.985s] 2022-03-29 08:43:41.032 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.959s] 2022-03-29 08:43:41.136 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.011s] 2022-03-29 08:43:41.215 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [2.322s] 2022-03-29 08:43:41.308 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.687s] 2022-03-29 08:43:41.363 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.909s] 2022-03-29 08:43:41.530 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.759s] 2022-03-29 08:43:41.606 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.403s] 2022-03-29 08:43:41.664 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.993s] 2022-03-29 08:43:41.791 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.271s] 2022-03-29 08:43:41.805 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.044s] 2022-03-29 08:43:42.023 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.875s] 2022-03-29 08:43:42.097 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [2.109s] 2022-03-29 08:43:42.169 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.137s] 2022-03-29 08:43:42.293 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [2.112s] 2022-03-29 08:43:42.294 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [2.480s] 2022-03-29 08:43:42.365 33 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [4.110s] 2022-03-29 08:43:42.396 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [2.080s] 2022-03-29 08:43:42.623 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.046s] 2022-03-29 08:43:42.645 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.335s] 2022-03-29 08:43:42.719 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.746s] 2022-03-29 08:43:42.822 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.158s] 2022-03-29 08:43:42.855 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.720s] 2022-03-29 08:43:42.928 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [1.122s] 2022-03-29 08:43:42.941 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.578s] 2022-03-29 08:43:42.957 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.352s] 2022-03-29 08:43:43.181 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.536s] 2022-03-29 08:43:43.337 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [2.121s] 2022-03-29 08:43:43.494 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.884s] 2022-03-29 08:43:43.734 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.912s] 2022-03-29 08:43:43.760 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.039s] 2022-03-29 08:43:43.815 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.790s] 2022-03-29 08:43:43.874 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.586s] 2022-03-29 08:43:44.035 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.179s] 2022-03-29 08:43:44.138 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.180s] 2022-03-29 08:43:44.273 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [2.175s] 2022-03-29 08:43:44.280 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.882s] 2022-03-29 08:43:44.331 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.570s] 2022-03-29 08:43:44.456 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.720s] 2022-03-29 08:43:44.585 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [2.465s] 2022-03-29 08:43:44.767 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [4.009s] 2022-03-29 08:43:44.773 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.832s] 2022-03-29 08:43:44.869 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.833s] 2022-03-29 08:43:44.905 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.412s] 2022-03-29 08:43:45.031 33 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [2.665s] 2022-03-29 08:43:45.142 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [2.855s] 2022-03-29 08:43:45.154 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.338s] 2022-03-29 08:43:45.296 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [3.504s] 2022-03-29 08:43:45.424 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.547s] 2022-03-29 08:43:45.428 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [2.090s] 2022-03-29 08:43:45.563 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.291s] 2022-03-29 08:43:45.630 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.298s] 2022-03-29 08:43:45.716 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.847s] 2022-03-29 08:43:46.059 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.778s] 2022-03-29 08:43:46.111 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.815s] 2022-03-29 08:43:46.159 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.382s] 2022-03-29 08:43:46.200 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.570s] 2022-03-29 08:43:46.226 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.604s] 2022-03-29 08:43:46.289 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.704s] 2022-03-29 08:43:46.855 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.138s] 2022-03-29 08:43:46.912 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.710s] 2022-03-29 08:43:46.941 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.796s] 2022-03-29 08:43:46.956 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.845s] 2022-03-29 08:43:47.032 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.605s] 2022-03-29 08:43:47.218 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [2.311s] 2022-03-29 08:43:47.245 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.681s] 2022-03-29 08:43:47.259 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.838s] 2022-03-29 08:43:47.469 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.309s] 2022-03-29 08:43:47.594 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.737s] 2022-03-29 08:43:47.832 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.543s] 2022-03-29 08:43:47.971 33 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [2.941s] 2022-03-29 08:43:47.984 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.767s] 2022-03-29 08:43:48.037 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [1.005s] 2022-03-29 08:43:48.052 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.138s] 2022-03-29 08:43:48.199 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.242s] 2022-03-29 08:43:48.423 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [2.197s] 2022-03-29 08:43:48.474 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.534s] 2022-03-29 08:43:48.531 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [3.764s] 2022-03-29 08:43:48.599 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.561s] 2022-03-29 08:43:48.655 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [3.195s] 2022-03-29 08:43:48.657 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.389s] 2022-03-29 08:43:48.712 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.660s] 2022-03-29 08:43:48.744 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.759s] 2022-03-29 08:43:48.818 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.572s] 2022-03-29 08:43:49.050 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.450s] 2022-03-29 08:43:49.397 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.684s] 2022-03-29 08:43:49.610 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.127s] 2022-03-29 08:43:49.754 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.277s] 2022-03-29 08:43:49.898 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.152s] 2022-03-29 08:43:49.973 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.152s] 2022-03-29 08:43:50.178 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [2.342s] 2022-03-29 08:43:50.227 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.829s] 2022-03-29 08:43:50.442 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.393s] 2022-03-29 08:43:50.486 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.514s] 2022-03-29 08:43:50.792 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [8.202s] 2022-03-29 08:43:51.235 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.812s] 2022-03-29 08:43:51.375 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.762s] 2022-03-29 08:43:51.663 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.765s] 2022-03-29 08:43:51.933 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.490s] 2022-03-29 08:43:52.011 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.478s] 2022-03-29 08:43:52.021 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.357s] 2022-03-29 08:43:52.455 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.663s] 2022-03-29 08:43:52.584 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.561s] 2022-03-29 08:43:53.194 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.609s] 2022-03-29 08:43:53.228 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.855s] 2022-03-29 08:43:53.659 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [2.422s] 2022-03-29 08:43:53.768 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.573s] 2022-03-29 08:43:54.270 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.501s] 2022-03-29 08:43:54.367 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.139s] 2022-03-29 08:43:54.934 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.661s] 2022-03-29 08:43:55.575 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.641s] 2022-03-29 08:43:55.889 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.521s] 2022-03-29 08:43:56.256 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.679s] 2022-03-29 08:43:56.257 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2022-03-29 08:43:56.672 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [8.020s] 2022-03-29 08:43:57.375 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.116s] 2022-03-29 08:43:57.385 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.494s] 2022-03-29 08:43:58.338 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [0.963s] 2022-03-29 08:43:58.818 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.434s] 2022-03-29 08:43:59.625 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [2.952s] 2022-03-29 08:43:59.811 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [0.990s] 2022-03-29 08:44:00.328 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [8.315s] 2022-03-29 08:44:01.462 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.650s] 2022-03-29 08:44:01.880 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.417s] 2022-03-29 08:44:02.198 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.317s] 2022-03-29 08:44:02.525 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.198s] 2022-03-29 08:44:03.636 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [11.181s] 2022-03-29 08:44:03.849 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.650s] 2022-03-29 08:44:05.136 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.497s] 2022-03-29 08:44:05.227 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.378s] 2022-03-29 08:44:05.600 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.372s] 2022-03-29 08:44:06.011 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.408s] 2022-03-29 08:44:07.958 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.947s] 2022-03-29 08:44:09.459 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.323s] 2022-03-29 08:44:10.182 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.222s] 2022-03-29 08:44:10.200 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [7.673s] 2022-03-29 08:44:13.971 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.511s] 2022-03-29 08:44:14.133 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.952s] 2022-03-29 08:44:15.010 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.039s] 2022-03-29 08:44:15.399 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.388s] 2022-03-29 08:44:16.189 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.054s] 2022-03-29 08:44:17.278 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.087s] 2022-03-29 08:44:19.143 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.863s] 2022-03-29 08:44:20.591 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [5.189s] 2022-03-29 08:44:20.773 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.629s] 2022-03-29 08:44:21.985 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.393s] 2022-03-29 08:44:25.447 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [3.462s] 2022-03-29 08:44:25.904 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.455s] 2022-03-29 08:44:26.593 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [5.821s] 2022-03-29 08:44:27.634 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.729s] 2022-03-29 08:44:32.176 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [4.540s] 2022-03-29 08:44:33.020 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.845s] 2022-03-29 08:44:41.988 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [8.966s] 2022-03-29 08:44:45.305 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.317s] 2022-03-29 08:44:46.352 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.048s] 2022-03-29 08:44:49.672 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.317s] 2022-03-29 08:44:58.455 33 INFO rally.task.context [-] Verification 96395963-8548-44db-a6af-dfa440b79968 | Context testr@default cleanup() started 2022-03-29 08:44:58.456 33 INFO rally.task.context [-] Verification 96395963-8548-44db-a6af-dfa440b79968 | Context testr@default cleanup() finished in 0.87 msec 2022-03-29 08:44:58.457 33 INFO rally.task.context [-] Verification 96395963-8548-44db-a6af-dfa440b79968 | Context tempest@default cleanup() started 2022-03-29 08:44:58.645 33 INFO rally.task.context [-] Verification 96395963-8548-44db-a6af-dfa440b79968 | Context tempest@default cleanup() finished in 0.19 sec 2022-03-29 08:44:58.692 33 INFO rally.api [-] Verification (UUID=ec7d26f9-b6a3-41ff-94f4-b8d2c543fb60) has been successfully finished for deployment 'opnfv-rally' (UUID=66fa7f7f-092f-4162-9518-a052e95b1ddb)! 2022-03-29 08:45:00.915 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:45:00.915 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:45:00.916 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:45:02.605 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:45:02.605 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:45:02.605 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:45:05.335 97 INFO rally.api [-] Building 'html' report for the following verification(s): 'ec7d26f9-b6a3-41ff-94f4-b8d2c543fb60' 2022-03-29 08:45:05.362 97 INFO rally.api [-] The report has been successfully built. 2022-03-29 08:45:06.980 99 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:45:06.980 99 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:45:06.980 99 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:45:09.310 99 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ec7d26f9-b6a3-41ff-94f4-b8d2c543fb60' 2022-03-29 08:45:09.321 99 INFO rally.api [-] The report has been successfully built.