2020-06-06 08:53:30.050 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:53:30.050 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:53:30.050 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:53:32.420 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-06 08:53:32.420 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:53:32.420 7 ERROR rally.cli.cliutils 2020-06-06 08:53:34.322 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:53:34.323 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:53:34.323 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:53:39.037 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:53:39.037 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:53:39.037 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:53:44.218 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:53:44.219 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:53:44.219 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:53:45.729 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:53:45.729 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:53:45.729 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:53:47.856 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-06 08:53:47.856 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:53:47.856 17 ERROR rally.cli.cliutils 2020-06-06 08:53:49.582 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:53:49.582 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:53:49.582 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:53:52.083 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:53:52.331 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-986bd6ad-e7f1-4e23-b707-89fc36f28d31/repo. 2020-06-06 08:53:52.587 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-986bd6ad-e7f1-4e23-b707-89fc36f28d31/repo'... done. ' 2020-06-06 08:53:52.600 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:53:52.640 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:53:52.719 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:53:53.621 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=986bd6ad-e7f1-4e23-b707-89fc36f28d31) has been successfully created! 2020-06-06 08:53:55.537 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:53:55.538 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:53:55.538 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:54:00.479 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:54:00.480 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:54:00.480 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:54:02.768 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=986bd6ad-e7f1-4e23-b707-89fc36f28d31) for deployment 'opnfv-rally' (UUID=0c0a3878-7f66-4e21-9fc5-e130f2bc6b03). 2020-06-06 08:54:04.491 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=986bd6ad-e7f1-4e23-b707-89fc36f28d31) has been successfully configured for deployment 'opnfv-rally' (UUID=0c0a3878-7f66-4e21-9fc5-e130f2bc6b03)! 2020-06-06 08:54:14.707 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:54:14.707 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:54:14.708 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:54:17.194 34 INFO rally.api [-] Starting verification (UUID=a573fe52-d59d-4a22-a4e7-963286ec3b8d) for deployment 'opnfv-rally' (UUID=0c0a3878-7f66-4e21-9fc5-e130f2bc6b03) by verifier 'opnfv-tempest' (UUID=986bd6ad-e7f1-4e23-b707-89fc36f28d31). 2020-06-06 08:54:17.897 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:54:17.897 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-986bd6ad-e7f1-4e23-b707-89fc36f28d31/for-deployment-0c0a3878-7f66-4e21-9fc5-e130f2bc6b03/tempest.log' to option 'log_file'. 2020-06-06 08:54:17.898 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-986bd6ad-e7f1-4e23-b707-89fc36f28d31/for-deployment-0c0a3878-7f66-4e21-9fc5-e130f2bc6b03/tempest.log 2020-06-06 08:54:17.898 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:54:17.898 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-986bd6ad-e7f1-4e23-b707-89fc36f28d31/for-deployment-0c0a3878-7f66-4e21-9fc5-e130f2bc6b03/lock_files' to option 'lock_path'. 2020-06-06 08:54:17.898 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-986bd6ad-e7f1-4e23-b707-89fc36f28d31/for-deployment-0c0a3878-7f66-4e21-9fc5-e130f2bc6b03/lock_files 2020-06-06 08:54:17.899 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-06 08:54:17.899 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-06 08:54:17.899 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = aa4b4ecd-df8a-46d8-bcf3-6bb3768da639 2020-06-06 08:54:17.900 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7b83a42d-ce31-4c22-85de-73fabb809c8d 2020-06-06 08:54:17.900 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2b2c20d2-69d7-4348-8642-eaaf7e7548c0 2020-06-06 08:54:17.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7b3e5abd-678d-479f-b10c-df171da870b0 2020-06-06 08:54:18.155 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:54:18.156 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_8bfa1aa7-655c-41b4-9689-db3a6c01c21e 2020-06-06 08:54:18.156 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:54:18.253 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:54:18.502 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8914d0b8_htnBPvtd'. Using flavor 'rally_verify_8914d0b8_htnBPvtd' (ID = a9395e2d-79a3-4521-a605-36ddbda1e2b5) for the tests. 2020-06-06 08:54:18.503 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a9395e2d-79a3-4521-a605-36ddbda1e2b5' to option 'instance_type'. 2020-06-06 08:54:18.503 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a9395e2d-79a3-4521-a605-36ddbda1e2b5 2020-06-06 08:54:18.505 34 INFO rally.task.context [-] Verification 986bd6ad-e7f1-4e23-b707-89fc36f28d31 | Context tempest@default setup() finished in 1.08 sec 2020-06-06 08:54:18.506 34 INFO rally.task.context [-] Verification 986bd6ad-e7f1-4e23-b707-89fc36f28d31 | Context testr@default setup() finished in 0.40 msec 2020-06-06 08:54:18.506 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/6407ca01-a5de-4181-80b1-eed2b91ed5df'. 2020-06-06 08:54:23.638 34 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-06-06 08:54:24.487 34 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-06-06 08:54:43.986 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [6.662s] 2020-06-06 08:54:44.061 34 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [6.635s] 2020-06-06 08:54:44.430 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [7.916s] 2020-06-06 08:54:46.429 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [7.487s] 2020-06-06 08:54:46.658 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [7.998s] 2020-06-06 08:54:47.333 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [7.535s] 2020-06-06 08:54:48.057 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [9.328s] 2020-06-06 08:54:48.120 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [7.924s] 2020-06-06 08:54:48.453 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [4.469s] 2020-06-06 08:54:48.514 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [9.535s] 2020-06-06 08:54:48.574 34 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [8.783s] 2020-06-06 08:54:48.604 34 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [9.132s] 2020-06-06 08:54:48.728 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [7.735s] 2020-06-06 08:54:48.764 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [9.856s] 2020-06-06 08:54:49.083 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [9.826s] 2020-06-06 08:54:49.180 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [8.783s] 2020-06-06 08:54:49.574 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [8.551s] 2020-06-06 08:54:49.851 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [11.326s] 2020-06-06 08:54:50.409 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [9.356s] 2020-06-06 08:54:50.430 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [9.098s] 2020-06-06 08:54:50.611 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [6.183s] 2020-06-06 08:54:50.756 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [9.636s] 2020-06-06 08:54:50.901 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [7.543s] 2020-06-06 08:54:50.970 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [8.966s] 2020-06-06 08:54:50.980 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [7.842s] 2020-06-06 08:54:51.076 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [9.829s] 2020-06-06 08:54:51.195 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [3.863s] 2020-06-06 08:54:51.361 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [8.972s] 2020-06-06 08:54:51.489 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [3.370s] 2020-06-06 08:54:51.619 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [4.962s] 2020-06-06 08:54:52.274 34 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [3.819s] 2020-06-06 08:54:53.130 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [6.703s] 2020-06-06 08:54:53.199 34 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [4.627s] 2020-06-06 08:54:53.322 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [5.265s] 2020-06-06 08:54:53.715 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [4.633s] 2020-06-06 08:54:53.813 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [3.201s] 2020-06-06 08:54:53.953 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [5.227s] 2020-06-06 08:54:54.284 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [5.519s] 2020-06-06 08:54:54.304 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [5.791s] 2020-06-06 08:54:54.526 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [10.414s] 2020-06-06 08:54:54.728 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [13.403s] 2020-06-06 08:54:54.893 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [5.713s] 2020-06-06 08:54:55.313 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [4.118s] 2020-06-06 08:54:55.365 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [11.169s] 2020-06-06 08:54:55.421 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [4.441s] 2020-06-06 08:54:55.537 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [5.109s] 2020-06-06 08:54:55.653 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [4.163s] 2020-06-06 08:54:55.726 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [4.822s] 2020-06-06 08:54:55.727 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [4.648s] 2020-06-06 08:54:56.121 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [6.543s] 2020-06-06 08:54:56.333 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [4.712s] 2020-06-06 08:54:56.533 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [5.777s] 2020-06-06 08:54:56.615 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [3.486s] 2020-06-06 08:54:56.742 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [6.336s] 2020-06-06 08:54:57.215 34 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [6.244s] 2020-06-06 08:54:58.183 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [6.822s] 2020-06-06 08:54:59.184 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [5.229s] 2020-06-06 08:54:59.518 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [9.664s] 2020-06-06 08:54:59.587 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [4.272s] 2020-06-06 08:54:59.923 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [6.205s] 2020-06-06 08:55:00.348 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [7.023s] 2020-06-06 08:55:00.488 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [5.761s] 2020-06-06 08:55:00.509 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [3.892s] 2020-06-06 08:55:00.779 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [6.964s] 2020-06-06 08:55:01.217 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [6.322s] 2020-06-06 08:55:01.342 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [4.995s] 2020-06-06 08:55:01.897 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [6.172s] 2020-06-06 08:55:02.199 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [6.475s] 2020-06-06 08:55:02.471 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [8.167s] 2020-06-06 08:55:02.515 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [7.152s] 2020-06-06 08:55:02.795 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [7.256s] 2020-06-06 08:55:03.056 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [7.634s] 2020-06-06 08:55:03.199 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [7.544s] 2020-06-06 08:55:03.601 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [9.076s] 2020-06-06 08:55:03.650 34 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [9.365s] 2020-06-06 08:55:03.967 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [7.432s] 2020-06-06 08:55:04.028 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [7.909s] 2020-06-06 08:55:04.489 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [4.902s] 2020-06-06 08:55:04.910 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [5.724s] 2020-06-06 08:55:05.311 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [8.567s] 2020-06-06 08:55:05.411 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [7.227s] 2020-06-06 08:55:05.704 34 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [5.194s] 2020-06-06 08:55:06.162 34 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [6.240s] 2020-06-06 08:55:06.997 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [5.668s] 2020-06-06 08:55:07.159 34 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [6.380s] 2020-06-06 08:55:07.751 34 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [7.405s] 2020-06-06 08:55:07.958 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [6.060s] 2020-06-06 08:55:08.065 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [8.544s] 2020-06-06 08:55:08.146 34 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [5.946s] 2020-06-06 08:55:08.155 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [5.100s] 2020-06-06 08:55:08.501 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [7.284s] 2020-06-06 08:55:08.752 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [4.261s] 2020-06-06 08:55:09.190 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [4.276s] 2020-06-06 08:55:09.698 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [6.902s] 2020-06-06 08:55:09.833 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [7.316s] 2020-06-06 08:55:09.928 34 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [7.456s] 2020-06-06 08:55:10.295 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [7.095s] 2020-06-06 08:55:12.020 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [7.991s] 2020-06-06 08:55:12.940 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [8.955s] 2020-06-06 08:55:13.298 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [6.301s] 2020-06-06 08:55:13.352 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [7.939s] 2020-06-06 08:55:13.480 34 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [5.521s] 2020-06-06 08:55:13.595 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [4.404s] 2020-06-06 08:55:13.599 34 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [8.283s] 2020-06-06 08:55:14.800 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [4.503s] 2020-06-06 08:55:14.811 34 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [11.205s] 2020-06-06 08:55:15.280 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [7.122s] 2020-06-06 08:55:15.373 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [14.872s] 2020-06-06 08:55:16.010 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [7.257s] 2020-06-06 08:55:16.223 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [7.720s] 2020-06-06 08:55:16.314 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [8.249s] 2020-06-06 08:55:16.944 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [7.246s] 2020-06-06 08:55:17.228 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [7.394s] 2020-06-06 08:55:17.320 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [3.725s] 2020-06-06 08:55:18.108 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [4.807s] 2020-06-06 08:55:18.905 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [2.893s] 2020-06-06 08:55:18.924 34 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [6.000s] 2020-06-06 08:55:18.964 34 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [6.942s] 2020-06-06 08:55:20.277 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [4.989s] 2020-06-06 08:55:20.306 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [4.930s] 2020-06-06 08:55:20.992 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [6.192s] 2020-06-06 08:55:21.046 34 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [2.939s] 2020-06-06 08:55:21.487 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [2.583s] 2020-06-06 08:55:21.821 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [4.500s] 2020-06-06 08:55:22.010 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [5.064s] 2020-06-06 08:55:22.636 34 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [6.322s] 2020-06-06 08:55:22.963 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [2.694s] 2020-06-06 08:55:23.040 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [2.047s] 2020-06-06 08:55:23.279 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.790s] 2020-06-06 08:55:23.971 34 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [2.149s] 2020-06-06 08:55:24.440 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [7.211s] 2020-06-06 08:55:24.575 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.535s] 2020-06-06 08:55:24.677 34 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [2.664s] 2020-06-06 08:55:25.262 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.981s] 2020-06-06 08:55:25.412 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [2.446s] 2020-06-06 08:55:26.684 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.421s] 2020-06-06 08:55:26.939 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [2.363s] 2020-06-06 08:55:27.567 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [7.263s] 2020-06-06 08:55:27.902 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.217s] 2020-06-06 08:55:27.982 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [1.043s] 2020-06-06 08:55:28.259 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.847s] 2020-06-06 08:55:28.850 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.947s] 2020-06-06 08:55:28.937 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.952s] 2020-06-06 08:55:29.040 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.779s] 2020-06-06 08:55:29.864 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.822s] 2020-06-06 08:55:30.240 34 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [5.799s] 2020-06-06 08:55:30.296 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.445s] 2020-06-06 08:55:30.297 34 INFO opnfv-tempest [-] {10} 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-06 08:55:30.371 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.435s] 2020-06-06 08:55:32.089 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.789s] 2020-06-06 08:55:32.459 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.595s] 2020-06-06 08:55:34.160 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.700s] 2020-06-06 08:55:34.182 34 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.092s] 2020-06-06 08:55:34.913 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.752s] 2020-06-06 08:55:34.961 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [7.392s] 2020-06-06 08:55:35.888 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.972s] 2020-06-06 08:55:36.387 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.426s] 2020-06-06 08:55:36.957 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.570s] 2020-06-06 08:55:39.690 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [3.801s] 2020-06-06 08:55:43.314 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [3.622s] 2020-06-06 08:55:44.419 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.459s] 2020-06-06 08:55:46.296 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.877s] 2020-06-06 08:55:46.970 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.656s] 2020-06-06 08:55:49.157 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.185s] 2020-06-06 08:55:52.559 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [3.402s] 2020-06-06 08:55:52.818 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [6.521s] 2020-06-06 08:55:53.561 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.741s] 2020-06-06 08:55:54.922 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.363s] 2020-06-06 08:55:55.430 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.870s] 2020-06-06 08:55:57.122 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.198s] 2020-06-06 08:55:57.824 34 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.701s] 2020-06-06 08:56:02.839 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [7.407s] 2020-06-06 08:56:03.692 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.851s] 2020-06-06 08:56:09.300 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [5.607s] 2020-06-06 08:56:13.266 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.964s] 2020-06-06 08:56:15.537 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [2.270s] 2020-06-06 08:56:19.737 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.200s] 2020-06-06 08:56:31.946 34 INFO rally.task.context [-] Verification 986bd6ad-e7f1-4e23-b707-89fc36f28d31 | Context testr@default cleanup() started 2020-06-06 08:56:31.947 34 INFO rally.task.context [-] Verification 986bd6ad-e7f1-4e23-b707-89fc36f28d31 | Context testr@default cleanup() finished in 0.78 msec 2020-06-06 08:56:31.947 34 INFO rally.task.context [-] Verification 986bd6ad-e7f1-4e23-b707-89fc36f28d31 | Context tempest@default cleanup() started 2020-06-06 08:56:32.104 34 INFO rally.task.context [-] Verification 986bd6ad-e7f1-4e23-b707-89fc36f28d31 | Context tempest@default cleanup() finished in 0.16 sec 2020-06-06 08:56:32.153 34 INFO rally.api [-] Verification (UUID=a573fe52-d59d-4a22-a4e7-963286ec3b8d) has been successfully finished for deployment 'opnfv-rally' (UUID=0c0a3878-7f66-4e21-9fc5-e130f2bc6b03)! 2020-06-06 08:56:34.133 127 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:56:34.134 127 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:56:34.134 127 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:56:35.987 129 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:56:35.988 129 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:56:35.988 129 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:56:38.383 129 INFO rally.api [-] Building 'html' report for the following verification(s): 'a573fe52-d59d-4a22-a4e7-963286ec3b8d' 2020-06-06 08:56:38.416 129 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:56:40.133 131 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:56:40.133 131 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:56:40.133 131 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:56:42.333 131 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a573fe52-d59d-4a22-a4e7-963286ec3b8d' 2020-06-06 08:56:42.342 131 INFO rally.api [-] The report has been successfully built.