2020-07-02 17:18:35.987 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:18:35.988 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:18:35.988 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 17:18:38.180 6 ERROR rally.cli.cliutils 2020-07-02 17:18:39.729 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:18:39.730 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:18:39.730 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:18:43.712 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:18:43.712 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:18:43.713 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:18:48.205 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:18:48.205 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:18:48.206 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:18:49.647 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:18:49.647 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:18:49.648 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils force=force) 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 17:18:51.634 15 ERROR rally.cli.cliutils 2020-07-02 17:18:53.069 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:18:53.070 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:18:53.070 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:18:55.022 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 17:18:55.108 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-be569127-a99a-4acb-a73a-2f558b0a82cd/repo. 2020-07-02 17:18:55.472 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-be569127-a99a-4acb-a73a-2f558b0a82cd/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-02 17:18:55.487 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 17:18:55.495 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 17:18:55.517 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 17:18:55.575 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 17:18:56.213 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be569127-a99a-4acb-a73a-2f558b0a82cd) has been successfully created! 2020-07-02 17:18:57.746 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:18:57.746 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:18:57.746 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:19:02.028 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:19:02.029 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:19:02.029 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:19:04.127 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=be569127-a99a-4acb-a73a-2f558b0a82cd) for deployment 'opnfv-rally' (UUID=f1dd76fc-bfa3-4a8c-b169-e9dbbd70346b). 2020-07-02 17:19:04.537 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be569127-a99a-4acb-a73a-2f558b0a82cd) has been successfully configured for deployment 'opnfv-rally' (UUID=f1dd76fc-bfa3-4a8c-b169-e9dbbd70346b)! 2020-07-02 17:19:13.485 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:19:13.485 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:19:13.485 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:19:15.485 32 INFO rally.api [-] Starting verification (UUID=7fb8de8a-9d0a-4e37-80e0-e1840d011962) for deployment 'opnfv-rally' (UUID=f1dd76fc-bfa3-4a8c-b169-e9dbbd70346b) by verifier 'opnfv-tempest' (UUID=be569127-a99a-4acb-a73a-2f558b0a82cd). 2020-07-02 17:19:16.153 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 17:19:16.153 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-be569127-a99a-4acb-a73a-2f558b0a82cd/for-deployment-f1dd76fc-bfa3-4a8c-b169-e9dbbd70346b/tempest.log' to option 'log_file'. 2020-07-02 17:19:16.154 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-be569127-a99a-4acb-a73a-2f558b0a82cd/for-deployment-f1dd76fc-bfa3-4a8c-b169-e9dbbd70346b/tempest.log 2020-07-02 17:19:16.154 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 17:19:16.154 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-be569127-a99a-4acb-a73a-2f558b0a82cd/for-deployment-f1dd76fc-bfa3-4a8c-b169-e9dbbd70346b/lock_files' to option 'lock_path'. 2020-07-02 17:19:16.155 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-be569127-a99a-4acb-a73a-2f558b0a82cd/for-deployment-f1dd76fc-bfa3-4a8c-b169-e9dbbd70346b/lock_files 2020-07-02 17:19:16.155 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 17:19:16.155 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-02 17:19:16.156 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 52b336cf-0d0b-4687-834f-88e68dee3342 2020-07-02 17:19:16.156 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4a25d88b-fc78-4aa8-9c7f-6dcf3333978f 2020-07-02 17:19:16.157 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = eccd8760-63f3-4051-82cd-66a470b06cf1 2020-07-02 17:19:16.157 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = dcf97950-de9b-4b68-adcb-521c7ba51baf 2020-07-02 17:19:16.365 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 17:19:16.366 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_652ed7b6-b91c-453e-a724-f082f674be9a 2020-07-02 17:19:16.366 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 17:19:16.476 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 17:19:16.514 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_7de7de77_2q2i9GrA'. Using flavor 'rally_verify_7de7de77_2q2i9GrA' (ID = 08ca4328-55e2-4aa7-9666-68eadf99ae48) for the tests. 2020-07-02 17:19:16.514 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '08ca4328-55e2-4aa7-9666-68eadf99ae48' to option 'instance_type'. 2020-07-02 17:19:16.514 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 08ca4328-55e2-4aa7-9666-68eadf99ae48 2020-07-02 17:19:16.516 32 INFO rally.task.context [-] Verification be569127-a99a-4acb-a73a-2f558b0a82cd | Context tempest@default setup() finished in 0.83 sec 2020-07-02 17:19:16.516 32 INFO rally.task.context [-] Verification be569127-a99a-4acb-a73a-2f558b0a82cd | Context testr@default setup() finished in 0.48 msec 2020-07-02 17:19:16.517 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/fbb642b0-cb8d-4a8f-8108-9a705cd41a93'. 2020-07-02 17:19:20.993 32 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b"('metering extension not enabled.',)" 2020-07-02 17:19:21.116 32 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b"('metering extension not enabled.',)" 2020-07-02 17:19:38.991 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [5.323s] 2020-07-02 17:19:39.569 32 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [4.176s] 2020-07-02 17:19:39.860 32 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [4.543s] 2020-07-02 17:19:40.979 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [5.021s] 2020-07-02 17:19:41.183 32 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [4.345s] 2020-07-02 17:19:41.709 32 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [3.723s] 2020-07-02 17:19:41.918 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [4.780s] 2020-07-02 17:19:41.944 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [5.593s] 2020-07-02 17:19:42.193 32 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [5.893s] 2020-07-02 17:19:42.258 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [3.269s] 2020-07-02 17:19:42.435 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [4.775s] 2020-07-02 17:19:43.079 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [5.420s] 2020-07-02 17:19:43.500 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [7.346s] 2020-07-02 17:19:43.544 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [6.459s] 2020-07-02 17:19:44.098 32 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [6.295s] 2020-07-02 17:19:44.099 32 INFO opnfv-tempest [-] {23} 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.' 2020-07-02 17:19:44.529 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [6.936s] 2020-07-02 17:19:45.226 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [6.744s] 2020-07-02 17:19:45.286 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [6.471s] 2020-07-02 17:19:45.300 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [6.467s] 2020-07-02 17:19:45.359 32 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [5.499s] 2020-07-02 17:19:45.388 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [6.920s] 2020-07-02 17:19:45.814 32 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [4.108s] 2020-07-02 17:19:46.035 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [6.637s] 2020-07-02 17:19:46.920 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [5.940s] 2020-07-02 17:19:47.079 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [7.149s] 2020-07-02 17:19:47.161 32 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [5.978s] 2020-07-02 17:19:47.837 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [5.895s] 2020-07-02 17:19:47.917 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [5.659s] 2020-07-02 17:19:48.158 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [8.850s] 2020-07-02 17:19:48.194 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [6.971s] 2020-07-02 17:19:48.332 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [8.752s] 2020-07-02 17:19:48.843 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [6.410s] 2020-07-02 17:19:49.206 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [9.271s] 2020-07-02 17:19:49.630 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [7.713s] 2020-07-02 17:19:50.133 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [7.050s] 2020-07-02 17:19:50.216 32 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [4.399s] 2020-07-02 17:19:50.811 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [7.267s] 2020-07-02 17:19:50.922 32 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [3.758s] 2020-07-02 17:19:51.123 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [5.087s] 2020-07-02 17:19:51.127 32 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [9.243s] 2020-07-02 17:19:51.176 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [11.996s] 2020-07-02 17:19:51.240 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [6.012s] 2020-07-02 17:19:51.435 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [6.906s] 2020-07-02 17:19:51.514 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [6.125s] 2020-07-02 17:19:51.685 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [6.399s] 2020-07-02 17:19:52.207 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [2.576s] 2020-07-02 17:19:52.632 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [4.792s] 2020-07-02 17:19:52.793 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [4.459s] 2020-07-02 17:19:52.946 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [7.647s] 2020-07-02 17:19:53.021 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [5.101s] 2020-07-02 17:19:53.027 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [3.820s] 2020-07-02 17:19:53.182 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [3.049s] 2020-07-02 17:19:53.269 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [4.421s] 2020-07-02 17:19:53.377 32 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [9.851s] 2020-07-02 17:19:53.430 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [5.236s] 2020-07-02 17:19:53.557 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [2.434s] 2020-07-02 17:19:53.833 32 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [2.909s] 2020-07-02 17:19:53.922 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [1.715s] 2020-07-02 17:19:54.028 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [3.216s] 2020-07-02 17:19:54.341 32 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [3.214s] 2020-07-02 17:19:54.418 32 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.903s] 2020-07-02 17:19:54.670 32 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [2.037s] 2020-07-02 17:19:54.956 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.520s] 2020-07-02 17:19:55.104 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [11.604s] 2020-07-02 17:19:55.234 32 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.967s] 2020-07-02 17:19:55.393 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [2.601s] 2020-07-02 17:19:55.583 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [2.561s] 2020-07-02 17:19:56.012 32 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [2.826s] 2020-07-02 17:19:56.168 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [2.610s] 2020-07-02 17:19:56.228 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [9.148s] 2020-07-02 17:19:56.467 32 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [2.632s] 2020-07-02 17:19:56.496 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [3.469s] 2020-07-02 17:19:56.578 32 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [2.655s] 2020-07-02 17:19:56.846 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [3.898s] 2020-07-02 17:19:57.826 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [10.906s] 2020-07-02 17:19:57.899 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [4.467s] 2020-07-02 17:19:59.449 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [11.292s] 2020-07-02 17:19:59.582 32 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [5.553s] 2020-07-02 17:19:59.962 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [4.377s] 2020-07-02 17:20:00.275 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [8.589s] 2020-07-02 17:20:00.600 32 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [6.182s] 2020-07-02 17:20:00.766 32 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [6.426s] 2020-07-02 17:20:00.793 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [4.565s] 2020-07-02 17:20:00.985 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [9.811s] 2020-07-02 17:20:01.190 32 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [5.021s] 2020-07-02 17:20:01.242 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [10.001s] 2020-07-02 17:20:01.811 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [6.416s] 2020-07-02 17:20:01.997 32 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [6.892s] 2020-07-02 17:20:02.492 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [7.535s] 2020-07-02 17:20:02.768 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [4.942s] 2020-07-02 17:20:02.812 32 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [9.435s] 2020-07-02 17:20:03.195 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [5.295s] 2020-07-02 17:20:03.616 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [7.119s] 2020-07-02 17:20:04.185 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [7.336s] 2020-07-02 17:20:04.814 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [4.019s] 2020-07-02 17:20:05.150 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [4.875s] 2020-07-02 17:20:06.533 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [7.085s] 2020-07-02 17:20:06.802 32 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [6.034s] 2020-07-02 17:20:06.975 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [4.207s] 2020-07-02 17:20:07.051 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [7.088s] 2020-07-02 17:20:07.108 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [3.913s] 2020-07-02 17:20:07.124 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [5.878s] 2020-07-02 17:20:07.207 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [5.393s] 2020-07-02 17:20:07.804 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [2.988s] 2020-07-02 17:20:07.876 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [2.725s] 2020-07-02 17:20:08.269 32 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [4.652s] 2020-07-02 17:20:08.328 32 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [4.142s] 2020-07-02 17:20:08.517 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.465s] 2020-07-02 17:20:08.648 32 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [6.156s] 2020-07-02 17:20:09.012 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [2.035s] 2020-07-02 17:20:09.219 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [1.342s] 2020-07-02 17:20:09.336 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [2.129s] 2020-07-02 17:20:09.394 32 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [2.272s] 2020-07-02 17:20:09.427 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.623s] 2020-07-02 17:20:09.592 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.075s] 2020-07-02 17:20:09.859 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.749s] 2020-07-02 17:20:10.112 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.894s] 2020-07-02 17:20:10.649 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [9.663s] 2020-07-02 17:20:11.123 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [4.588s] 2020-07-02 17:20:11.865 32 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [2.528s] 2020-07-02 17:20:12.235 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [2.641s] 2020-07-02 17:20:12.374 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [2.515s] 2020-07-02 17:20:12.737 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [2.623s] 2020-07-02 17:20:13.147 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [3.718s] 2020-07-02 17:20:13.729 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [1.493s] 2020-07-02 17:20:14.064 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [3.413s] 2020-07-02 17:20:14.290 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.915s] 2020-07-02 17:20:14.452 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [1.306s] 2020-07-02 17:20:14.963 32 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [12.149s] 2020-07-02 17:20:14.970 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [1.241s] 2020-07-02 17:20:15.355 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.900s] 2020-07-02 17:20:15.393 32 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [2.655s] 2020-07-02 17:20:15.708 32 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.735s] 2020-07-02 17:20:15.784 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.427s] 2020-07-02 17:20:16.117 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [7.102s] 2020-07-02 17:20:16.544 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.760s] 2020-07-02 17:20:16.801 32 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.685s] 2020-07-02 17:20:17.297 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.754s] 2020-07-02 17:20:17.463 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [3.172s] 2020-07-02 17:20:17.980 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.680s] 2020-07-02 17:20:18.485 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.419s] 2020-07-02 17:20:18.660 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.680s] 2020-07-02 17:20:18.672 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [7.548s] 2020-07-02 17:20:20.013 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.352s] 2020-07-02 17:20:20.015 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-07-02 17:20:21.268 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.253s] 2020-07-02 17:20:22.042 32 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.368s] 2020-07-02 17:20:22.380 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [4.916s] 2020-07-02 17:20:22.708 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.329s] 2020-07-02 17:20:22.861 32 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.593s] 2020-07-02 17:20:24.033 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.548s] 2020-07-02 17:20:25.318 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.609s] 2020-07-02 17:20:27.405 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [2.085s] 2020-07-02 17:20:27.749 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.344s] 2020-07-02 17:20:28.091 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.341s] 2020-07-02 17:20:29.538 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [5.505s] 2020-07-02 17:20:29.754 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.662s] 2020-07-02 17:20:29.924 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.385s] 2020-07-02 17:20:31.466 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.709s] 2020-07-02 17:20:34.429 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.962s] 2020-07-02 17:20:35.975 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [6.048s] 2020-07-02 17:20:36.483 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.052s] 2020-07-02 17:20:37.138 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.164s] 2020-07-02 17:20:37.802 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.320s] 2020-07-02 17:20:39.715 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.911s] 2020-07-02 17:20:41.342 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.625s] 2020-07-02 17:20:42.003 32 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.661s] 2020-07-02 17:20:48.304 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [11.164s] 2020-07-02 17:20:53.980 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [5.676s] 2020-07-02 17:20:55.622 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.640s] 2020-07-02 17:21:05.159 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [9.537s] 2020-07-02 17:21:05.888 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.727s] 2020-07-02 17:21:09.536 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.646s] 2020-07-02 17:21:14.097 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.560s] 2020-07-02 17:21:15.271 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.173s] 2020-07-02 17:21:18.920 32 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.648s] 2020-07-02 17:21:31.416 32 INFO rally.task.context [-] Verification be569127-a99a-4acb-a73a-2f558b0a82cd | Context testr@default cleanup() started 2020-07-02 17:21:31.417 32 INFO rally.task.context [-] Verification be569127-a99a-4acb-a73a-2f558b0a82cd | Context testr@default cleanup() finished in 0.71 msec 2020-07-02 17:21:31.417 32 INFO rally.task.context [-] Verification be569127-a99a-4acb-a73a-2f558b0a82cd | Context tempest@default cleanup() started 2020-07-02 17:21:31.586 32 INFO rally.task.context [-] Verification be569127-a99a-4acb-a73a-2f558b0a82cd | Context tempest@default cleanup() finished in 0.17 sec 2020-07-02 17:21:31.612 32 INFO rally.api [-] Verification (UUID=7fb8de8a-9d0a-4e37-80e0-e1840d011962) has been successfully finished for deployment 'opnfv-rally' (UUID=f1dd76fc-bfa3-4a8c-b169-e9dbbd70346b)! 2020-07-02 17:21:33.223 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:21:33.224 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:21:33.224 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:21:34.843 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:21:34.844 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:21:34.844 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:21:36.804 96 INFO rally.api [-] Building 'html' report for the following verification(s): '7fb8de8a-9d0a-4e37-80e0-e1840d011962' 2020-07-02 17:21:36.830 96 INFO rally.api [-] The report has been successfully built. 2020-07-02 17:21:38.356 98 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:21:38.357 98 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:21:38.357 98 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:21:40.419 98 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7fb8de8a-9d0a-4e37-80e0-e1840d011962' 2020-07-02 17:21:40.431 98 INFO rally.api [-] The report has been successfully built.