2020-06-04 18:59:04.528 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:04.528 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:04.528 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:06.933 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-06-04 18:59:06.933 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 18:59:06.933 7 ERROR rally.cli.cliutils 2020-06-04 18:59:08.542 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:08.543 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:08.543 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:12.678 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:12.679 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:12.679 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:16.946 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:16.946 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:16.946 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:18.373 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:18.374 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:18.374 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:20.480 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-06-04 18:59:20.480 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 18:59:20.480 17 ERROR rally.cli.cliutils 2020-06-04 18:59:21.947 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:21.948 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:21.948 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:23.943 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 18:59:24.015 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-28a21d1d-2189-4008-b287-46cd9657222f/repo. 2020-06-04 18:59:24.209 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-28a21d1d-2189-4008-b287-46cd9657222f/repo'... done. ' 2020-06-04 18:59:24.223 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 18:59:24.245 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 18:59:24.293 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 18:59:25.083 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=28a21d1d-2189-4008-b287-46cd9657222f) has been successfully created! 2020-06-04 18:59:26.808 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:26.808 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:26.809 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:31.027 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:31.027 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:31.027 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:33.100 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=28a21d1d-2189-4008-b287-46cd9657222f) for deployment 'opnfv-rally' (UUID=c31bf6c2-2df6-4525-b597-bc7986364a95). 2020-06-04 18:59:33.522 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=28a21d1d-2189-4008-b287-46cd9657222f) has been successfully configured for deployment 'opnfv-rally' (UUID=c31bf6c2-2df6-4525-b597-bc7986364a95)! 2020-06-04 18:59:42.416 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:42.416 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:42.416 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:44.740 34 INFO rally.api [-] Starting verification (UUID=6fd0b06a-4c03-41bb-947e-123748b328fd) for deployment 'opnfv-rally' (UUID=c31bf6c2-2df6-4525-b597-bc7986364a95) by verifier 'opnfv-tempest' (UUID=28a21d1d-2189-4008-b287-46cd9657222f). 2020-06-04 18:59:45.503 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 18:59:45.504 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-28a21d1d-2189-4008-b287-46cd9657222f/for-deployment-c31bf6c2-2df6-4525-b597-bc7986364a95/tempest.log' to option 'log_file'. 2020-06-04 18:59:45.504 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-28a21d1d-2189-4008-b287-46cd9657222f/for-deployment-c31bf6c2-2df6-4525-b597-bc7986364a95/tempest.log 2020-06-04 18:59:45.504 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 18:59:45.504 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-28a21d1d-2189-4008-b287-46cd9657222f/for-deployment-c31bf6c2-2df6-4525-b597-bc7986364a95/lock_files' to option 'lock_path'. 2020-06-04 18:59:45.505 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-28a21d1d-2189-4008-b287-46cd9657222f/for-deployment-c31bf6c2-2df6-4525-b597-bc7986364a95/lock_files 2020-06-04 18:59:45.505 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-04 18:59:45.506 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-06-04 18:59:45.506 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f4800d96-5dbc-4e92-9a6e-ab2094fae124 2020-06-04 18:59:45.506 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c3631c56-c414-47d5-b4c2-c244121aeafb 2020-06-04 18:59:45.507 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 56551775-a0f1-4ce8-aa42-2c21d8abc529 2020-06-04 18:59:45.507 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6c219a46-5153-43a9-95cd-6dbf3fb52e6c 2020-06-04 18:59:45.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 18:59:45.902 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_58fa4fe7-d3f7-4547-99c6-3fe36d27fe5d 2020-06-04 18:59:45.902 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 18:59:45.977 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 18:59:46.026 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5a820168_WGjfoqs9'. Using flavor 'rally_verify_5a820168_WGjfoqs9' (ID = c8431113-7cc7-4391-be93-88ea453fb29a) for the tests. 2020-06-04 18:59:46.027 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c8431113-7cc7-4391-be93-88ea453fb29a' to option 'instance_type'. 2020-06-04 18:59:46.027 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c8431113-7cc7-4391-be93-88ea453fb29a 2020-06-04 18:59:46.029 34 INFO rally.task.context [-] Verification 28a21d1d-2189-4008-b287-46cd9657222f | Context tempest@default setup() finished in 1.06 sec 2020-06-04 18:59:46.030 34 INFO rally.task.context [-] Verification 28a21d1d-2189-4008-b287-46cd9657222f | Context testr@default setup() finished in 0.59 msec 2020-06-04 18:59:46.030 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/2245b400-ca6b-42a3-82bd-b29336e46284'. 2020-06-04 18:59:51.927 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.229s] 2020-06-04 18:59:52.015 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.087s] 2020-06-04 18:59:52.442 34 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.692s] 2020-06-04 19:00:12.999 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [12.771s] 2020-06-04 19:00:24.257 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.861s] 2020-06-04 19:00:24.418 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.160s] 2020-06-04 19:00:24.757 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.339s] 2020-06-04 19:00:24.915 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.156s] 2020-06-04 19:00:24.916 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-04 19:00:25.654 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.047s] 2020-06-04 19:00:25.819 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.165s] 2020-06-04 19:00:25.955 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.955s] 2020-06-04 19:00:26.117 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.297s] 2020-06-04 19:00:26.261 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.142s] 2020-06-04 19:00:26.262 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-04 19:00:30.847 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.176s] 2020-06-04 19:00:44.740 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.258s] 2020-06-04 19:00:49.207 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.465s] 2020-06-04 19:00:49.901 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.274s] 2020-06-04 19:00:50.105 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.203s] 2020-06-04 19:00:50.391 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.285s] 2020-06-04 19:00:50.857 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.465s] 2020-06-04 19:00:51.274 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.416s] 2020-06-04 19:00:51.879 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.605s] 2020-06-04 19:00:55.236 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.716s] 2020-06-04 19:01:15.730 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.907s] 2020-06-04 19:01:16.641 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.910s] 2020-06-04 19:01:17.082 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.087s] 2020-06-04 19:01:17.094 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2020-06-04 19:01:17.314 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.672s] 2020-06-04 19:01:17.775 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.681s] 2020-06-04 19:01:17.991 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.215s] 2020-06-04 19:01:18.003 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2020-06-04 19:01:18.216 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.212s] 2020-06-04 19:01:18.713 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.511s] 2020-06-04 19:01:18.777 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.560s] 2020-06-04 19:01:18.946 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.631s] 2020-06-04 19:01:19.243 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.466s] 2020-06-04 19:01:19.545 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.832s] 2020-06-04 19:01:19.924 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.679s] 2020-06-04 19:01:19.952 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.406s] 2020-06-04 19:01:19.988 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.065s] 2020-06-04 19:01:20.182 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.235s] 2020-06-04 19:01:20.317 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.328s] 2020-06-04 19:01:20.465 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.512s] 2020-06-04 19:01:20.753 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.289s] 2020-06-04 19:01:20.911 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.157s] 2020-06-04 19:01:21.086 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.174s] 2020-06-04 19:01:21.269 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.086s] 2020-06-04 19:01:21.408 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.321s] 2020-06-04 19:01:21.672 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.264s] 2020-06-04 19:01:21.868 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.196s] 2020-06-04 19:01:22.031 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.763s] 2020-06-04 19:01:22.310 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.442s] 2020-06-04 19:01:23.014 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.983s] 2020-06-04 19:01:24.622 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.607s] 2020-06-04 19:01:25.512 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.889s] 2020-06-04 19:01:25.946 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.433s] 2020-06-04 19:01:26.697 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.751s] 2020-06-04 19:01:27.174 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.475s] 2020-06-04 19:01:28.452 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.276s] 2020-06-04 19:01:29.603 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [1.152s] 2020-06-04 19:01:30.012 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.408s] 2020-06-04 19:01:31.299 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.287s] 2020-06-04 19:01:33.916 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [2.618s] 2020-06-04 19:01:38.735 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.431s] 2020-06-04 19:01:39.184 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.450s] 2020-06-04 19:01:41.487 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.205s] 2020-06-04 19:01:41.510 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.023s] 2020-06-04 19:01:41.693 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.181s] 2020-06-04 19:01:41.702 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2020-06-04 19:01:41.720 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.018s] 2020-06-04 19:01:42.439 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.163s] 2020-06-04 19:01:42.673 34 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-04 19:01:44.728 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.324s] 2020-06-04 19:01:44.755 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.027s] 2020-06-04 19:01:50.022 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.200s] 2020-06-04 19:01:54.722 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.699s] 2020-06-04 19:01:56.661 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [1.938s] 2020-06-04 19:02:02.921 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.260s] 2020-06-04 19:02:05.277 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.355s] 2020-06-04 19:02:07.277 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.000s] 2020-06-04 19:02:12.010 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.728s] 2020-06-04 19:02:12.292 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.014s] 2020-06-04 19:02:17.032 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.739s] 2020-06-04 19:02:20.988 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.955s] 2020-06-04 19:02:21.175 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.187s] 2020-06-04 19:02:21.594 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.418s] 2020-06-04 19:02:21.767 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.173s] 2020-06-04 19:02:21.894 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.125s] 2020-06-04 19:02:21.976 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.082s] 2020-06-04 19:02:22.081 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.104s] 2020-06-04 19:02:22.185 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.104s] 2020-06-04 19:02:22.256 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.070s] 2020-06-04 19:02:22.332 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.074s] 2020-06-04 19:02:27.660 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.648s] 2020-06-04 19:02:28.018 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.687s] 2020-06-04 19:02:43.072 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.123s] 2020-06-04 19:02:43.133 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.061s] 2020-06-04 19:02:43.466 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.332s] 2020-06-04 19:02:45.285 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.818s] 2020-06-04 19:02:49.249 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [21.586s] 2020-06-04 19:02:49.716 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [61.546s] 2020-06-04 19:02:51.039 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.754s] 2020-06-04 19:02:51.097 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.057s] 2020-06-04 19:02:51.158 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.061s] 2020-06-04 19:02:55.861 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.613s] 2020-06-04 19:03:04.402 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.018s] 2020-06-04 19:03:04.418 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.015s] 2020-06-04 19:03:04.432 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.014s] 2020-06-04 19:03:04.463 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.031s] 2020-06-04 19:03:04.474 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.011s] 2020-06-04 19:03:04.705 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.226s] 2020-06-04 19:03:04.708 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.007s] 2020-06-04 19:03:04.724 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.015s] 2020-06-04 19:03:04.737 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.012s] 2020-06-04 19:03:04.741 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-06-04 19:03:04.756 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.015s] 2020-06-04 19:03:04.832 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.076s] 2020-06-04 19:03:15.284 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.877s] 2020-06-04 19:03:21.417 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.186s] 2020-06-04 19:03:23.528 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.110s] 2020-06-04 19:03:23.603 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.074s] 2020-06-04 19:03:25.772 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.166s] 2020-06-04 19:03:27.897 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.124s] 2020-06-04 19:03:29.262 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [39.534s] 2020-06-04 19:03:30.030 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.132s] 2020-06-04 19:03:32.162 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.129s] 2020-06-04 19:03:34.317 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.155s] 2020-06-04 19:03:34.817 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.525s] 2020-06-04 19:03:36.482 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.164s] 2020-06-04 19:03:38.609 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.125s] 2020-06-04 19:03:40.783 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.171s] 2020-06-04 19:03:40.883 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.026s] 2020-06-04 19:03:40.909 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.025s] 2020-06-04 19:03:40.932 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.023s] 2020-06-04 19:03:42.964 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.182s] 2020-06-04 19:03:43.952 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.051s] 2020-06-04 19:03:44.678 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.724s] 2020-06-04 19:03:45.127 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.160s] 2020-06-04 19:03:45.341 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.663s] 2020-06-04 19:03:47.286 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.158s] 2020-06-04 19:03:48.237 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.312s] 2020-06-04 19:03:48.359 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.122s] 2020-06-04 19:03:49.467 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.179s] 2020-06-04 19:03:51.641 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.175s] 2020-06-04 19:03:52.632 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.014s] 2020-06-04 19:03:52.645 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2020-06-04 19:03:52.708 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.062s] 2020-06-04 19:03:52.754 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.047s] 2020-06-04 19:03:52.802 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.048s] 2020-06-04 19:03:52.870 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.067s] 2020-06-04 19:03:52.944 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.074s] 2020-06-04 19:03:53.008 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.062s] 2020-06-04 19:03:53.067 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.059s] 2020-06-04 19:03:53.143 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.074s] 2020-06-04 19:03:53.829 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.186s] 2020-06-04 19:03:56.014 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.182s] 2020-06-04 19:03:56.761 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.391s] 2020-06-04 19:03:58.210 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.195s] 2020-06-04 19:04:02.088 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.268s] 2020-06-04 19:04:05.051 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.976s] 2020-06-04 19:04:08.812 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.762s] 2020-06-04 19:04:12.567 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.754s] 2020-06-04 19:04:15.128 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.827s] 2020-06-04 19:04:15.263 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.175s] 2020-06-04 19:04:16.342 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.773s] 2020-06-04 19:04:18.018 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.026s] 2020-06-04 19:04:18.063 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.044s] 2020-06-04 19:04:21.728 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.126s] 2020-06-04 19:04:23.673 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.219s] 2020-06-04 19:04:24.652 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.523s] 2020-06-04 19:04:28.819 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.332s] 2020-06-04 19:04:29.128 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.307s] 2020-06-04 19:04:35.252 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.600s] 2020-06-04 19:04:37.079 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [21.811s] 2020-06-04 19:04:39.380 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.093s] 2020-06-04 19:04:39.684 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.430s] 2020-06-04 19:04:41.132 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2020-06-04 19:04:42.753 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.048s] 2020-06-04 19:04:46.837 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.455s] 2020-06-04 19:04:50.178 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.672s] 2020-06-04 19:04:55.249 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.070s] 2020-06-04 19:04:56.118 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.279s] 2020-06-04 19:04:56.938 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.688s] 2020-06-04 19:04:56.999 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2020-06-04 19:04:57.069 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.070s] 2020-06-04 19:05:00.623 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-06-04 19:05:00.676 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.052s] 2020-06-04 19:05:00.755 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.079s] 2020-06-04 19:05:00.797 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.041s] 2020-06-04 19:05:00.811 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2020-06-04 19:05:00.825 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2020-06-04 19:05:00.839 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-06-04 19:05:00.887 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.047s] 2020-06-04 19:05:00.903 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.015s] 2020-06-04 19:05:00.960 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.057s] 2020-06-04 19:05:00.972 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2020-06-04 19:05:01.247 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.274s] 2020-06-04 19:05:01.349 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.102s] 2020-06-04 19:05:01.421 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.071s] 2020-06-04 19:05:01.493 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.071s] 2020-06-04 19:05:01.504 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2020-06-04 19:05:01.554 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.048s] 2020-06-04 19:05:01.603 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.049s] 2020-06-04 19:05:01.652 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.048s] 2020-06-04 19:05:01.701 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.049s] 2020-06-04 19:05:04.480 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.155s] 2020-06-04 19:05:04.530 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.049s] 2020-06-04 19:05:10.544 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.472s] 2020-06-04 19:05:11.639 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [1.095s] 2020-06-04 19:05:11.721 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.082s] 2020-06-04 19:05:15.375 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.835s] 2020-06-04 19:05:15.984 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.608s] 2020-06-04 19:05:18.554 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.567s] 2020-06-04 19:05:19.320 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.768s] 2020-06-04 19:05:21.088 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.766s] 2020-06-04 19:05:21.762 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.673s] 2020-06-04 19:05:23.651 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.882s] 2020-06-04 19:05:23.704 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.059s] 2020-06-04 19:05:24.809 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [45.121s] 2020-06-04 19:05:25.510 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.083s] 2020-06-04 19:05:27.316 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.511s] 2020-06-04 19:05:28.395 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.885s] 2020-06-04 19:05:28.808 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.412s] 2020-06-04 19:05:29.151 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.341s] 2020-06-04 19:05:29.536 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.384s] 2020-06-04 19:05:30.458 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.921s] 2020-06-04 19:05:31.124 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.664s] 2020-06-04 19:05:31.201 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.079s] 2020-06-04 19:05:31.228 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.025s] 2020-06-04 19:05:31.255 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.026s] 2020-06-04 19:05:31.286 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.031s] 2020-06-04 19:05:31.472 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.108s] 2020-06-04 19:05:33.314 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.606s] 2020-06-04 19:05:35.160 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2020-06-04 19:05:37.162 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.274s] 2020-06-04 19:05:41.487 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.336s] 2020-06-04 19:05:45.301 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.356s] 2020-06-04 19:05:45.506 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.434s] 2020-06-04 19:05:45.851 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.344s] 2020-06-04 19:05:47.567 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.265s] 2020-06-04 19:05:52.214 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.207s] 2020-06-04 19:05:53.753 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.093s] 2020-06-04 19:05:53.836 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.082s] 2020-06-04 19:05:53.923 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.087s] 2020-06-04 19:05:54.367 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.443s] 2020-06-04 19:05:54.418 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.201s] 2020-06-04 19:05:54.548 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.180s] 2020-06-04 19:05:54.948 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.400s] 2020-06-04 19:05:55.032 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.084s] 2020-06-04 19:05:55.112 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.079s] 2020-06-04 19:05:55.197 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.084s] 2020-06-04 19:05:55.294 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.096s] 2020-06-04 19:05:55.392 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.098s] 2020-06-04 19:05:55.560 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.166s] 2020-06-04 19:05:55.726 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.165s] 2020-06-04 19:05:55.811 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.085s] 2020-06-04 19:05:55.897 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.086s] 2020-06-04 19:05:56.556 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.138s] 2020-06-04 19:06:07.559 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.681s] 2020-06-04 19:06:10.684 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.109s] 2020-06-04 19:06:13.162 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.600s] 2020-06-04 19:06:15.796 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.056s] 2020-06-04 19:06:15.897 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.100s] 2020-06-04 19:06:15.957 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.060s] 2020-06-04 19:06:16.007 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.049s] 2020-06-04 19:06:16.051 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.043s] 2020-06-04 19:06:16.082 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.031s] 2020-06-04 19:06:16.108 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.025s] 2020-06-04 19:06:16.144 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.035s] 2020-06-04 19:06:16.317 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.171s] 2020-06-04 19:06:16.521 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.202s] 2020-06-04 19:06:25.855 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2020-06-04 19:06:25.900 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.127s] 2020-06-04 19:06:26.018 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.118s] 2020-06-04 19:06:30.685 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.244s] 2020-06-04 19:06:30.946 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.260s] 2020-06-04 19:06:39.936 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.988s] 2020-06-04 19:06:43.759 34 INFO rally.task.context [-] Verification 28a21d1d-2189-4008-b287-46cd9657222f | Context testr@default cleanup() started 2020-06-04 19:06:43.760 34 INFO rally.task.context [-] Verification 28a21d1d-2189-4008-b287-46cd9657222f | Context testr@default cleanup() finished in 0.59 msec 2020-06-04 19:06:43.760 34 INFO rally.task.context [-] Verification 28a21d1d-2189-4008-b287-46cd9657222f | Context tempest@default cleanup() started 2020-06-04 19:06:43.913 34 INFO rally.task.context [-] Verification 28a21d1d-2189-4008-b287-46cd9657222f | Context tempest@default cleanup() finished in 0.15 sec 2020-06-04 19:06:43.947 34 INFO rally.api [-] Verification (UUID=6fd0b06a-4c03-41bb-947e-123748b328fd) has been successfully finished for deployment 'opnfv-rally' (UUID=c31bf6c2-2df6-4525-b597-bc7986364a95)! 2020-06-04 19:06:45.809 72 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:06:45.810 72 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:06:45.810 72 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:06:47.799 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:06:47.799 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:06:47.799 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:06:49.963 74 INFO rally.api [-] Building 'html' report for the following verification(s): '6fd0b06a-4c03-41bb-947e-123748b328fd' 2020-06-04 19:06:49.986 74 INFO rally.api [-] The report has been successfully built. 2020-06-04 19:06:51.698 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:06:51.699 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:06:51.699 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:06:53.969 76 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6fd0b06a-4c03-41bb-947e-123748b328fd' 2020-06-04 19:06:53.983 76 INFO rally.api [-] The report has been successfully built.