2020-07-10 11:50:21.163 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:50:21.163 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:50:21.164 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:50:23.720 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-07-10 11:50:23.720 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:50:23.720 7 ERROR rally.cli.cliutils 2020-07-10 11:50:25.390 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:50:25.390 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:50:25.390 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:50:29.832 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:50:29.833 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:50:29.833 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:50:34.437 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:50:34.437 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:50:34.438 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:50:35.846 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:50:35.847 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:50:35.847 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:50:38.174 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-07-10 11:50:38.174 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:50:38.174 17 ERROR rally.cli.cliutils 2020-07-10 11:50:39.745 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:50:39.745 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:50:39.745 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:50:42.132 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:50:42.196 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-496eb2a6-83d5-41fe-b81d-a6ba4581b590/repo. 2020-07-10 11:50:42.402 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-496eb2a6-83d5-41fe-b81d-a6ba4581b590/repo'... done. ' 2020-07-10 11:50:42.418 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:50:42.444 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:50:42.508 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:50:43.241 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=496eb2a6-83d5-41fe-b81d-a6ba4581b590) has been successfully created! 2020-07-10 11:50:44.862 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:50:44.863 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:50:44.863 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:50:49.511 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:50:49.511 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:50:49.512 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:50:51.756 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=496eb2a6-83d5-41fe-b81d-a6ba4581b590) for deployment 'opnfv-rally' (UUID=1513cfe8-7901-408a-939d-b4d9c31ebe54). 2020-07-10 11:50:52.259 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=496eb2a6-83d5-41fe-b81d-a6ba4581b590) has been successfully configured for deployment 'opnfv-rally' (UUID=1513cfe8-7901-408a-939d-b4d9c31ebe54)! 2020-07-10 11:51:01.762 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:51:01.763 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:51:01.763 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:51:04.247 34 INFO rally.api [-] Starting verification (UUID=ec93486a-9b47-4460-8366-a16d4f5001e5) for deployment 'opnfv-rally' (UUID=1513cfe8-7901-408a-939d-b4d9c31ebe54) by verifier 'opnfv-tempest' (UUID=496eb2a6-83d5-41fe-b81d-a6ba4581b590). 2020-07-10 11:51:04.871 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:51:04.871 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-496eb2a6-83d5-41fe-b81d-a6ba4581b590/for-deployment-1513cfe8-7901-408a-939d-b4d9c31ebe54/tempest.log' to option 'log_file'. 2020-07-10 11:51:04.872 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-496eb2a6-83d5-41fe-b81d-a6ba4581b590/for-deployment-1513cfe8-7901-408a-939d-b4d9c31ebe54/tempest.log 2020-07-10 11:51:04.872 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:51:04.872 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-496eb2a6-83d5-41fe-b81d-a6ba4581b590/for-deployment-1513cfe8-7901-408a-939d-b4d9c31ebe54/lock_files' to option 'lock_path'. 2020-07-10 11:51:04.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-496eb2a6-83d5-41fe-b81d-a6ba4581b590/for-deployment-1513cfe8-7901-408a-939d-b4d9c31ebe54/lock_files 2020-07-10 11:51:04.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:51:04.873 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-07-10 11:51:04.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = cf411bf4-2bab-4247-b69c-109cc7f4c1fd 2020-07-10 11:51:04.874 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d780c9b4-d87c-4677-8829-dd6f68aa4bdb 2020-07-10 11:51:04.874 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 58a72a2d-b5b3-47c9-82f0-7b13a5650c2a 2020-07-10 11:51:04.875 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d9a7b99d-4428-4bc4-9d37-eb681bd4f308 2020-07-10 11:51:05.176 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:51:05.176 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_b5f5972d-bb88-4150-9ab5-429a6b6c7c97 2020-07-10 11:51:05.177 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:51:05.271 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:51:05.311 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5c39b05b_wGyy08PM'. Using flavor 'rally_verify_5c39b05b_wGyy08PM' (ID = 6e4df264-c0d3-4a17-b5b0-4e505d383f9f) for the tests. 2020-07-10 11:51:05.312 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6e4df264-c0d3-4a17-b5b0-4e505d383f9f' to option 'instance_type'. 2020-07-10 11:51:05.312 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6e4df264-c0d3-4a17-b5b0-4e505d383f9f 2020-07-10 11:51:05.314 34 INFO rally.task.context [-] Verification 496eb2a6-83d5-41fe-b81d-a6ba4581b590 | Context tempest@default setup() finished in 0.82 sec 2020-07-10 11:51:05.315 34 INFO rally.task.context [-] Verification 496eb2a6-83d5-41fe-b81d-a6ba4581b590 | Context testr@default setup() finished in 0.53 msec 2020-07-10 11:51:05.315 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/797bb0d9-1bcb-4291-8529-78f2bbad2be6'. 2020-07-10 11:51:10.635 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.259s] 2020-07-10 11:51:10.794 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.219s] 2020-07-10 11:51:10.878 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.085s] 2020-07-10 11:51:11.068 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.519s] 2020-07-10 11:51:36.124 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.119s] 2020-07-10 11:51:42.402 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.068s] 2020-07-10 11:51:42.759 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.357s] 2020-07-10 11:51:43.137 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.377s] 2020-07-10 11:51:43.238 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [8.604s] 2020-07-10 11:51:43.252 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.114s] 2020-07-10 11:51:43.253 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-10 11:51:43.405 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.167s] 2020-07-10 11:51:43.749 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.343s] 2020-07-10 11:51:43.904 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.154s] 2020-07-10 11:51:43.905 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-10 11:51:44.263 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [6.934s] 2020-07-10 11:51:48.974 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.847s] 2020-07-10 11:52:03.897 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.632s] 2020-07-10 11:52:06.687 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.084s] 2020-07-10 11:52:09.608 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.256s] 2020-07-10 11:52:11.308 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.620s] 2020-07-10 11:52:11.780 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.362s] 2020-07-10 11:52:12.081 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.300s] 2020-07-10 11:52:12.425 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.344s] 2020-07-10 11:52:13.595 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.169s] 2020-07-10 11:52:13.884 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.290s] 2020-07-10 11:52:14.064 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.179s] 2020-07-10 11:52:14.238 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.174s] 2020-07-10 11:52:14.396 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.157s] 2020-07-10 11:52:14.492 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.097s] 2020-07-10 11:52:14.655 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.161s] 2020-07-10 11:52:14.975 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.320s] 2020-07-10 11:52:22.214 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [18.315s] 2020-07-10 11:52:29.487 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.273s] 2020-07-10 11:52:29.777 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.345s] 2020-07-10 11:52:29.934 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.156s] 2020-07-10 11:52:30.096 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [10.258s] 2020-07-10 11:52:30.345 34 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-10 11:52:31.627 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.096s] 2020-07-10 11:52:31.641 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2020-07-10 11:52:31.979 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.337s] 2020-07-10 11:52:32.001 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.021s] 2020-07-10 11:52:32.018 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.017s] 2020-07-10 11:52:32.053 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2020-07-10 11:52:32.144 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.090s] 2020-07-10 11:52:32.242 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.097s] 2020-07-10 11:52:32.595 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.351s] 2020-07-10 11:52:32.622 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.028s] 2020-07-10 11:52:32.788 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.165s] 2020-07-10 11:52:34.271 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2020-07-10 11:52:34.284 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2020-07-10 11:52:34.337 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.052s] 2020-07-10 11:52:34.392 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.055s] 2020-07-10 11:52:34.443 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.051s] 2020-07-10 11:52:34.523 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.078s] 2020-07-10 11:52:34.610 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.087s] 2020-07-10 11:52:34.668 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.057s] 2020-07-10 11:52:34.715 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.046s] 2020-07-10 11:52:34.775 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.060s] 2020-07-10 11:52:38.946 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.441s] 2020-07-10 11:52:40.237 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.170s] 2020-07-10 11:52:40.259 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.021s] 2020-07-10 11:52:40.424 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.163s] 2020-07-10 11:52:40.435 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2020-07-10 11:52:40.458 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.023s] 2020-07-10 11:52:43.235 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.227s] 2020-07-10 11:52:43.848 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.611s] 2020-07-10 11:52:44.591 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.742s] 2020-07-10 11:52:44.780 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.371s] 2020-07-10 11:52:45.139 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.548s] 2020-07-10 11:52:45.901 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.761s] 2020-07-10 11:52:46.391 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.489s] 2020-07-10 11:52:46.657 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.412s] 2020-07-10 11:52:46.884 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.104s] 2020-07-10 11:52:46.900 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.510s] 2020-07-10 11:52:47.522 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.620s] 2020-07-10 11:52:48.060 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.537s] 2020-07-10 11:52:48.691 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.630s] 2020-07-10 11:52:49.166 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.475s] 2020-07-10 11:52:50.343 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.177s] 2020-07-10 11:52:51.355 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.012s] 2020-07-10 11:52:52.109 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.751s] 2020-07-10 11:52:52.496 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.839s] 2020-07-10 11:52:52.658 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.550s] 2020-07-10 11:52:53.217 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.558s] 2020-07-10 11:52:53.561 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.445s] 2020-07-10 11:52:53.767 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.550s] 2020-07-10 11:52:54.069 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.573s] 2020-07-10 11:52:54.157 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.088s] 2020-07-10 11:52:54.223 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.066s] 2020-07-10 11:52:54.427 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.661s] 2020-07-10 11:52:54.850 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.389s] 2020-07-10 11:52:55.080 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.230s] 2020-07-10 11:52:55.364 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.282s] 2020-07-10 11:52:55.366 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.185s] 2020-07-10 11:52:55.843 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.479s] 2020-07-10 11:52:56.319 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.476s] 2020-07-10 11:52:56.798 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.479s] 2020-07-10 11:52:57.322 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2020-07-10 11:53:01.277 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.439s] 2020-07-10 11:53:01.580 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.302s] 2020-07-10 11:53:03.905 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [9.681s] 2020-07-10 11:53:03.992 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.086s] 2020-07-10 11:53:04.056 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.064s] 2020-07-10 11:53:06.023 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.298s] 2020-07-10 11:53:07.403 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.288s] 2020-07-10 11:53:07.657 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.254s] 2020-07-10 11:53:16.706 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.047s] 2020-07-10 11:53:22.258 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.227s] 2020-07-10 11:53:25.740 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.055s] 2020-07-10 11:53:25.803 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.062s] 2020-07-10 11:53:25.871 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.068s] 2020-07-10 11:53:26.218 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.345s] 2020-07-10 11:53:26.350 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.132s] 2020-07-10 11:53:26.663 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.312s] 2020-07-10 11:53:26.710 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.047s] 2020-07-10 11:53:26.771 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.060s] 2020-07-10 11:53:26.837 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.065s] 2020-07-10 11:53:26.898 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.060s] 2020-07-10 11:53:26.972 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.074s] 2020-07-10 11:53:27.073 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.100s] 2020-07-10 11:53:27.176 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.102s] 2020-07-10 11:53:27.248 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.071s] 2020-07-10 11:53:27.343 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.095s] 2020-07-10 11:53:27.452 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.498s] 2020-07-10 11:53:34.375 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-07-10 11:53:34.416 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.039s] 2020-07-10 11:53:34.465 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.050s] 2020-07-10 11:53:34.495 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.030s] 2020-07-10 11:53:34.509 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2020-07-10 11:53:34.521 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-07-10 11:53:34.535 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-07-10 11:53:34.581 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.046s] 2020-07-10 11:53:34.592 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-07-10 11:53:34.638 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.045s] 2020-07-10 11:53:34.653 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.014s] 2020-07-10 11:53:34.709 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.055s] 2020-07-10 11:53:34.767 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.058s] 2020-07-10 11:53:34.830 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.063s] 2020-07-10 11:53:34.886 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.055s] 2020-07-10 11:53:34.899 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2020-07-10 11:53:34.950 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.052s] 2020-07-10 11:53:34.997 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.046s] 2020-07-10 11:53:35.041 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.043s] 2020-07-10 11:53:35.086 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.045s] 2020-07-10 11:53:38.088 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.637s] 2020-07-10 11:53:38.350 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.289s] 2020-07-10 11:53:38.405 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.055s] 2020-07-10 11:53:49.098 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.009s] 2020-07-10 11:53:54.442 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.343s] 2020-07-10 11:53:56.245 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [33.983s] 2020-07-10 11:54:12.776 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [65.074s] 2020-07-10 11:54:13.626 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.379s] 2020-07-10 11:54:30.299 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [16.673s] 2020-07-10 11:54:34.186 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.357s] 2020-07-10 11:54:34.543 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.357s] 2020-07-10 11:54:36.295 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.018s] 2020-07-10 11:54:38.486 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2020-07-10 11:54:38.562 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2020-07-10 11:54:38.589 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2020-07-10 11:54:40.443 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.295s] 2020-07-10 11:54:40.472 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.030s] 2020-07-10 11:54:46.155 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.371s] 2020-07-10 11:54:46.521 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [52.074s] 2020-07-10 11:54:47.817 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.295s] 2020-07-10 11:54:50.395 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.182s] 2020-07-10 11:54:51.114 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.717s] 2020-07-10 11:54:51.496 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.381s] 2020-07-10 11:54:52.067 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.571s] 2020-07-10 11:54:52.697 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.628s] 2020-07-10 11:54:53.025 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.287s] 2020-07-10 11:54:53.082 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.057s] 2020-07-10 11:54:53.453 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.370s] 2020-07-10 11:54:53.668 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.971s] 2020-07-10 11:54:54.240 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.571s] 2020-07-10 11:54:54.286 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.048s] 2020-07-10 11:54:54.316 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.029s] 2020-07-10 11:54:54.345 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.028s] 2020-07-10 11:54:54.363 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2020-07-10 11:54:55.461 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.007s] 2020-07-10 11:54:56.862 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.202s] 2020-07-10 11:55:00.758 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.090s] 2020-07-10 11:55:01.102 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.640s] 2020-07-10 11:55:01.147 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.045s] 2020-07-10 11:55:01.215 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.068s] 2020-07-10 11:55:02.538 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.035s] 2020-07-10 11:55:02.738 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.014s] 2020-07-10 11:55:02.754 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.015s] 2020-07-10 11:55:02.770 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.015s] 2020-07-10 11:55:02.805 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.035s] 2020-07-10 11:55:02.819 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.012s] 2020-07-10 11:55:02.821 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.279s] 2020-07-10 11:55:03.033 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.212s] 2020-07-10 11:55:03.041 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.221s] 2020-07-10 11:55:03.042 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.011s] 2020-07-10 11:55:03.058 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.016s] 2020-07-10 11:55:03.068 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.010s] 2020-07-10 11:55:03.072 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-07-10 11:55:03.087 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.014s] 2020-07-10 11:55:03.304 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.217s] 2020-07-10 11:55:10.724 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.439s] 2020-07-10 11:55:11.934 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2020-07-10 11:55:12.631 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [1.905s] 2020-07-10 11:55:14.299 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.130s] 2020-07-10 11:55:17.939 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.308s] 2020-07-10 11:55:18.452 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.051s] 2020-07-10 11:55:18.579 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.126s] 2020-07-10 11:55:18.667 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.088s] 2020-07-10 11:55:18.712 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.044s] 2020-07-10 11:55:18.757 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.043s] 2020-07-10 11:55:18.787 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.031s] 2020-07-10 11:55:18.814 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.025s] 2020-07-10 11:55:18.843 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.029s] 2020-07-10 11:55:18.985 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.139s] 2020-07-10 11:55:19.160 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.174s] 2020-07-10 11:55:21.706 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.243s] 2020-07-10 11:55:22.319 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.379s] 2020-07-10 11:55:23.856 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.149s] 2020-07-10 11:55:23.950 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.093s] 2020-07-10 11:55:26.072 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.120s] 2020-07-10 11:55:28.035 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.716s] 2020-07-10 11:55:28.208 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.134s] 2020-07-10 11:55:30.351 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.143s] 2020-07-10 11:55:30.813 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.379s] 2020-07-10 11:55:31.117 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.304s] 2020-07-10 11:55:32.496 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.144s] 2020-07-10 11:55:33.495 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.459s] 2020-07-10 11:55:34.647 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.147s] 2020-07-10 11:55:36.819 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.171s] 2020-07-10 11:55:37.012 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.516s] 2020-07-10 11:55:38.942 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.124s] 2020-07-10 11:55:41.115 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.170s] 2020-07-10 11:55:42.098 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.974s] 2020-07-10 11:55:42.584 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.570s] 2020-07-10 11:55:43.288 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.173s] 2020-07-10 11:55:45.431 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.142s] 2020-07-10 11:55:47.520 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.937s] 2020-07-10 11:55:47.574 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.141s] 2020-07-10 11:55:47.706 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.185s] 2020-07-10 11:55:47.879 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.173s] 2020-07-10 11:55:47.984 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.104s] 2020-07-10 11:55:48.042 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2020-07-10 11:55:48.107 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.065s] 2020-07-10 11:55:48.822 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.714s] 2020-07-10 11:55:48.936 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.113s] 2020-07-10 11:55:48.989 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2020-07-10 11:55:49.038 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.049s] 2020-07-10 11:55:49.728 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.153s] 2020-07-10 11:55:50.410 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.308s] 2020-07-10 11:55:51.900 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.170s] 2020-07-10 11:55:53.870 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.831s] 2020-07-10 11:55:54.093 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.191s] 2020-07-10 11:55:56.280 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.185s] 2020-07-10 11:55:58.442 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.030s] 2020-07-10 11:55:58.483 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.203s] 2020-07-10 11:56:00.030 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.571s] 2020-07-10 11:56:00.938 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.023s] 2020-07-10 11:56:00.977 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.039s] 2020-07-10 11:56:01.844 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.814s] 2020-07-10 11:56:03.722 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.871s] 2020-07-10 11:56:04.247 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.529s] 2020-07-10 11:56:05.867 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.619s] 2020-07-10 11:56:06.631 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.762s] 2020-07-10 11:56:07.029 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.706s] 2020-07-10 11:56:08.541 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.904s] 2020-07-10 11:56:08.625 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.090s] 2020-07-10 11:56:10.937 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.697s] 2020-07-10 11:56:11.536 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.111s] 2020-07-10 11:56:11.639 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.103s] 2020-07-10 11:56:12.766 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.737s] 2020-07-10 11:56:14.856 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.267s] 2020-07-10 11:56:17.038 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.181s] 2020-07-10 11:56:19.169 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.130s] 2020-07-10 11:56:33.002 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.072s] 2020-07-10 11:56:40.303 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.696s] 2020-07-10 11:56:43.657 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.353s] 2020-07-10 11:56:47.130 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.471s] 2020-07-10 11:56:50.510 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.380s] 2020-07-10 11:56:52.304 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.193s] 2020-07-10 11:56:53.647 34 INFO rally.task.context [-] Verification 496eb2a6-83d5-41fe-b81d-a6ba4581b590 | Context testr@default cleanup() started 2020-07-10 11:56:53.648 34 INFO rally.task.context [-] Verification 496eb2a6-83d5-41fe-b81d-a6ba4581b590 | Context testr@default cleanup() finished in 0.75 msec 2020-07-10 11:56:53.648 34 INFO rally.task.context [-] Verification 496eb2a6-83d5-41fe-b81d-a6ba4581b590 | Context tempest@default cleanup() started 2020-07-10 11:56:53.812 34 INFO rally.task.context [-] Verification 496eb2a6-83d5-41fe-b81d-a6ba4581b590 | Context tempest@default cleanup() finished in 0.16 sec 2020-07-10 11:56:53.863 34 INFO rally.api [-] Verification (UUID=ec93486a-9b47-4460-8366-a16d4f5001e5) has been successfully finished for deployment 'opnfv-rally' (UUID=1513cfe8-7901-408a-939d-b4d9c31ebe54)! 2020-07-10 11:56:55.717 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:56:55.717 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:56:55.717 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:56:57.713 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:56:57.713 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:56:57.714 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:57:00.480 77 INFO rally.api [-] Building 'html' report for the following verification(s): 'ec93486a-9b47-4460-8366-a16d4f5001e5' 2020-07-10 11:57:00.508 77 INFO rally.api [-] The report has been successfully built. 2020-07-10 11:57:02.264 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:57:02.265 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:57:02.265 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:57:04.919 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ec93486a-9b47-4460-8366-a16d4f5001e5' 2020-07-10 11:57:04.934 79 INFO rally.api [-] The report has been successfully built.