2021-02-13 20:26:05.019 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:26:05.019 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:26:05.019 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:26:07.484 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 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:26:07.484 7 ERROR rally.cli.cliutils 2021-02-13 20:26:09.341 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:26:09.341 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:26:09.342 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:26:13.757 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:26:13.758 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:26:13.758 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:26:18.770 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:26:18.771 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:26:18.771 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:26:20.291 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:26:20.291 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:26:20.292 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:26:22.608 17 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-02-13 20:26:22.608 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:26:22.608 17 ERROR rally.cli.cliutils 2021-02-13 20:26:24.336 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:26:24.337 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:26:24.337 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:26:26.576 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 20:26:26.642 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d1a53fcd-c424-406b-818a-988b6007597b/repo. 2021-02-13 20:26:26.903 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d1a53fcd-c424-406b-818a-988b6007597b/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-02-13 20:26:26.918 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 20:26:26.928 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 20:26:26.951 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 20:26:26.998 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 20:26:27.828 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d1a53fcd-c424-406b-818a-988b6007597b) has been successfully created! 2021-02-13 20:26:29.684 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:26:29.685 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:26:29.685 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:26:34.346 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:26:34.347 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:26:34.347 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:26:36.643 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d1a53fcd-c424-406b-818a-988b6007597b) for deployment 'opnfv-rally' (UUID=8f0d83c8-ae48-406a-aa33-921ae629a318). 2021-02-13 20:26:37.246 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d1a53fcd-c424-406b-818a-988b6007597b) has been successfully configured for deployment 'opnfv-rally' (UUID=8f0d83c8-ae48-406a-aa33-921ae629a318)! 2021-02-13 20:26:47.523 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:26:47.523 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:26:47.523 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:26:49.838 35 INFO rally.api [-] Starting verification (UUID=2cd99f35-efb4-4b83-b079-181018723ac6) for deployment 'opnfv-rally' (UUID=8f0d83c8-ae48-406a-aa33-921ae629a318) by verifier 'opnfv-tempest' (UUID=d1a53fcd-c424-406b-818a-988b6007597b). 2021-02-13 20:26:50.498 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 20:26:50.499 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d1a53fcd-c424-406b-818a-988b6007597b/for-deployment-8f0d83c8-ae48-406a-aa33-921ae629a318/tempest.log' to option 'log_file'. 2021-02-13 20:26:50.499 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d1a53fcd-c424-406b-818a-988b6007597b/for-deployment-8f0d83c8-ae48-406a-aa33-921ae629a318/tempest.log 2021-02-13 20:26:50.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 20:26:50.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d1a53fcd-c424-406b-818a-988b6007597b/for-deployment-8f0d83c8-ae48-406a-aa33-921ae629a318/lock_files' to option 'lock_path'. 2021-02-13 20:26:50.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d1a53fcd-c424-406b-818a-988b6007597b/for-deployment-8f0d83c8-ae48-406a-aa33-921ae629a318/lock_files 2021-02-13 20:26:50.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 20:26:50.501 35 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-02-13 20:26:50.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a4ef89e9-abc6-49f5-be54-d5b04cfc9cac 2021-02-13 20:26:50.502 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a06cd2c0-98ca-4bca-8626-39166d708556 2021-02-13 20:26:50.502 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 55c8829e-a87b-4266-840c-23443c471e1c 2021-02-13 20:26:50.503 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1a904c7f-238b-4d7b-9510-f0260fdba850 2021-02-13 20:26:50.764 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 20:26:50.765 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_b1591699-8234-46c2-92fc-1d8f4208cbe2 2021-02-13 20:26:50.765 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 20:26:50.858 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 20:26:50.893 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-13 20:26:50.893 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2cd99f35_4JB3cv2w' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-13 20:26:50.933 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2cd99f35_4JB3cv2w' (ID = a2f011aa-aa29-4f5d-818c-f7cf3f9f29f4) has been successfully created! 2021-02-13 20:26:50.934 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a2f011aa-aa29-4f5d-818c-f7cf3f9f29f4' to option 'instance_type'. 2021-02-13 20:26:50.934 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a2f011aa-aa29-4f5d-818c-f7cf3f9f29f4 2021-02-13 20:26:50.936 35 INFO rally.task.context [-] Verification d1a53fcd-c424-406b-818a-988b6007597b | Context tempest@default setup() finished in 0.88 sec 2021-02-13 20:26:50.937 35 INFO rally.task.context [-] Verification d1a53fcd-c424-406b-818a-988b6007597b | Context testr@default setup() finished in 0.48 msec 2021-02-13 20:26:50.937 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/412f1d3a-4622-478d-b2f0-bdadcef69ee7'. 2021-02-13 20:26:56.079 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-02-13 20:26:56.481 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-02-13 20:27:03.093 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [2.532s] 2021-02-13 20:27:03.169 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.812s] 2021-02-13 20:27:03.171 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.370s] 2021-02-13 20:27:03.208 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.816s] 2021-02-13 20:27:03.242 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.371s] 2021-02-13 20:27:03.569 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.067s] 2021-02-13 20:27:03.674 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.732s] 2021-02-13 20:27:03.696 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.128s] 2021-02-13 20:27:03.782 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.908s] 2021-02-13 20:27:04.162 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.996s] 2021-02-13 20:27:04.230 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.194s] 2021-02-13 20:27:04.326 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.162s] 2021-02-13 20:27:04.487 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.469s] 2021-02-13 20:27:05.061 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [1.366s] 2021-02-13 20:27:05.152 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.910s] 2021-02-13 20:27:05.332 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.662s] 2021-02-13 20:27:05.412 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [1.182s] 2021-02-13 20:27:05.527 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [2.417s] 2021-02-13 20:27:05.535 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [3.097s] 2021-02-13 20:27:05.540 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.378s] 2021-02-13 20:27:05.815 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.329s] 2021-02-13 20:27:05.849 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [2.609s] 2021-02-13 20:27:05.865 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.803s] 2021-02-13 20:27:05.956 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [2.512s] 2021-02-13 20:27:06.013 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [2.291s] 2021-02-13 20:27:06.083 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.918s] 2021-02-13 20:27:06.283 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [2.626s] 2021-02-13 20:27:06.343 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [2.562s] 2021-02-13 20:27:06.649 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.834s] 2021-02-13 20:27:06.679 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.336s] 2021-02-13 20:27:06.685 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [3.591s] 2021-02-13 20:27:06.719 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.307s] 2021-02-13 20:27:06.866 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.314s] 2021-02-13 20:27:07.556 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [2.032s] 2021-02-13 20:27:07.588 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.506s] 2021-02-13 20:27:07.628 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [2.092s] 2021-02-13 20:27:07.711 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [2.558s] 2021-02-13 20:27:07.717 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [3.619s] 2021-02-13 20:27:07.913 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [3.888s] 2021-02-13 20:27:07.928 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.971s] 2021-02-13 20:27:08.013 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.362s] 2021-02-13 20:27:08.014 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [2.002s] 2021-02-13 20:27:08.024 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [1.348s] 2021-02-13 20:27:08.026 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [2.172s] 2021-02-13 20:27:08.066 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [4.669s] 2021-02-13 20:27:08.130 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.834s] 2021-02-13 20:27:08.188 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [4.686s] 2021-02-13 20:27:08.430 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [2.147s] 2021-02-13 20:27:08.651 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.930s] 2021-02-13 20:27:08.948 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.359s] 2021-02-13 20:27:08.977 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.673s] 2021-02-13 20:27:09.096 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [2.410s] 2021-02-13 20:27:09.111 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.399s] 2021-02-13 20:27:09.143 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [1.132s] 2021-02-13 20:27:09.162 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.148s] 2021-02-13 20:27:09.186 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.553s] 2021-02-13 20:27:09.407 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.871s] 2021-02-13 20:27:09.464 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.908s] 2021-02-13 20:27:09.579 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.927s] 2021-02-13 20:27:09.590 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.569s] 2021-02-13 20:27:09.594 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.645s] 2021-02-13 20:27:09.606 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.694s] 2021-02-13 20:27:09.796 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.364s] 2021-02-13 20:27:09.934 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [2.005s] 2021-02-13 20:27:10.012 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.850s] 2021-02-13 20:27:10.260 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.163s] 2021-02-13 20:27:10.271 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.691s] 2021-02-13 20:27:10.290 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [4.008s] 2021-02-13 20:27:10.328 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.732s] 2021-02-13 20:27:10.580 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [7.163s] 2021-02-13 20:27:10.630 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.222s] 2021-02-13 20:27:10.689 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.712s] 2021-02-13 20:27:10.758 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.577s] 2021-02-13 20:27:10.959 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.367s] 2021-02-13 20:27:11.075 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [3.354s] 2021-02-13 20:27:11.268 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.661s] 2021-02-13 20:27:11.403 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.607s] 2021-02-13 20:27:11.583 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [2.118s] 2021-02-13 20:27:11.592 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.526s] 2021-02-13 20:27:11.626 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.355s] 2021-02-13 20:27:11.704 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.769s] 2021-02-13 20:27:11.788 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.159s] 2021-02-13 20:27:11.887 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [3.698s] 2021-02-13 20:27:11.944 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.929s] 2021-02-13 20:27:12.012 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.384s] 2021-02-13 20:27:12.163 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.459s] 2021-02-13 20:27:12.607 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.595s] 2021-02-13 20:27:12.836 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.890s] 2021-02-13 20:27:12.838 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.434s] 2021-02-13 20:27:12.895 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [2.632s] 2021-02-13 20:27:12.899 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.819s] 2021-02-13 20:27:13.036 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.871s] 2021-02-13 20:27:13.081 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [4.953s] 2021-02-13 20:27:13.237 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.967s] 2021-02-13 20:27:13.292 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.470s] 2021-02-13 20:27:13.502 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.466s] 2021-02-13 20:27:13.948 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.339s] 2021-02-13 20:27:14.262 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.368s] 2021-02-13 20:27:14.346 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [2.761s] 2021-02-13 20:27:14.467 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.519s] 2021-02-13 20:27:14.471 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [1.389s] 2021-02-13 20:27:14.486 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.592s] 2021-02-13 20:27:14.507 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.245s] 2021-02-13 20:27:15.004 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.531s] 2021-02-13 20:27:15.041 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.573s] 2021-02-13 20:27:15.493 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.900s] 2021-02-13 20:27:15.505 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [2.001s] 2021-02-13 20:27:15.882 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.619s] 2021-02-13 20:27:15.928 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.422s] 2021-02-13 20:27:15.998 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [3.162s] 2021-02-13 20:27:16.050 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [5.471s] 2021-02-13 20:27:16.185 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.144s] 2021-02-13 20:27:16.207 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [4.319s] 2021-02-13 20:27:16.477 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.479s] 2021-02-13 20:27:16.795 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [6.107s] 2021-02-13 20:27:16.898 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.968s] 2021-02-13 20:27:16.915 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.437s] 2021-02-13 20:27:16.927 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [2.440s] 2021-02-13 20:27:17.013 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [2.009s] 2021-02-13 20:27:17.041 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.535s] 2021-02-13 20:27:17.308 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.391s] 2021-02-13 20:27:17.420 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.493s] 2021-02-13 20:27:17.465 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [7.175s] 2021-02-13 20:27:17.896 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.589s] 2021-02-13 20:27:17.924 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [12.156s] 2021-02-13 20:27:18.424 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.929s] 2021-02-13 20:27:18.570 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.672s] 2021-02-13 20:27:18.835 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.038s] 2021-02-13 20:27:19.040 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.468s] 2021-02-13 20:27:19.615 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.575s] 2021-02-13 20:27:20.021 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.185s] 2021-02-13 20:27:20.072 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [2.609s] 2021-02-13 20:27:20.527 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [2.102s] 2021-02-13 20:27:20.924 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [2.999s] 2021-02-13 20:27:21.922 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [2.304s] 2021-02-13 20:27:21.925 35 INFO opnfv-tempest [-] {5} 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-02-13 20:27:22.209 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [6.157s] 2021-02-13 20:27:23.027 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [3.004s] 2021-02-13 20:27:23.247 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.322s] 2021-02-13 20:27:25.137 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [2.109s] 2021-02-13 20:27:26.028 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.817s] 2021-02-13 20:27:26.115 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.867s] 2021-02-13 20:27:27.058 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.921s] 2021-02-13 20:27:29.795 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [8.869s] 2021-02-13 20:27:30.118 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [3.060s] 2021-02-13 20:27:30.653 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.533s] 2021-02-13 20:27:30.800 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.005s] 2021-02-13 20:27:31.043 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.388s] 2021-02-13 20:27:31.242 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [5.213s] 2021-02-13 20:27:33.932 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.889s] 2021-02-13 20:27:35.164 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.921s] 2021-02-13 20:27:36.080 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [2.148s] 2021-02-13 20:27:36.603 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.802s] 2021-02-13 20:27:36.798 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.717s] 2021-02-13 20:27:37.149 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.351s] 2021-02-13 20:27:39.111 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.960s] 2021-02-13 20:27:41.918 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.804s] 2021-02-13 20:27:42.950 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [6.346s] 2021-02-13 20:27:43.988 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.038s] 2021-02-13 20:27:44.393 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.405s] 2021-02-13 20:27:45.083 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.165s] 2021-02-13 20:27:47.417 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.334s] 2021-02-13 20:27:49.006 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.587s] 2021-02-13 20:27:51.439 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.043s] 2021-02-13 20:27:51.870 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.863s] 2021-02-13 20:27:52.608 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.170s] 2021-02-13 20:27:53.771 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.899s] 2021-02-13 20:27:54.538 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.766s] 2021-02-13 20:27:59.691 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [7.080s] 2021-02-13 20:28:00.253 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.562s] 2021-02-13 20:28:03.450 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [3.196s] 2021-02-13 20:28:12.275 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [8.822s] 2021-02-13 20:28:13.160 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.884s] 2021-02-13 20:28:18.557 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [5.395s] 2021-02-13 20:28:22.657 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.100s] 2021-02-13 20:28:24.071 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.414s] 2021-02-13 20:28:28.648 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.575s] 2021-02-13 20:28:36.273 35 INFO rally.task.context [-] Verification d1a53fcd-c424-406b-818a-988b6007597b | Context testr@default cleanup() started 2021-02-13 20:28:36.274 35 INFO rally.task.context [-] Verification d1a53fcd-c424-406b-818a-988b6007597b | Context testr@default cleanup() finished in 0.77 msec 2021-02-13 20:28:36.275 35 INFO rally.task.context [-] Verification d1a53fcd-c424-406b-818a-988b6007597b | Context tempest@default cleanup() started 2021-02-13 20:28:36.432 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2cd99f35_4JB3cv2w'. 2021-02-13 20:28:36.662 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2cd99f35_4JB3cv2w' has been deleted. 2021-02-13 20:28:36.663 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a2f011aa-aa29-4f5d-818c-f7cf3f9f29f4' of option 'instance_type' from Tempest config file. 2021-02-13 20:28:36.663 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a2f011aa-aa29-4f5d-818c-f7cf3f9f29f4' has been removed. 2021-02-13 20:28:36.670 35 INFO rally.task.context [-] Verification d1a53fcd-c424-406b-818a-988b6007597b | Context tempest@default cleanup() finished in 0.39 sec 2021-02-13 20:28:36.703 35 INFO rally.api [-] Verification (UUID=2cd99f35-efb4-4b83-b079-181018723ac6) has been successfully finished for deployment 'opnfv-rally' (UUID=8f0d83c8-ae48-406a-aa33-921ae629a318)! 2021-02-13 20:28:38.701 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:28:38.701 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:28:38.701 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:28:40.586 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:28:40.587 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:28:40.587 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:28:42.861 130 INFO rally.api [-] Building 'html' report for the following verification(s): '2cd99f35-efb4-4b83-b079-181018723ac6' 2021-02-13 20:28:42.885 130 INFO rally.api [-] The report has been successfully built. 2021-02-13 20:28:44.634 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:28:44.634 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:28:44.634 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:28:46.956 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2cd99f35-efb4-4b83-b079-181018723ac6' 2021-02-13 20:28:46.967 132 INFO rally.api [-] The report has been successfully built.