2020-11-28 12:50:08.517 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:50:08.518 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:50:08.518 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:50:11.216 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-11-28 12:50:11.216 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:50:11.216 7 ERROR rally.cli.cliutils 2020-11-28 12:50:13.019 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:50:13.019 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:50:13.019 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:50:17.568 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:50:17.569 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:50:17.569 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:50:22.542 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:50:22.543 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:50:22.543 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:50:24.224 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:50:24.225 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:50:24.225 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:50:26.669 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-11-28 12:50:26.669 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:50:26.669 17 ERROR rally.cli.cliutils 2020-11-28 12:50:28.538 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:50:28.539 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:50:28.539 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:50:30.962 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:50:31.038 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-11d096bf-a835-4394-821b-d4d4293f7e6b/repo. 2020-11-28 12:50:31.367 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-11d096bf-a835-4394-821b-d4d4293f7e6b/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:50:31.378 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:50:31.386 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:50:31.404 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:50:31.471 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:50:32.318 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=11d096bf-a835-4394-821b-d4d4293f7e6b) has been successfully created! 2020-11-28 12:50:34.197 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:50:34.197 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:50:34.197 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:50:39.058 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:50:39.058 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:50:39.058 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:50:41.491 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=11d096bf-a835-4394-821b-d4d4293f7e6b) for deployment 'opnfv-rally' (UUID=163388e9-0ff0-4fa2-882d-de001506c7cd). 2020-11-28 12:50:42.046 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=11d096bf-a835-4394-821b-d4d4293f7e6b) has been successfully configured for deployment 'opnfv-rally' (UUID=163388e9-0ff0-4fa2-882d-de001506c7cd)! 2020-11-28 12:50:52.742 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:50:52.743 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:50:52.743 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:50:55.232 35 INFO rally.api [-] Starting verification (UUID=f50d146b-0337-4f42-aa7c-4b140165f8cb) for deployment 'opnfv-rally' (UUID=163388e9-0ff0-4fa2-882d-de001506c7cd) by verifier 'opnfv-tempest' (UUID=11d096bf-a835-4394-821b-d4d4293f7e6b). 2020-11-28 12:50:55.988 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:50:55.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-11d096bf-a835-4394-821b-d4d4293f7e6b/for-deployment-163388e9-0ff0-4fa2-882d-de001506c7cd/tempest.log' to option 'log_file'. 2020-11-28 12:50:55.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-11d096bf-a835-4394-821b-d4d4293f7e6b/for-deployment-163388e9-0ff0-4fa2-882d-de001506c7cd/tempest.log 2020-11-28 12:50:55.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:50:55.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-11d096bf-a835-4394-821b-d4d4293f7e6b/for-deployment-163388e9-0ff0-4fa2-882d-de001506c7cd/lock_files' to option 'lock_path'. 2020-11-28 12:50:55.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-11d096bf-a835-4394-821b-d4d4293f7e6b/for-deployment-163388e9-0ff0-4fa2-882d-de001506c7cd/lock_files 2020-11-28 12:50:55.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:50:55.990 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-11-28 12:50:55.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7f6a6d03-d66e-4e63-8940-e6f59a1fe58f 2020-11-28 12:50:55.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 00226584-609c-47ee-ace2-f7117c1d2a7f 2020-11-28 12:50:55.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7de71ecc-176d-4c37-afd5-3a6f15c291c2 2020-11-28 12:50:55.991 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b339bfb5-66e9-4e0e-9a36-e8a3f2a385c5 2020-11-28 12:50:56.217 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:50:56.217 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_177f3bcf-8ec4-4001-94d3-fafa0be92657 2020-11-28 12:50:56.218 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:50:56.315 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:50:56.364 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_fa902c0a_QvUXMdnQ'. Using flavor 'rally_verify_fa902c0a_QvUXMdnQ' (ID = d8dc28cb-a9e6-4033-9ada-87025621082b) for the tests. 2020-11-28 12:50:56.365 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd8dc28cb-a9e6-4033-9ada-87025621082b' to option 'instance_type'. 2020-11-28 12:50:56.365 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d8dc28cb-a9e6-4033-9ada-87025621082b 2020-11-28 12:50:56.366 35 INFO rally.task.context [-] Verification 11d096bf-a835-4394-821b-d4d4293f7e6b | Context tempest@default setup() finished in 0.86 sec 2020-11-28 12:50:56.366 35 INFO rally.task.context [-] Verification 11d096bf-a835-4394-821b-d4d4293f7e6b | Context testr@default setup() finished in 0.39 msec 2020-11-28 12:50:56.367 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/3826725f-917a-4d81-adb1-e9ec56a80540'. 2020-11-28 12:51:02.501 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-11-28 12:51:02.710 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-11-28 12:51:09.945 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.581s] 2020-11-28 12:51:10.156 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.580s] 2020-11-28 12:51:10.199 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.461s] 2020-11-28 12:51:10.364 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.965s] 2020-11-28 12:51:10.378 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.988s] 2020-11-28 12:51:10.488 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.202s] 2020-11-28 12:51:10.519 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.575s] 2020-11-28 12:51:10.534 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.611s] 2020-11-28 12:51:10.549 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.558s] 2020-11-28 12:51:10.582 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.068s] 2020-11-28 12:51:10.715 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.724s] 2020-11-28 12:51:10.740 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.534s] 2020-11-28 12:51:11.012 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.814s] 2020-11-28 12:51:11.020 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.865s] 2020-11-28 12:51:11.170 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.791s] 2020-11-28 12:51:11.211 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.811s] 2020-11-28 12:51:11.250 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.224s] 2020-11-28 12:51:11.411 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [2.203s] 2020-11-28 12:51:11.462 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.927s] 2020-11-28 12:51:11.488 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.968s] 2020-11-28 12:51:11.505 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.924s] 2020-11-28 12:51:11.518 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.504s] 2020-11-28 12:51:11.581 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.244s] 2020-11-28 12:51:11.604 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [2.106s] 2020-11-28 12:51:11.677 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.492s] 2020-11-28 12:51:11.723 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.703s] 2020-11-28 12:51:11.958 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.217s] 2020-11-28 12:51:12.048 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.333s] 2020-11-28 12:51:12.098 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.848s] 2020-11-28 12:51:12.600 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.137s] 2020-11-28 12:51:12.705 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [2.148s] 2020-11-28 12:51:12.825 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.305s] 2020-11-28 12:51:12.827 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [2.041s] 2020-11-28 12:51:12.883 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.673s] 2020-11-28 12:51:12.905 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [2.356s] 2020-11-28 12:51:12.916 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.189s] 2020-11-28 12:51:12.997 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.505s] 2020-11-28 12:51:13.019 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.438s] 2020-11-28 12:51:13.113 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [1.700s] 2020-11-28 12:51:13.129 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.036s] 2020-11-28 12:51:13.414 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.816s] 2020-11-28 12:51:13.593 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.769s] 2020-11-28 12:51:13.858 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.727s] 2020-11-28 12:51:13.990 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.272s] 2020-11-28 12:51:13.993 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.285s] 2020-11-28 12:51:13.998 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.980s] 2020-11-28 12:51:14.072 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [2.023s] 2020-11-28 12:51:14.132 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.137s] 2020-11-28 12:51:14.204 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [2.599s] 2020-11-28 12:51:14.268 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.364s] 2020-11-28 12:51:14.769 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.881s] 2020-11-28 12:51:14.771 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.789s] 2020-11-28 12:51:14.796 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.797s] 2020-11-28 12:51:14.913 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.781s] 2020-11-28 12:51:14.922 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.064s] 2020-11-28 12:51:15.115 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [4.460s] 2020-11-28 12:51:15.133 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [4.872s] 2020-11-28 12:51:15.382 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.405s] 2020-11-28 12:51:15.425 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.296s] 2020-11-28 12:51:15.628 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [2.801s] 2020-11-28 12:51:15.697 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [4.860s] 2020-11-28 12:51:15.749 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [2.635s] 2020-11-28 12:51:15.894 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.821s] 2020-11-28 12:51:15.943 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.026s] 2020-11-28 12:51:16.215 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.790s] 2020-11-28 12:51:16.248 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [4.331s] 2020-11-28 12:51:16.357 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.414s] 2020-11-28 12:51:16.449 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.554s] 2020-11-28 12:51:16.626 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.268s] 2020-11-28 12:51:16.651 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.267s] 2020-11-28 12:51:16.767 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.138s] 2020-11-28 12:51:17.179 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.428s] 2020-11-28 12:51:17.393 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.258s] 2020-11-28 12:51:17.436 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.218s] 2020-11-28 12:51:17.517 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [3.247s] 2020-11-28 12:51:17.856 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [2.742s] 2020-11-28 12:51:17.978 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.350s] 2020-11-28 12:51:18.010 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [3.803s] 2020-11-28 12:51:18.175 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [3.407s] 2020-11-28 12:51:18.193 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [3.423s] 2020-11-28 12:51:18.210 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.442s] 2020-11-28 12:51:18.554 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.118s] 2020-11-28 12:51:18.759 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.775s] 2020-11-28 12:51:18.871 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.677s] 2020-11-28 12:51:18.881 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.363s] 2020-11-28 12:51:18.947 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [3.251s] 2020-11-28 12:51:19.094 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.882s] 2020-11-28 12:51:19.103 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.093s] 2020-11-28 12:51:19.134 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.380s] 2020-11-28 12:51:19.174 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [2.727s] 2020-11-28 12:51:19.227 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.051s] 2020-11-28 12:51:19.465 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.290s] 2020-11-28 12:51:19.518 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [4.387s] 2020-11-28 12:51:19.543 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.685s] 2020-11-28 12:51:19.614 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.059s] 2020-11-28 12:51:19.759 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.878s] 2020-11-28 12:51:19.922 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.788s] 2020-11-28 12:51:19.930 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.058s] 2020-11-28 12:51:20.068 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [2.676s] 2020-11-28 12:51:20.536 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.587s] 2020-11-28 12:51:20.713 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.609s] 2020-11-28 12:51:20.824 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.209s] 2020-11-28 12:51:20.949 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.016s] 2020-11-28 12:51:21.060 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.584s] 2020-11-28 12:51:21.300 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.539s] 2020-11-28 12:51:21.628 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [5.913s] 2020-11-28 12:51:21.795 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.494s] 2020-11-28 12:51:21.973 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.146s] 2020-11-28 12:51:22.165 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [5.918s] 2020-11-28 12:51:22.211 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.668s] 2020-11-28 12:51:22.235 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [5.322s] 2020-11-28 12:51:22.394 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.858s] 2020-11-28 12:51:22.762 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.596s] 2020-11-28 12:51:23.193 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.674s] 2020-11-28 12:51:23.317 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.554s] 2020-11-28 12:51:23.408 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [3.306s] 2020-11-28 12:51:24.195 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.560s] 2020-11-28 12:51:24.487 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.168s] 2020-11-28 12:51:24.693 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [3.641s] 2020-11-28 12:51:25.175 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [4.226s] 2020-11-28 12:51:25.509 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.333s] 2020-11-28 12:51:25.999 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.624s] 2020-11-28 12:51:26.277 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.766s] 2020-11-28 12:51:26.737 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.460s] 2020-11-28 12:51:26.742 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [4.527s] 2020-11-28 12:51:27.096 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [14.487s] 2020-11-28 12:51:27.389 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.650s] 2020-11-28 12:51:27.543 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.543s] 2020-11-28 12:51:27.887 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.498s] 2020-11-28 12:51:28.203 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [5.970s] 2020-11-28 12:51:28.400 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.512s] 2020-11-28 12:51:28.426 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.341s] 2020-11-28 12:51:28.779 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.378s] 2020-11-28 12:51:29.623 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.077s] 2020-11-28 12:51:29.967 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [5.769s] 2020-11-28 12:51:30.005 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.226s] 2020-11-28 12:51:30.007 35 INFO opnfv-tempest [-] {1} 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-11-28 12:51:31.284 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.661s] 2020-11-28 12:51:31.772 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.763s] 2020-11-28 12:51:31.972 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.769s] 2020-11-28 12:51:32.413 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.128s] 2020-11-28 12:51:33.398 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.628s] 2020-11-28 12:51:36.035 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [7.607s] 2020-11-28 12:51:36.901 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [4.928s] 2020-11-28 12:51:37.080 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [4.667s] 2020-11-28 12:51:37.476 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.396s] 2020-11-28 12:51:37.947 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.469s] 2020-11-28 12:51:38.019 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.984s] 2020-11-28 12:51:41.413 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [3.465s] 2020-11-28 12:51:42.912 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.497s] 2020-11-28 12:51:42.997 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [6.097s] 2020-11-28 12:51:43.250 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.336s] 2020-11-28 12:51:43.587 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.337s] 2020-11-28 12:51:43.678 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.657s] 2020-11-28 12:51:46.119 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.119s] 2020-11-28 12:51:48.648 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [5.061s] 2020-11-28 12:51:50.214 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [6.535s] 2020-11-28 12:51:50.733 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.082s] 2020-11-28 12:51:51.237 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.023s] 2020-11-28 12:51:51.897 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.659s] 2020-11-28 12:51:58.097 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [7.363s] 2020-11-28 12:52:00.203 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [8.304s] 2020-11-28 12:52:01.337 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.133s] 2020-11-28 12:52:01.999 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [3.902s] 2020-11-28 12:52:03.585 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.584s] 2020-11-28 12:52:06.013 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.426s] 2020-11-28 12:52:07.388 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [6.050s] 2020-11-28 12:52:07.740 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.351s] 2020-11-28 12:52:09.743 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [3.730s] 2020-11-28 12:52:10.449 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.706s] 2020-11-28 12:52:11.044 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [3.303s] 2020-11-28 12:52:23.145 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [12.101s] 2020-11-28 12:52:23.960 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.813s] 2020-11-28 12:52:31.007 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [7.047s] 2020-11-28 12:52:37.170 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [6.161s] 2020-11-28 12:52:38.590 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.420s] 2020-11-28 12:52:43.105 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.513s] 2020-11-28 12:52:57.244 35 INFO rally.task.context [-] Verification 11d096bf-a835-4394-821b-d4d4293f7e6b | Context testr@default cleanup() started 2020-11-28 12:52:57.245 35 INFO rally.task.context [-] Verification 11d096bf-a835-4394-821b-d4d4293f7e6b | Context testr@default cleanup() finished in 0.75 msec 2020-11-28 12:52:57.245 35 INFO rally.task.context [-] Verification 11d096bf-a835-4394-821b-d4d4293f7e6b | Context tempest@default cleanup() started 2020-11-28 12:52:57.460 35 INFO rally.task.context [-] Verification 11d096bf-a835-4394-821b-d4d4293f7e6b | Context tempest@default cleanup() finished in 0.21 sec 2020-11-28 12:52:57.488 35 INFO rally.api [-] Verification (UUID=f50d146b-0337-4f42-aa7c-4b140165f8cb) has been successfully finished for deployment 'opnfv-rally' (UUID=163388e9-0ff0-4fa2-882d-de001506c7cd)! 2020-11-28 12:52:59.575 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:52:59.575 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:52:59.575 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:53:01.506 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:53:01.507 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:53:01.507 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:53:03.981 130 INFO rally.api [-] Building 'html' report for the following verification(s): 'f50d146b-0337-4f42-aa7c-4b140165f8cb' 2020-11-28 12:53:04.009 130 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:53:05.862 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:53:05.863 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:53:05.863 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:53:08.182 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f50d146b-0337-4f42-aa7c-4b140165f8cb' 2020-11-28 12:53:08.192 132 INFO rally.api [-] The report has been successfully built.