2021-05-16 12:20:30.342 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:20:30.343 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:20:30.343 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:20:33.128 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-05-16 12:20:33.128 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:20:33.128 8 ERROR rally.cli.cliutils 2021-05-16 12:20:34.877 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:20:34.878 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:20:34.878 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:20:39.254 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:20:39.254 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:20:39.254 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:20:44.019 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:20:44.019 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:20:44.020 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:20:45.456 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:20:45.456 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:20:45.456 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:20:47.803 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-05-16 12:20:47.803 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:20:47.803 18 ERROR rally.cli.cliutils 2021-05-16 12:20:49.445 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:20:49.445 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:20:49.446 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:20:51.704 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:20:51.770 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-39ca1f9c-7f5e-4500-8368-e64495b40b53/repo. 2021-05-16 12:20:52.123 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-39ca1f9c-7f5e-4500-8368-e64495b40b53/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. 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-05-16 12:20:52.140 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:20:52.150 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:20:52.168 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:20:52.249 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:20:53.112 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=39ca1f9c-7f5e-4500-8368-e64495b40b53) has been successfully created! 2021-05-16 12:20:54.680 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:20:54.680 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:20:54.680 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:20:59.420 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:20:59.420 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:20:59.421 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:21:01.859 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=39ca1f9c-7f5e-4500-8368-e64495b40b53) for deployment 'opnfv-rally' (UUID=b55d6f6b-5f95-492c-ba3a-e855384b75a0). 2021-05-16 12:21:02.383 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=39ca1f9c-7f5e-4500-8368-e64495b40b53) has been successfully configured for deployment 'opnfv-rally' (UUID=b55d6f6b-5f95-492c-ba3a-e855384b75a0)! 2021-05-16 12:21:12.487 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:21:12.488 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:21:12.488 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:21:14.995 36 INFO rally.api [-] Starting verification (UUID=78721f7f-08c3-48e7-a6d5-4c599fcba599) for deployment 'opnfv-rally' (UUID=b55d6f6b-5f95-492c-ba3a-e855384b75a0) by verifier 'opnfv-tempest' (UUID=39ca1f9c-7f5e-4500-8368-e64495b40b53). 2021-05-16 12:21:15.768 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:21:15.769 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-39ca1f9c-7f5e-4500-8368-e64495b40b53/for-deployment-b55d6f6b-5f95-492c-ba3a-e855384b75a0/tempest.log' to option 'log_file'. 2021-05-16 12:21:15.769 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-39ca1f9c-7f5e-4500-8368-e64495b40b53/for-deployment-b55d6f6b-5f95-492c-ba3a-e855384b75a0/tempest.log 2021-05-16 12:21:15.770 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:21:15.770 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-39ca1f9c-7f5e-4500-8368-e64495b40b53/for-deployment-b55d6f6b-5f95-492c-ba3a-e855384b75a0/lock_files' to option 'lock_path'. 2021-05-16 12:21:15.770 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-39ca1f9c-7f5e-4500-8368-e64495b40b53/for-deployment-b55d6f6b-5f95-492c-ba3a-e855384b75a0/lock_files 2021-05-16 12:21:15.771 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 12:21:15.771 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-05-16 12:21:15.771 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 49f43ab8-3183-4fcf-aec1-42f50530b420 2021-05-16 12:21:15.772 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 589418e4-fc1d-49b3-8ce5-fa4929ef28c7 2021-05-16 12:21:15.772 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 353aba6d-a67b-439a-83d5-4a7b3b433218 2021-05-16 12:21:15.773 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9de05bb8-9348-464f-a599-0b8d65b65a6c 2021-05-16 12:21:16.021 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:21:16.022 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_10de0cf9-bcff-418b-bbb9-21ca4068ad41 2021-05-16 12:21:16.022 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:21:16.125 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 12:21:16.164 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_a7b3e792_VgLC4aFf'. Using flavor 'rally_verify_a7b3e792_VgLC4aFf' (ID = 1347903e-ce16-4fd2-9541-1bbc24d5be4c) for the tests. 2021-05-16 12:21:16.165 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1347903e-ce16-4fd2-9541-1bbc24d5be4c' to option 'instance_type'. 2021-05-16 12:21:16.165 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1347903e-ce16-4fd2-9541-1bbc24d5be4c 2021-05-16 12:21:16.166 36 INFO rally.task.context [-] Verification 39ca1f9c-7f5e-4500-8368-e64495b40b53 | Context tempest@default setup() finished in 0.92 sec 2021-05-16 12:21:16.167 36 INFO rally.task.context [-] Verification 39ca1f9c-7f5e-4500-8368-e64495b40b53 | Context testr@default setup() finished in 0.34 msec 2021-05-16 12:21:16.167 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/a1592ba6-6113-4e35-b79e-d3894d145ff0'. 2021-05-16 12:21:21.010 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-05-16 12:21:21.163 36 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-05-16 12:21:27.840 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.732s] 2021-05-16 12:21:27.986 36 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.469s] 2021-05-16 12:21:28.096 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.489s] 2021-05-16 12:21:28.234 36 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.880s] 2021-05-16 12:21:28.364 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.164s] 2021-05-16 12:21:28.397 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.559s] 2021-05-16 12:21:28.511 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.481s] 2021-05-16 12:21:28.676 36 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.154s] 2021-05-16 12:21:28.689 36 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.865s] 2021-05-16 12:21:28.698 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.998s] 2021-05-16 12:21:28.851 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.060s] 2021-05-16 12:21:29.166 36 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.380s] 2021-05-16 12:21:29.255 36 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.022s] 2021-05-16 12:21:29.348 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.458s] 2021-05-16 12:21:29.399 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.303s] 2021-05-16 12:21:29.412 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.282s] 2021-05-16 12:21:29.432 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.034s] 2021-05-16 12:21:29.572 36 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.588s] 2021-05-16 12:21:29.751 36 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.768s] 2021-05-16 12:21:29.866 36 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.469s] 2021-05-16 12:21:30.030 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.333s] 2021-05-16 12:21:30.057 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [1.893s] 2021-05-16 12:21:30.112 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.602s] 2021-05-16 12:21:30.385 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [2.019s] 2021-05-16 12:21:30.508 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.659s] 2021-05-16 12:21:30.515 36 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.838s] 2021-05-16 12:21:30.543 36 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [2.353s] 2021-05-16 12:21:30.741 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.394s] 2021-05-16 12:21:30.823 36 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.956s] 2021-05-16 12:21:30.951 36 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.656s] 2021-05-16 12:21:31.185 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.772s] 2021-05-16 12:21:31.361 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [1.330s] 2021-05-16 12:21:31.382 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.982s] 2021-05-16 12:21:31.402 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.879s] 2021-05-16 12:21:31.620 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [2.186s] 2021-05-16 12:21:31.755 36 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [2.005s] 2021-05-16 12:21:31.784 36 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.961s] 2021-05-16 12:21:31.791 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.281s] 2021-05-16 12:21:31.848 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.735s] 2021-05-16 12:21:31.890 36 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [2.315s] 2021-05-16 12:21:31.904 36 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [2.521s] 2021-05-16 12:21:31.913 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.172s] 2021-05-16 12:21:31.955 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.770s] 2021-05-16 12:21:32.039 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.668s] 2021-05-16 12:21:32.040 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.976s] 2021-05-16 12:21:32.041 36 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [4.306s] 2021-05-16 12:21:32.043 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.646s] 2021-05-16 12:21:32.302 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.682s] 2021-05-16 12:21:32.311 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.928s] 2021-05-16 12:21:32.415 36 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.623s] 2021-05-16 12:21:32.533 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.129s] 2021-05-16 12:21:32.547 36 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [1.996s] 2021-05-16 12:21:32.547 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.582s] 2021-05-16 12:21:32.549 36 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.629s] 2021-05-16 12:21:32.597 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.544s] 2021-05-16 12:21:32.611 36 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.856s] 2021-05-16 12:21:32.617 36 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.587s] 2021-05-16 12:21:32.790 36 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.900s] 2021-05-16 12:21:33.104 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.800s] 2021-05-16 12:21:33.115 36 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [4.811s] 2021-05-16 12:21:33.433 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.952s] 2021-05-16 12:21:33.759 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.725s] 2021-05-16 12:21:34.026 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [4.096s] 2021-05-16 12:21:34.027 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [4.995s] 2021-05-16 12:21:34.028 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [2.170s] 2021-05-16 12:21:34.055 36 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.516s] 2021-05-16 12:21:34.186 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [2.150s] 2021-05-16 12:21:34.351 36 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [3.399s] 2021-05-16 12:21:34.479 36 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [2.577s] 2021-05-16 12:21:34.562 36 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.772s] 2021-05-16 12:21:34.628 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [2.094s] 2021-05-16 12:21:34.709 36 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [2.096s] 2021-05-16 12:21:34.843 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.822s] 2021-05-16 12:21:34.845 36 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.492s] 2021-05-16 12:21:34.856 36 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [2.820s] 2021-05-16 12:21:34.883 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [2.285s] 2021-05-16 12:21:34.928 36 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [2.385s] 2021-05-16 12:21:35.007 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.902s] 2021-05-16 12:21:35.137 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.378s] 2021-05-16 12:21:35.350 36 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.164s] 2021-05-16 12:21:35.377 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.534s] 2021-05-16 12:21:35.417 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.988s] 2021-05-16 12:21:35.557 36 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.713s] 2021-05-16 12:21:35.625 36 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.063s] 2021-05-16 12:21:35.650 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.641s] 2021-05-16 12:21:35.658 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.027s] 2021-05-16 12:21:35.885 36 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.402s] 2021-05-16 12:21:35.930 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.915s] 2021-05-16 12:21:36.039 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [1.557s] 2021-05-16 12:21:36.302 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.925s] 2021-05-16 12:21:36.309 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.660s] 2021-05-16 12:21:36.512 36 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.955s] 2021-05-16 12:21:36.668 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.011s] 2021-05-16 12:21:36.719 36 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.094s] 2021-05-16 12:21:36.799 36 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.662s] 2021-05-16 12:21:36.810 36 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.881s] 2021-05-16 12:21:37.014 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.083s] 2021-05-16 12:21:37.126 36 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.242s] 2021-05-16 12:21:37.208 36 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [4.096s] 2021-05-16 12:21:37.242 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.939s] 2021-05-16 12:21:37.263 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [2.380s] 2021-05-16 12:21:37.345 36 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [2.489s] 2021-05-16 12:21:37.374 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.704s] 2021-05-16 12:21:37.413 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.103s] 2021-05-16 12:21:37.557 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.539s] 2021-05-16 12:21:37.628 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.613s] 2021-05-16 12:21:37.818 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.400s] 2021-05-16 12:21:37.925 36 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.204s] 2021-05-16 12:21:38.186 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.773s] 2021-05-16 12:21:38.295 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [2.257s] 2021-05-16 12:21:38.821 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.193s] 2021-05-16 12:21:38.856 36 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.482s] 2021-05-16 12:21:38.939 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.752s] 2021-05-16 12:21:39.062 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.819s] 2021-05-16 12:21:39.535 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.712s] 2021-05-16 12:21:39.538 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.275s] 2021-05-16 12:21:39.549 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.252s] 2021-05-16 12:21:39.649 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.829s] 2021-05-16 12:21:39.684 36 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [2.125s] 2021-05-16 12:21:39.793 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [9.239s] 2021-05-16 12:21:39.917 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.978s] 2021-05-16 12:21:40.133 36 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.922s] 2021-05-16 12:21:40.746 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.197s] 2021-05-16 12:21:40.762 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.112s] 2021-05-16 12:21:41.086 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.295s] 2021-05-16 12:21:41.218 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.682s] 2021-05-16 12:21:41.497 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.279s] 2021-05-16 12:21:41.791 36 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.042s] 2021-05-16 12:21:41.876 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.377s] 2021-05-16 12:21:41.919 36 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [2.378s] 2021-05-16 12:21:42.367 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.490s] 2021-05-16 12:21:42.567 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.803s] 2021-05-16 12:21:42.596 36 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.466s] 2021-05-16 12:21:43.335 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.968s] 2021-05-16 12:21:43.686 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.118s] 2021-05-16 12:21:43.831 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.493s] 2021-05-16 12:21:44.306 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.474s] 2021-05-16 12:21:44.737 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.051s] 2021-05-16 12:21:45.017 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.711s] 2021-05-16 12:21:45.498 36 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.899s] 2021-05-16 12:21:45.585 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.564s] 2021-05-16 12:21:45.586 36 INFO opnfv-tempest [-] {16} 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-05-16 12:21:45.838 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [4.750s] 2021-05-16 12:21:46.137 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.399s] 2021-05-16 12:21:46.626 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.486s] 2021-05-16 12:21:46.699 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.112s] 2021-05-16 12:21:47.186 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.560s] 2021-05-16 12:21:47.297 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.458s] 2021-05-16 12:21:47.981 36 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.281s] 2021-05-16 12:21:48.421 36 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.921s] 2021-05-16 12:21:48.826 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.640s] 2021-05-16 12:21:50.320 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.493s] 2021-05-16 12:21:50.865 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.544s] 2021-05-16 12:21:51.015 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [3.717s] 2021-05-16 12:21:51.380 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.515s] 2021-05-16 12:21:53.010 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.628s] 2021-05-16 12:21:54.212 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [3.197s] 2021-05-16 12:21:54.434 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.422s] 2021-05-16 12:21:55.195 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [0.982s] 2021-05-16 12:21:55.646 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.450s] 2021-05-16 12:21:57.339 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.903s] 2021-05-16 12:21:59.696 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.356s] 2021-05-16 12:22:01.063 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.365s] 2021-05-16 12:22:01.781 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [6.132s] 2021-05-16 12:22:02.717 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.653s] 2021-05-16 12:22:02.900 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.120s] 2021-05-16 12:22:04.875 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.158s] 2021-05-16 12:22:05.496 36 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.620s] 2021-05-16 12:22:08.223 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [5.321s] 2021-05-16 12:22:08.592 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.368s] 2021-05-16 12:22:10.318 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.727s] 2021-05-16 12:22:15.748 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.427s] 2021-05-16 12:22:16.974 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.225s] 2021-05-16 12:22:19.963 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [2.988s] 2021-05-16 12:22:23.970 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.005s] 2021-05-16 12:22:24.931 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.961s] 2021-05-16 12:22:28.611 36 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.680s] 2021-05-16 12:22:34.054 36 INFO rally.task.context [-] Verification 39ca1f9c-7f5e-4500-8368-e64495b40b53 | Context testr@default cleanup() started 2021-05-16 12:22:34.054 36 INFO rally.task.context [-] Verification 39ca1f9c-7f5e-4500-8368-e64495b40b53 | Context testr@default cleanup() finished in 0.73 msec 2021-05-16 12:22:34.055 36 INFO rally.task.context [-] Verification 39ca1f9c-7f5e-4500-8368-e64495b40b53 | Context tempest@default cleanup() started 2021-05-16 12:22:34.227 36 INFO rally.task.context [-] Verification 39ca1f9c-7f5e-4500-8368-e64495b40b53 | Context tempest@default cleanup() finished in 0.17 sec 2021-05-16 12:22:34.251 36 INFO rally.api [-] Verification (UUID=78721f7f-08c3-48e7-a6d5-4c599fcba599) has been successfully finished for deployment 'opnfv-rally' (UUID=b55d6f6b-5f95-492c-ba3a-e855384b75a0)! 2021-05-16 12:22:36.016 129 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:36.017 129 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:36.017 129 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:37.877 131 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:37.878 131 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:37.878 131 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:40.305 131 INFO rally.api [-] Building 'html' report for the following verification(s): '78721f7f-08c3-48e7-a6d5-4c599fcba599' 2021-05-16 12:22:40.327 131 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:22:42.036 133 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:42.037 133 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:42.037 133 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:44.343 133 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '78721f7f-08c3-48e7-a6d5-4c599fcba599' 2021-05-16 12:22:44.354 133 INFO rally.api [-] The report has been successfully built.