2020-09-03 14:55:51.416 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:55:51.423 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:55:51.425 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:56:15.703 10 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-09-03 14:56:15.703 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 14:56:15.703 10 ERROR rally.cli.cliutils 2020-09-03 14:56:30.433 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:56:30.440 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:56:30.441 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:57:11.352 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:57:11.358 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:57:11.360 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:57:54.560 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:57:54.566 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:57:54.567 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:58:09.221 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:58:09.227 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:58:09.228 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:58:32.004 40 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-09-03 14:58:32.004 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 14:58:32.004 40 ERROR rally.cli.cliutils 2020-09-03 14:58:47.079 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:58:47.085 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:58:47.086 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:59:09.853 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 14:59:10.319 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5d94a77c-fca4-4e27-974c-393264ccfdae/repo. 2020-09-03 14:59:11.087 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5d94a77c-fca4-4e27-974c-393264ccfdae/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 14:59:11.189 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 14:59:11.251 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 14:59:11.314 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 14:59:11.906 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 14:59:19.106 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5d94a77c-fca4-4e27-974c-393264ccfdae) has been successfully created! 2020-09-03 14:59:34.230 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:59:34.236 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:59:34.238 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:00:12.636 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:00:12.642 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:00:12.643 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:00:34.607 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5d94a77c-fca4-4e27-974c-393264ccfdae) for deployment 'opnfv-rally' (UUID=0ed86b5e-0812-49d0-96ca-da40d64a89a6). 2020-09-03 15:00:36.590 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5d94a77c-fca4-4e27-974c-393264ccfdae) has been successfully configured for deployment 'opnfv-rally' (UUID=0ed86b5e-0812-49d0-96ca-da40d64a89a6)! 2020-09-03 15:02:00.887 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:02:00.894 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:02:00.896 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:02:24.962 97 INFO rally.api [-] Starting verification (UUID=0105836c-d5cf-4e47-be9d-d325ffc25e17) for deployment 'opnfv-rally' (UUID=0ed86b5e-0812-49d0-96ca-da40d64a89a6) by verifier 'opnfv-tempest' (UUID=5d94a77c-fca4-4e27-974c-393264ccfdae). 2020-09-03 15:02:29.327 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 15:02:29.329 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5d94a77c-fca4-4e27-974c-393264ccfdae/for-deployment-0ed86b5e-0812-49d0-96ca-da40d64a89a6/tempest.log' to option 'log_file'. 2020-09-03 15:02:29.330 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5d94a77c-fca4-4e27-974c-393264ccfdae/for-deployment-0ed86b5e-0812-49d0-96ca-da40d64a89a6/tempest.log 2020-09-03 15:02:29.331 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 15:02:29.333 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5d94a77c-fca4-4e27-974c-393264ccfdae/for-deployment-0ed86b5e-0812-49d0-96ca-da40d64a89a6/lock_files' to option 'lock_path'. 2020-09-03 15:02:29.334 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5d94a77c-fca4-4e27-974c-393264ccfdae/for-deployment-0ed86b5e-0812-49d0-96ca-da40d64a89a6/lock_files 2020-09-03 15:02:29.335 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 15:02:29.337 97 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-09-03 15:02:29.338 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 68d28c96-3a49-4b26-a45a-3cdab947c61a 2020-09-03 15:02:29.339 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 50d9dee9-4c93-476f-8cee-544bfe879b38 2020-09-03 15:02:29.342 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 18202f05-6ce3-4521-8e7f-c9c589b83e2f 2020-09-03 15:02:29.344 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d7e48fa5-4420-4a73-9d9f-1779232d5f2a 2020-09-03 15:02:29.709 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 15:02:29.711 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_c3f79b74-1e3b-474c-855d-b7bb101824d7 2020-09-03 15:02:29.715 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 15:02:30.466 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 15:02:30.544 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_f8d5da14_1jrE1GEJ'. Using flavor 'rally_verify_f8d5da14_1jrE1GEJ' (ID = bedc9d50-511d-4f04-9cb8-bdfb4a77ebaa) for the tests. 2020-09-03 15:02:30.546 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bedc9d50-511d-4f04-9cb8-bdfb4a77ebaa' to option 'instance_type'. 2020-09-03 15:02:30.547 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bedc9d50-511d-4f04-9cb8-bdfb4a77ebaa 2020-09-03 15:02:30.555 97 INFO rally.task.context [-] Verification 5d94a77c-fca4-4e27-974c-393264ccfdae | Context tempest@default setup() finished in 4.33 sec 2020-09-03 15:02:30.558 97 INFO rally.task.context [-] Verification 5d94a77c-fca4-4e27-974c-393264ccfdae | Context testr@default setup() finished in 1.20 msec 2020-09-03 15:02:30.560 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/40d91379-b889-46ca-a2ee-bb7a45c17edb'. 2020-09-03 15:03:19.955 97 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.145s] 2020-09-03 15:03:20.476 97 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.203s] 2020-09-03 15:03:20.755 97 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.798s] 2020-09-03 15:03:20.801 97 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [1.423s] 2020-09-03 15:03:21.029 97 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [2.145s] 2020-09-03 15:03:21.374 97 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.891s] 2020-09-03 15:03:22.396 97 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.614s] 2020-09-03 15:03:22.555 97 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.185s] 2020-09-03 15:03:22.592 97 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.571s] 2020-09-03 15:03:23.820 97 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.256s] 2020-09-03 15:03:23.986 97 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [3.709s] 2020-09-03 15:03:24.103 97 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.699s] 2020-09-03 15:03:24.252 97 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.644s] 2020-09-03 15:03:25.481 97 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.650s] 2020-09-03 15:03:26.085 97 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.965s] 2020-09-03 15:03:26.344 97 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [2.092s] 2020-09-03 15:03:26.503 97 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-09-03 15:03:26.953 97 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [3.002s] 2020-09-03 15:03:27.999 97 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [2.463s] 2020-09-03 15:03:28.126 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-09-03 15:03:28.247 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.936s] 2020-09-03 15:03:28.440 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [2.186s] 2020-09-03 15:03:28.504 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [2.370s] 2020-09-03 15:03:28.758 97 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [2.611s] 2020-09-03 15:03:28.774 97 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [2.963s] 2020-09-03 15:03:28.915 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [2.177s] 2020-09-03 15:03:29.089 97 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [2.741s] 2020-09-03 15:03:29.394 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [1.160s] 2020-09-03 15:03:29.856 97 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.866s] 2020-09-03 15:03:30.186 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.757s] 2020-09-03 15:03:30.489 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [1.582s] 2020-09-03 15:03:30.598 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [3.842s] 2020-09-03 15:03:30.754 97 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [3.102s] 2020-09-03 15:03:30.952 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [1.551s] 2020-09-03 15:03:31.064 97 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [2.322s] 2020-09-03 15:03:31.088 97 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [2.984s] 2020-09-03 15:03:31.290 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [2.787s] 2020-09-03 15:03:31.498 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [2.810s] 2020-09-03 15:03:31.641 97 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [4.681s] 2020-09-03 15:03:31.902 97 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [3.181s] 2020-09-03 15:03:31.956 97 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [2.976s] 2020-09-03 15:03:32.011 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.820s] 2020-09-03 15:03:32.045 97 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [2.185s] 2020-09-03 15:03:32.508 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [2.015s] 2020-09-03 15:03:33.082 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [3.765s] 2020-09-03 15:03:33.247 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [5.047s] 2020-09-03 15:03:33.587 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [2.100s] 2020-09-03 15:03:33.784 97 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [2.731s] 2020-09-03 15:03:33.853 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [2.549s] 2020-09-03 15:03:33.882 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.835s] 2020-09-03 15:03:33.897 97 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.902s] 2020-09-03 15:03:33.963 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [3.365s] 2020-09-03 15:03:34.077 97 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [2.018s] 2020-09-03 15:03:34.445 97 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [2.532s] 2020-09-03 15:03:34.701 97 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.821s] 2020-09-03 15:03:34.711 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.082s] 2020-09-03 15:03:34.737 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [2.184s] 2020-09-03 15:03:35.063 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.203s] 2020-09-03 15:03:35.122 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [1.161s] 2020-09-03 15:03:35.171 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [2.084s] 2020-09-03 15:03:35.398 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [2.982s] 2020-09-03 15:03:35.712 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.844s] 2020-09-03 15:03:35.742 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [2.445s] 2020-09-03 15:03:35.764 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [2.228s] 2020-09-03 15:03:35.816 97 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.259s] 2020-09-03 15:03:35.888 97 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [2.092s] 2020-09-03 15:03:36.105 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.387s] 2020-09-03 15:03:36.125 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.936s] 2020-09-03 15:03:36.145 97 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.418s] 2020-09-03 15:03:36.164 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.439s] 2020-09-03 15:03:36.557 97 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [2.108s] 2020-09-03 15:03:36.711 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.537s] 2020-09-03 15:03:37.040 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.633s] 2020-09-03 15:03:37.133 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.961s] 2020-09-03 15:03:37.185 97 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [2.248s] 2020-09-03 15:03:37.227 97 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [1.065s] 2020-09-03 15:03:37.235 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.425s] 2020-09-03 15:03:37.255 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.498s] 2020-09-03 15:03:37.331 97 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.443s] 2020-09-03 15:03:37.635 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [2.551s] 2020-09-03 15:03:37.964 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.897s] 2020-09-03 15:03:38.011 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [2.937s] 2020-09-03 15:03:38.040 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.279s] 2020-09-03 15:03:38.101 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [2.398s] 2020-09-03 15:03:38.543 97 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.401s] 2020-09-03 15:03:38.597 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.478s] 2020-09-03 15:03:38.732 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.609s] 2020-09-03 15:03:38.898 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.841s] 2020-09-03 15:03:39.433 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.700s] 2020-09-03 15:03:39.482 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [2.241s] 2020-09-03 15:03:39.597 97 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.782s] 2020-09-03 15:03:40.661 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [2.518s] 2020-09-03 15:03:40.668 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [2.611s] 2020-09-03 15:03:40.876 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [6.102s] 2020-09-03 15:03:41.441 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [2.830s] 2020-09-03 15:03:41.537 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [2.099s] 2020-09-03 15:03:41.609 97 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [6.136s] 2020-09-03 15:03:41.638 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [3.626s] 2020-09-03 15:03:41.818 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [4.186s] 2020-09-03 15:03:41.892 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [2.998s] 2020-09-03 15:03:42.350 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.707s] 2020-09-03 15:03:42.415 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [2.916s] 2020-09-03 15:03:42.435 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.969s] 2020-09-03 15:03:42.563 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.016s] 2020-09-03 15:03:42.891 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [2.230s] 2020-09-03 15:03:42.911 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [11.161s] 2020-09-03 15:03:43.084 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.679s] 2020-09-03 15:03:43.144 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.791s] 2020-09-03 15:03:43.269 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.706s] 2020-09-03 15:03:43.377 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [3.426s] 2020-09-03 15:03:43.470 97 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.852s] 2020-09-03 15:03:43.549 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.714s] 2020-09-03 15:03:43.564 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.459s] 2020-09-03 15:03:43.909 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.631s] 2020-09-03 15:03:44.036 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.135s] 2020-09-03 15:03:44.090 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.222s] 2020-09-03 15:03:44.244 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.684s] 2020-09-03 15:03:44.390 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.244s] 2020-09-03 15:03:44.906 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.522s] 2020-09-03 15:03:44.916 97 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.276s] 2020-09-03 15:03:45.186 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.772s] 2020-09-03 15:03:45.192 97 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.698s] 2020-09-03 15:03:45.362 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.452s] 2020-09-03 15:03:45.410 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.855s] 2020-09-03 15:03:45.776 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [4.911s] 2020-09-03 15:03:46.215 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.039s] 2020-09-03 15:03:46.369 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [2.109s] 2020-09-03 15:03:47.079 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.857s] 2020-09-03 15:03:47.122 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.707s] 2020-09-03 15:03:47.701 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.809s] 2020-09-03 15:03:47.846 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.484s] 2020-09-03 15:03:47.907 97 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [3.006s] 2020-09-03 15:03:47.995 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.914s] 2020-09-03 15:03:49.186 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.402s] 2020-09-03 15:03:49.458 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.462s] 2020-09-03 15:03:49.475 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.004s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-09-03 15:03:49.670 97 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [4.499s] 2020-09-03 15:03:49.778 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.067s] 2020-09-03 15:03:51.305 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.825s] 2020-09-03 15:03:52.029 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [7.988s] 2020-09-03 15:03:52.386 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [2.608s] 2020-09-03 15:03:53.395 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.359s] 2020-09-03 15:03:54.144 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [4.955s] 2020-09-03 15:03:54.193 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.884s] 2020-09-03 15:03:54.741 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.346s] 2020-09-03 15:03:56.678 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.929s] 2020-09-03 15:03:57.472 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.073s] 2020-09-03 15:03:57.606 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.457s] 2020-09-03 15:03:59.234 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [2.555s] 2020-09-03 15:04:01.626 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.387s] 2020-09-03 15:04:02.362 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.728s] 2020-09-03 15:04:02.553 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [4.940s] 2020-09-03 15:04:02.908 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.541s] 2020-09-03 15:04:04.978 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.070s] 2020-09-03 15:04:05.171 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [7.692s] 2020-09-03 15:04:06.533 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.362s] 2020-09-03 15:04:06.896 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.915s] 2020-09-03 15:04:07.116 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.575s] 2020-09-03 15:04:07.480 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.577s] 2020-09-03 15:04:08.113 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.624s] 2020-09-03 15:04:09.818 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.698s] 2020-09-03 15:04:13.260 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [3.428s] 2020-09-03 15:04:14.099 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [6.966s] 2020-09-03 15:04:15.923 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.829s] 2020-09-03 15:04:16.654 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.394s] 2020-09-03 15:04:19.018 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.359s] 2020-09-03 15:04:21.223 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.199s] 2020-09-03 15:04:22.320 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [6.394s] 2020-09-03 15:04:22.870 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.544s] 2020-09-03 15:04:24.788 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [3.549s] 2020-09-03 15:04:25.341 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.462s] 2020-09-03 15:04:27.439 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.661s] 2020-09-03 15:04:28.481 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.035s] 2020-09-03 15:04:32.595 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [7.253s] 2020-09-03 15:04:33.672 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.065s] 2020-09-03 15:04:38.997 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [5.309s] 2020-09-03 15:04:43.774 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.776s] 2020-09-03 15:04:45.021 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.250s] 2020-09-03 15:04:49.795 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.756s] 2020-09-03 15:04:59.991 97 INFO rally.task.context [-] Verification 5d94a77c-fca4-4e27-974c-393264ccfdae | Context testr@default cleanup() started 2020-09-03 15:04:59.996 97 INFO rally.task.context [-] Verification 5d94a77c-fca4-4e27-974c-393264ccfdae | Context testr@default cleanup() finished in 4.88 msec 2020-09-03 15:04:59.998 97 INFO rally.task.context [-] Verification 5d94a77c-fca4-4e27-974c-393264ccfdae | Context tempest@default cleanup() started 2020-09-03 15:05:00.432 97 INFO rally.task.context [-] Verification 5d94a77c-fca4-4e27-974c-393264ccfdae | Context tempest@default cleanup() finished in 0.43 sec 2020-09-03 15:05:00.542 97 INFO rally.api [-] Verification (UUID=0105836c-d5cf-4e47-be9d-d325ffc25e17) has been successfully finished for deployment 'opnfv-rally' (UUID=0ed86b5e-0812-49d0-96ca-da40d64a89a6)! 2020-09-03 15:05:15.454 346 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:05:15.461 346 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:05:15.462 346 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:05:31.110 352 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:05:31.116 352 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:05:31.117 352 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:05:53.921 352 INFO rally.api [-] Building 'html' report for the following verification(s): '0105836c-d5cf-4e47-be9d-d325ffc25e17' 2020-09-03 15:05:54.177 352 INFO rally.api [-] The report has been successfully built. 2020-09-03 15:06:08.620 358 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:06:08.626 358 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:06:08.627 358 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:06:31.094 358 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0105836c-d5cf-4e47-be9d-d325ffc25e17' 2020-09-03 15:06:31.226 358 INFO rally.api [-] The report has been successfully built.