2020-09-19 08:20:20.423 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:20:20.429 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:20:20.430 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 08:20:41.335 7 ERROR rally.cli.cliutils 2020-09-19 08:20:55.073 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:20:55.079 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:20:55.081 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:21:31.167 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:21:31.172 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:21:31.174 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:22:09.597 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:22:09.603 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:22:09.604 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:22:23.119 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:22:23.124 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:22:23.126 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:22:43.116 37 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-09-19 08:22:43.116 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils force=force) 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 08:22:43.116 37 ERROR rally.cli.cliutils 2020-09-19 08:22:56.654 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:22:56.659 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:22:56.661 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:23:16.167 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 08:23:16.636 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1/repo. 2020-09-19 08:23:17.593 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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-09-19 08:23:17.688 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 08:23:17.749 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 08:23:17.813 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 08:23:18.383 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 08:23:24.260 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1) has been successfully created! 2020-09-19 08:23:37.472 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:23:37.477 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:23:37.479 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:24:10.759 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:24:10.765 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:24:10.766 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:24:31.157 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1) for deployment 'opnfv-rally' (UUID=3ec3f482-eb93-45c0-8f42-4edca6e155a6). 2020-09-19 08:24:32.585 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1) has been successfully configured for deployment 'opnfv-rally' (UUID=3ec3f482-eb93-45c0-8f42-4edca6e155a6)! 2020-09-19 08:25:47.036 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:25:47.041 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:25:47.043 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:26:07.172 95 INFO rally.api [-] Starting verification (UUID=9dda79ca-8bcb-42e0-8b24-2c2abfc2c271) for deployment 'opnfv-rally' (UUID=3ec3f482-eb93-45c0-8f42-4edca6e155a6) by verifier 'opnfv-tempest' (UUID=296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1). 2020-09-19 08:26:11.251 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 08:26:11.254 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1/for-deployment-3ec3f482-eb93-45c0-8f42-4edca6e155a6/tempest.log' to option 'log_file'. 2020-09-19 08:26:11.256 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1/for-deployment-3ec3f482-eb93-45c0-8f42-4edca6e155a6/tempest.log 2020-09-19 08:26:11.257 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 08:26:11.259 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1/for-deployment-3ec3f482-eb93-45c0-8f42-4edca6e155a6/lock_files' to option 'lock_path'. 2020-09-19 08:26:11.260 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1/for-deployment-3ec3f482-eb93-45c0-8f42-4edca6e155a6/lock_files 2020-09-19 08:26:11.262 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 08:26:11.264 95 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-09-19 08:26:11.266 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9493b0b8-0ce9-440d-a2c7-f9dc370ccee2 2020-09-19 08:26:11.268 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 90b4a37c-58ba-4912-a2a5-c404ae11877b 2020-09-19 08:26:11.271 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 09d2a254-73a7-4159-92f4-d3c61c3aaeaa 2020-09-19 08:26:11.275 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = aaddb653-5d49-4caa-9b74-e60e01223caa 2020-09-19 08:26:11.662 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 08:26:11.664 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole-net_3dacad3f-aed1-4634-81c2-33209dcab8ad 2020-09-19 08:26:11.668 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 08:26:12.390 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 08:26:12.467 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-19 08:26:12.470 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_9dda79ca_cGdnaw82' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-19 08:26:12.542 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9dda79ca_cGdnaw82' (ID = 11b7cbf8-6946-4469-b81a-0c4783399935) has been successfully created! 2020-09-19 08:26:12.544 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '11b7cbf8-6946-4469-b81a-0c4783399935' to option 'instance_type'. 2020-09-19 08:26:12.546 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 11b7cbf8-6946-4469-b81a-0c4783399935 2020-09-19 08:26:12.560 95 INFO rally.task.context [-] Verification 296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1 | Context tempest@default setup() finished in 4.41 sec 2020-09-19 08:26:12.562 95 INFO rally.task.context [-] Verification 296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1 | Context testr@default setup() finished in 1.05 msec 2020-09-19 08:26:12.563 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/796f617c-47a6-4c6b-aa65-74676523e53d'. 2020-09-19 08:27:00.036 95 INFO opnfv-tempest [-] {24} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b"('metering extension not enabled.',)" 2020-09-19 08:27:02.578 95 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.968s] 2020-09-19 08:27:02.959 95 INFO opnfv-tempest [-] {28} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b"('metering extension not enabled.',)" 2020-09-19 08:27:04.202 95 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [2.019s] 2020-09-19 08:27:05.877 95 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.680s] 2020-09-19 08:27:06.324 95 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.501s] 2020-09-19 08:27:06.818 95 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [2.027s] 2020-09-19 08:27:07.528 95 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.220s] 2020-09-19 08:27:07.638 95 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.756s] 2020-09-19 08:27:08.074 95 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.302s] 2020-09-19 08:27:08.908 95 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [3.110s] 2020-09-19 08:27:09.337 95 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [2.525s] 2020-09-19 08:27:09.368 95 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.829s] 2020-09-19 08:27:09.417 95 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [2.369s] 2020-09-19 08:27:10.488 95 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [3.991s] 2020-09-19 08:27:10.594 95 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [2.947s] 2020-09-19 08:27:10.702 95 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [2.648s] 2020-09-19 08:27:11.658 95 INFO opnfv-tempest [-] {23} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [2.243s] 2020-09-19 08:27:11.717 95 INFO opnfv-tempest [-] {9} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [2.347s] 2020-09-19 08:27:11.986 95 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [5.051s] 2020-09-19 08:27:12.486 95 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [9.926s] 2020-09-19 08:27:12.532 95 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [3.352s] 2020-09-19 08:27:12.601 95 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [3.699s] 2020-09-19 08:27:12.935 95 INFO opnfv-tempest [-] {26} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [4.367s] 2020-09-19 08:27:13.066 95 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [3.722s] 2020-09-19 08:27:13.981 95 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [3.284s] 2020-09-19 08:27:14.031 95 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [4.295s] 2020-09-19 08:27:14.041 95 INFO opnfv-tempest [-] {29} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1843290 is resolved.' 2020-09-19 08:27:14.399 95 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.871s] 2020-09-19 08:27:14.407 95 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [1.898s] 2020-09-19 08:27:15.019 95 INFO opnfv-tempest [-] {16} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [2.345s] 2020-09-19 08:27:15.054 95 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [4.579s] 2020-09-19 08:27:15.333 95 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.925s] 2020-09-19 08:27:15.372 95 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [2.362s] 2020-09-19 08:27:15.473 95 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [1.075s] 2020-09-19 08:27:15.526 95 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [2.867s] 2020-09-19 08:27:15.536 95 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [2.401s] 2020-09-19 08:27:15.676 95 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.659s] 2020-09-19 08:27:15.703 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.635s] 2020-09-19 08:27:16.029 95 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.681s] 2020-09-19 08:27:16.083 95 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.703s] 2020-09-19 08:27:16.091 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.404s] 2020-09-19 08:27:16.412 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.888s] 2020-09-19 08:27:16.484 95 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.832s] 2020-09-19 08:27:16.593 95 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [5.319s] 2020-09-19 08:27:16.973 95 INFO opnfv-tempest [-] {14} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.910s] 2020-09-19 08:27:16.997 95 INFO opnfv-tempest [-] {25} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.486s] 2020-09-19 08:27:17.021 95 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.313s] 2020-09-19 08:27:17.034 95 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.971s] 2020-09-19 08:27:17.061 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.990s] 2020-09-19 08:27:17.280 95 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.584s] 2020-09-19 08:27:17.313 95 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [3.152s] 2020-09-19 08:27:17.363 95 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.883s] 2020-09-19 08:27:17.397 95 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.436s] 2020-09-19 08:27:17.502 95 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [2.871s] 2020-09-19 08:27:17.558 95 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [4.680s] 2020-09-19 08:27:17.645 95 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [2.685s] 2020-09-19 08:27:17.950 95 INFO opnfv-tempest [-] {17} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [2.474s] 2020-09-19 08:27:18.098 95 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [6.116s] 2020-09-19 08:27:18.202 95 INFO opnfv-tempest [-] {13} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.189s] 2020-09-19 08:27:18.222 95 INFO opnfv-tempest [-] {5} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.850s] 2020-09-19 08:27:18.414 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [2.019s] 2020-09-19 08:27:18.452 95 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.085s] 2020-09-19 08:27:18.490 95 INFO opnfv-tempest [-] {19} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [3.012s] 2020-09-19 08:27:18.706 95 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.700s] 2020-09-19 08:27:18.722 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.609s] 2020-09-19 08:27:18.805 95 INFO opnfv-tempest [-] {27} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.740s] 2020-09-19 08:27:18.878 95 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.606s] 2020-09-19 08:27:19.041 95 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.750s] 2020-09-19 08:27:19.486 95 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [2.820s] 2020-09-19 08:27:19.632 95 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.167s] 2020-09-19 08:27:19.768 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [3.016s] 2020-09-19 08:27:19.849 95 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [2.194s] 2020-09-19 08:27:19.988 95 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.369s] 2020-09-19 08:27:20.001 95 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [3.292s] 2020-09-19 08:27:20.232 95 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [2.728s] 2020-09-19 08:27:20.254 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.576s] 2020-09-19 08:27:20.548 95 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.658s] 2020-09-19 08:27:20.617 95 INFO opnfv-tempest [-] {11} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.929s] 2020-09-19 08:27:20.980 95 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.345s] 2020-09-19 08:27:21.052 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.293s] 2020-09-19 08:27:21.252 95 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [3.686s] 2020-09-19 08:27:21.293 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [1.019s] 2020-09-19 08:27:21.315 95 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.306s] 2020-09-19 08:27:21.388 95 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.535s] 2020-09-19 08:27:21.498 95 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.265s] 2020-09-19 08:27:21.636 95 INFO opnfv-tempest [-] {18} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.060s] 2020-09-19 08:27:21.645 95 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.520s] 2020-09-19 08:27:21.662 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [3.210s] 2020-09-19 08:27:21.930 95 INFO opnfv-tempest [-] {6} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.948s] 2020-09-19 08:27:22.294 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.236s] 2020-09-19 08:27:22.399 95 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [2.407s] 2020-09-19 08:27:22.413 95 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [2.908s] 2020-09-19 08:27:22.708 95 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.411s] 2020-09-19 08:27:22.757 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [1.463s] 2020-09-19 08:27:22.953 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [9.959s] 2020-09-19 08:27:23.241 95 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.737s] 2020-09-19 08:27:23.350 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.590s] 2020-09-19 08:27:23.421 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.769s] 2020-09-19 08:27:23.453 95 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [2.035s] 2020-09-19 08:27:23.471 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.166s] 2020-09-19 08:27:23.836 95 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.118s] 2020-09-19 08:27:23.850 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.489s] 2020-09-19 08:27:23.967 95 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.561s] 2020-09-19 08:27:24.586 95 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.205s] 2020-09-19 08:27:24.699 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.755s] 2020-09-19 08:27:24.811 95 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.568s] 2020-09-19 08:27:24.974 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.507s] 2020-09-19 08:27:25.165 95 INFO opnfv-tempest [-] {22} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [3.911s] 2020-09-19 08:27:25.289 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.877s] 2020-09-19 08:27:25.378 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.533s] 2020-09-19 08:27:25.457 95 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [6.400s] 2020-09-19 08:27:25.494 95 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.867s] 2020-09-19 08:27:25.558 95 INFO opnfv-tempest [-] {20} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.723s] 2020-09-19 08:27:25.797 95 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.825s] 2020-09-19 08:27:25.989 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.610s] 2020-09-19 08:27:26.498 95 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.681s] 2020-09-19 08:27:26.669 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.673s] 2020-09-19 08:27:26.936 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.963s] 2020-09-19 08:27:26.994 95 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.538s] 2020-09-19 08:27:27.801 95 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.772s] 2020-09-19 08:27:27.815 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.492s] 2020-09-19 08:27:27.875 95 INFO opnfv-tempest [-] {4} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [3.243s] 2020-09-19 08:27:27.902 95 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.369s] 2020-09-19 08:27:27.907 95 INFO opnfv-tempest [-] {7} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.120s] 2020-09-19 08:27:28.706 95 INFO opnfv-tempest [-] {12} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.829s] 2020-09-19 08:27:29.648 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.700s] 2020-09-19 08:27:29.730 95 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [4.238s] 2020-09-19 08:27:30.504 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.855s] 2020-09-19 08:27:31.435 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.924s] 2020-09-19 08:27:32.261 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.821s] 2020-09-19 08:27:32.580 95 INFO opnfv-tempest [-] {21} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [6.776s] 2020-09-19 08:27:32.615 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [7.916s] 2020-09-19 08:27:33.087 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.814s] 2020-09-19 08:27:33.105 95 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [5.301s] 2020-09-19 08:27:33.994 95 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.896s] 2020-09-19 08:27:34.007 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.913s] 2020-09-19 08:27:34.044 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [6.256s] 2020-09-19 08:27:34.479 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.864s] 2020-09-19 08:27:34.960 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.956s] 2020-09-19 08:27:35.386 95 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.400s] 2020-09-19 08:27:35.617 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.563s] 2020-09-19 08:27:35.762 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.799s] 2020-09-19 08:27:37.094 95 INFO opnfv-tempest [-] {10} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.700s] 2020-09-19 08:27:37.363 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.592s] 2020-09-19 08:27:37.379 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.005s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-09-19 08:27:37.956 95 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [8.214s] 2020-09-19 08:27:39.328 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.958s] 2020-09-19 08:27:39.601 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.116s] 2020-09-19 08:27:41.373 95 INFO opnfv-tempest [-] {15} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.038s] 2020-09-19 08:27:42.656 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [7.042s] 2020-09-19 08:27:43.258 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.597s] 2020-09-19 08:27:44.041 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.749s] 2020-09-19 08:27:44.052 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.409s] 2020-09-19 08:27:45.546 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.528s] 2020-09-19 08:27:46.521 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.967s] 2020-09-19 08:27:47.124 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [3.097s] 2020-09-19 08:27:49.022 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.896s] 2020-09-19 08:27:49.793 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.760s] 2020-09-19 08:27:50.622 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.826s] 2020-09-19 08:27:52.536 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.903s] 2020-09-19 08:27:55.110 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.566s] 2020-09-19 08:27:58.953 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.842s] 2020-09-19 08:27:59.042 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [12.508s] 2020-09-19 08:28:03.453 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [4.417s] 2020-09-19 08:28:04.095 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [5.138s] 2020-09-19 08:28:06.180 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.081s] 2020-09-19 08:28:08.984 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.791s] 2020-09-19 08:28:11.560 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.580s] 2020-09-19 08:28:12.757 95 INFO opnfv-tempest [-] {8} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.196s] 2020-09-19 08:28:15.149 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [11.690s] 2020-09-19 08:28:16.009 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.855s] 2020-09-19 08:28:23.273 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [7.266s] 2020-09-19 08:28:29.241 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.958s] 2020-09-19 08:28:30.714 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.471s] 2020-09-19 08:28:34.762 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.037s] 2020-09-19 08:28:38.840 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.077s] 2020-09-19 08:28:40.094 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.200s] 2020-09-19 08:28:43.648 95 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.596s] 2020-09-19 08:28:58.250 95 INFO rally.task.context [-] Verification 296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1 | Context testr@default cleanup() started 2020-09-19 08:28:58.254 95 INFO rally.task.context [-] Verification 296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1 | Context testr@default cleanup() finished in 3.84 msec 2020-09-19 08:28:58.258 95 INFO rally.task.context [-] Verification 296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1 | Context tempest@default cleanup() started 2020-09-19 08:28:58.729 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_9dda79ca_cGdnaw82'. 2020-09-19 08:28:58.923 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9dda79ca_cGdnaw82' has been deleted. 2020-09-19 08:28:58.927 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '11b7cbf8-6946-4469-b81a-0c4783399935' of option 'instance_type' from Tempest config file. 2020-09-19 08:28:58.929 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '11b7cbf8-6946-4469-b81a-0c4783399935' has been removed. 2020-09-19 08:28:58.953 95 INFO rally.task.context [-] Verification 296dbc3b-0d6b-4c5f-a4ef-6287b7cb79c1 | Context tempest@default cleanup() finished in 0.70 sec 2020-09-19 08:28:59.065 95 INFO rally.api [-] Verification (UUID=9dda79ca-8bcb-42e0-8b24-2c2abfc2c271) has been successfully finished for deployment 'opnfv-rally' (UUID=3ec3f482-eb93-45c0-8f42-4edca6e155a6)! 2020-09-19 08:29:11.228 255 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:29:11.233 255 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:29:11.235 255 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:29:24.875 258 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:29:24.880 258 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:29:24.881 258 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:29:43.126 258 INFO rally.api [-] Building 'html' report for the following verification(s): '9dda79ca-8bcb-42e0-8b24-2c2abfc2c271' 2020-09-19 08:29:43.348 258 INFO rally.api [-] The report has been successfully built. 2020-09-19 08:29:55.787 265 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:29:55.793 265 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:29:55.794 265 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:30:14.833 265 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9dda79ca-8bcb-42e0-8b24-2c2abfc2c271' 2020-09-19 08:30:14.953 265 INFO rally.api [-] The report has been successfully built.