2021-06-01 19:07:49.399 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:07:49.399 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:07:49.399 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 19:07:52.071 8 ERROR rally.cli.cliutils 2021-06-01 19:07:53.725 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:07:53.726 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:07:53.726 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:07:58.298 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:07:58.299 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:07:58.299 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:08:03.076 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:08:03.076 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:08:03.077 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:08:04.481 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:08:04.481 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:08:04.481 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 19:08:06.724 18 ERROR rally.cli.cliutils 2021-06-01 19:08:08.359 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:08:08.359 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:08:08.360 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:08:10.817 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 19:08:10.892 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-298f2030-82b8-4ce8-8bd4-cb603a2656bc/repo. 2021-06-01 19:08:11.196 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-298f2030-82b8-4ce8-8bd4-cb603a2656bc/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-06-01 19:08:11.211 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 19:08:11.222 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 19:08:11.241 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 19:08:11.303 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 19:08:12.085 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=298f2030-82b8-4ce8-8bd4-cb603a2656bc) has been successfully created! 2021-06-01 19:08:13.617 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:08:13.617 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:08:13.617 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:08:17.944 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:08:17.944 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:08:17.944 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:08:20.292 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=298f2030-82b8-4ce8-8bd4-cb603a2656bc) for deployment 'opnfv-rally' (UUID=38e2fcf3-a7b4-4fff-8491-b25b62bfb37d). 2021-06-01 19:08:20.711 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=298f2030-82b8-4ce8-8bd4-cb603a2656bc) has been successfully configured for deployment 'opnfv-rally' (UUID=38e2fcf3-a7b4-4fff-8491-b25b62bfb37d)! 2021-06-01 19:08:29.983 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:08:29.984 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:08:29.984 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:08:32.344 36 INFO rally.api [-] Starting verification (UUID=5b220dea-45c3-4d7a-96f5-1c7f2652d559) for deployment 'opnfv-rally' (UUID=38e2fcf3-a7b4-4fff-8491-b25b62bfb37d) by verifier 'opnfv-tempest' (UUID=298f2030-82b8-4ce8-8bd4-cb603a2656bc). 2021-06-01 19:08:32.984 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 19:08:32.985 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-298f2030-82b8-4ce8-8bd4-cb603a2656bc/for-deployment-38e2fcf3-a7b4-4fff-8491-b25b62bfb37d/tempest.log' to option 'log_file'. 2021-06-01 19:08:32.985 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-298f2030-82b8-4ce8-8bd4-cb603a2656bc/for-deployment-38e2fcf3-a7b4-4fff-8491-b25b62bfb37d/tempest.log 2021-06-01 19:08:32.985 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 19:08:32.986 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-298f2030-82b8-4ce8-8bd4-cb603a2656bc/for-deployment-38e2fcf3-a7b4-4fff-8491-b25b62bfb37d/lock_files' to option 'lock_path'. 2021-06-01 19:08:32.986 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-298f2030-82b8-4ce8-8bd4-cb603a2656bc/for-deployment-38e2fcf3-a7b4-4fff-8491-b25b62bfb37d/lock_files 2021-06-01 19:08:32.986 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 19:08:32.987 36 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 2021-06-01 19:08:32.987 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b6d115c2-a6e8-43bd-bdea-6f5bc734808b 2021-06-01 19:08:32.987 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e818e079-2021-4f73-850e-bacf9f1ccfaa 2021-06-01 19:08:32.988 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b960323b-f9d1-471d-ae0d-6d1089edac79 2021-06-01 19:08:32.989 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9377bed2-6646-4160-9e17-1cb4ed9c51d0 2021-06-01 19:08:33.218 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 19:08:33.218 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_b1fd7043-b844-453b-829a-72f4438004c6 2021-06-01 19:08:33.219 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 19:08:33.293 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 19:08:33.337 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 19:08:33.337 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5b220dea_qClEuBDd' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 19:08:33.370 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5b220dea_qClEuBDd' (ID = bc93bd61-bf38-4a1f-99ba-94eadc97e9a7) has been successfully created! 2021-06-01 19:08:33.370 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bc93bd61-bf38-4a1f-99ba-94eadc97e9a7' to option 'instance_type'. 2021-06-01 19:08:33.371 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bc93bd61-bf38-4a1f-99ba-94eadc97e9a7 2021-06-01 19:08:33.371 36 INFO rally.task.context [-] Verification 298f2030-82b8-4ce8-8bd4-cb603a2656bc | Context tempest@default setup() finished in 0.83 sec 2021-06-01 19:08:33.372 36 INFO rally.task.context [-] Verification 298f2030-82b8-4ce8-8bd4-cb603a2656bc | Context testr@default setup() finished in 0.40 msec 2021-06-01 19:08:33.372 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/5b5dcb04-1d71-4f7c-b245-f22c09016777'. 2021-06-01 19:08:38.374 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-06-01 19:08:38.382 36 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-06-01 19:08:44.780 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.864s] 2021-06-01 19:08:45.304 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.528s] 2021-06-01 19:08:45.340 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.558s] 2021-06-01 19:08:45.440 36 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.033s] 2021-06-01 19:08:45.522 36 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.331s] 2021-06-01 19:08:45.546 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.174s] 2021-06-01 19:08:45.677 36 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.870s] 2021-06-01 19:08:45.703 36 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.958s] 2021-06-01 19:08:45.861 36 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.170s] 2021-06-01 19:08:45.926 36 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.697s] 2021-06-01 19:08:45.946 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.607s] 2021-06-01 19:08:46.048 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.691s] 2021-06-01 19:08:46.054 36 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.615s] 2021-06-01 19:08:46.137 36 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.455s] 2021-06-01 19:08:46.140 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.902s] 2021-06-01 19:08:46.200 36 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.211s] 2021-06-01 19:08:46.358 36 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.971s] 2021-06-01 19:08:46.360 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.812s] 2021-06-01 19:08:46.593 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.425s] 2021-06-01 19:08:46.636 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.462s] 2021-06-01 19:08:46.880 36 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.352s] 2021-06-01 19:08:46.882 36 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.019s] 2021-06-01 19:08:47.019 36 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.885s] 2021-06-01 19:08:47.022 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [1.556s] 2021-06-01 19:08:47.040 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [2.511s] 2021-06-01 19:08:47.044 36 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.340s] 2021-06-01 19:08:47.185 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.051s] 2021-06-01 19:08:47.304 36 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.950s] 2021-06-01 19:08:47.361 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.003s] 2021-06-01 19:08:47.558 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [2.255s] 2021-06-01 19:08:47.593 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.544s] 2021-06-01 19:08:47.654 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.705s] 2021-06-01 19:08:47.737 36 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.855s] 2021-06-01 19:08:48.051 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.864s] 2021-06-01 19:08:48.170 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.534s] 2021-06-01 19:08:48.370 36 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.326s] 2021-06-01 19:08:48.375 36 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.070s] 2021-06-01 19:08:48.414 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [2.201s] 2021-06-01 19:08:48.465 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.104s] 2021-06-01 19:08:48.625 36 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.888s] 2021-06-01 19:08:48.714 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [2.119s] 2021-06-01 19:08:48.745 36 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [4.442s] 2021-06-01 19:08:49.078 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.423s] 2021-06-01 19:08:49.140 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.087s] 2021-06-01 19:08:49.204 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.469s] 2021-06-01 19:08:49.224 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.052s] 2021-06-01 19:08:49.237 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.679s] 2021-06-01 19:08:49.255 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.664s] 2021-06-01 19:08:49.273 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.715s] 2021-06-01 19:08:49.326 36 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.950s] 2021-06-01 19:08:49.440 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [2.400s] 2021-06-01 19:08:49.478 36 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.108s] 2021-06-01 19:08:49.502 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [2.475s] 2021-06-01 19:08:49.657 36 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [2.099s] 2021-06-01 19:08:49.704 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.290s] 2021-06-01 19:08:49.759 36 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [3.324s] 2021-06-01 19:08:49.867 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.788s] 2021-06-01 19:08:49.957 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.817s] 2021-06-01 19:08:50.149 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [1.770s] 2021-06-01 19:08:50.191 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.920s] 2021-06-01 19:08:50.350 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.635s] 2021-06-01 19:08:50.375 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.149s] 2021-06-01 19:08:50.486 36 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.159s] 2021-06-01 19:08:50.491 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.252s] 2021-06-01 19:08:50.650 36 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.905s] 2021-06-01 19:08:50.742 36 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [2.778s] 2021-06-01 19:08:50.945 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.443s] 2021-06-01 19:08:50.992 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.287s] 2021-06-01 19:08:51.179 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.312s] 2021-06-01 19:08:51.190 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.816s] 2021-06-01 19:08:51.298 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.948s] 2021-06-01 19:08:51.430 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.281s] 2021-06-01 19:08:51.673 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.493s] 2021-06-01 19:08:51.715 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [2.458s] 2021-06-01 19:08:51.725 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [2.282s] 2021-06-01 19:08:52.120 36 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [2.463s] 2021-06-01 19:08:52.271 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.598s] 2021-06-01 19:08:52.299 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.807s] 2021-06-01 19:08:52.347 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [3.144s] 2021-06-01 19:08:52.394 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.402s] 2021-06-01 19:08:52.477 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.286s] 2021-06-01 19:08:52.523 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.576s] 2021-06-01 19:08:52.660 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.231s] 2021-06-01 19:08:52.741 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.442s] 2021-06-01 19:08:52.877 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.528s] 2021-06-01 19:08:52.966 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.570s] 2021-06-01 19:08:53.092 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.795s] 2021-06-01 19:08:53.141 36 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.383s] 2021-06-01 19:08:53.178 36 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.056s] 2021-06-01 19:08:53.253 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [3.060s] 2021-06-01 19:08:53.406 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.134s] 2021-06-01 19:08:53.447 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.968s] 2021-06-01 19:08:53.475 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.599s] 2021-06-01 19:08:53.606 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.880s] 2021-06-01 19:08:53.608 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.640s] 2021-06-01 19:08:53.697 36 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [2.954s] 2021-06-01 19:08:53.707 36 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.058s] 2021-06-01 19:08:53.805 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.548s] 2021-06-01 19:08:53.807 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.395s] 2021-06-01 19:08:53.833 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.310s] 2021-06-01 19:08:53.840 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.178s] 2021-06-01 19:08:54.234 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.758s] 2021-06-01 19:08:54.379 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.284s] 2021-06-01 19:08:54.386 36 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.209s] 2021-06-01 19:08:54.530 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.728s] 2021-06-01 19:08:54.595 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.793s] 2021-06-01 19:08:54.628 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [1.020s] 2021-06-01 19:08:54.786 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [7.921s] 2021-06-01 19:08:54.788 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.445s] 2021-06-01 19:08:54.883 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.044s] 2021-06-01 19:08:54.964 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.587s] 2021-06-01 19:08:55.466 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.871s] 2021-06-01 19:08:55.604 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.975s] 2021-06-01 19:08:55.691 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.160s] 2021-06-01 19:08:55.937 36 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [2.795s] 2021-06-01 19:08:56.528 36 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [2.831s] 2021-06-01 19:08:56.750 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.971s] 2021-06-01 19:08:56.823 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [2.041s] 2021-06-01 19:08:57.342 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.876s] 2021-06-01 19:08:57.559 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.955s] 2021-06-01 19:08:57.769 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.424s] 2021-06-01 19:08:58.260 36 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.731s] 2021-06-01 19:08:58.463 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.694s] 2021-06-01 19:08:58.563 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.811s] 2021-06-01 19:08:58.691 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [3.436s] 2021-06-01 19:08:59.117 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.651s] 2021-06-01 19:08:59.540 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [0.976s] 2021-06-01 19:09:00.264 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.147s] 2021-06-01 19:09:00.374 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [0.834s] 2021-06-01 19:09:00.749 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.485s] 2021-06-01 19:09:00.993 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.301s] 2021-06-01 19:09:01.267 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.518s] 2021-06-01 19:09:01.656 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.386s] 2021-06-01 19:09:01.736 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.358s] 2021-06-01 19:09:01.904 36 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [3.644s] 2021-06-01 19:09:02.191 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.535s] 2021-06-01 19:09:02.192 36 INFO opnfv-tempest [-] {10} 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.' 2021-06-01 19:09:02.255 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [5.431s] 2021-06-01 19:09:02.546 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [0.812s] 2021-06-01 19:09:02.997 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [0.802s] 2021-06-01 19:09:03.243 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [0.988s] 2021-06-01 19:09:03.730 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.736s] 2021-06-01 19:09:04.242 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.696s] 2021-06-01 19:09:04.850 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.853s] 2021-06-01 19:09:05.857 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.126s] 2021-06-01 19:09:05.997 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.753s] 2021-06-01 19:09:06.418 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.420s] 2021-06-01 19:09:06.760 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.340s] 2021-06-01 19:09:07.633 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.390s] 2021-06-01 19:09:08.482 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.623s] 2021-06-01 19:09:09.370 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.609s] 2021-06-01 19:09:10.625 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.254s] 2021-06-01 19:09:10.850 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.367s] 2021-06-01 19:09:11.026 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.400s] 2021-06-01 19:09:11.408 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [3.770s] 2021-06-01 19:09:11.926 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.898s] 2021-06-01 19:09:12.113 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [0.706s] 2021-06-01 19:09:12.509 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.395s] 2021-06-01 19:09:13.734 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.808s] 2021-06-01 19:09:15.258 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.522s] 2021-06-01 19:09:17.439 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.181s] 2021-06-01 19:09:19.100 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [6.591s] 2021-06-01 19:09:19.242 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.801s] 2021-06-01 19:09:20.802 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.699s] 2021-06-01 19:09:21.027 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.782s] 2021-06-01 19:09:23.741 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.713s] 2021-06-01 19:09:25.471 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.730s] 2021-06-01 19:09:26.059 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [5.256s] 2021-06-01 19:09:26.175 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.703s] 2021-06-01 19:09:26.418 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.357s] 2021-06-01 19:09:28.050 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.630s] 2021-06-01 19:09:33.630 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.579s] 2021-06-01 19:09:34.931 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.301s] 2021-06-01 19:09:39.344 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.409s] 2021-06-01 19:09:43.493 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.150s] 2021-06-01 19:09:44.324 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.829s] 2021-06-01 19:09:47.607 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.282s] 2021-06-01 19:09:54.201 36 INFO rally.task.context [-] Verification 298f2030-82b8-4ce8-8bd4-cb603a2656bc | Context testr@default cleanup() started 2021-06-01 19:09:54.202 36 INFO rally.task.context [-] Verification 298f2030-82b8-4ce8-8bd4-cb603a2656bc | Context testr@default cleanup() finished in 0.75 msec 2021-06-01 19:09:54.203 36 INFO rally.task.context [-] Verification 298f2030-82b8-4ce8-8bd4-cb603a2656bc | Context tempest@default cleanup() started 2021-06-01 19:09:54.372 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5b220dea_qClEuBDd'. 2021-06-01 19:09:54.588 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5b220dea_qClEuBDd' has been deleted. 2021-06-01 19:09:54.589 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'bc93bd61-bf38-4a1f-99ba-94eadc97e9a7' of option 'instance_type' from Tempest config file. 2021-06-01 19:09:54.589 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'bc93bd61-bf38-4a1f-99ba-94eadc97e9a7' has been removed. 2021-06-01 19:09:54.596 36 INFO rally.task.context [-] Verification 298f2030-82b8-4ce8-8bd4-cb603a2656bc | Context tempest@default cleanup() finished in 0.39 sec 2021-06-01 19:09:54.644 36 INFO rally.api [-] Verification (UUID=5b220dea-45c3-4d7a-96f5-1c7f2652d559) has been successfully finished for deployment 'opnfv-rally' (UUID=38e2fcf3-a7b4-4fff-8491-b25b62bfb37d)! 2021-06-01 19:09:56.536 129 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:09:56.537 129 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:09:56.537 129 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:09:58.376 131 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:09:58.377 131 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:09:58.377 131 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:10:00.846 131 INFO rally.api [-] Building 'html' report for the following verification(s): '5b220dea-45c3-4d7a-96f5-1c7f2652d559' 2021-06-01 19:10:00.879 131 INFO rally.api [-] The report has been successfully built. 2021-06-01 19:10:02.577 133 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:10:02.578 133 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:10:02.578 133 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:10:05.002 133 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5b220dea-45c3-4d7a-96f5-1c7f2652d559' 2021-06-01 19:10:05.013 133 INFO rally.api [-] The report has been successfully built.