2020-07-15 00:20:35.663 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:20:35.664 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:20:35.664 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:20:37.831 6 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-07-15 00:20:37.831 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-15 00:20:37.831 6 ERROR rally.cli.cliutils 2020-07-15 00:20:39.305 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:20:39.306 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:20:39.306 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:20:43.086 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:20:43.086 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:20:43.086 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:20:47.413 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:20:47.413 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:20:47.413 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:20:48.744 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:20:48.745 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:20:48.745 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:20:50.868 15 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-07-15 00:20:50.868 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils force=force) 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-15 00:20:50.868 15 ERROR rally.cli.cliutils 2020-07-15 00:20:52.492 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:20:52.492 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:20:52.492 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:20:54.366 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-15 00:20:54.452 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-14104943-d529-4d08-8687-40a15b032e38/repo. 2020-07-15 00:20:54.795 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-14104943-d529-4d08-8687-40a15b032e38/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-15 00:20:54.809 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-15 00:20:54.817 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-15 00:20:54.840 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-15 00:20:54.912 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-15 00:20:55.501 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=14104943-d529-4d08-8687-40a15b032e38) has been successfully created! 2020-07-15 00:20:57.071 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:20:57.071 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:20:57.071 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:21:01.131 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:21:01.132 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:21:01.132 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:21:03.013 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=14104943-d529-4d08-8687-40a15b032e38) for deployment 'opnfv-rally' (UUID=25ced868-1462-4932-8ef6-c291c12192be). 2020-07-15 00:21:03.405 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=14104943-d529-4d08-8687-40a15b032e38) has been successfully configured for deployment 'opnfv-rally' (UUID=25ced868-1462-4932-8ef6-c291c12192be)! 2020-07-15 00:21:12.018 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:21:12.019 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:21:12.019 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:21:14.089 32 INFO rally.api [-] Starting verification (UUID=1363ea94-a7c9-40f8-bb55-d14bd040e1a5) for deployment 'opnfv-rally' (UUID=25ced868-1462-4932-8ef6-c291c12192be) by verifier 'opnfv-tempest' (UUID=14104943-d529-4d08-8687-40a15b032e38). 2020-07-15 00:21:14.746 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-15 00:21:14.746 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-14104943-d529-4d08-8687-40a15b032e38/for-deployment-25ced868-1462-4932-8ef6-c291c12192be/tempest.log' to option 'log_file'. 2020-07-15 00:21:14.746 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-14104943-d529-4d08-8687-40a15b032e38/for-deployment-25ced868-1462-4932-8ef6-c291c12192be/tempest.log 2020-07-15 00:21:14.747 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-15 00:21:14.747 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-14104943-d529-4d08-8687-40a15b032e38/for-deployment-25ced868-1462-4932-8ef6-c291c12192be/lock_files' to option 'lock_path'. 2020-07-15 00:21:14.747 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-14104943-d529-4d08-8687-40a15b032e38/for-deployment-25ced868-1462-4932-8ef6-c291c12192be/lock_files 2020-07-15 00:21:14.747 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-15 00:21:14.748 32 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-07-15 00:21:14.748 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e42f9c34-f30a-4c1c-a731-e4dbec10492b 2020-07-15 00:21:14.748 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3f908304-8970-4bd1-bdbc-955405964bb4 2020-07-15 00:21:14.749 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3a707c6f-e6f9-4372-bc1c-50a49906c534 2020-07-15 00:21:14.750 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 20299568-7195-42da-bd04-f65705d19f9e 2020-07-15 00:21:14.968 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-15 00:21:14.968 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_ae136a6f-cfef-46a6-8196-fae04ed69188 2020-07-15 00:21:14.969 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-15 00:21:15.046 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-15 00:21:15.072 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-15 00:21:15.073 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1363ea94_qZz5OxdX' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-15 00:21:15.096 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1363ea94_qZz5OxdX' (ID = 8d8a440d-9451-4df5-9030-52df1b4a5e1c) has been successfully created! 2020-07-15 00:21:15.096 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8d8a440d-9451-4df5-9030-52df1b4a5e1c' to option 'instance_type'. 2020-07-15 00:21:15.097 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8d8a440d-9451-4df5-9030-52df1b4a5e1c 2020-07-15 00:21:15.098 32 INFO rally.task.context [-] Verification 14104943-d529-4d08-8687-40a15b032e38 | Context tempest@default setup() finished in 0.82 sec 2020-07-15 00:21:15.098 32 INFO rally.task.context [-] Verification 14104943-d529-4d08-8687-40a15b032e38 | Context testr@default setup() finished in 0.35 msec 2020-07-15 00:21:15.098 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/111f4d16-7ef4-4ffa-b9a3-a093222de998'. 2020-07-15 00:21:19.402 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b"('metering extension not enabled.',)" 2020-07-15 00:21:19.549 32 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b"('metering extension not enabled.',)" 2020-07-15 00:21:35.331 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [5.080s] 2020-07-15 00:21:36.929 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [6.529s] 2020-07-15 00:21:37.340 32 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [4.669s] 2020-07-15 00:21:37.489 32 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [4.569s] 2020-07-15 00:21:38.442 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [5.602s] 2020-07-15 00:21:38.782 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [6.104s] 2020-07-15 00:21:39.116 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [3.786s] 2020-07-15 00:21:39.211 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [6.068s] 2020-07-15 00:21:39.255 32 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [6.155s] 2020-07-15 00:21:39.335 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [5.876s] 2020-07-15 00:21:39.996 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [6.567s] 2020-07-15 00:21:40.034 32 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [6.311s] 2020-07-15 00:21:40.092 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [5.826s] 2020-07-15 00:21:40.203 32 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [6.620s] 2020-07-15 00:21:40.281 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [5.968s] 2020-07-15 00:21:40.294 32 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [2.807s] 2020-07-15 00:21:40.370 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [7.352s] 2020-07-15 00:21:40.437 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [6.323s] 2020-07-15 00:21:40.438 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1843290 is resolved.' 2020-07-15 00:21:40.679 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [3.748s] 2020-07-15 00:21:40.697 32 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [6.101s] 2020-07-15 00:21:41.009 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [7.347s] 2020-07-15 00:21:41.057 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [4.870s] 2020-07-15 00:21:41.266 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [7.965s] 2020-07-15 00:21:41.511 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [6.208s] 2020-07-15 00:21:42.096 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [2.980s] 2020-07-15 00:21:42.182 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [3.739s] 2020-07-15 00:21:42.921 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [7.377s] 2020-07-15 00:21:43.120 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [3.788s] 2020-07-15 00:21:43.167 32 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [2.872s] 2020-07-15 00:21:43.247 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [4.038s] 2020-07-15 00:21:43.290 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [4.508s] 2020-07-15 00:21:43.381 32 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [7.593s] 2020-07-15 00:21:43.870 32 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [4.615s] 2020-07-15 00:21:44.357 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [3.678s] 2020-07-15 00:21:44.936 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [4.939s] 2020-07-15 00:21:45.426 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [5.058s] 2020-07-15 00:21:45.491 32 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [5.287s] 2020-07-15 00:21:45.701 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [5.608s] 2020-07-15 00:21:45.777 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [4.721s] 2020-07-15 00:21:46.358 32 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [5.657s] 2020-07-15 00:21:46.374 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [5.364s] 2020-07-15 00:21:46.491 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [6.210s] 2020-07-15 00:21:46.886 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [13.793s] 2020-07-15 00:21:47.116 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [5.605s] 2020-07-15 00:21:47.442 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [11.791s] 2020-07-15 00:21:47.538 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [11.570s] 2020-07-15 00:21:47.631 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [4.510s] 2020-07-15 00:21:47.758 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [6.493s] 2020-07-15 00:21:48.034 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [4.783s] 2020-07-15 00:21:48.562 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [6.465s] 2020-07-15 00:21:48.612 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [5.322s] 2020-07-15 00:21:48.681 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [4.324s] 2020-07-15 00:21:48.722 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [6.539s] 2020-07-15 00:21:48.982 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [3.280s] 2020-07-15 00:21:49.010 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [6.089s] 2020-07-15 00:21:49.221 32 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [5.840s] 2020-07-15 00:21:49.304 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [3.525s] 2020-07-15 00:21:49.585 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [4.159s] 2020-07-15 00:21:49.684 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [4.747s] 2020-07-15 00:21:49.703 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [2.263s] 2020-07-15 00:21:49.931 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [2.299s] 2020-07-15 00:21:50.015 32 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [3.658s] 2020-07-15 00:21:50.077 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [2.960s] 2020-07-15 00:21:50.150 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [3.659s] 2020-07-15 00:21:50.168 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [1.186s] 2020-07-15 00:21:50.180 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [3.806s] 2020-07-15 00:21:50.278 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.556s] 2020-07-15 00:21:50.485 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [2.947s] 2020-07-15 00:21:50.654 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [2.092s] 2020-07-15 00:21:50.931 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [4.045s] 2020-07-15 00:21:51.066 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [2.453s] 2020-07-15 00:21:51.260 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.955s] 2020-07-15 00:21:51.294 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [14.119s] 2020-07-15 00:21:51.351 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [2.666s] 2020-07-15 00:21:51.953 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [2.249s] 2020-07-15 00:21:52.029 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [2.444s] 2020-07-15 00:21:52.591 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [2.659s] 2020-07-15 00:21:52.999 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [2.830s] 2020-07-15 00:21:53.120 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [5.358s] 2020-07-15 00:21:53.538 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [3.853s] 2020-07-15 00:21:53.546 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [2.884s] 2020-07-15 00:21:53.828 32 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [3.810s] 2020-07-15 00:21:53.864 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [3.784s] 2020-07-15 00:21:53.978 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [2.718s] 2020-07-15 00:21:54.042 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [3.889s] 2020-07-15 00:21:54.139 32 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [4.917s] 2020-07-15 00:21:54.197 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [3.711s] 2020-07-15 00:21:54.331 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [4.148s] 2020-07-15 00:21:54.454 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [3.104s] 2020-07-15 00:21:55.232 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [3.276s] 2020-07-15 00:21:55.789 32 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [10.297s] 2020-07-15 00:21:56.354 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [5.423s] 2020-07-15 00:21:56.737 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [22.932s] 2020-07-15 00:21:57.390 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [9.356s] 2020-07-15 00:21:58.740 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [4.541s] 2020-07-15 00:21:59.291 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [4.835s] 2020-07-15 00:21:59.320 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [4.087s] 2020-07-15 00:21:59.380 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [5.839s] 2020-07-15 00:21:59.469 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [5.605s] 2020-07-15 00:21:59.916 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [5.873s] 2020-07-15 00:22:00.033 32 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [6.202s] 2020-07-15 00:22:00.093 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [8.800s] 2020-07-15 00:22:00.190 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [6.643s] 2020-07-15 00:22:00.200 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [7.080s] 2020-07-15 00:22:00.914 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [3.522s] 2020-07-15 00:22:00.918 32 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [6.779s] 2020-07-15 00:22:01.178 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [12.165s] 2020-07-15 00:22:01.209 32 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [5.420s] 2020-07-15 00:22:01.665 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [2.374s] 2020-07-15 00:22:01.765 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [5.020s] 2020-07-15 00:22:01.963 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.770s] 2020-07-15 00:22:02.694 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [1.779s] 2020-07-15 00:22:02.832 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [4.092s] 2020-07-15 00:22:02.972 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [3.503s] 2020-07-15 00:22:03.024 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [3.704s] 2020-07-15 00:22:03.891 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.931s] 2020-07-15 00:22:04.417 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [1.723s] 2020-07-15 00:22:04.651 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [3.472s] 2020-07-15 00:22:04.715 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [4.619s] 2020-07-15 00:22:04.803 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.831s] 2020-07-15 00:22:05.024 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.132s] 2020-07-15 00:22:05.382 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.357s] 2020-07-15 00:22:05.531 32 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [4.610s] 2020-07-15 00:22:05.542 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.124s] 2020-07-15 00:22:05.597 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.572s] 2020-07-15 00:22:05.885 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.501s] 2020-07-15 00:22:06.027 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [3.193s] 2020-07-15 00:22:06.228 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.631s] 2020-07-15 00:22:07.509 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.624s] 2020-07-15 00:22:07.513 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.284s] 2020-07-15 00:22:08.029 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [2.485s] 2020-07-15 00:22:08.042 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [2.014s] 2020-07-15 00:22:08.108 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.593s] 2020-07-15 00:22:08.339 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [6.576s] 2020-07-15 00:22:08.760 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.652s] 2020-07-15 00:22:09.272 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.511s] 2020-07-15 00:22:09.444 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.403s] 2020-07-15 00:22:09.815 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.542s] 2020-07-15 00:22:09.859 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.519s] 2020-07-15 00:22:10.148 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [9.946s] 2020-07-15 00:22:10.543 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.728s] 2020-07-15 00:22:12.066 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.620s] 2020-07-15 00:22:12.074 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.529s] 2020-07-15 00:22:12.075 32 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-07-15 00:22:12.363 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.296s] 2020-07-15 00:22:12.698 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.335s] 2020-07-15 00:22:13.297 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.147s] 2020-07-15 00:22:13.384 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.308s] 2020-07-15 00:22:13.912 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.053s] 2020-07-15 00:22:14.994 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.609s] 2020-07-15 00:22:18.906 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.991s] 2020-07-15 00:22:20.238 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.332s] 2020-07-15 00:22:20.350 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [7.651s] 2020-07-15 00:22:20.764 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.524s] 2020-07-15 00:22:21.568 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.218s] 2020-07-15 00:22:21.847 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.278s] 2020-07-15 00:22:22.172 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.323s] 2020-07-15 00:22:24.008 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.834s] 2020-07-15 00:22:26.372 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.363s] 2020-07-15 00:22:28.185 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.419s] 2020-07-15 00:22:29.577 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.392s] 2020-07-15 00:22:34.428 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [8.056s] 2020-07-15 00:22:34.826 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [5.247s] 2020-07-15 00:22:35.206 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.380s] 2020-07-15 00:22:36.431 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.985s] 2020-07-15 00:22:37.138 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.931s] 2020-07-15 00:22:38.262 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.848s] 2020-07-15 00:22:40.414 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.150s] 2020-07-15 00:22:42.424 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.008s] 2020-07-15 00:22:42.735 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.597s] 2020-07-15 00:22:43.178 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.755s] 2020-07-15 00:22:43.601 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.866s] 2020-07-15 00:22:47.616 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.013s] 2020-07-15 00:22:51.567 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.950s] 2020-07-15 00:22:52.497 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.929s] 2020-07-15 00:23:02.172 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [9.673s] 2020-07-15 00:23:15.267 32 INFO rally.task.context [-] Verification 14104943-d529-4d08-8687-40a15b032e38 | Context testr@default cleanup() started 2020-07-15 00:23:15.268 32 INFO rally.task.context [-] Verification 14104943-d529-4d08-8687-40a15b032e38 | Context testr@default cleanup() finished in 0.79 msec 2020-07-15 00:23:15.269 32 INFO rally.task.context [-] Verification 14104943-d529-4d08-8687-40a15b032e38 | Context tempest@default cleanup() started 2020-07-15 00:23:15.449 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1363ea94_qZz5OxdX'. 2020-07-15 00:23:15.608 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1363ea94_qZz5OxdX' has been deleted. 2020-07-15 00:23:15.609 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '8d8a440d-9451-4df5-9030-52df1b4a5e1c' of option 'instance_type' from Tempest config file. 2020-07-15 00:23:15.610 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '8d8a440d-9451-4df5-9030-52df1b4a5e1c' has been removed. 2020-07-15 00:23:15.616 32 INFO rally.task.context [-] Verification 14104943-d529-4d08-8687-40a15b032e38 | Context tempest@default cleanup() finished in 0.35 sec 2020-07-15 00:23:15.652 32 INFO rally.api [-] Verification (UUID=1363ea94-a7c9-40f8-bb55-d14bd040e1a5) has been successfully finished for deployment 'opnfv-rally' (UUID=25ced868-1462-4932-8ef6-c291c12192be)! 2020-07-15 00:23:17.254 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:23:17.254 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:23:17.254 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:23:18.882 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:23:18.883 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:23:18.883 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:23:20.870 96 INFO rally.api [-] Building 'html' report for the following verification(s): '1363ea94-a7c9-40f8-bb55-d14bd040e1a5' 2020-07-15 00:23:20.901 96 INFO rally.api [-] The report has been successfully built. 2020-07-15 00:23:22.323 98 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:23:22.323 98 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:23:22.323 98 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:23:24.375 98 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1363ea94-a7c9-40f8-bb55-d14bd040e1a5' 2020-07-15 00:23:24.388 98 INFO rally.api [-] The report has been successfully built.