2020-12-09 12:05:06.179 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:05:06.179 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:05:06.179 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:05:08.859 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-12-09 12:05:08.859 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 12:05:08.859 7 ERROR rally.cli.cliutils 2020-12-09 12:05:10.782 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:05:10.783 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:05:10.783 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:05:15.411 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:05:15.412 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:05:15.412 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:05:20.524 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:05:20.524 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:05:20.524 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:05:22.180 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:05:22.181 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:05:22.181 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:05:24.606 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-12-09 12:05:24.606 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 12:05:24.606 17 ERROR rally.cli.cliutils 2020-12-09 12:05:26.530 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:05:26.531 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:05:26.531 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:05:28.923 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 12:05:29.052 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-eb1dde22-362e-4b80-a3fd-a865200232ea/repo. 2020-12-09 12:05:29.374 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-eb1dde22-362e-4b80-a3fd-a865200232ea/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 12:05:29.387 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 12:05:29.399 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 12:05:29.426 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 12:05:29.492 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 12:05:30.309 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eb1dde22-362e-4b80-a3fd-a865200232ea) has been successfully created! 2020-12-09 12:05:32.211 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:05:32.212 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:05:32.212 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:05:36.978 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:05:36.978 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:05:36.978 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:05:39.561 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=eb1dde22-362e-4b80-a3fd-a865200232ea) for deployment 'opnfv-rally' (UUID=f0feec2d-dfc2-4c62-b8b1-481fdf08fd1b). 2020-12-09 12:05:40.694 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eb1dde22-362e-4b80-a3fd-a865200232ea) has been successfully configured for deployment 'opnfv-rally' (UUID=f0feec2d-dfc2-4c62-b8b1-481fdf08fd1b)! 2020-12-09 12:05:51.491 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:05:51.492 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:05:51.492 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:05:53.924 35 INFO rally.api [-] Starting verification (UUID=0e5cd023-e23e-4ee3-9112-221f27c048a4) for deployment 'opnfv-rally' (UUID=f0feec2d-dfc2-4c62-b8b1-481fdf08fd1b) by verifier 'opnfv-tempest' (UUID=eb1dde22-362e-4b80-a3fd-a865200232ea). 2020-12-09 12:05:54.699 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 12:05:54.700 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-eb1dde22-362e-4b80-a3fd-a865200232ea/for-deployment-f0feec2d-dfc2-4c62-b8b1-481fdf08fd1b/tempest.log' to option 'log_file'. 2020-12-09 12:05:54.700 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-eb1dde22-362e-4b80-a3fd-a865200232ea/for-deployment-f0feec2d-dfc2-4c62-b8b1-481fdf08fd1b/tempest.log 2020-12-09 12:05:54.701 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 12:05:54.701 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-eb1dde22-362e-4b80-a3fd-a865200232ea/for-deployment-f0feec2d-dfc2-4c62-b8b1-481fdf08fd1b/lock_files' to option 'lock_path'. 2020-12-09 12:05:54.701 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-eb1dde22-362e-4b80-a3fd-a865200232ea/for-deployment-f0feec2d-dfc2-4c62-b8b1-481fdf08fd1b/lock_files 2020-12-09 12:05:54.702 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 12:05:54.702 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-12-09 12:05:54.702 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = cb6de2ec-19de-40e8-95a3-ea5705ef05c9 2020-12-09 12:05:54.703 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = aaa8f79e-62b6-467c-9388-f6e6554bbe61 2020-12-09 12:05:54.703 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4fd23aa5-55ac-4792-8800-1786b7de38f1 2020-12-09 12:05:54.704 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 34487154-1c5b-4b72-891e-b51ac1f64912 2020-12-09 12:05:54.907 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 12:05:54.907 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_bdef0bea-8bee-429f-b104-590444daa77b 2020-12-09 12:05:54.908 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 12:05:54.982 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 12:05:55.022 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_dbab43d4_lx4LODI9'. Using flavor 'rally_verify_dbab43d4_lx4LODI9' (ID = 59e2078e-d79e-4d12-bb8d-111688ef18eb) for the tests. 2020-12-09 12:05:55.023 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '59e2078e-d79e-4d12-bb8d-111688ef18eb' to option 'instance_type'. 2020-12-09 12:05:55.023 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 59e2078e-d79e-4d12-bb8d-111688ef18eb 2020-12-09 12:05:55.024 35 INFO rally.task.context [-] Verification eb1dde22-362e-4b80-a3fd-a865200232ea | Context tempest@default setup() finished in 0.82 sec 2020-12-09 12:05:55.025 35 INFO rally.task.context [-] Verification eb1dde22-362e-4b80-a3fd-a865200232ea | Context testr@default setup() finished in 0.32 msec 2020-12-09 12:05:55.025 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/6c7e1d70-843e-45df-99aa-22406b038447'. 2020-12-09 12:06:00.577 35 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-12-09 12:06:00.860 35 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-12-09 12:06:08.088 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.952s] 2020-12-09 12:06:08.220 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.208s] 2020-12-09 12:06:08.224 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.313s] 2020-12-09 12:06:08.236 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [3.086s] 2020-12-09 12:06:08.505 35 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.517s] 2020-12-09 12:06:08.716 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.624s] 2020-12-09 12:06:08.718 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.371s] 2020-12-09 12:06:08.733 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.516s] 2020-12-09 12:06:08.824 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.673s] 2020-12-09 12:06:09.037 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.817s] 2020-12-09 12:06:09.118 35 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.040s] 2020-12-09 12:06:09.261 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.259s] 2020-12-09 12:06:09.354 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.387s] 2020-12-09 12:06:09.493 35 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.760s] 2020-12-09 12:06:09.569 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.531s] 2020-12-09 12:06:09.573 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.862s] 2020-12-09 12:06:09.603 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.211s] 2020-12-09 12:06:09.616 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [2.006s] 2020-12-09 12:06:09.783 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.169s] 2020-12-09 12:06:09.791 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [2.081s] 2020-12-09 12:06:09.813 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.688s] 2020-12-09 12:06:09.903 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [2.527s] 2020-12-09 12:06:10.034 35 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.774s] 2020-12-09 12:06:10.145 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.791s] 2020-12-09 12:06:10.162 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.338s] 2020-12-09 12:06:10.454 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [2.405s] 2020-12-09 12:06:10.541 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [2.283s] 2020-12-09 12:06:10.675 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.104s] 2020-12-09 12:06:10.696 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.091s] 2020-12-09 12:06:10.738 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [3.346s] 2020-12-09 12:06:10.770 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [2.059s] 2020-12-09 12:06:10.834 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.051s] 2020-12-09 12:06:10.886 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [3.020s] 2020-12-09 12:06:10.992 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.412s] 2020-12-09 12:06:11.312 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.166s] 2020-12-09 12:06:11.364 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [3.128s] 2020-12-09 12:06:11.461 35 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.649s] 2020-12-09 12:06:11.494 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.877s] 2020-12-09 12:06:11.615 35 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.941s] 2020-12-09 12:06:11.704 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.011s] 2020-12-09 12:06:11.836 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.381s] 2020-12-09 12:06:11.839 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.934s] 2020-12-09 12:06:11.878 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.043s] 2020-12-09 12:06:11.932 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.769s] 2020-12-09 12:06:12.081 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.542s] 2020-12-09 12:06:12.163 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [2.372s] 2020-12-09 12:06:12.275 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.504s] 2020-12-09 12:06:12.485 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.567s] 2020-12-09 12:06:12.526 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.538s] 2020-12-09 12:06:12.607 35 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [1.293s] 2020-12-09 12:06:12.726 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [1.987s] 2020-12-09 12:06:12.736 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.371s] 2020-12-09 12:06:12.828 35 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.123s] 2020-12-09 12:06:13.012 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [2.239s] 2020-12-09 12:06:13.063 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.184s] 2020-12-09 12:06:13.287 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.352s] 2020-12-09 12:06:13.289 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.763s] 2020-12-09 12:06:13.313 35 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.032s] 2020-12-09 12:06:13.315 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.474s] 2020-12-09 12:06:13.348 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.510s] 2020-12-09 12:06:13.736 35 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.674s] 2020-12-09 12:06:13.850 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.504s] 2020-12-09 12:06:14.146 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [2.650s] 2020-12-09 12:06:14.148 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.856s] 2020-12-09 12:06:14.550 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.259s] 2020-12-09 12:06:14.570 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [2.486s] 2020-12-09 12:06:14.579 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [2.415s] 2020-12-09 12:06:14.849 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [2.124s] 2020-12-09 12:06:14.901 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [4.013s] 2020-12-09 12:06:14.935 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [4.088s] 2020-12-09 12:06:15.000 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.449s] 2020-12-09 12:06:15.210 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.357s] 2020-12-09 12:06:15.253 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.105s] 2020-12-09 12:06:15.255 35 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.938s] 2020-12-09 12:06:15.273 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.272s] 2020-12-09 12:06:15.291 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.147s] 2020-12-09 12:06:15.350 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [8.064s] 2020-12-09 12:06:15.383 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [2.373s] 2020-12-09 12:06:15.459 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [4.612s] 2020-12-09 12:06:15.540 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [2.801s] 2020-12-09 12:06:16.135 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [3.650s] 2020-12-09 12:06:16.573 35 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.721s] 2020-12-09 12:06:16.578 35 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.287s] 2020-12-09 12:06:16.676 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [2.107s] 2020-12-09 12:06:16.688 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.479s] 2020-12-09 12:06:16.756 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.373s] 2020-12-09 12:06:16.905 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.631s] 2020-12-09 12:06:16.925 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [2.022s] 2020-12-09 12:06:17.385 35 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [2.808s] 2020-12-09 12:06:17.474 35 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [2.222s] 2020-12-09 12:06:17.489 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.582s] 2020-12-09 12:06:17.498 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [5.159s] 2020-12-09 12:06:17.609 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.932s] 2020-12-09 12:06:17.739 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.980s] 2020-12-09 12:06:17.991 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [2.453s] 2020-12-09 12:06:18.002 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.513s] 2020-12-09 12:06:18.027 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.419s] 2020-12-09 12:06:18.848 35 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.845s] 2020-12-09 12:06:19.046 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [1.018s] 2020-12-09 12:06:19.060 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [7.218s] 2020-12-09 12:06:19.248 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [3.901s] 2020-12-09 12:06:19.304 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [2.379s] 2020-12-09 12:06:19.414 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [4.481s] 2020-12-09 12:06:19.450 35 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.711s] 2020-12-09 12:06:19.502 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [4.044s] 2020-12-09 12:06:19.813 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.821s] 2020-12-09 12:06:20.339 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [4.205s] 2020-12-09 12:06:20.354 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.938s] 2020-12-09 12:06:20.680 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.632s] 2020-12-09 12:06:20.728 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.913s] 2020-12-09 12:06:20.747 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.393s] 2020-12-09 12:06:21.294 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.793s] 2020-12-09 12:06:21.389 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [4.699s] 2020-12-09 12:06:21.562 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.221s] 2020-12-09 12:06:21.669 35 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.941s] 2020-12-09 12:06:21.770 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.380s] 2020-12-09 12:06:22.334 35 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [3.028s] 2020-12-09 12:06:22.445 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.674s] 2020-12-09 12:06:22.641 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.079s] 2020-12-09 12:06:22.695 35 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [2.013s] 2020-12-09 12:06:22.998 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.551s] 2020-12-09 12:06:23.157 35 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [2.410s] 2020-12-09 12:06:23.352 35 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [4.095s] 2020-12-09 12:06:23.475 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.477s] 2020-12-09 12:06:24.927 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.451s] 2020-12-09 12:06:25.268 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [6.208s] 2020-12-09 12:06:25.362 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.432s] 2020-12-09 12:06:25.416 35 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [4.121s] 2020-12-09 12:06:25.576 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.932s] 2020-12-09 12:06:25.790 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.428s] 2020-12-09 12:06:25.916 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [6.411s] 2020-12-09 12:06:27.750 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.958s] 2020-12-09 12:06:27.752 35 INFO opnfv-tempest [-] {0} 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-12-09 12:06:27.929 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [16.915s] 2020-12-09 12:06:28.188 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.919s] 2020-12-09 12:06:28.202 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.285s] 2020-12-09 12:06:28.510 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [2.935s] 2020-12-09 12:06:29.148 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.224s] 2020-12-09 12:06:29.463 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.710s] 2020-12-09 12:06:29.866 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.354s] 2020-12-09 12:06:31.248 35 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [3.043s] 2020-12-09 12:06:32.317 35 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.853s] 2020-12-09 12:06:32.444 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [4.256s] 2020-12-09 12:06:32.510 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.644s] 2020-12-09 12:06:33.176 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.665s] 2020-12-09 12:06:33.529 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.352s] 2020-12-09 12:06:35.014 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.568s] 2020-12-09 12:06:35.493 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.963s] 2020-12-09 12:06:36.339 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [7.189s] 2020-12-09 12:06:36.741 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.249s] 2020-12-09 12:06:37.254 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.511s] 2020-12-09 12:06:37.443 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.102s] 2020-12-09 12:06:37.597 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.342s] 2020-12-09 12:06:38.402 35 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.387s] 2020-12-09 12:06:39.456 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.858s] 2020-12-09 12:06:44.346 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [4.888s] 2020-12-09 12:06:46.390 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [8.948s] 2020-12-09 12:06:51.259 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.867s] 2020-12-09 12:06:51.740 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [7.394s] 2020-12-09 12:06:52.712 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.453s] 2020-12-09 12:06:53.278 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.565s] 2020-12-09 12:06:53.600 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.861s] 2020-12-09 12:06:55.922 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.320s] 2020-12-09 12:06:59.006 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [3.082s] 2020-12-09 12:07:00.921 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.640s] 2020-12-09 12:07:01.106 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.099s] 2020-12-09 12:07:02.031 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.109s] 2020-12-09 12:07:02.108 35 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.003s] 2020-12-09 12:07:08.315 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [6.285s] 2020-12-09 12:07:08.714 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.397s] 2020-12-09 12:07:10.977 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.260s] 2020-12-09 12:07:17.822 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [6.845s] 2020-12-09 12:07:18.946 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.123s] 2020-12-09 12:07:23.646 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.698s] 2020-12-09 12:07:29.142 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [5.495s] 2020-12-09 12:07:31.594 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [2.450s] 2020-12-09 12:07:36.840 35 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [5.245s] 2020-12-09 12:07:46.341 35 INFO rally.task.context [-] Verification eb1dde22-362e-4b80-a3fd-a865200232ea | Context testr@default cleanup() started 2020-12-09 12:07:46.342 35 INFO rally.task.context [-] Verification eb1dde22-362e-4b80-a3fd-a865200232ea | Context testr@default cleanup() finished in 0.86 msec 2020-12-09 12:07:46.342 35 INFO rally.task.context [-] Verification eb1dde22-362e-4b80-a3fd-a865200232ea | Context tempest@default cleanup() started 2020-12-09 12:07:46.519 35 INFO rally.task.context [-] Verification eb1dde22-362e-4b80-a3fd-a865200232ea | Context tempest@default cleanup() finished in 0.18 sec 2020-12-09 12:07:46.544 35 INFO rally.api [-] Verification (UUID=0e5cd023-e23e-4ee3-9112-221f27c048a4) has been successfully finished for deployment 'opnfv-rally' (UUID=f0feec2d-dfc2-4c62-b8b1-481fdf08fd1b)! 2020-12-09 12:07:48.363 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:07:48.363 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:07:48.363 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:07:50.218 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:07:50.218 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:07:50.218 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:07:52.573 130 INFO rally.api [-] Building 'html' report for the following verification(s): '0e5cd023-e23e-4ee3-9112-221f27c048a4' 2020-12-09 12:07:52.605 130 INFO rally.api [-] The report has been successfully built. 2020-12-09 12:07:54.358 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:07:54.358 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:07:54.359 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:07:56.546 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0e5cd023-e23e-4ee3-9112-221f27c048a4' 2020-12-09 12:07:56.557 132 INFO rally.api [-] The report has been successfully built.