2020-11-06 17:08:24.572 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:24.572 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:24.572 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:27.149 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-11-06 17:08:27.149 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:08:27.149 7 ERROR rally.cli.cliutils 2020-11-06 17:08:28.958 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:28.959 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:28.959 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:33.428 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:33.428 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:33.428 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:38.704 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:38.704 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:38.704 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:40.370 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:40.371 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:40.371 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:43.050 17 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-11-06 17:08:43.050 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:08:43.050 17 ERROR rally.cli.cliutils 2020-11-06 17:08:44.829 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:44.829 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:44.829 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:47.350 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 17:08:47.417 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-176f8c42-3f9c-421c-bc66-bbb0439baf37/repo. 2020-11-06 17:08:47.672 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-176f8c42-3f9c-421c-bc66-bbb0439baf37/repo'... done. ' 2020-11-06 17:08:47.684 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 17:08:47.701 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 17:08:47.763 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 17:08:48.564 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=176f8c42-3f9c-421c-bc66-bbb0439baf37) has been successfully created! 2020-11-06 17:08:50.254 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:50.255 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:50.255 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:55.023 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:55.024 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:55.024 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:57.585 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=176f8c42-3f9c-421c-bc66-bbb0439baf37) for deployment 'opnfv-rally' (UUID=9794b4e4-16d1-4135-90e3-4d79f50366fc). 2020-11-06 17:08:58.101 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=176f8c42-3f9c-421c-bc66-bbb0439baf37) has been successfully configured for deployment 'opnfv-rally' (UUID=9794b4e4-16d1-4135-90e3-4d79f50366fc)! 2020-11-06 17:09:07.607 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:09:07.608 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:09:07.608 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:09:10.083 34 INFO rally.api [-] Starting verification (UUID=d785cc08-55d9-49f2-9976-338b8e5ef6d9) for deployment 'opnfv-rally' (UUID=9794b4e4-16d1-4135-90e3-4d79f50366fc) by verifier 'opnfv-tempest' (UUID=176f8c42-3f9c-421c-bc66-bbb0439baf37). 2020-11-06 17:09:10.797 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 17:09:10.798 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-176f8c42-3f9c-421c-bc66-bbb0439baf37/for-deployment-9794b4e4-16d1-4135-90e3-4d79f50366fc/tempest.log' to option 'log_file'. 2020-11-06 17:09:10.798 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-176f8c42-3f9c-421c-bc66-bbb0439baf37/for-deployment-9794b4e4-16d1-4135-90e3-4d79f50366fc/tempest.log 2020-11-06 17:09:10.799 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 17:09:10.799 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-176f8c42-3f9c-421c-bc66-bbb0439baf37/for-deployment-9794b4e4-16d1-4135-90e3-4d79f50366fc/lock_files' to option 'lock_path'. 2020-11-06 17:09:10.799 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-176f8c42-3f9c-421c-bc66-bbb0439baf37/for-deployment-9794b4e4-16d1-4135-90e3-4d79f50366fc/lock_files 2020-11-06 17:09:10.800 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 17:09:10.800 34 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-11-06 17:09:10.800 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 830fda0d-2af8-485b-bace-6738b2e0ef4e 2020-11-06 17:09:10.801 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0aa63262-bc09-4753-8156-b88ec191d358 2020-11-06 17:09:10.801 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5e34b4ca-67f9-4e09-8503-e19995e47641 2020-11-06 17:09:10.802 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bf4f05bb-8821-45dc-bd0b-f8aff060be09 2020-11-06 17:09:11.052 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 17:09:11.052 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_c78970c8-e3a1-4266-b985-9ba7a4f51f4c 2020-11-06 17:09:11.053 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 17:09:11.148 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 17:09:11.191 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-06 17:09:11.192 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d785cc08_w1hJ53dh' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-06 17:09:11.230 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d785cc08_w1hJ53dh' (ID = 8dae0da7-2dc4-4a23-9d60-c5c05e8a1fdd) has been successfully created! 2020-11-06 17:09:11.231 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8dae0da7-2dc4-4a23-9d60-c5c05e8a1fdd' to option 'instance_type'. 2020-11-06 17:09:11.231 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8dae0da7-2dc4-4a23-9d60-c5c05e8a1fdd 2020-11-06 17:09:11.233 34 INFO rally.task.context [-] Verification 176f8c42-3f9c-421c-bc66-bbb0439baf37 | Context tempest@default setup() finished in 0.91 sec 2020-11-06 17:09:11.234 34 INFO rally.task.context [-] Verification 176f8c42-3f9c-421c-bc66-bbb0439baf37 | Context testr@default setup() finished in 0.63 msec 2020-11-06 17:09:11.234 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/cac4657b-0926-442b-80c1-2362ea6e8ff0'. 2020-11-06 17:09:16.776 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.292s] 2020-11-06 17:09:17.305 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.323s] 2020-11-06 17:09:17.414 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.107s] 2020-11-06 17:09:31.422 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.080s] 2020-11-06 17:09:32.139 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.487s] 2020-11-06 17:09:35.594 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.171s] 2020-11-06 17:09:40.166 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON ... skip: b'Metadata is read-only on non-Xen-based deployments.' 2020-11-06 17:09:41.150 34 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.266s] 2020-11-06 17:09:41.342 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.261s] 2020-11-06 17:09:41.386 34 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.236s] 2020-11-06 17:09:43.154 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.179s] 2020-11-06 17:09:43.181 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.026s] 2020-11-06 17:09:43.366 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.184s] 2020-11-06 17:09:43.376 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2020-11-06 17:09:43.400 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.024s] 2020-11-06 17:09:47.173 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.770s] 2020-11-06 17:09:47.347 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.173s] 2020-11-06 17:09:47.823 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.475s] 2020-11-06 17:09:47.979 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.155s] 2020-11-06 17:09:47.981 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-11-06 17:09:55.545 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.139s] 2020-11-06 17:09:55.567 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.021s] 2020-11-06 17:09:55.910 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.343s] 2020-11-06 17:09:55.934 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.023s] 2020-11-06 17:09:55.954 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.020s] 2020-11-06 17:09:56.002 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.047s] 2020-11-06 17:09:56.094 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.092s] 2020-11-06 17:09:56.200 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.105s] 2020-11-06 17:09:56.567 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [15.224s] 2020-11-06 17:09:56.587 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.385s] 2020-11-06 17:09:56.609 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.023s] 2020-11-06 17:09:56.780 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.171s] 2020-11-06 17:10:02.101 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.196s] 2020-11-06 17:10:03.698 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.531s] 2020-11-06 17:10:18.112 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [16.010s] 2020-11-06 17:10:25.556 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [15.962s] 2020-11-06 17:10:25.758 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.538s] 2020-11-06 17:10:25.840 34 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-11-06 17:10:26.125 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.366s] 2020-11-06 17:10:26.448 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.323s] 2020-11-06 17:10:26.806 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.357s] 2020-11-06 17:10:27.057 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.251s] 2020-11-06 17:10:27.247 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.190s] 2020-11-06 17:10:27.417 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.169s] 2020-11-06 17:10:27.561 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.143s] 2020-11-06 17:10:27.664 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.103s] 2020-11-06 17:10:27.852 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.187s] 2020-11-06 17:10:28.187 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.334s] 2020-11-06 17:10:28.728 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.617s] 2020-11-06 17:10:33.046 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.025s] 2020-11-06 17:10:33.216 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.170s] 2020-11-06 17:10:33.560 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.343s] 2020-11-06 17:10:33.718 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.157s] 2020-11-06 17:10:33.719 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-11-06 17:10:38.629 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.900s] 2020-11-06 17:10:53.019 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.870s] 2020-11-06 17:10:55.285 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.471s] 2020-11-06 17:11:07.162 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.137s] 2020-11-06 17:11:11.948 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.523s] 2020-11-06 17:11:12.545 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.596s] 2020-11-06 17:11:13.169 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.623s] 2020-11-06 17:11:13.995 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.827s] 2020-11-06 17:11:14.784 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.788s] 2020-11-06 17:11:15.027 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.739s] 2020-11-06 17:11:15.686 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.901s] 2020-11-06 17:11:16.180 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.495s] 2020-11-06 17:11:17.205 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.024s] 2020-11-06 17:11:18.895 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.690s] 2020-11-06 17:11:19.698 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.800s] 2020-11-06 17:11:20.357 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.660s] 2020-11-06 17:11:20.961 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.604s] 2020-11-06 17:11:21.749 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.787s] 2020-11-06 17:11:24.130 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [2.380s] 2020-11-06 17:11:24.819 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.689s] 2020-11-06 17:11:25.481 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.661s] 2020-11-06 17:11:26.090 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.609s] 2020-11-06 17:11:26.674 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.585s] 2020-11-06 17:11:27.625 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [48.989s] 2020-11-06 17:11:30.618 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.996s] 2020-11-06 17:11:33.343 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.226s] 2020-11-06 17:11:34.192 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.848s] 2020-11-06 17:11:34.279 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.115s] 2020-11-06 17:11:34.711 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.518s] 2020-11-06 17:11:35.104 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.392s] 2020-11-06 17:11:35.674 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.644s] 2020-11-06 17:11:36.809 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.703s] 2020-11-06 17:11:37.707 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.897s] 2020-11-06 17:11:38.328 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.622s] 2020-11-06 17:11:38.458 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.130s] 2020-11-06 17:11:38.477 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.019s] 2020-11-06 17:11:38.496 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2020-11-06 17:11:38.513 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2020-11-06 17:11:40.685 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.602s] 2020-11-06 17:11:42.994 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.113s] 2020-11-06 17:11:43.170 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.500s] 2020-11-06 17:11:49.447 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.165s] 2020-11-06 17:11:49.542 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.258s] 2020-11-06 17:11:51.726 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.183s] 2020-11-06 17:11:53.849 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.123s] 2020-11-06 17:11:56.697 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.144s] 2020-11-06 17:11:58.472 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2020-11-06 17:12:00.315 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.446s] 2020-11-06 17:12:01.631 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.356s] 2020-11-06 17:12:01.947 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.314s] 2020-11-06 17:12:06.094 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.059s] 2020-11-06 17:12:06.192 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2020-11-06 17:12:06.623 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.170s] 2020-11-06 17:12:11.028 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.100s] 2020-11-06 17:12:12.851 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2020-11-06 17:12:13.144 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.292s] 2020-11-06 17:12:13.284 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.141s] 2020-11-06 17:12:13.379 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.285s] 2020-11-06 17:12:13.922 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.160s] 2020-11-06 17:12:15.008 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.628s] 2020-11-06 17:12:15.082 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.073s] 2020-11-06 17:12:15.191 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.109s] 2020-11-06 17:12:17.071 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2020-11-06 17:12:17.083 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.012s] 2020-11-06 17:12:17.140 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.056s] 2020-11-06 17:12:17.188 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.048s] 2020-11-06 17:12:17.237 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.049s] 2020-11-06 17:12:17.321 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.083s] 2020-11-06 17:12:17.500 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.179s] 2020-11-06 17:12:17.561 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.059s] 2020-11-06 17:12:17.618 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.056s] 2020-11-06 17:12:17.684 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.065s] 2020-11-06 17:12:20.733 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.262s] 2020-11-06 17:12:20.756 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.023s] 2020-11-06 17:12:22.524 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.060s] 2020-11-06 17:12:22.623 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.099s] 2020-11-06 17:12:22.673 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.049s] 2020-11-06 17:12:22.719 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.045s] 2020-11-06 17:12:22.770 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.049s] 2020-11-06 17:12:22.802 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.033s] 2020-11-06 17:12:22.833 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.030s] 2020-11-06 17:12:22.863 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.029s] 2020-11-06 17:12:23.019 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.154s] 2020-11-06 17:12:23.208 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.189s] 2020-11-06 17:12:25.335 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.140s] 2020-11-06 17:12:25.396 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2020-11-06 17:12:25.531 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.134s] 2020-11-06 17:12:26.724 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [12.800s] 2020-11-06 17:12:30.666 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.077s] 2020-11-06 17:12:31.477 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.813s] 2020-11-06 17:12:33.296 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [52.699s] 2020-11-06 17:12:33.448 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.964s] 2020-11-06 17:12:33.956 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.512s] 2020-11-06 17:12:34.955 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.229s] 2020-11-06 17:12:34.998 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.040s] 2020-11-06 17:12:35.024 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.697s] 2020-11-06 17:12:35.823 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.827s] 2020-11-06 17:12:37.551 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.724s] 2020-11-06 17:12:37.607 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.058s] 2020-11-06 17:12:38.489 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.464s] 2020-11-06 17:12:40.163 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.156s] 2020-11-06 17:12:41.995 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.502s] 2020-11-06 17:12:45.373 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.380s] 2020-11-06 17:12:47.052 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.291s] 2020-11-06 17:12:47.056 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.023s] 2020-11-06 17:12:47.097 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.041s] 2020-11-06 17:12:49.167 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.114s] 2020-11-06 17:12:51.302 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.217s] 2020-11-06 17:12:53.765 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.309s] 2020-11-06 17:12:54.817 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.445s] 2020-11-06 17:12:55.130 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.312s] 2020-11-06 17:12:55.867 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.100s] 2020-11-06 17:12:55.930 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.063s] 2020-11-06 17:12:58.047 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.115s] 2020-11-06 17:13:00.176 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.128s] 2020-11-06 17:13:02.319 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.142s] 2020-11-06 17:13:04.057 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.735s] 2020-11-06 17:13:04.277 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.970s] 2020-11-06 17:13:04.450 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.130s] 2020-11-06 17:13:06.577 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.126s] 2020-11-06 17:13:08.721 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.143s] 2020-11-06 17:13:10.691 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.634s] 2020-11-06 17:13:10.843 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.121s] 2020-11-06 17:13:13.001 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.155s] 2020-11-06 17:13:15.192 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.191s] 2020-11-06 17:13:16.306 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.026s] 2020-11-06 17:13:16.335 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.028s] 2020-11-06 17:13:16.357 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2020-11-06 17:13:17.336 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.143s] 2020-11-06 17:13:18.227 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.318s] 2020-11-06 17:13:18.346 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.119s] 2020-11-06 17:13:19.477 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.138s] 2020-11-06 17:13:21.623 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.147s] 2020-11-06 17:13:23.783 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.157s] 2020-11-06 17:13:25.951 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.165s] 2020-11-06 17:13:25.978 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.653s] 2020-11-06 17:13:28.132 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.180s] 2020-11-06 17:13:30.301 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.167s] 2020-11-06 17:13:30.862 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.883s] 2020-11-06 17:13:34.257 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.395s] 2020-11-06 17:13:35.182 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.332s] 2020-11-06 17:13:35.507 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.324s] 2020-11-06 17:13:38.995 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.737s] 2020-11-06 17:13:42.538 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.542s] 2020-11-06 17:13:46.013 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.475s] 2020-11-06 17:13:49.189 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.174s] 2020-11-06 17:13:51.657 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [16.146s] 2020-11-06 17:13:53.647 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.457s] 2020-11-06 17:13:57.199 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.553s] 2020-11-06 17:13:57.394 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.194s] 2020-11-06 17:13:57.502 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.107s] 2020-11-06 17:13:57.601 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.099s] 2020-11-06 17:13:57.657 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2020-11-06 17:13:57.709 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.053s] 2020-11-06 17:13:57.803 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.093s] 2020-11-06 17:13:57.930 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.127s] 2020-11-06 17:13:57.988 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2020-11-06 17:13:59.089 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [1.100s] 2020-11-06 17:13:59.942 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.064s] 2020-11-06 17:14:00.003 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.061s] 2020-11-06 17:14:00.084 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.080s] 2020-11-06 17:14:00.476 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.392s] 2020-11-06 17:14:00.638 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.161s] 2020-11-06 17:14:00.941 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.303s] 2020-11-06 17:14:01.010 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.068s] 2020-11-06 17:14:01.090 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.080s] 2020-11-06 17:14:01.166 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.075s] 2020-11-06 17:14:01.244 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.078s] 2020-11-06 17:14:01.302 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.057s] 2020-11-06 17:14:01.421 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.118s] 2020-11-06 17:14:01.541 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.119s] 2020-11-06 17:14:01.636 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.095s] 2020-11-06 17:14:01.714 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.078s] 2020-11-06 17:14:03.374 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.284s] 2020-11-06 17:14:08.747 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2020-11-06 17:14:08.778 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.031s] 2020-11-06 17:14:08.845 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.067s] 2020-11-06 17:14:08.893 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.047s] 2020-11-06 17:14:08.907 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2020-11-06 17:14:08.924 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.016s] 2020-11-06 17:14:08.936 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-11-06 17:14:08.985 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.048s] 2020-11-06 17:14:08.999 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2020-11-06 17:14:09.044 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.045s] 2020-11-06 17:14:09.056 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2020-11-06 17:14:09.131 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.074s] 2020-11-06 17:14:09.197 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.065s] 2020-11-06 17:14:09.257 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.059s] 2020-11-06 17:14:09.318 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.061s] 2020-11-06 17:14:09.332 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.014s] 2020-11-06 17:14:09.383 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.049s] 2020-11-06 17:14:09.435 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.051s] 2020-11-06 17:14:09.481 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.047s] 2020-11-06 17:14:09.524 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.042s] 2020-11-06 17:14:18.197 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.697s] 2020-11-06 17:14:18.222 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.124s] 2020-11-06 17:14:18.266 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.069s] 2020-11-06 17:14:18.325 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.104s] 2020-11-06 17:14:18.572 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.306s] 2020-11-06 17:14:19.745 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.173s] 2020-11-06 17:14:24.711 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.965s] 2020-11-06 17:14:24.756 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.044s] 2020-11-06 17:14:24.807 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.051s] 2020-11-06 17:14:34.455 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2020-11-06 17:14:36.667 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.015s] 2020-11-06 17:14:36.683 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.016s] 2020-11-06 17:14:36.696 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.013s] 2020-11-06 17:14:36.728 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.031s] 2020-11-06 17:14:36.737 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.009s] 2020-11-06 17:14:36.989 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.247s] 2020-11-06 17:14:36.995 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.010s] 2020-11-06 17:14:37.011 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.015s] 2020-11-06 17:14:37.023 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.012s] 2020-11-06 17:14:37.027 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-11-06 17:14:37.040 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.013s] 2020-11-06 17:14:37.192 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.152s] 2020-11-06 17:15:03.905 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.079s] 2020-11-06 17:15:11.876 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.460s] 2020-11-06 17:15:13.615 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.185s] 2020-11-06 17:15:13.664 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.049s] 2020-11-06 17:15:16.213 34 INFO rally.task.context [-] Verification 176f8c42-3f9c-421c-bc66-bbb0439baf37 | Context testr@default cleanup() started 2020-11-06 17:15:16.213 34 INFO rally.task.context [-] Verification 176f8c42-3f9c-421c-bc66-bbb0439baf37 | Context testr@default cleanup() finished in 0.73 msec 2020-11-06 17:15:16.214 34 INFO rally.task.context [-] Verification 176f8c42-3f9c-421c-bc66-bbb0439baf37 | Context tempest@default cleanup() started 2020-11-06 17:15:16.379 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d785cc08_w1hJ53dh'. 2020-11-06 17:15:16.593 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d785cc08_w1hJ53dh' has been deleted. 2020-11-06 17:15:16.593 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '8dae0da7-2dc4-4a23-9d60-c5c05e8a1fdd' of option 'instance_type' from Tempest config file. 2020-11-06 17:15:16.594 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '8dae0da7-2dc4-4a23-9d60-c5c05e8a1fdd' has been removed. 2020-11-06 17:15:16.595 34 INFO rally.task.context [-] Verification 176f8c42-3f9c-421c-bc66-bbb0439baf37 | Context tempest@default cleanup() finished in 0.38 sec 2020-11-06 17:15:16.634 34 INFO rally.api [-] Verification (UUID=d785cc08-55d9-49f2-9976-338b8e5ef6d9) has been successfully finished for deployment 'opnfv-rally' (UUID=9794b4e4-16d1-4135-90e3-4d79f50366fc)! 2020-11-06 17:15:18.461 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:15:18.461 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:15:18.461 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:15:20.352 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:15:20.352 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:15:20.352 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:15:23.005 77 INFO rally.api [-] Building 'html' report for the following verification(s): 'd785cc08-55d9-49f2-9976-338b8e5ef6d9' 2020-11-06 17:15:23.031 77 INFO rally.api [-] The report has been successfully built. 2020-11-06 17:15:24.797 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:15:24.797 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:15:24.797 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:15:27.433 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd785cc08-55d9-49f2-9976-338b8e5ef6d9' 2020-11-06 17:15:27.446 79 INFO rally.api [-] The report has been successfully built.