2020-06-17 11:16:39.848 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:16:39.848 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:16:39.848 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:16:42.258 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-06-17 11:16:42.258 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 11:16:42.258 7 ERROR rally.cli.cliutils 2020-06-17 11:16:43.909 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:16:43.910 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:16:43.910 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:16:48.222 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:16:48.223 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:16:48.223 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:16:52.734 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:16:52.734 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:16:52.734 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:16:54.280 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:16:54.280 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:16:54.280 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:16:56.587 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-06-17 11:16:56.587 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 11:16:56.587 17 ERROR rally.cli.cliutils 2020-06-17 11:16:58.186 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:16:58.186 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:16:58.186 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:17:00.384 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 11:17:00.447 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-35eb11a9-ffac-4a14-8470-e3daa372a1b0/repo. 2020-06-17 11:17:00.706 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-35eb11a9-ffac-4a14-8470-e3daa372a1b0/repo'... done. ' 2020-06-17 11:17:00.720 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 11:17:00.741 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 11:17:00.798 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 11:17:01.580 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=35eb11a9-ffac-4a14-8470-e3daa372a1b0) has been successfully created! 2020-06-17 11:17:03.788 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:17:03.788 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:17:03.789 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:17:11.544 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:17:11.545 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:17:11.545 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:17:15.234 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=35eb11a9-ffac-4a14-8470-e3daa372a1b0) for deployment 'opnfv-rally' (UUID=c523f962-9d67-46d7-ada5-23ff5d921433). 2020-06-17 11:17:15.770 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=35eb11a9-ffac-4a14-8470-e3daa372a1b0) has been successfully configured for deployment 'opnfv-rally' (UUID=c523f962-9d67-46d7-ada5-23ff5d921433)! 2020-06-17 11:17:26.286 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:17:26.287 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:17:26.287 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:17:28.511 34 INFO rally.api [-] Starting verification (UUID=999a0390-2d9f-4c59-8e69-7d382a51b1fa) for deployment 'opnfv-rally' (UUID=c523f962-9d67-46d7-ada5-23ff5d921433) by verifier 'opnfv-tempest' (UUID=35eb11a9-ffac-4a14-8470-e3daa372a1b0). 2020-06-17 11:17:29.175 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 11:17:29.176 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-35eb11a9-ffac-4a14-8470-e3daa372a1b0/for-deployment-c523f962-9d67-46d7-ada5-23ff5d921433/tempest.log' to option 'log_file'. 2020-06-17 11:17:29.177 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-35eb11a9-ffac-4a14-8470-e3daa372a1b0/for-deployment-c523f962-9d67-46d7-ada5-23ff5d921433/tempest.log 2020-06-17 11:17:29.177 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 11:17:29.177 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-35eb11a9-ffac-4a14-8470-e3daa372a1b0/for-deployment-c523f962-9d67-46d7-ada5-23ff5d921433/lock_files' to option 'lock_path'. 2020-06-17 11:17:29.178 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-35eb11a9-ffac-4a14-8470-e3daa372a1b0/for-deployment-c523f962-9d67-46d7-ada5-23ff5d921433/lock_files 2020-06-17 11:17:29.178 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 11:17:29.178 34 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-06-17 11:17:29.179 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 637a585e-c604-498f-a00e-a5edf2be7e24 2020-06-17 11:17:29.179 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 13a24e9f-36df-4a6d-b5b2-e616bc6bf783 2020-06-17 11:17:29.180 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4e37de51-15a7-4cd5-9c39-2b95e9abd8e9 2020-06-17 11:17:29.181 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9ab56fd1-c621-492d-aa36-21eb10cb08c9 2020-06-17 11:17:29.447 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 11:17:29.447 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_ae97bac4-2874-453e-9c53-c794f39436f6 2020-06-17 11:17:29.448 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 11:17:29.576 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 11:17:29.626 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_36f85315_2IuvrgfK'. Using flavor 'rally_verify_36f85315_2IuvrgfK' (ID = 7ef92676-ccd6-46b3-a4cc-31b780532976) for the tests. 2020-06-17 11:17:29.627 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7ef92676-ccd6-46b3-a4cc-31b780532976' to option 'instance_type'. 2020-06-17 11:17:29.627 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7ef92676-ccd6-46b3-a4cc-31b780532976 2020-06-17 11:17:29.628 34 INFO rally.task.context [-] Verification 35eb11a9-ffac-4a14-8470-e3daa372a1b0 | Context tempest@default setup() finished in 0.91 sec 2020-06-17 11:17:29.629 34 INFO rally.task.context [-] Verification 35eb11a9-ffac-4a14-8470-e3daa372a1b0 | Context testr@default setup() finished in 0.59 msec 2020-06-17 11:17:29.630 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/30699535-b532-48c0-922a-b4660417098d'. 2020-06-17 11:17:34.335 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-06-17 11:17:34.383 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-06-17 11:17:51.904 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [4.458s] 2020-06-17 11:17:53.314 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [4.833s] 2020-06-17 11:17:53.328 34 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [4.363s] 2020-06-17 11:17:53.735 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [4.311s] 2020-06-17 11:17:54.553 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [5.276s] 2020-06-17 11:17:54.559 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [5.682s] 2020-06-17 11:17:54.938 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [5.140s] 2020-06-17 11:17:55.595 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [5.766s] 2020-06-17 11:17:55.831 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [6.640s] 2020-06-17 11:17:55.918 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [6.413s] 2020-06-17 11:17:55.976 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [4.074s] 2020-06-17 11:17:56.080 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [6.604s] 2020-06-17 11:17:56.325 34 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [6.653s] 2020-06-17 11:17:56.605 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [6.376s] 2020-06-17 11:17:56.616 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [6.945s] 2020-06-17 11:17:56.811 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [6.817s] 2020-06-17 11:17:56.929 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [6.900s] 2020-06-17 11:17:57.060 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [6.863s] 2020-06-17 11:17:57.143 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [3.409s] 2020-06-17 11:17:57.452 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [7.842s] 2020-06-17 11:17:58.099 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [3.161s] 2020-06-17 11:17:58.140 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [7.866s] 2020-06-17 11:17:58.290 34 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [7.532s] 2020-06-17 11:17:58.355 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [7.795s] 2020-06-17 11:17:58.387 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [6.236s] 2020-06-17 11:17:58.750 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [7.058s] 2020-06-17 11:17:58.751 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [5.431s] 2020-06-17 11:17:58.982 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [6.939s] 2020-06-17 11:17:59.044 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [4.494s] 2020-06-17 11:17:59.186 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [8.456s] 2020-06-17 11:17:59.565 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [5.010s] 2020-06-17 11:18:00.227 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [8.902s] 2020-06-17 11:18:00.407 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [3.262s] 2020-06-17 11:18:00.547 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [4.629s] 2020-06-17 11:18:00.552 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [3.949s] 2020-06-17 11:18:00.891 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [4.914s] 2020-06-17 11:18:00.954 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [9.081s] 2020-06-17 11:18:01.021 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [5.430s] 2020-06-17 11:18:01.263 34 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [4.936s] 2020-06-17 11:18:01.367 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [3.267s] 2020-06-17 11:18:01.518 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [5.439s] 2020-06-17 11:18:01.532 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [4.914s] 2020-06-17 11:18:01.737 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [4.809s] 2020-06-17 11:18:01.916 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [5.105s] 2020-06-17 11:18:02.012 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [4.560s] 2020-06-17 11:18:02.753 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [12.250s] 2020-06-17 11:18:03.127 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [4.084s] 2020-06-17 11:18:03.339 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [2.784s] 2020-06-17 11:18:03.725 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [5.342s] 2020-06-17 11:18:03.763 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [5.015s] 2020-06-17 11:18:03.906 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [6.846s] 2020-06-17 11:18:04.040 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [5.684s] 2020-06-17 11:18:04.311 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [6.174s] 2020-06-17 11:18:04.512 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [3.962s] 2020-06-17 11:18:04.572 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [5.006s] 2020-06-17 11:18:05.001 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [3.632s] 2020-06-17 11:18:05.200 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [6.219s] 2020-06-17 11:18:05.535 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [4.506s] 2020-06-17 11:18:05.538 34 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [7.240s] 2020-06-17 11:18:06.831 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [5.311s] 2020-06-17 11:18:06.870 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [5.337s] 2020-06-17 11:18:06.907 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [3.779s] 2020-06-17 11:18:07.012 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [4.998s] 2020-06-17 11:18:07.013 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [6.121s] 2020-06-17 11:18:07.087 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [3.181s] 2020-06-17 11:18:07.106 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [6.154s] 2020-06-17 11:18:07.279 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [3.553s] 2020-06-17 11:18:07.374 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [2.372s] 2020-06-17 11:18:07.440 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [4.103s] 2020-06-17 11:18:07.489 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [4.738s] 2020-06-17 11:18:07.516 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [3.005s] 2020-06-17 11:18:07.623 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [5.885s] 2020-06-17 11:18:07.663 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [5.747s] 2020-06-17 11:18:07.851 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [4.089s] 2020-06-17 11:18:07.908 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [7.680s] 2020-06-17 11:18:08.005 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [8.821s] 2020-06-17 11:18:08.055 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [2.526s] 2020-06-17 11:18:08.331 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [3.758s] 2020-06-17 11:18:09.440 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [2.352s] 2020-06-17 11:18:09.792 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [2.884s] 2020-06-17 11:18:10.110 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [2.734s] 2020-06-17 11:18:10.253 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [6.215s] 2020-06-17 11:18:10.327 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [3.315s] 2020-06-17 11:18:10.432 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [6.118s] 2020-06-17 11:18:10.572 34 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [5.041s] 2020-06-17 11:18:10.618 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [5.417s] 2020-06-17 11:18:10.687 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [3.669s] 2020-06-17 11:18:10.688 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [3.167s] 2020-06-17 11:18:10.861 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [3.581s] 2020-06-17 11:18:11.222 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [3.779s] 2020-06-17 11:18:11.708 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [4.873s] 2020-06-17 11:18:12.214 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [5.343s] 2020-06-17 11:18:12.969 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [5.861s] 2020-06-17 11:18:13.615 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [5.990s] 2020-06-17 11:18:13.766 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [6.101s] 2020-06-17 11:18:13.896 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [4.456s] 2020-06-17 11:18:13.906 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [6.053s] 2020-06-17 11:18:14.945 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [4.259s] 2020-06-17 11:18:15.020 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [4.334s] 2020-06-17 11:18:15.422 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [4.801s] 2020-06-17 11:18:15.686 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [4.823s] 2020-06-17 11:18:15.870 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [7.863s] 2020-06-17 11:18:15.884 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [5.772s] 2020-06-17 11:18:15.887 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [6.092s] 2020-06-17 11:18:16.267 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [8.359s] 2020-06-17 11:18:16.422 34 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [5.849s] 2020-06-17 11:18:17.228 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [2.210s] 2020-06-17 11:18:17.501 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [4.531s] 2020-06-17 11:18:17.907 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [6.200s] 2020-06-17 11:18:17.914 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [2.031s] 2020-06-17 11:18:18.163 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [10.673s] 2020-06-17 11:18:18.282 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [7.851s] 2020-06-17 11:18:18.399 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [4.490s] 2020-06-17 11:18:18.639 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [2.751s] 2020-06-17 11:18:18.649 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [4.881s] 2020-06-17 11:18:18.972 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [3.550s] 2020-06-17 11:18:19.321 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [4.376s] 2020-06-17 11:18:20.472 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [2.557s] 2020-06-17 11:18:20.672 34 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [4.249s] 2020-06-17 11:18:21.289 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [4.058s] 2020-06-17 11:18:22.043 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [3.404s] 2020-06-17 11:18:22.296 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [2.976s] 2020-06-17 11:18:22.463 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [4.065s] 2020-06-17 11:18:22.635 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [4.470s] 2020-06-17 11:18:22.915 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [2.443s] 2020-06-17 11:18:23.574 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.275s] 2020-06-17 11:18:23.646 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [4.672s] 2020-06-17 11:18:24.225 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.308s] 2020-06-17 11:18:24.442 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [3.153s] 2020-06-17 11:18:24.665 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [6.382s] 2020-06-17 11:18:24.688 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [2.223s] 2020-06-17 11:18:24.924 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [9.053s] 2020-06-17 11:18:25.591 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.945s] 2020-06-17 11:18:25.761 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.536s] 2020-06-17 11:18:25.831 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [2.255s] 2020-06-17 11:18:26.436 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.605s] 2020-06-17 11:18:26.497 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.735s] 2020-06-17 11:18:26.844 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.407s] 2020-06-17 11:18:27.047 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.550s] 2020-06-17 11:18:27.703 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [2.111s] 2020-06-17 11:18:28.403 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.558s] 2020-06-17 11:18:28.736 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.686s] 2020-06-17 11:18:28.738 34 INFO opnfv-tempest [-] {3} 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-06-17 11:18:29.347 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [4.422s] 2020-06-17 11:18:29.914 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [7.278s] 2020-06-17 11:18:30.118 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.381s] 2020-06-17 11:18:30.402 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.697s] 2020-06-17 11:18:30.914 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.512s] 2020-06-17 11:18:31.391 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.476s] 2020-06-17 11:18:32.703 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.583s] 2020-06-17 11:18:32.818 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.469s] 2020-06-17 11:18:33.529 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.137s] 2020-06-17 11:18:34.642 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.111s] 2020-06-17 11:18:34.957 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.315s] 2020-06-17 11:18:35.383 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.425s] 2020-06-17 11:18:35.477 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.561s] 2020-06-17 11:18:36.848 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.371s] 2020-06-17 11:18:37.277 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.427s] 2020-06-17 11:18:37.547 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.162s] 2020-06-17 11:18:40.482 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.933s] 2020-06-17 11:18:43.334 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.851s] 2020-06-17 11:18:44.413 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.135s] 2020-06-17 11:18:45.416 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.082s] 2020-06-17 11:18:45.870 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.456s] 2020-06-17 11:18:46.609 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.190s] 2020-06-17 11:18:48.357 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.747s] 2020-06-17 11:18:50.691 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.334s] 2020-06-17 11:18:51.467 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.776s] 2020-06-17 11:18:52.758 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [6.888s] 2020-06-17 11:18:53.182 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.423s] 2020-06-17 11:18:55.277 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.094s] 2020-06-17 11:19:01.779 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [6.502s] 2020-06-17 11:19:02.775 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.994s] 2020-06-17 11:19:06.389 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.613s] 2020-06-17 11:19:10.781 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.390s] 2020-06-17 11:19:12.214 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.433s] 2020-06-17 11:19:16.457 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.241s] 2020-06-17 11:19:25.119 34 INFO rally.task.context [-] Verification 35eb11a9-ffac-4a14-8470-e3daa372a1b0 | Context testr@default cleanup() started 2020-06-17 11:19:25.120 34 INFO rally.task.context [-] Verification 35eb11a9-ffac-4a14-8470-e3daa372a1b0 | Context testr@default cleanup() finished in 0.70 msec 2020-06-17 11:19:25.120 34 INFO rally.task.context [-] Verification 35eb11a9-ffac-4a14-8470-e3daa372a1b0 | Context tempest@default cleanup() started 2020-06-17 11:19:25.302 34 INFO rally.task.context [-] Verification 35eb11a9-ffac-4a14-8470-e3daa372a1b0 | Context tempest@default cleanup() finished in 0.18 sec 2020-06-17 11:19:25.328 34 INFO rally.api [-] Verification (UUID=999a0390-2d9f-4c59-8e69-7d382a51b1fa) has been successfully finished for deployment 'opnfv-rally' (UUID=c523f962-9d67-46d7-ada5-23ff5d921433)! 2020-06-17 11:19:27.058 127 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:19:27.058 127 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:19:27.058 127 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:19:28.684 129 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:19:28.684 129 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:19:28.684 129 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:19:30.950 129 INFO rally.api [-] Building 'html' report for the following verification(s): '999a0390-2d9f-4c59-8e69-7d382a51b1fa' 2020-06-17 11:19:30.991 129 INFO rally.api [-] The report has been successfully built. 2020-06-17 11:19:32.604 131 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:19:32.605 131 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:19:32.605 131 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:19:35.056 131 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '999a0390-2d9f-4c59-8e69-7d382a51b1fa' 2020-06-17 11:19:35.066 131 INFO rally.api [-] The report has been successfully built.