2020-08-10 15:44:07.064 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:44:07.072 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:44:07.075 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 15:44:33.248 10 ERROR rally.cli.cliutils 2020-08-10 15:44:49.352 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:44:49.358 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:44:49.360 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:45:32.034 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:45:32.040 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:45:32.042 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:46:15.711 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:46:15.717 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:46:15.718 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:46:31.756 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:46:31.763 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:46:31.765 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 15:46:58.292 40 ERROR rally.cli.cliutils 2020-08-10 15:47:15.232 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:47:15.239 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:47:15.240 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:47:39.474 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 15:47:39.953 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-02d37861-4a98-433f-9e0b-896df7e57b91/repo. 2020-08-10 15:47:40.697 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-02d37861-4a98-433f-9e0b-896df7e57b91/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-08-10 15:47:40.801 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 15:47:40.868 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 15:47:40.934 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 15:47:41.441 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 15:47:49.036 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02d37861-4a98-433f-9e0b-896df7e57b91) has been successfully created! 2020-08-10 15:48:04.674 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:48:04.680 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:48:04.682 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:48:44.360 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:48:44.366 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:48:44.368 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:49:07.746 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=02d37861-4a98-433f-9e0b-896df7e57b91) for deployment 'opnfv-rally' (UUID=fd4e470d-aae1-4be5-ad14-57f003dfbe45). 2020-08-10 15:49:09.548 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02d37861-4a98-433f-9e0b-896df7e57b91) has been successfully configured for deployment 'opnfv-rally' (UUID=fd4e470d-aae1-4be5-ad14-57f003dfbe45)! 2020-08-10 15:50:34.507 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:50:34.513 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:50:34.515 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:50:59.756 97 INFO rally.api [-] Starting verification (UUID=fe2a8d1b-d221-4587-80af-9894a630bdff) for deployment 'opnfv-rally' (UUID=fd4e470d-aae1-4be5-ad14-57f003dfbe45) by verifier 'opnfv-tempest' (UUID=02d37861-4a98-433f-9e0b-896df7e57b91). 2020-08-10 15:51:03.973 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 15:51:03.975 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-02d37861-4a98-433f-9e0b-896df7e57b91/for-deployment-fd4e470d-aae1-4be5-ad14-57f003dfbe45/tempest.log' to option 'log_file'. 2020-08-10 15:51:03.977 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-02d37861-4a98-433f-9e0b-896df7e57b91/for-deployment-fd4e470d-aae1-4be5-ad14-57f003dfbe45/tempest.log 2020-08-10 15:51:03.978 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 15:51:03.979 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-02d37861-4a98-433f-9e0b-896df7e57b91/for-deployment-fd4e470d-aae1-4be5-ad14-57f003dfbe45/lock_files' to option 'lock_path'. 2020-08-10 15:51:03.981 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-02d37861-4a98-433f-9e0b-896df7e57b91/for-deployment-fd4e470d-aae1-4be5-ad14-57f003dfbe45/lock_files 2020-08-10 15:51:03.982 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 15:51:03.983 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-08-10 15:51:03.985 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 430b3990-ea39-4153-b376-05efa32e2b53 2020-08-10 15:51:03.986 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1c0f3c86-f69b-451d-8768-74469da5ba9d 2020-08-10 15:51:03.989 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = aa1249ca-252c-429a-825e-49b6bb235f45 2020-08-10 15:51:03.991 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a8d5bac3-23e8-4726-818d-297f302a6438 2020-08-10 15:51:04.303 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 15:51:04.306 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_85866e68-1700-45af-880a-b7b954f39c75 2020-08-10 15:51:04.309 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 15:51:05.088 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 15:51:05.169 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_73ffa5e0_JXHL9XFz'. Using flavor 'rally_verify_73ffa5e0_JXHL9XFz' (ID = 42bfa3fa-c331-4bf1-bc53-5676ee14669c) for the tests. 2020-08-10 15:51:05.171 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '42bfa3fa-c331-4bf1-bc53-5676ee14669c' to option 'instance_type'. 2020-08-10 15:51:05.172 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 42bfa3fa-c331-4bf1-bc53-5676ee14669c 2020-08-10 15:51:05.179 97 INFO rally.task.context [-] Verification 02d37861-4a98-433f-9e0b-896df7e57b91 | Context tempest@default setup() finished in 4.39 sec 2020-08-10 15:51:05.182 97 INFO rally.task.context [-] Verification 02d37861-4a98-433f-9e0b-896df7e57b91 | Context testr@default setup() finished in 1.29 msec 2020-08-10 15:51:05.184 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/c144c5fd-a984-4ebf-9d2f-195942b7aed5'. 2020-08-10 15:51:52.218 97 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-08-10 15:51:53.807 97 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-08-10 15:51:58.106 97 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [2.117s] 2020-08-10 15:51:59.908 97 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.925s] 2020-08-10 15:52:00.436 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [2.719s] 2020-08-10 15:52:00.458 97 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.772s] 2020-08-10 15:52:00.481 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.975s] 2020-08-10 15:52:00.547 97 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [3.012s] 2020-08-10 15:52:00.597 97 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.692s] 2020-08-10 15:52:00.705 97 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.994s] 2020-08-10 15:52:00.835 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.182s] 2020-08-10 15:52:00.972 97 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.370s] 2020-08-10 15:52:01.007 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.584s] 2020-08-10 15:52:01.082 97 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.697s] 2020-08-10 15:52:01.307 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.455s] 2020-08-10 15:52:01.317 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.915s] 2020-08-10 15:52:01.373 97 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.573s] 2020-08-10 15:52:01.640 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.628s] 2020-08-10 15:52:01.720 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.284s] 2020-08-10 15:52:01.745 97 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.042s] 2020-08-10 15:52:01.868 97 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [2.617s] 2020-08-10 15:52:01.912 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.523s] 2020-08-10 15:52:01.985 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [3.393s] 2020-08-10 15:52:02.176 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.883s] 2020-08-10 15:52:02.234 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.534s] 2020-08-10 15:52:02.430 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.790s] 2020-08-10 15:52:02.475 97 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [3.874s] 2020-08-10 15:52:02.571 97 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.201s] 2020-08-10 15:52:02.616 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.262s] 2020-08-10 15:52:02.658 97 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.931s] 2020-08-10 15:52:02.929 97 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [1.958s] 2020-08-10 15:52:03.089 97 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.414s] 2020-08-10 15:52:03.152 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.839s] 2020-08-10 15:52:03.187 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.256s] 2020-08-10 15:52:03.251 97 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest ... fail 2020-08-10 15:52:03.307 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.063s] 2020-08-10 15:52:03.335 97 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.905s] 2020-08-10 15:52:03.606 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [2.113s] 2020-08-10 15:52:03.666 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [2.912s] 2020-08-10 15:52:03.673 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.012s] 2020-08-10 15:52:03.811 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.610s] 2020-08-10 15:52:03.829 97 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.717s] 2020-08-10 15:52:03.902 97 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [3.347s] 2020-08-10 15:52:04.011 97 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.711s] 2020-08-10 15:52:04.253 97 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.590s] 2020-08-10 15:52:04.436 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.822s] 2020-08-10 15:52:04.567 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.411s] 2020-08-10 15:52:04.587 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [2.577s] 2020-08-10 15:52:04.669 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.494s] 2020-08-10 15:52:04.744 97 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [1.798s] 2020-08-10 15:52:04.761 97 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.927s] 2020-08-10 15:52:04.792 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.001s] 2020-08-10 15:52:04.838 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.262s] 2020-08-10 15:52:05.210 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.762s] 2020-08-10 15:52:05.301 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [4.943s] 2020-08-10 15:52:05.463 97 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.722s] 2020-08-10 15:52:05.507 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.706s] 2020-08-10 15:52:05.654 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.973s] 2020-08-10 15:52:05.992 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.427s] 2020-08-10 15:52:06.121 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.276s] 2020-08-10 15:52:06.139 97 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [3.676s] 2020-08-10 15:52:06.171 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [2.543s] 2020-08-10 15:52:06.207 97 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.994s] 2020-08-10 15:52:06.278 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [8.461s] 2020-08-10 15:52:06.414 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.830s] 2020-08-10 15:52:06.444 97 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.698s] 2020-08-10 15:52:06.826 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.984s] 2020-08-10 15:52:06.857 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.335s] 2020-08-10 15:52:06.932 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.275s] 2020-08-10 15:52:07.065 97 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [7.464s] 2020-08-10 15:52:07.295 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.438s] 2020-08-10 15:52:07.643 97 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [5.177s] 2020-08-10 15:52:07.924 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.656s] 2020-08-10 15:52:08.014 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.713s] 2020-08-10 15:52:08.097 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.675s] 2020-08-10 15:52:08.111 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [2.025s] 2020-08-10 15:52:08.165 97 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [2.152s] 2020-08-10 15:52:08.250 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [2.252s] 2020-08-10 15:52:08.274 97 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.616s] 2020-08-10 15:52:08.436 97 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.376s] 2020-08-10 15:52:08.570 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.628s] 2020-08-10 15:52:08.669 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [2.521s] 2020-08-10 15:52:08.723 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.894s] 2020-08-10 15:52:09.088 97 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [2.654s] 2020-08-10 15:52:09.199 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.182s] 2020-08-10 15:52:09.246 97 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.976s] 2020-08-10 15:52:09.724 97 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.626s] 2020-08-10 15:52:09.744 97 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.284s] 2020-08-10 15:52:10.254 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [4.837s] 2020-08-10 15:52:10.288 97 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [6.262s] 2020-08-10 15:52:10.307 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [2.050s] 2020-08-10 15:52:10.334 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.971s] 2020-08-10 15:52:10.345 97 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.575s] 2020-08-10 15:52:10.367 97 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.547s] 2020-08-10 15:52:10.387 97 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [2.074s] 2020-08-10 15:52:10.406 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [2.353s] 2020-08-10 15:52:10.461 97 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.778s] 2020-08-10 15:52:10.617 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [8.262s] 2020-08-10 15:52:10.791 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.547s] 2020-08-10 15:52:10.848 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.668s] 2020-08-10 15:52:11.073 97 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.825s] 2020-08-10 15:52:11.309 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.168s] 2020-08-10 15:52:11.356 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.558s] 2020-08-10 15:52:11.492 97 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.747s] 2020-08-10 15:52:11.839 97 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.588s] 2020-08-10 15:52:11.998 97 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.154s] 2020-08-10 15:52:12.100 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [4.004s] 2020-08-10 15:52:12.454 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.093s] 2020-08-10 15:52:13.092 97 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.243s] 2020-08-10 15:52:13.325 97 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.782s] 2020-08-10 15:52:13.330 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.941s] 2020-08-10 15:52:13.337 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.806s] 2020-08-10 15:52:14.121 97 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [4.418s] 2020-08-10 15:52:14.150 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [4.015s] 2020-08-10 15:52:14.463 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.142s] 2020-08-10 15:52:14.479 97 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.156s] 2020-08-10 15:52:14.490 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.835s] 2020-08-10 15:52:14.852 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.738s] 2020-08-10 15:52:15.058 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [9.994s] 2020-08-10 15:52:15.428 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.004s] 2020-08-10 15:52:16.432 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.999s] 2020-08-10 15:52:16.803 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.953s] 2020-08-10 15:52:17.192 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [6.879s] 2020-08-10 15:52:17.206 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [2.137s] 2020-08-10 15:52:17.281 97 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [7.108s] 2020-08-10 15:52:17.337 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.895s] 2020-08-10 15:52:17.871 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.692s] 2020-08-10 15:52:18.458 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.986s] 2020-08-10 15:52:18.479 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.597s] 2020-08-10 15:52:18.518 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.180s] 2020-08-10 15:52:18.535 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.004s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-08-10 15:52:18.979 97 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.695s] 2020-08-10 15:52:19.100 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.622s] 2020-08-10 15:52:19.990 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [3.177s] 2020-08-10 15:52:20.505 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.964s] 2020-08-10 15:52:20.808 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.698s] 2020-08-10 15:52:21.165 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.703s] 2020-08-10 15:52:22.741 97 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.931s] 2020-08-10 15:52:23.760 97 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [3.230s] 2020-08-10 15:52:23.778 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [9.574s] 2020-08-10 15:52:24.834 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [7.635s] 2020-08-10 15:52:26.431 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.590s] 2020-08-10 15:52:27.102 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.361s] 2020-08-10 15:52:27.425 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [7.433s] 2020-08-10 15:52:29.419 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.989s] 2020-08-10 15:52:29.520 97 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [8.355s] 2020-08-10 15:52:29.783 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [3.351s] 2020-08-10 15:52:31.485 97 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [4.374s] 2020-08-10 15:52:32.496 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [3.072s] 2020-08-10 15:52:33.115 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.611s] 2020-08-10 15:52:33.705 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.583s] 2020-08-10 15:52:35.971 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [6.176s] 2020-08-10 15:52:36.959 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [3.254s] 2020-08-10 15:52:37.471 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.495s] 2020-08-10 15:52:38.061 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.588s] 2020-08-10 15:52:38.865 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.899s] 2020-08-10 15:52:39.528 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.654s] 2020-08-10 15:52:40.198 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.669s] 2020-08-10 15:52:41.972 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.766s] 2020-08-10 15:52:45.322 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.249s] 2020-08-10 15:52:45.617 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [3.637s] 2020-08-10 15:52:46.944 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.619s] 2020-08-10 15:52:50.286 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [4.661s] 2020-08-10 15:52:52.738 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [5.787s] 2020-08-10 15:52:53.298 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.557s] 2020-08-10 15:52:55.302 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.001s] 2020-08-10 15:52:57.801 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [7.507s] 2020-08-10 15:53:00.186 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.381s] 2020-08-10 15:53:02.243 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [6.930s] 2020-08-10 15:53:03.489 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [3.295s] 2020-08-10 15:53:03.702 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.458s] 2020-08-10 15:53:06.024 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.527s] 2020-08-10 15:53:07.375 97 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.351s] 2020-08-10 15:53:13.050 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [9.336s] 2020-08-10 15:53:17.813 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.751s] 2020-08-10 15:53:19.475 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.665s] 2020-08-10 15:53:23.658 97 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.177s] 2020-08-10 15:53:34.093 97 INFO rally.task.context [-] Verification 02d37861-4a98-433f-9e0b-896df7e57b91 | Context testr@default cleanup() started 2020-08-10 15:53:34.097 97 INFO rally.task.context [-] Verification 02d37861-4a98-433f-9e0b-896df7e57b91 | Context testr@default cleanup() finished in 4.19 msec 2020-08-10 15:53:34.100 97 INFO rally.task.context [-] Verification 02d37861-4a98-433f-9e0b-896df7e57b91 | Context tempest@default cleanup() started 2020-08-10 15:53:34.544 97 INFO rally.task.context [-] Verification 02d37861-4a98-433f-9e0b-896df7e57b91 | Context tempest@default cleanup() finished in 0.44 sec 2020-08-10 15:53:34.656 97 INFO rally.api [-] Verification (UUID=fe2a8d1b-d221-4587-80af-9894a630bdff) has been successfully finished for deployment 'opnfv-rally' (UUID=fd4e470d-aae1-4be5-ad14-57f003dfbe45)! 2020-08-10 15:53:49.663 346 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:53:49.669 346 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:53:49.670 346 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:54:06.076 352 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:54:06.082 352 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:54:06.083 352 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:54:29.284 352 INFO rally.api [-] Building 'html' report for the following verification(s): 'fe2a8d1b-d221-4587-80af-9894a630bdff' 2020-08-10 15:54:29.556 352 INFO rally.api [-] The report has been successfully built. 2020-08-10 15:54:44.404 358 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:54:44.410 358 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:54:44.412 358 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:55:07.586 358 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'fe2a8d1b-d221-4587-80af-9894a630bdff' 2020-08-10 15:55:07.723 358 INFO rally.api [-] The report has been successfully built.