2022-02-19 16:46:17.254 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:46:17.254 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:46:17.254 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:46:19.533 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-02-19 16:46:19.533 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:46:19.533 7 ERROR rally.cli.cliutils 2022-02-19 16:46:21.038 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:46:21.039 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:46:21.039 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:46:25.113 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:46:25.113 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:46:25.113 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:46:29.495 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:46:29.496 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:46:29.496 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:46:30.833 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:46:30.834 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:46:30.834 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:46:32.889 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-02-19 16:46:32.889 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils force=force) 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:46:32.889 16 ERROR rally.cli.cliutils 2022-02-19 16:46:34.469 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:46:34.470 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:46:34.470 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:46:36.621 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 16:46:36.696 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5f8ff226-83ba-4f16-a588-f3b006df3be2/repo. 2022-02-19 16:46:37.055 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5f8ff226-83ba-4f16-a588-f3b006df3be2/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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-02-19 16:46:37.070 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 16:46:37.079 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 16:46:37.099 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 16:46:37.155 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 16:46:37.792 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f8ff226-83ba-4f16-a588-f3b006df3be2) has been successfully created! 2022-02-19 16:46:39.411 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:46:39.412 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:46:39.412 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:46:43.782 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:46:43.783 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:46:43.783 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:46:45.989 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5f8ff226-83ba-4f16-a588-f3b006df3be2) for deployment 'opnfv-rally' (UUID=c2c71505-1e3f-477c-a542-4557fd151e2e). 2022-02-19 16:46:46.453 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f8ff226-83ba-4f16-a588-f3b006df3be2) has been successfully configured for deployment 'opnfv-rally' (UUID=c2c71505-1e3f-477c-a542-4557fd151e2e)! 2022-02-19 16:46:55.884 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:46:55.884 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:46:55.885 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:46:58.163 33 INFO rally.api [-] Starting verification (UUID=1e6d2595-7cb7-4021-9041-ad368a5b9946) for deployment 'opnfv-rally' (UUID=c2c71505-1e3f-477c-a542-4557fd151e2e) by verifier 'opnfv-tempest' (UUID=5f8ff226-83ba-4f16-a588-f3b006df3be2). 2022-02-19 16:46:58.721 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 16:46:58.721 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f8ff226-83ba-4f16-a588-f3b006df3be2/for-deployment-c2c71505-1e3f-477c-a542-4557fd151e2e/tempest.log' to option 'log_file'. 2022-02-19 16:46:58.722 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5f8ff226-83ba-4f16-a588-f3b006df3be2/for-deployment-c2c71505-1e3f-477c-a542-4557fd151e2e/tempest.log 2022-02-19 16:46:58.722 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 16:46:58.722 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f8ff226-83ba-4f16-a588-f3b006df3be2/for-deployment-c2c71505-1e3f-477c-a542-4557fd151e2e/lock_files' to option 'lock_path'. 2022-02-19 16:46:58.723 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5f8ff226-83ba-4f16-a588-f3b006df3be2/for-deployment-c2c71505-1e3f-477c-a542-4557fd151e2e/lock_files 2022-02-19 16:46:58.723 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-02-19 16:46:58.723 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = eed693af-bb76-45f8-8a00-85dab6a22c24 2022-02-19 16:46:58.724 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a92f4e53-e1a3-49b8-9200-d4c74d85da87 2022-02-19 16:46:58.725 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4c20ff92-cd0d-4c4d-84d7-c01931b1cb99 2022-02-19 16:46:58.725 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 70afd297-07f8-4eee-b2b9-91841e0f9357 2022-02-19 16:46:58.950 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 16:46:58.950 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_6bf00249-25b5-4b6a-9980-bfc60b2b5af7 2022-02-19 16:46:58.951 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 16:46:59.023 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 16:46:59.062 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2008a33c_RJV29mgY'. Using flavor 'rally_verify_2008a33c_RJV29mgY' (ID = 6c98aa47-e058-4e2a-b407-efeadfe444ea) for the tests. 2022-02-19 16:46:59.063 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c98aa47-e058-4e2a-b407-efeadfe444ea' to option 'instance_type'. 2022-02-19 16:46:59.063 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c98aa47-e058-4e2a-b407-efeadfe444ea 2022-02-19 16:46:59.064 33 INFO rally.task.context [-] Verification 5f8ff226-83ba-4f16-a588-f3b006df3be2 | Context tempest@default setup() finished in 0.73 sec 2022-02-19 16:46:59.065 33 INFO rally.task.context [-] Verification 5f8ff226-83ba-4f16-a588-f3b006df3be2 | Context testr@default setup() finished in 0.46 msec 2022-02-19 16:46:59.065 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/1f0e8f2c-63db-4142-b464-7a4931c6f342'. 2022-02-19 16:47:04.719 33 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b"('metering extension not enabled.',)" 2022-02-19 16:47:04.749 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b"('metering extension not enabled.',)" 2022-02-19 16:47:11.277 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.929s] 2022-02-19 16:47:12.005 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.503s] 2022-02-19 16:47:12.202 33 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.575s] 2022-02-19 16:47:12.230 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.645s] 2022-02-19 16:47:12.283 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.732s] 2022-02-19 16:47:12.365 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [1.088s] 2022-02-19 16:47:12.459 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.605s] 2022-02-19 16:47:12.507 33 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.498s] 2022-02-19 16:47:12.898 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [2.266s] 2022-02-19 16:47:12.900 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1843290 is resolved.' 2022-02-19 16:47:13.311 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.815s] 2022-02-19 16:47:13.473 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.244s] 2022-02-19 16:47:13.487 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [2.495s] 2022-02-19 16:47:13.503 33 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.997s] 2022-02-19 16:47:13.577 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.214s] 2022-02-19 16:47:13.671 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [2.654s] 2022-02-19 16:47:13.676 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [2.418s] 2022-02-19 16:47:13.711 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.253s] 2022-02-19 16:47:13.727 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.444s] 2022-02-19 16:47:13.739 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.826s] 2022-02-19 16:47:13.767 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.760s] 2022-02-19 16:47:14.077 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [2.745s] 2022-02-19 16:47:14.106 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [2.635s] 2022-02-19 16:47:14.205 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [2.684s] 2022-02-19 16:47:14.433 33 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.931s] 2022-02-19 16:47:14.600 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [2.873s] 2022-02-19 16:47:14.643 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.332s] 2022-02-19 16:47:14.691 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.979s] 2022-02-19 16:47:14.885 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.157s] 2022-02-19 16:47:15.073 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.335s] 2022-02-19 16:47:15.257 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [2.743s] 2022-02-19 16:47:15.301 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.534s] 2022-02-19 16:47:15.326 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.749s] 2022-02-19 16:47:15.384 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [3.062s] 2022-02-19 16:47:15.448 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [2.229s] 2022-02-19 16:47:15.471 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [1.982s] 2022-02-19 16:47:15.528 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.885s] 2022-02-19 16:47:15.555 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.884s] 2022-02-19 16:47:15.562 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.871s] 2022-02-19 16:47:15.661 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.775s] 2022-02-19 16:47:15.678 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.603s] 2022-02-19 16:47:15.683 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [3.573s] 2022-02-19 16:47:16.010 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.707s] 2022-02-19 16:47:16.016 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.453s] 2022-02-19 16:47:16.054 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.728s] 2022-02-19 16:47:16.087 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.983s] 2022-02-19 16:47:16.115 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.586s] 2022-02-19 16:47:16.192 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.594s] 2022-02-19 16:47:16.427 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.748s] 2022-02-19 16:47:16.505 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.033s] 2022-02-19 16:47:16.530 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.274s] 2022-02-19 16:47:16.678 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.295s] 2022-02-19 16:47:16.703 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [2.499s] 2022-02-19 16:47:16.826 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.271s] 2022-02-19 16:47:16.927 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.870s] 2022-02-19 16:47:17.254 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.166s] 2022-02-19 16:47:17.399 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.972s] 2022-02-19 16:47:17.878 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [2.430s] 2022-02-19 16:47:17.935 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.006s] 2022-02-19 16:47:17.953 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.421s] 2022-02-19 16:47:17.963 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [2.277s] 2022-02-19 16:47:17.976 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.150s] 2022-02-19 16:47:18.046 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.851s] 2022-02-19 16:47:18.089 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.409s] 2022-02-19 16:47:18.125 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.421s] 2022-02-19 16:47:18.208 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.273s] 2022-02-19 16:47:18.284 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.780s] 2022-02-19 16:47:18.363 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.108s] 2022-02-19 16:47:18.604 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.490s] 2022-02-19 16:47:18.637 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.428s] 2022-02-19 16:47:19.122 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.170s] 2022-02-19 16:47:19.168 33 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [4.485s] 2022-02-19 16:47:19.249 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.304s] 2022-02-19 16:47:19.317 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.440s] 2022-02-19 16:47:19.414 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.287s] 2022-02-19 16:47:19.427 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.494s] 2022-02-19 16:47:19.662 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.025s] 2022-02-19 16:47:19.761 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.005s] 2022-02-19 16:47:20.012 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [2.034s] 2022-02-19 16:47:20.033 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.371s] 2022-02-19 16:47:20.036 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.786s] 2022-02-19 16:47:20.051 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.927s] 2022-02-19 16:47:20.125 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [2.078s] 2022-02-19 16:47:20.155 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [2.194s] 2022-02-19 16:47:20.203 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [2.112s] 2022-02-19 16:47:20.635 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.600s] 2022-02-19 16:47:20.638 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.586s] 2022-02-19 16:47:20.870 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.830s] 2022-02-19 16:47:20.968 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [5.825s] 2022-02-19 16:47:20.995 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.355s] 2022-02-19 16:47:21.113 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.689s] 2022-02-19 16:47:21.324 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.689s] 2022-02-19 16:47:21.361 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [2.039s] 2022-02-19 16:47:21.364 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.948s] 2022-02-19 16:47:21.441 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.239s] 2022-02-19 16:47:21.628 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.759s] 2022-02-19 16:47:21.726 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.965s] 2022-02-19 16:47:22.033 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [3.428s] 2022-02-19 16:47:22.090 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.095s] 2022-02-19 16:47:22.174 33 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.006s] 2022-02-19 16:47:22.207 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.578s] 2022-02-19 16:47:22.516 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.483s] 2022-02-19 16:47:22.697 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.336s] 2022-02-19 16:47:22.726 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.363s] 2022-02-19 16:47:22.849 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.332s] 2022-02-19 16:47:22.970 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.761s] 2022-02-19 16:47:23.147 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.033s] 2022-02-19 16:47:23.516 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.666s] 2022-02-19 16:47:23.523 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.796s] 2022-02-19 16:47:23.611 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.883s] 2022-02-19 16:47:23.719 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.749s] 2022-02-19 16:47:23.754 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.662s] 2022-02-19 16:47:24.139 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.528s] 2022-02-19 16:47:24.602 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [3.634s] 2022-02-19 16:47:24.870 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.722s] 2022-02-19 16:47:25.124 33 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [2.949s] 2022-02-19 16:47:25.397 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.873s] 2022-02-19 16:47:25.686 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [11.612s] 2022-02-19 16:47:26.181 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.311s] 2022-02-19 16:47:26.258 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.568s] 2022-02-19 16:47:27.052 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.794s] 2022-02-19 16:47:27.378 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.777s] 2022-02-19 16:47:27.823 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.638s] 2022-02-19 16:47:27.837 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [2.441s] 2022-02-19 16:47:27.925 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [14.995s] 2022-02-19 16:47:28.011 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.958s] 2022-02-19 16:47:28.766 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.754s] 2022-02-19 16:47:28.922 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.100s] 2022-02-19 16:47:29.036 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.110s] 2022-02-19 16:47:29.953 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.031s] 2022-02-19 16:47:29.970 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.204s] 2022-02-19 16:47:30.141 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.760s] 2022-02-19 16:47:30.274 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.301s] 2022-02-19 16:47:30.739 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.464s] 2022-02-19 16:47:31.134 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.394s] 2022-02-19 16:47:31.681 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.546s] 2022-02-19 16:47:32.373 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.419s] 2022-02-19 16:47:32.561 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.420s] 2022-02-19 16:47:32.765 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.389s] 2022-02-19 16:47:33.196 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.429s] 2022-02-19 16:47:34.350 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [5.312s] 2022-02-19 16:47:34.888 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.693s] 2022-02-19 16:47:37.266 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [5.585s] 2022-02-19 16:47:37.667 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.398s] 2022-02-19 16:47:38.077 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.410s] 2022-02-19 16:47:38.739 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.661s] 2022-02-19 16:47:38.741 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.002s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2022-02-19 16:47:39.567 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [0.825s] 2022-02-19 16:47:40.624 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [6.272s] 2022-02-19 16:47:40.625 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.055s] 2022-02-19 16:47:41.060 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [8.497s] 2022-02-19 16:47:41.203 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [6.314s] 2022-02-19 16:47:41.524 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.319s] 2022-02-19 16:47:41.932 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.407s] 2022-02-19 16:47:43.497 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.564s] 2022-02-19 16:47:43.625 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [3.004s] 2022-02-19 16:47:45.195 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.697s] 2022-02-19 16:47:47.927 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.731s] 2022-02-19 16:47:48.151 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.524s] 2022-02-19 16:47:49.457 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.528s] 2022-02-19 16:47:49.510 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.360s] 2022-02-19 16:47:49.966 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.454s] 2022-02-19 16:47:50.615 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.156s] 2022-02-19 16:47:52.505 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.890s] 2022-02-19 16:47:54.114 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.606s] 2022-02-19 16:47:54.866 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.753s] 2022-02-19 16:48:01.893 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [11.926s] 2022-02-19 16:48:03.076 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.182s] 2022-02-19 16:48:06.841 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [3.764s] 2022-02-19 16:48:07.408 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.568s] 2022-02-19 16:48:09.215 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.806s] 2022-02-19 16:48:18.189 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [8.971s] 2022-02-19 16:48:18.941 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.752s] 2022-02-19 16:48:23.306 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.362s] 2022-02-19 16:48:26.862 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.556s] 2022-02-19 16:48:28.097 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.235s] 2022-02-19 16:48:31.272 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.175s] 2022-02-19 16:48:42.785 33 INFO rally.task.context [-] Verification 5f8ff226-83ba-4f16-a588-f3b006df3be2 | Context testr@default cleanup() started 2022-02-19 16:48:42.786 33 INFO rally.task.context [-] Verification 5f8ff226-83ba-4f16-a588-f3b006df3be2 | Context testr@default cleanup() finished in 0.86 msec 2022-02-19 16:48:42.787 33 INFO rally.task.context [-] Verification 5f8ff226-83ba-4f16-a588-f3b006df3be2 | Context tempest@default cleanup() started 2022-02-19 16:48:42.934 33 INFO rally.task.context [-] Verification 5f8ff226-83ba-4f16-a588-f3b006df3be2 | Context tempest@default cleanup() finished in 0.15 sec 2022-02-19 16:48:42.969 33 INFO rally.api [-] Verification (UUID=1e6d2595-7cb7-4021-9041-ad368a5b9946) has been successfully finished for deployment 'opnfv-rally' (UUID=c2c71505-1e3f-477c-a542-4557fd151e2e)! 2022-02-19 16:48:44.995 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:48:44.995 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:48:44.995 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:48:46.629 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:48:46.629 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:48:46.629 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:48:48.855 97 INFO rally.api [-] Building 'html' report for the following verification(s): '1e6d2595-7cb7-4021-9041-ad368a5b9946' 2022-02-19 16:48:48.892 97 INFO rally.api [-] The report has been successfully built. 2022-02-19 16:48:50.359 99 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:48:50.360 99 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:48:50.360 99 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:48:52.463 99 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1e6d2595-7cb7-4021-9041-ad368a5b9946' 2022-02-19 16:48:52.477 99 INFO rally.api [-] The report has been successfully built.