2020-06-04 19:12:07.283 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:12:07.283 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:12:07.283 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:12:09.602 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-04 19:12:09.602 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 19:12:09.602 7 ERROR rally.cli.cliutils 2020-06-04 19:12:11.432 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:12:11.432 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:12:11.433 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:12:16.169 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:12:16.169 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:12:16.169 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:12:20.751 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:12:20.752 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:12:20.752 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:12:22.346 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:12:22.347 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:12:22.347 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:12:24.538 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-04 19:12:24.538 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 19:12:24.538 17 ERROR rally.cli.cliutils 2020-06-04 19:12:26.207 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:12:26.208 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:12:26.208 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:12:28.251 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 19:12:28.326 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d02ff99a-7354-4626-b245-74927f9c2cc8/repo. 2020-06-04 19:12:28.542 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d02ff99a-7354-4626-b245-74927f9c2cc8/repo'... done. ' 2020-06-04 19:12:28.558 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 19:12:28.579 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 19:12:28.626 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 19:12:29.331 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d02ff99a-7354-4626-b245-74927f9c2cc8) has been successfully created! 2020-06-04 19:12:31.434 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:12:31.435 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:12:31.435 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:12:36.213 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:12:36.214 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:12:36.214 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:12:38.625 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d02ff99a-7354-4626-b245-74927f9c2cc8) for deployment 'opnfv-rally' (UUID=978cd862-722b-4159-bd54-bf58521500a8). 2020-06-04 19:12:39.089 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d02ff99a-7354-4626-b245-74927f9c2cc8) has been successfully configured for deployment 'opnfv-rally' (UUID=978cd862-722b-4159-bd54-bf58521500a8)! 2020-06-04 19:12:49.505 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:12:49.505 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:12:49.505 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:12:51.943 34 INFO rally.api [-] Starting verification (UUID=580c586b-b22a-437e-9674-9e9687a06d72) for deployment 'opnfv-rally' (UUID=978cd862-722b-4159-bd54-bf58521500a8) by verifier 'opnfv-tempest' (UUID=d02ff99a-7354-4626-b245-74927f9c2cc8). 2020-06-04 19:12:52.692 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 19:12:52.693 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d02ff99a-7354-4626-b245-74927f9c2cc8/for-deployment-978cd862-722b-4159-bd54-bf58521500a8/tempest.log' to option 'log_file'. 2020-06-04 19:12:52.693 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d02ff99a-7354-4626-b245-74927f9c2cc8/for-deployment-978cd862-722b-4159-bd54-bf58521500a8/tempest.log 2020-06-04 19:12:52.694 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 19:12:52.694 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d02ff99a-7354-4626-b245-74927f9c2cc8/for-deployment-978cd862-722b-4159-bd54-bf58521500a8/lock_files' to option 'lock_path'. 2020-06-04 19:12:52.694 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d02ff99a-7354-4626-b245-74927f9c2cc8/for-deployment-978cd862-722b-4159-bd54-bf58521500a8/lock_files 2020-06-04 19:12:52.695 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-04 19:12:52.695 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-04 19:12:52.695 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 643d6acf-9886-487a-8432-5eb0b2dce0a8 2020-06-04 19:12:52.696 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b2ddb991-66b7-4cf0-9ab1-b5e3d43940a6 2020-06-04 19:12:52.696 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b0aa6ce6-2129-488f-8dc7-425327339395 2020-06-04 19:12:52.697 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2a928b22-f275-49ea-8cd3-3d142c691b17 2020-06-04 19:12:52.955 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 19:12:52.955 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_b607f937-0da8-4b49-a99e-2b1c973d05d3 2020-06-04 19:12:52.956 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 19:12:53.060 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 19:12:53.220 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 19:12:53.221 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_580c586b_qpWnCQgP' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 19:12:53.425 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_580c586b_qpWnCQgP' (ID = 5347a4f7-9a42-4204-9da3-fedc98f34a5f) has been successfully created! 2020-06-04 19:12:53.425 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '5347a4f7-9a42-4204-9da3-fedc98f34a5f' to option 'instance_type'. 2020-06-04 19:12:53.426 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 5347a4f7-9a42-4204-9da3-fedc98f34a5f 2020-06-04 19:12:53.427 34 INFO rally.task.context [-] Verification d02ff99a-7354-4626-b245-74927f9c2cc8 | Context tempest@default setup() finished in 1.24 sec 2020-06-04 19:12:53.428 34 INFO rally.task.context [-] Verification d02ff99a-7354-4626-b245-74927f9c2cc8 | Context testr@default setup() finished in 0.52 msec 2020-06-04 19:12:53.429 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/14600722-f131-44a1-a821-c9577659f288'. 2020-06-04 19:12:58.282 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-06-04 19:12:58.533 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-06-04 19:13:16.014 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [7.470s] 2020-06-04 19:13:18.703 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [6.399s] 2020-06-04 19:13:18.814 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [6.805s] 2020-06-04 19:13:18.904 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [5.539s] 2020-06-04 19:13:19.283 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [6.791s] 2020-06-04 19:13:19.664 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [5.538s] 2020-06-04 19:13:19.861 34 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [5.201s] 2020-06-04 19:13:19.869 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [5.871s] 2020-06-04 19:13:20.158 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [4.146s] 2020-06-04 19:13:20.332 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [5.320s] 2020-06-04 19:13:20.563 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [7.530s] 2020-06-04 19:13:20.691 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [7.092s] 2020-06-04 19:13:20.794 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [8.011s] 2020-06-04 19:13:20.993 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [7.181s] 2020-06-04 19:13:21.038 34 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [7.340s] 2020-06-04 19:13:21.065 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [7.131s] 2020-06-04 19:13:21.107 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [7.131s] 2020-06-04 19:13:21.305 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [6.796s] 2020-06-04 19:13:22.455 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [7.565s] 2020-06-04 19:13:22.649 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [7.838s] 2020-06-04 19:13:22.661 34 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [7.795s] 2020-06-04 19:13:22.700 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [7.905s] 2020-06-04 19:13:22.770 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [3.867s] 2020-06-04 19:13:23.320 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [4.617s] 2020-06-04 19:13:23.562 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [6.514s] 2020-06-04 19:13:23.642 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [4.829s] 2020-06-04 19:13:23.949 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [7.939s] 2020-06-04 19:13:24.318 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [8.467s] 2020-06-04 19:13:24.342 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [4.680s] 2020-06-04 19:13:24.960 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [4.627s] 2020-06-04 19:13:25.505 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [5.635s] 2020-06-04 19:13:25.687 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [6.405s] 2020-06-04 19:13:26.049 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [10.461s] 2020-06-04 19:13:26.260 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [4.956s] 2020-06-04 19:13:26.442 34 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [5.405s] 2020-06-04 19:13:26.587 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [6.025s] 2020-06-04 19:13:26.603 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [3.832s] 2020-06-04 19:13:26.694 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [5.702s] 2020-06-04 19:13:26.733 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [5.941s] 2020-06-04 19:13:26.819 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [10.212s] 2020-06-04 19:13:26.846 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [10.762s] 2020-06-04 19:13:26.876 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [1.916s] 2020-06-04 19:13:26.965 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [3.405s] 2020-06-04 19:13:26.974 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [4.324s] 2020-06-04 19:13:27.092 34 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [4.431s] 2020-06-04 19:13:27.139 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [6.035s] 2020-06-04 19:13:27.706 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [5.250s] 2020-06-04 19:13:27.770 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [3.819s] 2020-06-04 19:13:27.872 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [1.611s] 2020-06-04 19:13:28.018 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [4.375s] 2020-06-04 19:13:28.047 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [3.705s] 2020-06-04 19:13:28.600 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [5.279s] 2020-06-04 19:13:28.739 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [6.039s] 2020-06-04 19:13:28.882 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [3.376s] 2020-06-04 19:13:28.894 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [7.830s] 2020-06-04 19:13:29.081 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [4.763s] 2020-06-04 19:13:29.478 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [3.788s] 2020-06-04 19:13:29.551 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [15.512s] 2020-06-04 19:13:31.666 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [3.617s] 2020-06-04 19:13:31.688 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [4.548s] 2020-06-04 19:13:31.768 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.173s] 2020-06-04 19:13:31.800 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [5.196s] 2020-06-04 19:13:32.113 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [6.063s] 2020-06-04 19:13:32.197 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [4.174s] 2020-06-04 19:13:32.662 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [5.697s] 2020-06-04 19:13:32.736 34 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [6.292s] 2020-06-04 19:13:32.841 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [5.074s] 2020-06-04 19:13:32.848 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [4.248s] 2020-06-04 19:13:32.879 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [4.139s] 2020-06-04 19:13:33.049 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [6.233s] 2020-06-04 19:13:33.357 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [3.878s] 2020-06-04 19:13:33.467 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [4.384s] 2020-06-04 19:13:33.476 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [6.632s] 2020-06-04 19:13:33.513 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [5.806s] 2020-06-04 19:13:33.557 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [6.578s] 2020-06-04 19:13:33.585 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [6.852s] 2020-06-04 19:13:33.638 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [5.764s] 2020-06-04 19:13:33.642 34 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [6.546s] 2020-06-04 19:13:33.786 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [2.094s] 2020-06-04 19:13:33.787 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [1.590s] 2020-06-04 19:13:33.898 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [5.012s] 2020-06-04 19:13:34.105 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [4.555s] 2020-06-04 19:13:34.683 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [5.785s] 2020-06-04 19:13:34.967 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [2.087s] 2020-06-04 19:13:35.175 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [3.507s] 2020-06-04 19:13:35.794 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [4.022s] 2020-06-04 19:13:35.935 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [3.085s] 2020-06-04 19:13:36.156 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [3.312s] 2020-06-04 19:13:36.883 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [4.219s] 2020-06-04 19:13:37.002 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [3.218s] 2020-06-04 19:13:37.154 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [5.352s] 2020-06-04 19:13:38.656 34 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [5.920s] 2020-06-04 19:13:38.721 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [5.168s] 2020-06-04 19:13:38.887 34 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [5.241s] 2020-06-04 19:13:38.893 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [5.416s] 2020-06-04 19:13:38.898 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [5.305s] 2020-06-04 19:13:38.905 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [3.731s] 2020-06-04 19:13:38.942 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [5.159s] 2020-06-04 19:13:38.993 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [4.024s] 2020-06-04 19:13:39.116 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [6.999s] 2020-06-04 19:13:40.011 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [6.374s] 2020-06-04 19:13:40.540 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [3.537s] 2020-06-04 19:13:40.562 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [5.880s] 2020-06-04 19:13:41.417 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [7.939s] 2020-06-04 19:13:41.519 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [5.734s] 2020-06-04 19:13:41.550 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [4.394s] 2020-06-04 19:13:41.816 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [4.931s] 2020-06-04 19:13:41.918 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [5.759s] 2020-06-04 19:13:41.996 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [8.944s] 2020-06-04 19:13:42.433 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [6.496s] 2020-06-04 19:13:42.836 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [8.730s] 2020-06-04 19:13:43.553 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [4.609s] 2020-06-04 19:13:44.310 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [5.404s] 2020-06-04 19:13:46.049 34 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [7.162s] 2020-06-04 19:13:46.050 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [5.504s] 2020-06-04 19:13:46.237 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [7.120s] 2020-06-04 19:13:46.386 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [5.823s] 2020-06-04 19:13:46.696 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [2.386s] 2020-06-04 19:13:46.916 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [4.996s] 2020-06-04 19:13:47.055 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [4.218s] 2020-06-04 19:13:47.327 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [5.777s] 2020-06-04 19:13:47.644 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [5.211s] 2020-06-04 19:13:48.163 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [4.609s] 2020-06-04 19:13:48.309 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [6.891s] 2020-06-04 19:13:48.706 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [2.006s] 2020-06-04 19:13:49.221 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [3.177s] 2020-06-04 19:13:49.227 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.900s] 2020-06-04 19:13:50.142 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [3.228s] 2020-06-04 19:13:50.292 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [2.130s] 2020-06-04 19:13:50.381 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [2.736s] 2020-06-04 19:13:50.557 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.851s] 2020-06-04 19:13:50.947 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.719s] 2020-06-04 19:13:51.697 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [5.459s] 2020-06-04 19:13:52.385 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.825s] 2020-06-04 19:13:53.018 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [2.071s] 2020-06-04 19:13:53.092 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.707s] 2020-06-04 19:13:53.406 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.386s] 2020-06-04 19:13:53.550 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [5.239s] 2020-06-04 19:13:54.174 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.767s] 2020-06-04 19:13:54.683 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.592s] 2020-06-04 19:13:55.043 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.357s] 2020-06-04 19:13:56.861 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [6.478s] 2020-06-04 19:13:56.863 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [2.688s] 2020-06-04 19:13:57.241 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.379s] 2020-06-04 19:13:57.619 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.377s] 2020-06-04 19:13:57.620 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [10.559s] 2020-06-04 19:13:58.079 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [3.034s] 2020-06-04 19:13:58.080 34 INFO opnfv-tempest [-] {16} 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-04 19:13:59.106 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [5.556s] 2020-06-04 19:13:59.258 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.638s] 2020-06-04 19:14:00.953 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [2.874s] 2020-06-04 19:14:01.121 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.863s] 2020-06-04 19:14:02.203 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.585s] 2020-06-04 19:14:02.632 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [1.511s] 2020-06-04 19:14:02.932 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.298s] 2020-06-04 19:14:03.238 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.036s] 2020-06-04 19:14:03.654 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.415s] 2020-06-04 19:14:04.076 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [3.121s] 2020-06-04 19:14:04.672 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.738s] 2020-06-04 19:14:07.604 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.929s] 2020-06-04 19:14:10.390 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.786s] 2020-06-04 19:14:12.436 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.046s] 2020-06-04 19:14:12.754 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [9.098s] 2020-06-04 19:14:13.827 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.390s] 2020-06-04 19:14:14.154 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.399s] 2020-06-04 19:14:18.908 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [5.077s] 2020-06-04 19:14:22.052 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [7.897s] 2020-06-04 19:14:22.566 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.513s] 2020-06-04 19:14:22.635 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [3.727s] 2020-06-04 19:14:23.412 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.778s] 2020-06-04 19:14:24.105 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.537s] 2020-06-04 19:14:36.759 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [12.654s] 2020-06-04 19:14:37.597 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.836s] 2020-06-04 19:14:41.435 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.837s] 2020-06-04 19:14:46.654 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [5.219s] 2020-06-04 19:14:47.693 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.038s] 2020-06-04 19:14:51.198 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.504s] 2020-06-04 19:15:00.388 34 INFO rally.task.context [-] Verification d02ff99a-7354-4626-b245-74927f9c2cc8 | Context testr@default cleanup() started 2020-06-04 19:15:00.391 34 INFO rally.task.context [-] Verification d02ff99a-7354-4626-b245-74927f9c2cc8 | Context testr@default cleanup() finished in 2.10 msec 2020-06-04 19:15:00.391 34 INFO rally.task.context [-] Verification d02ff99a-7354-4626-b245-74927f9c2cc8 | Context tempest@default cleanup() started 2020-06-04 19:15:00.560 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_580c586b_qpWnCQgP'. 2020-06-04 19:15:00.712 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_580c586b_qpWnCQgP' has been deleted. 2020-06-04 19:15:00.713 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '5347a4f7-9a42-4204-9da3-fedc98f34a5f' of option 'instance_type' from Tempest config file. 2020-06-04 19:15:00.713 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '5347a4f7-9a42-4204-9da3-fedc98f34a5f' has been removed. 2020-06-04 19:15:00.720 34 INFO rally.task.context [-] Verification d02ff99a-7354-4626-b245-74927f9c2cc8 | Context tempest@default cleanup() finished in 0.33 sec 2020-06-04 19:15:00.746 34 INFO rally.api [-] Verification (UUID=580c586b-b22a-437e-9674-9e9687a06d72) has been successfully finished for deployment 'opnfv-rally' (UUID=978cd862-722b-4159-bd54-bf58521500a8)! 2020-06-04 19:15:02.635 127 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:15:02.635 127 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:15:02.635 127 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:15:04.353 129 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:15:04.353 129 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:15:04.353 129 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:15:06.627 129 INFO rally.api [-] Building 'html' report for the following verification(s): '580c586b-b22a-437e-9674-9e9687a06d72' 2020-06-04 19:15:06.784 129 INFO rally.api [-] The report has been successfully built. 2020-06-04 19:15:08.683 131 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:15:08.683 131 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:15:08.683 131 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:15:11.076 131 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '580c586b-b22a-437e-9674-9e9687a06d72' 2020-06-04 19:15:11.087 131 INFO rally.api [-] The report has been successfully built.