2020-07-31 13:57:52.550 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:57:52.550 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:57:52.551 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:57:54.982 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 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 13:57:54.982 7 ERROR rally.cli.cliutils 2020-07-31 13:57:56.717 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:57:56.717 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:57:56.717 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:58:01.464 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:58:01.464 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:58:01.464 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:58:06.444 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:58:06.445 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:58:06.445 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:58:08.034 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:58:08.035 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:58:08.035 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:58:10.489 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 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 13:58:10.489 17 ERROR rally.cli.cliutils 2020-07-31 13:58:12.397 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:58:12.397 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:58:12.397 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:58:14.675 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 13:58:14.772 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-63eaa5bc-dd5e-4241-adcb-34107fbfdf09/repo. 2020-07-31 13:58:15.049 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-63eaa5bc-dd5e-4241-adcb-34107fbfdf09/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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 ' 2020-07-31 13:58:15.065 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 13:58:15.075 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 13:58:15.114 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 13:58:15.171 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 13:58:15.887 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=63eaa5bc-dd5e-4241-adcb-34107fbfdf09) has been successfully created! 2020-07-31 13:58:17.804 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:58:17.805 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:58:17.805 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:58:22.573 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:58:22.574 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:58:22.574 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:58:24.962 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=63eaa5bc-dd5e-4241-adcb-34107fbfdf09) for deployment 'opnfv-rally' (UUID=e3c9b3b7-a7a8-4256-a755-e6a5e0cfdaf2). 2020-07-31 13:58:25.624 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=63eaa5bc-dd5e-4241-adcb-34107fbfdf09) has been successfully configured for deployment 'opnfv-rally' (UUID=e3c9b3b7-a7a8-4256-a755-e6a5e0cfdaf2)! 2020-07-31 13:58:36.231 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:58:36.232 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:58:36.232 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:58:38.570 35 INFO rally.api [-] Starting verification (UUID=e0f958ed-3402-4af3-9978-9b6428f6eb73) for deployment 'opnfv-rally' (UUID=e3c9b3b7-a7a8-4256-a755-e6a5e0cfdaf2) by verifier 'opnfv-tempest' (UUID=63eaa5bc-dd5e-4241-adcb-34107fbfdf09). 2020-07-31 13:58:39.272 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 13:58:39.274 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-63eaa5bc-dd5e-4241-adcb-34107fbfdf09/for-deployment-e3c9b3b7-a7a8-4256-a755-e6a5e0cfdaf2/tempest.log' to option 'log_file'. 2020-07-31 13:58:39.274 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-63eaa5bc-dd5e-4241-adcb-34107fbfdf09/for-deployment-e3c9b3b7-a7a8-4256-a755-e6a5e0cfdaf2/tempest.log 2020-07-31 13:58:39.275 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 13:58:39.275 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-63eaa5bc-dd5e-4241-adcb-34107fbfdf09/for-deployment-e3c9b3b7-a7a8-4256-a755-e6a5e0cfdaf2/lock_files' to option 'lock_path'. 2020-07-31 13:58:39.275 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-63eaa5bc-dd5e-4241-adcb-34107fbfdf09/for-deployment-e3c9b3b7-a7a8-4256-a755-e6a5e0cfdaf2/lock_files 2020-07-31 13:58:39.276 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 13:58:39.276 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 2020-07-31 13:58:39.276 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d39d090b-f8ea-4de3-a9a8-0d8eeded46ba 2020-07-31 13:58:39.277 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 88641950-27b6-4e08-bcaf-e4544a22f0ac 2020-07-31 13:58:39.278 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c81abd0e-ee35-4b4d-8f27-d4e961a7efe4 2020-07-31 13:58:39.279 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 41d0db4b-1746-4d3c-afb3-2805523ee976 2020-07-31 13:58:39.631 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 13:58:39.631 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_3bbfee50-1c8e-4405-a678-e61834a6f813 2020-07-31 13:58:39.632 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 13:58:39.727 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 13:58:39.767 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-31 13:58:39.768 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e0f958ed_BpMTBAuh' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-31 13:58:39.804 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e0f958ed_BpMTBAuh' (ID = d86a0b59-280c-4d04-b66b-fbff28f690b2) has been successfully created! 2020-07-31 13:58:39.804 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd86a0b59-280c-4d04-b66b-fbff28f690b2' to option 'instance_type'. 2020-07-31 13:58:39.804 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d86a0b59-280c-4d04-b66b-fbff28f690b2 2020-07-31 13:58:39.805 35 INFO rally.task.context [-] Verification 63eaa5bc-dd5e-4241-adcb-34107fbfdf09 | Context tempest@default setup() finished in 0.97 sec 2020-07-31 13:58:39.806 35 INFO rally.task.context [-] Verification 63eaa5bc-dd5e-4241-adcb-34107fbfdf09 | Context testr@default setup() finished in 0.51 msec 2020-07-31 13:58:39.806 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/0270c755-8e99-430c-b356-12ff0f2aa72d'. 2020-07-31 13:58:44.667 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-07-31 13:58:44.741 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-07-31 13:58:52.371 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.354s] 2020-07-31 13:58:52.481 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.590s] 2020-07-31 13:58:52.676 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [2.575s] 2020-07-31 13:58:52.749 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.093s] 2020-07-31 13:58:52.805 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.290s] 2020-07-31 13:58:52.867 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.624s] 2020-07-31 13:58:52.887 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.517s] 2020-07-31 13:58:52.919 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.083s] 2020-07-31 13:58:53.090 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.823s] 2020-07-31 13:58:53.169 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.687s] 2020-07-31 13:58:53.211 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.943s] 2020-07-31 13:58:53.276 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [1.942s] 2020-07-31 13:58:53.475 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.188s] 2020-07-31 13:58:53.623 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.945s] 2020-07-31 13:58:53.835 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.032s] 2020-07-31 13:58:53.880 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.978s] 2020-07-31 13:58:53.882 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.669s] 2020-07-31 13:58:54.115 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.563s] 2020-07-31 13:58:54.154 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.986s] 2020-07-31 13:58:54.188 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.300s] 2020-07-31 13:58:54.250 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [1.039s] 2020-07-31 13:58:54.346 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.432s] 2020-07-31 13:58:54.951 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.474s] 2020-07-31 13:58:55.044 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.420s] 2020-07-31 13:58:55.268 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [1.016s] 2020-07-31 13:58:55.317 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.480s] 2020-07-31 13:58:55.369 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [2.499s] 2020-07-31 13:58:55.446 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [2.134s] 2020-07-31 13:58:55.497 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [3.314s] 2020-07-31 13:58:55.499 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.341s] 2020-07-31 13:58:55.513 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.398s] 2020-07-31 13:58:55.718 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.840s] 2020-07-31 13:58:55.793 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [2.517s] 2020-07-31 13:58:55.826 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.876s] 2020-07-31 13:58:55.842 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.952s] 2020-07-31 13:58:55.881 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.689s] 2020-07-31 13:58:55.883 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [2.002s] 2020-07-31 13:58:55.946 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.902s] 2020-07-31 13:58:55.980 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.664s] 2020-07-31 13:58:56.196 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [3.228s] 2020-07-31 13:58:56.206 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [3.148s] 2020-07-31 13:58:56.231 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.733s] 2020-07-31 13:58:56.541 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [3.453s] 2020-07-31 13:58:56.542 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.022s] 2020-07-31 13:58:56.687 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [3.686s] 2020-07-31 13:58:57.211 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.378s] 2020-07-31 13:58:57.214 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [2.779s] 2020-07-31 13:58:57.416 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [2.048s] 2020-07-31 13:58:57.443 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [4.894s] 2020-07-31 13:58:57.682 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.804s] 2020-07-31 13:58:57.966 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [2.123s] 2020-07-31 13:58:58.203 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [2.485s] 2020-07-31 13:58:58.293 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.754s] 2020-07-31 13:58:58.348 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [2.552s] 2020-07-31 13:58:58.353 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.147s] 2020-07-31 13:58:58.411 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.729s] 2020-07-31 13:58:58.467 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [2.271s] 2020-07-31 13:58:58.615 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.170s] 2020-07-31 13:58:58.690 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [2.153s] 2020-07-31 13:58:58.857 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.888s] 2020-07-31 13:58:59.009 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.800s] 2020-07-31 13:58:59.222 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [3.775s] 2020-07-31 13:58:59.457 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.771s] 2020-07-31 13:58:59.626 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.420s] 2020-07-31 13:58:59.630 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.217s] 2020-07-31 13:58:59.735 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.394s] 2020-07-31 13:58:59.757 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.901s] 2020-07-31 13:58:59.869 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.412s] 2020-07-31 13:58:59.904 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.556s] 2020-07-31 13:58:59.980 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.513s] 2020-07-31 13:59:00.012 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.379s] 2020-07-31 13:59:00.191 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.499s] 2020-07-31 13:59:00.400 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.526s] 2020-07-31 13:59:00.402 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.390s] 2020-07-31 13:59:00.533 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.522s] 2020-07-31 13:59:00.874 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.117s] 2020-07-31 13:59:01.338 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.606s] 2020-07-31 13:59:01.364 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.382s] 2020-07-31 13:59:01.589 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.191s] 2020-07-31 13:59:01.611 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [8.297s] 2020-07-31 13:59:01.612 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.417s] 2020-07-31 13:59:01.616 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [7.658s] 2020-07-31 13:59:01.642 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [2.420s] 2020-07-31 13:59:01.650 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [5.771s] 2020-07-31 13:59:01.753 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [5.548s] 2020-07-31 13:59:01.874 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.340s] 2020-07-31 13:59:02.085 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.208s] 2020-07-31 13:59:02.201 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [4.785s] 2020-07-31 13:59:02.393 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.517s] 2020-07-31 13:59:02.478 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.113s] 2020-07-31 13:59:02.535 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [8.483s] 2020-07-31 13:59:02.571 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [2.171s] 2020-07-31 13:59:02.605 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.954s] 2020-07-31 13:59:02.776 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [7.279s] 2020-07-31 13:59:02.818 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.063s] 2020-07-31 13:59:02.945 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.741s] 2020-07-31 13:59:03.073 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.679s] 2020-07-31 13:59:03.205 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.120s] 2020-07-31 13:59:03.761 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.687s] 2020-07-31 13:59:03.774 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.168s] 2020-07-31 13:59:03.925 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.108s] 2020-07-31 13:59:04.068 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [2.424s] 2020-07-31 13:59:04.661 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.733s] 2020-07-31 13:59:05.237 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.701s] 2020-07-31 13:59:05.295 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.633s] 2020-07-31 13:59:05.758 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.688s] 2020-07-31 13:59:05.867 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.570s] 2020-07-31 13:59:05.928 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [4.315s] 2020-07-31 13:59:06.215 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.440s] 2020-07-31 13:59:06.287 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [4.679s] 2020-07-31 13:59:06.864 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [3.919s] 2020-07-31 13:59:07.060 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [5.454s] 2020-07-31 13:59:07.281 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [5.940s] 2020-07-31 13:59:07.282 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.412s] 2020-07-31 13:59:07.625 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.335s] 2020-07-31 13:59:07.683 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.819s] 2020-07-31 13:59:08.287 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.663s] 2020-07-31 13:59:08.889 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [3.651s] 2020-07-31 13:59:08.911 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [12.113s] 2020-07-31 13:59:08.983 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.702s] 2020-07-31 13:59:09.179 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.250s] 2020-07-31 13:59:09.186 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.501s] 2020-07-31 13:59:09.471 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.284s] 2020-07-31 13:59:09.750 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.468s] 2020-07-31 13:59:10.136 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.226s] 2020-07-31 13:59:10.140 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.668s] 2020-07-31 13:59:10.773 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.632s] 2020-07-31 13:59:10.801 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.739s] 2020-07-31 13:59:10.970 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.790s] 2020-07-31 13:59:11.244 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.470s] 2020-07-31 13:59:11.453 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.703s] 2020-07-31 13:59:11.621 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.378s] 2020-07-31 13:59:12.018 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.396s] 2020-07-31 13:59:12.566 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.546s] 2020-07-31 13:59:13.943 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.142s] 2020-07-31 13:59:13.953 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.498s] 2020-07-31 13:59:15.346 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.392s] 2020-07-31 13:59:16.640 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.292s] 2020-07-31 13:59:17.159 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [4.590s] 2020-07-31 13:59:17.160 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.' 2020-07-31 13:59:17.794 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [6.823s] 2020-07-31 13:59:17.876 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.932s] 2020-07-31 13:59:18.373 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.193s] 2020-07-31 13:59:18.484 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.844s] 2020-07-31 13:59:18.842 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.358s] 2020-07-31 13:59:18.894 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [8.757s] 2020-07-31 13:59:19.359 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.516s] 2020-07-31 13:59:20.185 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.290s] 2020-07-31 13:59:21.228 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.869s] 2020-07-31 13:59:21.621 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.744s] 2020-07-31 13:59:22.595 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.365s] 2020-07-31 13:59:22.979 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.383s] 2020-07-31 13:59:23.421 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.441s] 2020-07-31 13:59:23.998 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [5.644s] 2020-07-31 13:59:27.796 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [7.612s] 2020-07-31 13:59:28.510 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [5.087s] 2020-07-31 13:59:30.570 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.060s] 2020-07-31 13:59:31.359 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [3.560s] 2020-07-31 13:59:32.417 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.058s] 2020-07-31 13:59:33.137 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.719s] 2020-07-31 13:59:34.378 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.805s] 2020-07-31 13:59:36.314 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.936s] 2020-07-31 13:59:38.454 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.137s] 2020-07-31 13:59:40.878 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.423s] 2020-07-31 13:59:43.233 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.357s] 2020-07-31 13:59:44.239 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.004s] 2020-07-31 13:59:45.659 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [12.519s] 2020-07-31 13:59:46.948 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.290s] 2020-07-31 13:59:59.696 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [12.747s] 2020-07-31 14:00:00.422 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.724s] 2020-07-31 14:00:02.127 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.702s] 2020-07-31 14:00:11.314 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [9.187s] 2020-07-31 14:00:12.184 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.869s] 2020-07-31 14:00:16.996 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.811s] 2020-07-31 14:00:20.556 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.559s] 2020-07-31 14:00:21.708 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.152s] 2020-07-31 14:00:25.080 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.371s] 2020-07-31 14:00:32.306 35 INFO rally.task.context [-] Verification 63eaa5bc-dd5e-4241-adcb-34107fbfdf09 | Context testr@default cleanup() started 2020-07-31 14:00:32.307 35 INFO rally.task.context [-] Verification 63eaa5bc-dd5e-4241-adcb-34107fbfdf09 | Context testr@default cleanup() finished in 0.79 msec 2020-07-31 14:00:32.307 35 INFO rally.task.context [-] Verification 63eaa5bc-dd5e-4241-adcb-34107fbfdf09 | Context tempest@default cleanup() started 2020-07-31 14:00:32.481 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e0f958ed_BpMTBAuh'. 2020-07-31 14:00:32.688 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e0f958ed_BpMTBAuh' has been deleted. 2020-07-31 14:00:32.689 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd86a0b59-280c-4d04-b66b-fbff28f690b2' of option 'instance_type' from Tempest config file. 2020-07-31 14:00:32.690 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd86a0b59-280c-4d04-b66b-fbff28f690b2' has been removed. 2020-07-31 14:00:32.694 35 INFO rally.task.context [-] Verification 63eaa5bc-dd5e-4241-adcb-34107fbfdf09 | Context tempest@default cleanup() finished in 0.39 sec 2020-07-31 14:00:32.729 35 INFO rally.api [-] Verification (UUID=e0f958ed-3402-4af3-9978-9b6428f6eb73) has been successfully finished for deployment 'opnfv-rally' (UUID=e3c9b3b7-a7a8-4256-a755-e6a5e0cfdaf2)! 2020-07-31 14:00:34.640 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:00:34.640 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:00:34.640 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:00:36.422 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:00:36.422 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:00:36.423 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:00:38.717 130 INFO rally.api [-] Building 'html' report for the following verification(s): 'e0f958ed-3402-4af3-9978-9b6428f6eb73' 2020-07-31 14:00:38.746 130 INFO rally.api [-] The report has been successfully built. 2020-07-31 14:00:40.489 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:00:40.490 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:00:40.490 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:00:42.822 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e0f958ed-3402-4af3-9978-9b6428f6eb73' 2020-07-31 14:00:42.834 132 INFO rally.api [-] The report has been successfully built.