2021-06-08 08:31:51.395 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:31:51.395 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:31:51.396 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 08:31:53.822 7 ERROR rally.cli.cliutils 2021-06-08 08:31:55.571 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:31:55.571 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:31:55.571 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:31:59.973 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:31:59.973 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:31:59.974 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:32:04.407 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:32:04.407 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:32:04.408 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:32:05.867 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:32:05.867 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:32:05.868 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils force=force) 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 08:32:08.145 16 ERROR rally.cli.cliutils 2021-06-08 08:32:09.729 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:32:09.729 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:32:09.729 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:32:12.004 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 08:32:12.081 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a6e9a349-578a-4aec-9974-787ee078c118/repo. 2021-06-08 08:32:12.405 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a6e9a349-578a-4aec-9974-787ee078c118/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2021-06-08 08:32:12.420 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 08:32:12.430 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 08:32:12.453 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 08:32:12.523 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 08:32:13.184 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a6e9a349-578a-4aec-9974-787ee078c118) has been successfully created! 2021-06-08 08:32:14.789 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:32:14.789 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:32:14.790 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:32:19.399 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:32:19.400 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:32:19.400 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:32:21.806 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a6e9a349-578a-4aec-9974-787ee078c118) for deployment 'opnfv-rally' (UUID=70d569f3-4308-4d72-9262-1d32cd70f859). 2021-06-08 08:32:23.144 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a6e9a349-578a-4aec-9974-787ee078c118) has been successfully configured for deployment 'opnfv-rally' (UUID=70d569f3-4308-4d72-9262-1d32cd70f859)! 2021-06-08 08:32:32.503 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:32:32.503 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:32:32.504 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:32:34.983 33 INFO rally.api [-] Starting verification (UUID=43409fee-f847-4762-9330-b4b985a6d5a6) for deployment 'opnfv-rally' (UUID=70d569f3-4308-4d72-9262-1d32cd70f859) by verifier 'opnfv-tempest' (UUID=a6e9a349-578a-4aec-9974-787ee078c118). 2021-06-08 08:32:35.673 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 08:32:35.674 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a6e9a349-578a-4aec-9974-787ee078c118/for-deployment-70d569f3-4308-4d72-9262-1d32cd70f859/tempest.log' to option 'log_file'. 2021-06-08 08:32:35.674 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a6e9a349-578a-4aec-9974-787ee078c118/for-deployment-70d569f3-4308-4d72-9262-1d32cd70f859/tempest.log 2021-06-08 08:32:35.674 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 08:32:35.675 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a6e9a349-578a-4aec-9974-787ee078c118/for-deployment-70d569f3-4308-4d72-9262-1d32cd70f859/lock_files' to option 'lock_path'. 2021-06-08 08:32:35.675 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a6e9a349-578a-4aec-9974-787ee078c118/for-deployment-70d569f3-4308-4d72-9262-1d32cd70f859/lock_files 2021-06-08 08:32:35.675 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 08:32:35.676 33 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 2021-06-08 08:32:35.676 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2bc282a5-1f37-4f53-872f-64a3ae00b2bc 2021-06-08 08:32:35.676 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 732bbb96-7041-42f9-8028-b575d9cbcc85 2021-06-08 08:32:35.677 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = aa2a0cc0-6435-445c-9047-4d79e1f5b009 2021-06-08 08:32:35.678 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 61b5c252-e771-4c6c-b060-6fdf9d03ae67 2021-06-08 08:32:35.999 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 08:32:36.000 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_076d7482-0988-4272-9362-a68342350f71 2021-06-08 08:32:36.001 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 08:32:36.074 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 08:32:36.110 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_73d86f61_ekoHisha'. Using flavor 'rally_verify_73d86f61_ekoHisha' (ID = 4b548cb4-e011-468b-803d-6b33372546a5) for the tests. 2021-06-08 08:32:36.111 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4b548cb4-e011-468b-803d-6b33372546a5' to option 'instance_type'. 2021-06-08 08:32:36.111 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4b548cb4-e011-468b-803d-6b33372546a5 2021-06-08 08:32:36.112 33 INFO rally.task.context [-] Verification a6e9a349-578a-4aec-9974-787ee078c118 | Context tempest@default setup() finished in 0.89 sec 2021-06-08 08:32:36.113 33 INFO rally.task.context [-] Verification a6e9a349-578a-4aec-9974-787ee078c118 | Context testr@default setup() finished in 0.37 msec 2021-06-08 08:32:36.114 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/9aac7e24-a121-459d-8172-6292b55227ad'. 2021-06-08 08:32:40.734 33 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b"('metering extension not enabled.',)" 2021-06-08 08:32:40.783 33 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b"('metering extension not enabled.',)" 2021-06-08 08:32:48.107 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.024s] 2021-06-08 08:32:48.124 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.993s] 2021-06-08 08:32:48.173 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.482s] 2021-06-08 08:32:48.237 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.236s] 2021-06-08 08:32:48.293 33 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [1.421s] 2021-06-08 08:32:48.473 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.691s] 2021-06-08 08:32:48.475 33 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... skip [0.000s]: b'Skipped until bug: https://launchpad.net/bugs/1843290 is resolved.' 2021-06-08 08:32:48.476 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.520s] 2021-06-08 08:32:48.493 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.291s] 2021-06-08 08:32:48.535 33 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.159s] 2021-06-08 08:32:48.650 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.760s] 2021-06-08 08:32:48.686 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.566s] 2021-06-08 08:32:48.693 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.590s] 2021-06-08 08:32:48.706 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.864s] 2021-06-08 08:32:48.735 33 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.120s] 2021-06-08 08:32:48.787 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.663s] 2021-06-08 08:32:48.981 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [1.776s] 2021-06-08 08:32:48.984 33 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.499s] 2021-06-08 08:32:49.064 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.219s] 2021-06-08 08:32:49.237 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.002s] 2021-06-08 08:32:49.445 33 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.750s] 2021-06-08 08:32:49.499 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.006s] 2021-06-08 08:32:49.561 33 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.028s] 2021-06-08 08:32:49.804 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.566s] 2021-06-08 08:32:49.828 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.041s] 2021-06-08 08:32:50.105 33 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.122s] 2021-06-08 08:32:50.131 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.069s] 2021-06-08 08:32:50.201 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.497s] 2021-06-08 08:32:50.259 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.572s] 2021-06-08 08:32:50.321 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [2.741s] 2021-06-08 08:32:50.339 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [2.057s] 2021-06-08 08:32:50.437 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [1.462s] 2021-06-08 08:32:50.448 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.948s] 2021-06-08 08:32:50.509 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [2.334s] 2021-06-08 08:32:50.519 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [1.967s] 2021-06-08 08:32:50.953 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.148s] 2021-06-08 08:32:51.046 33 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.941s] 2021-06-08 08:32:51.374 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.240s] 2021-06-08 08:32:51.511 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.681s] 2021-06-08 08:32:51.727 33 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.279s] 2021-06-08 08:32:51.759 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [2.482s] 2021-06-08 08:32:51.768 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [3.292s] 2021-06-08 08:32:51.790 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [3.141s] 2021-06-08 08:32:51.812 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.551s] 2021-06-08 08:32:51.958 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.449s] 2021-06-08 08:32:52.117 33 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [1.164s] 2021-06-08 08:32:52.148 33 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [4.165s] 2021-06-08 08:32:52.181 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.741s] 2021-06-08 08:32:52.224 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.709s] 2021-06-08 08:32:52.303 33 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [1.256s] 2021-06-08 08:32:52.368 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.993s] 2021-06-08 08:32:52.585 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.075s] 2021-06-08 08:32:52.821 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [2.619s] 2021-06-08 08:32:52.962 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [4.849s] 2021-06-08 08:32:53.013 33 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.644s] 2021-06-08 08:32:53.079 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.489s] 2021-06-08 08:32:53.081 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.267s] 2021-06-08 08:32:53.094 33 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.135s] 2021-06-08 08:32:53.297 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.115s] 2021-06-08 08:32:53.398 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.076s] 2021-06-08 08:32:53.480 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [3.135s] 2021-06-08 08:32:53.634 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.984s] 2021-06-08 08:32:53.860 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.864s] 2021-06-08 08:32:53.896 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.672s] 2021-06-08 08:32:53.968 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [2.208s] 2021-06-08 08:32:54.190 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [2.399s] 2021-06-08 08:32:54.345 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [2.577s] 2021-06-08 08:32:54.606 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.525s] 2021-06-08 08:32:54.738 33 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.916s] 2021-06-08 08:32:55.003 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.926s] 2021-06-08 08:32:55.200 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.727s] 2021-06-08 08:32:55.308 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [4.244s] 2021-06-08 08:32:55.461 33 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [3.315s] 2021-06-08 08:32:55.469 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.502s] 2021-06-08 08:32:55.508 33 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [2.210s] 2021-06-08 08:32:55.548 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.545s] 2021-06-08 08:32:55.631 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.439s] 2021-06-08 08:32:55.724 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.117s] 2021-06-08 08:32:55.788 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [2.827s] 2021-06-08 08:32:55.856 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.509s] 2021-06-08 08:32:55.930 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.380s] 2021-06-08 08:32:56.176 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.542s] 2021-06-08 08:32:56.244 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [5.951s] 2021-06-08 08:32:56.245 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.771s] 2021-06-08 08:32:56.312 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [2.914s] 2021-06-08 08:32:56.761 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [2.903s] 2021-06-08 08:32:56.868 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.664s] 2021-06-08 08:32:56.891 33 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.159s] 2021-06-08 08:32:56.892 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.709s] 2021-06-08 08:32:57.013 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [3.114s] 2021-06-08 08:32:57.185 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.942s] 2021-06-08 08:32:57.200 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.342s] 2021-06-08 08:32:57.232 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.302s] 2021-06-08 08:32:57.521 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.732s] 2021-06-08 08:32:57.642 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [4.007s] 2021-06-08 08:32:57.824 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.941s] 2021-06-08 08:32:58.026 33 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [2.565s] 2021-06-08 08:32:58.146 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.914s] 2021-06-08 08:32:58.301 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.987s] 2021-06-08 08:32:58.343 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.702s] 2021-06-08 08:32:58.354 33 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.342s] 2021-06-08 08:32:58.764 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [5.664s] 2021-06-08 08:32:58.882 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.119s] 2021-06-08 08:32:58.884 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.698s] 2021-06-08 08:32:59.023 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.678s] 2021-06-08 08:32:59.067 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.920s] 2021-06-08 08:32:59.329 33 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.807s] 2021-06-08 08:32:59.352 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.526s] 2021-06-08 08:32:59.615 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [4.309s] 2021-06-08 08:32:59.738 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [2.539s] 2021-06-08 08:32:59.803 33 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.736s] 2021-06-08 08:32:59.828 33 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [2.962s] 2021-06-08 08:33:00.518 33 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.166s] 2021-06-08 08:33:00.665 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.780s] 2021-06-08 08:33:00.924 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [4.684s] 2021-06-08 08:33:01.067 33 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [2.044s] 2021-06-08 08:33:01.090 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.424s] 2021-06-08 08:33:01.343 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.602s] 2021-06-08 08:33:01.369 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.487s] 2021-06-08 08:33:01.588 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.499s] 2021-06-08 08:33:01.826 33 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [3.524s] 2021-06-08 08:33:01.928 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [2.310s] 2021-06-08 08:33:02.007 33 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.665s] 2021-06-08 08:33:02.098 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.508s] 2021-06-08 08:33:02.365 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.599s] 2021-06-08 08:33:02.580 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.211s] 2021-06-08 08:33:02.655 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.556s] 2021-06-08 08:33:03.144 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.488s] 2021-06-08 08:33:03.314 33 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.384s] 2021-06-08 08:33:03.735 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [14.755s] 2021-06-08 08:33:03.951 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.806s] 2021-06-08 08:33:04.066 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.141s] 2021-06-08 08:33:05.124 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.389s] 2021-06-08 08:33:05.529 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [1.578s] 2021-06-08 08:33:06.302 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.770s] 2021-06-08 08:33:06.303 33 INFO opnfv-tempest [-] {11} 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.' 2021-06-08 08:33:06.450 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [3.869s] 2021-06-08 08:33:06.510 33 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [4.142s] 2021-06-08 08:33:06.511 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.441s] 2021-06-08 08:33:07.589 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.284s] 2021-06-08 08:33:07.739 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.288s] 2021-06-08 08:33:08.645 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [0.906s] 2021-06-08 08:33:08.995 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.486s] 2021-06-08 08:33:09.860 33 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.271s] 2021-06-08 08:33:10.174 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.527s] 2021-06-08 08:33:10.593 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.418s] 2021-06-08 08:33:11.505 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [6.381s] 2021-06-08 08:33:11.846 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [1.253s] 2021-06-08 08:33:12.428 33 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.431s] 2021-06-08 08:33:12.477 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [0.971s] 2021-06-08 08:33:13.733 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.880s] 2021-06-08 08:33:15.131 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.403s] 2021-06-08 08:33:15.480 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.347s] 2021-06-08 08:33:15.903 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.421s] 2021-06-08 08:33:18.182 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.278s] 2021-06-08 08:33:18.825 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [6.347s] 2021-06-08 08:33:19.747 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.563s] 2021-06-08 08:33:22.724 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [3.896s] 2021-06-08 08:33:23.041 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.296s] 2021-06-08 08:33:24.851 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.809s] 2021-06-08 08:33:24.867 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [2.145s] 2021-06-08 08:33:26.316 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [1.447s] 2021-06-08 08:33:27.211 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.359s] 2021-06-08 08:33:29.849 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.635s] 2021-06-08 08:33:32.936 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [3.088s] 2021-06-08 08:33:33.726 33 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.789s] 2021-06-08 08:33:34.920 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [8.603s] 2021-06-08 08:33:36.076 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.156s] 2021-06-08 08:33:40.930 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.852s] 2021-06-08 08:33:41.534 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.603s] 2021-06-08 08:33:46.036 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [4.500s] 2021-06-08 08:33:55.005 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [8.968s] 2021-06-08 08:33:56.803 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.798s] 2021-06-08 08:34:02.668 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [5.864s] 2021-06-08 08:34:09.950 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [7.280s] 2021-06-08 08:34:11.068 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.117s] 2021-06-08 08:34:15.063 33 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.994s] 2021-06-08 08:34:24.930 33 INFO rally.task.context [-] Verification a6e9a349-578a-4aec-9974-787ee078c118 | Context testr@default cleanup() started 2021-06-08 08:34:24.930 33 INFO rally.task.context [-] Verification a6e9a349-578a-4aec-9974-787ee078c118 | Context testr@default cleanup() finished in 0.60 msec 2021-06-08 08:34:24.931 33 INFO rally.task.context [-] Verification a6e9a349-578a-4aec-9974-787ee078c118 | Context tempest@default cleanup() started 2021-06-08 08:34:25.119 33 INFO rally.task.context [-] Verification a6e9a349-578a-4aec-9974-787ee078c118 | Context tempest@default cleanup() finished in 0.19 sec 2021-06-08 08:34:25.152 33 INFO rally.api [-] Verification (UUID=43409fee-f847-4762-9330-b4b985a6d5a6) has been successfully finished for deployment 'opnfv-rally' (UUID=70d569f3-4308-4d72-9262-1d32cd70f859)! 2021-06-08 08:34:26.933 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:34:26.933 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:34:26.933 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:34:28.636 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:34:28.637 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:34:28.637 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:34:30.785 97 INFO rally.api [-] Building 'html' report for the following verification(s): '43409fee-f847-4762-9330-b4b985a6d5a6' 2021-06-08 08:34:30.814 97 INFO rally.api [-] The report has been successfully built. 2021-06-08 08:34:32.283 99 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:34:32.283 99 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:34:32.284 99 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:34:34.550 99 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '43409fee-f847-4762-9330-b4b985a6d5a6' 2021-06-08 08:34:34.563 99 INFO rally.api [-] The report has been successfully built.