2020-06-06 08:41:38.995 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:41:38.996 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:41:38.996 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:41:41.251 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-06 08:41:41.251 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:41:41.251 7 ERROR rally.cli.cliutils 2020-06-06 08:41:42.849 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:41:42.850 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:41:42.850 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:41:46.921 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:41:46.922 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:41:46.922 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:41:51.262 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:41:51.263 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:41:51.263 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:41:52.588 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:41:52.588 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:41:52.588 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:41:54.502 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-06 08:41:54.502 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:41:54.502 17 ERROR rally.cli.cliutils 2020-06-06 08:41:56.126 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:41:56.126 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:41:56.126 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:41:58.189 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:41:58.273 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0a470a97-3b33-4192-af5f-e2e807df62f9/repo. 2020-06-06 08:41:58.474 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0a470a97-3b33-4192-af5f-e2e807df62f9/repo'... done. ' 2020-06-06 08:41:58.487 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:41:58.511 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:41:58.570 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:41:59.345 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0a470a97-3b33-4192-af5f-e2e807df62f9) has been successfully created! 2020-06-06 08:42:01.102 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:42:01.102 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:42:01.103 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:42:05.491 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:42:05.491 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:42:05.491 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:42:07.573 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0a470a97-3b33-4192-af5f-e2e807df62f9) for deployment 'opnfv-rally' (UUID=5dcf3d3d-213d-40f5-9fb4-e814edfab5e5). 2020-06-06 08:42:08.039 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0a470a97-3b33-4192-af5f-e2e807df62f9) has been successfully configured for deployment 'opnfv-rally' (UUID=5dcf3d3d-213d-40f5-9fb4-e814edfab5e5)! 2020-06-06 08:42:16.819 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:42:16.819 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:42:16.820 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:42:19.022 34 INFO rally.api [-] Starting verification (UUID=ebd52116-56e8-4a70-926d-ab847092719c) for deployment 'opnfv-rally' (UUID=5dcf3d3d-213d-40f5-9fb4-e814edfab5e5) by verifier 'opnfv-tempest' (UUID=0a470a97-3b33-4192-af5f-e2e807df62f9). 2020-06-06 08:42:19.687 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:42:19.688 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0a470a97-3b33-4192-af5f-e2e807df62f9/for-deployment-5dcf3d3d-213d-40f5-9fb4-e814edfab5e5/tempest.log' to option 'log_file'. 2020-06-06 08:42:19.688 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0a470a97-3b33-4192-af5f-e2e807df62f9/for-deployment-5dcf3d3d-213d-40f5-9fb4-e814edfab5e5/tempest.log 2020-06-06 08:42:19.689 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:42:19.689 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0a470a97-3b33-4192-af5f-e2e807df62f9/for-deployment-5dcf3d3d-213d-40f5-9fb4-e814edfab5e5/lock_files' to option 'lock_path'. 2020-06-06 08:42:19.690 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0a470a97-3b33-4192-af5f-e2e807df62f9/for-deployment-5dcf3d3d-213d-40f5-9fb4-e814edfab5e5/lock_files 2020-06-06 08:42:19.690 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-06 08:42:19.690 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-06 08:42:19.691 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = de0e5e63-6eb3-42cf-afb6-4592751617d5 2020-06-06 08:42:19.691 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b5cf2781-c587-4a36-91cf-b443501acb74 2020-06-06 08:42:19.692 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2f5cb7e3-5717-43f0-b223-cc28efea22a8 2020-06-06 08:42:19.692 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 18283ca3-f044-4458-a6ef-7b2dec361f83 2020-06-06 08:42:19.947 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:42:19.947 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_bfa6dffd-3fff-4569-9d9e-fd625be77044 2020-06-06 08:42:19.948 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:42:20.023 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:42:20.060 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-06 08:42:20.061 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ebd52116_JLKOaHPf' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-06 08:42:20.097 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ebd52116_JLKOaHPf' (ID = 027a90ab-f21d-4945-8167-daf5bc012515) has been successfully created! 2020-06-06 08:42:20.098 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '027a90ab-f21d-4945-8167-daf5bc012515' to option 'instance_type'. 2020-06-06 08:42:20.098 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 027a90ab-f21d-4945-8167-daf5bc012515 2020-06-06 08:42:20.100 34 INFO rally.task.context [-] Verification 0a470a97-3b33-4192-af5f-e2e807df62f9 | Context tempest@default setup() finished in 0.84 sec 2020-06-06 08:42:20.101 34 INFO rally.task.context [-] Verification 0a470a97-3b33-4192-af5f-e2e807df62f9 | Context testr@default setup() finished in 0.54 msec 2020-06-06 08:42:20.101 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/34481cbd-bc97-4a31-8949-c18bf886a82c'. 2020-06-06 08:42:26.021 34 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.503s] 2020-06-06 08:42:26.022 34 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.356s] 2020-06-06 08:42:26.091 34 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.071s] 2020-06-06 08:42:27.861 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.146s] 2020-06-06 08:42:49.718 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.094s] 2020-06-06 08:42:49.738 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.020s] 2020-06-06 08:42:50.076 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.338s] 2020-06-06 08:42:50.092 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2020-06-06 08:42:50.108 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.016s] 2020-06-06 08:42:50.157 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.048s] 2020-06-06 08:42:50.250 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.092s] 2020-06-06 08:42:50.345 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.094s] 2020-06-06 08:42:50.726 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.381s] 2020-06-06 08:42:50.746 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.021s] 2020-06-06 08:42:50.885 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.131s] 2020-06-06 08:42:53.080 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.666s] 2020-06-06 08:42:56.116 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [6.367s] 2020-06-06 08:42:56.283 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.166s] 2020-06-06 08:42:56.639 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.356s] 2020-06-06 08:42:56.787 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.146s] 2020-06-06 08:42:56.788 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-06 08:42:59.395 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.790s] 2020-06-06 08:42:59.678 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.281s] 2020-06-06 08:42:59.973 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.296s] 2020-06-06 08:43:00.187 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.212s] 2020-06-06 08:43:00.190 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-06 08:43:06.370 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.289s] 2020-06-06 08:43:12.516 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.475s] 2020-06-06 08:43:12.817 34 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-06 08:43:15.807 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.112s] 2020-06-06 08:43:23.573 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.630s] 2020-06-06 08:43:24.067 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.492s] 2020-06-06 08:43:24.721 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.653s] 2020-06-06 08:43:25.244 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.524s] 2020-06-06 08:43:25.864 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.129s] 2020-06-06 08:43:25.941 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.697s] 2020-06-06 08:43:26.557 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.615s] 2020-06-06 08:43:26.827 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.116s] 2020-06-06 08:43:27.164 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.607s] 2020-06-06 08:43:27.778 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.613s] 2020-06-06 08:43:28.577 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.799s] 2020-06-06 08:43:31.190 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [2.611s] 2020-06-06 08:43:32.039 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.173s] 2020-06-06 08:43:32.272 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.082s] 2020-06-06 08:43:32.939 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.668s] 2020-06-06 08:43:33.533 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.721s] 2020-06-06 08:43:33.730 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.789s] 2020-06-06 08:43:34.925 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.195s] 2020-06-06 08:43:35.765 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.839s] 2020-06-06 08:43:36.382 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.617s] 2020-06-06 08:43:37.315 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.932s] 2020-06-06 08:43:38.227 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.911s] 2020-06-06 08:43:44.413 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.047s] 2020-06-06 08:43:45.393 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.312s] 2020-06-06 08:43:45.921 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.527s] 2020-06-06 08:43:46.296 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.027s] 2020-06-06 08:43:46.357 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.435s] 2020-06-06 08:43:46.527 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.229s] 2020-06-06 08:43:46.662 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.136s] 2020-06-06 08:43:46.826 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.470s] 2020-06-06 08:43:47.122 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.296s] 2020-06-06 08:43:47.712 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.589s] 2020-06-06 08:43:47.987 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.274s] 2020-06-06 08:43:48.373 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.302s] 2020-06-06 08:43:48.514 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.526s] 2020-06-06 08:43:48.530 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.155s] 2020-06-06 08:43:50.545 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [2.031s] 2020-06-06 08:43:51.101 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.556s] 2020-06-06 08:43:52.350 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [1.248s] 2020-06-06 08:43:53.391 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2020-06-06 08:43:53.400 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.015s] 2020-06-06 08:43:53.446 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.051s] 2020-06-06 08:43:53.493 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.047s] 2020-06-06 08:43:53.533 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.040s] 2020-06-06 08:43:53.606 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.072s] 2020-06-06 08:43:53.665 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.059s] 2020-06-06 08:43:53.727 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.061s] 2020-06-06 08:43:53.774 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.047s] 2020-06-06 08:43:53.833 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.059s] 2020-06-06 08:43:58.854 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.508s] 2020-06-06 08:44:02.663 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [29.124s] 2020-06-06 08:44:07.795 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.649s] 2020-06-06 08:44:12.465 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.670s] 2020-06-06 08:44:15.315 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.850s] 2020-06-06 08:44:15.391 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.075s] 2020-06-06 08:44:15.458 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.066s] 2020-06-06 08:44:21.900 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [19.234s] 2020-06-06 08:44:24.858 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [11.766s] 2020-06-06 08:44:29.656 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.196s] 2020-06-06 08:44:29.736 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.080s] 2020-06-06 08:44:29.805 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.069s] 2020-06-06 08:44:33.617 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.902s] 2020-06-06 08:44:33.871 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.529s] 2020-06-06 08:44:34.337 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.465s] 2020-06-06 08:44:34.695 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.358s] 2020-06-06 08:44:34.838 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.220s] 2020-06-06 08:44:35.121 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.426s] 2020-06-06 08:44:35.615 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.494s] 2020-06-06 08:44:36.590 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.975s] 2020-06-06 08:44:37.166 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.324s] 2020-06-06 08:44:37.944 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.779s] 2020-06-06 08:44:39.489 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.545s] 2020-06-06 08:44:39.557 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.655s] 2020-06-06 08:44:39.940 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.082s] 2020-06-06 08:44:40.329 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.839s] 2020-06-06 08:44:42.543 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.210s] 2020-06-06 08:44:42.599 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.060s] 2020-06-06 08:44:45.160 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.663s] 2020-06-06 08:44:47.331 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.410s] 2020-06-06 08:44:47.945 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.614s] 2020-06-06 08:44:49.814 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2020-06-06 08:44:51.269 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.370s] 2020-06-06 08:44:51.569 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.023s] 2020-06-06 08:44:51.588 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.019s] 2020-06-06 08:44:51.607 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.018s] 2020-06-06 08:44:53.396 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.127s] 2020-06-06 08:44:53.754 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.126s] 2020-06-06 08:44:53.776 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.021s] 2020-06-06 08:44:53.926 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.149s] 2020-06-06 08:44:53.938 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.012s] 2020-06-06 08:44:53.959 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.021s] 2020-06-06 08:44:56.631 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.058s] 2020-06-06 08:44:56.731 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.099s] 2020-06-06 08:44:56.783 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.051s] 2020-06-06 08:44:56.838 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.053s] 2020-06-06 08:44:56.881 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.043s] 2020-06-06 08:44:56.933 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.051s] 2020-06-06 08:44:57.019 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.085s] 2020-06-06 08:44:57.050 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.029s] 2020-06-06 08:44:57.239 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.189s] 2020-06-06 08:44:57.457 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.218s] 2020-06-06 08:45:01.215 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [21.271s] 2020-06-06 08:45:08.678 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.079s] 2020-06-06 08:45:10.242 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [9.030s] 2020-06-06 08:45:11.248 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.367s] 2020-06-06 08:45:13.101 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.149s] 2020-06-06 08:45:17.948 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.322s] 2020-06-06 08:45:18.306 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.357s] 2020-06-06 08:45:27.034 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.258s] 2020-06-06 08:45:27.065 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.031s] 2020-06-06 08:45:29.586 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.214s] 2020-06-06 08:45:38.106 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.519s] 2020-06-06 08:45:45.959 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.283s] 2020-06-06 08:45:47.338 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.231s] 2020-06-06 08:45:50.436 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.237s] 2020-06-06 08:45:50.486 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.050s] 2020-06-06 08:45:58.487 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [68.317s] 2020-06-06 08:46:01.049 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [15.090s] 2020-06-06 08:46:11.702 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.653s] 2020-06-06 08:46:17.210 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.507s] 2020-06-06 08:46:37.566 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [39.066s] 2020-06-06 08:46:56.683 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.503s] 2020-06-06 08:47:00.378 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.694s] 2020-06-06 08:47:04.621 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.243s] 2020-06-06 08:47:08.109 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [50.892s] 2020-06-06 08:47:09.249 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.627s] 2020-06-06 08:47:09.900 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.797s] 2020-06-06 08:47:13.282 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.032s] 2020-06-06 08:47:15.493 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.211s] 2020-06-06 08:47:21.651 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.157s] 2020-06-06 08:47:23.625 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.917s] 2020-06-06 08:47:23.682 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.056s] 2020-06-06 08:47:23.974 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.291s] 2020-06-06 08:47:25.327 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.352s] 2020-06-06 08:47:27.482 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.829s] 2020-06-06 08:47:31.403 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.075s] 2020-06-06 08:47:31.457 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.054s] 2020-06-06 08:47:31.564 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.107s] 2020-06-06 08:47:32.655 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.174s] 2020-06-06 08:47:32.981 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.325s] 2020-06-06 08:47:33.236 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.254s] 2020-06-06 08:47:33.454 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.218s] 2020-06-06 08:47:33.555 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.100s] 2020-06-06 08:47:33.624 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.068s] 2020-06-06 08:47:33.868 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.244s] 2020-06-06 08:47:34.042 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.174s] 2020-06-06 08:47:34.113 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.071s] 2020-06-06 08:47:34.172 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.058s] 2020-06-06 08:47:37.225 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.052s] 2020-06-06 08:47:41.672 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.131s] 2020-06-06 08:47:42.480 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.806s] 2020-06-06 08:47:43.075 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.594s] 2020-06-06 08:47:43.638 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.563s] 2020-06-06 08:47:44.234 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.594s] 2020-06-06 08:47:44.580 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.093s] 2020-06-06 08:47:45.023 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.787s] 2020-06-06 08:47:45.715 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.692s] 2020-06-06 08:47:45.791 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.076s] 2020-06-06 08:47:45.813 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2020-06-06 08:47:45.847 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.033s] 2020-06-06 08:47:45.864 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2020-06-06 08:47:47.286 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2020-06-06 08:47:49.879 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.023s] 2020-06-06 08:47:49.907 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.028s] 2020-06-06 08:47:49.914 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.158s] 2020-06-06 08:47:49.927 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.020s] 2020-06-06 08:47:49.965 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.037s] 2020-06-06 08:47:49.977 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.012s] 2020-06-06 08:47:50.271 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.288s] 2020-06-06 08:47:50.276 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.010s] 2020-06-06 08:47:50.290 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.013s] 2020-06-06 08:47:50.302 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.011s] 2020-06-06 08:47:50.305 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-06-06 08:47:50.320 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.015s] 2020-06-06 08:47:50.396 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.075s] 2020-06-06 08:47:56.280 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.217s] 2020-06-06 08:47:58.402 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.121s] 2020-06-06 08:47:58.485 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.082s] 2020-06-06 08:48:00.616 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.128s] 2020-06-06 08:48:02.760 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.143s] 2020-06-06 08:48:04.930 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.169s] 2020-06-06 08:48:07.086 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.154s] 2020-06-06 08:48:07.961 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.320s] 2020-06-06 08:48:09.248 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.161s] 2020-06-06 08:48:10.150 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.186s] 2020-06-06 08:48:11.400 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.152s] 2020-06-06 08:48:12.286 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.137s] 2020-06-06 08:48:13.541 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.140s] 2020-06-06 08:48:14.100 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.225s] 2020-06-06 08:48:15.693 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2020-06-06 08:48:15.719 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.175s] 2020-06-06 08:48:17.898 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.180s] 2020-06-06 08:48:20.073 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.173s] 2020-06-06 08:48:21.236 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.456s] 2020-06-06 08:48:21.523 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.287s] 2020-06-06 08:48:22.222 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.148s] 2020-06-06 08:48:24.391 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.168s] 2020-06-06 08:48:26.576 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.182s] 2020-06-06 08:48:28.763 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.186s] 2020-06-06 08:48:29.108 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.264s] 2020-06-06 08:48:29.358 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.249s] 2020-06-06 08:48:30.980 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.216s] 2020-06-06 08:48:33.246 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.265s] 2020-06-06 08:48:38.376 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.016s] 2020-06-06 08:48:39.329 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.325s] 2020-06-06 08:48:43.065 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.734s] 2020-06-06 08:48:46.840 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.773s] 2020-06-06 08:48:47.414 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.079s] 2020-06-06 08:48:47.510 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.095s] 2020-06-06 08:48:47.592 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.082s] 2020-06-06 08:48:48.166 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.573s] 2020-06-06 08:48:48.341 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.174s] 2020-06-06 08:48:48.755 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.413s] 2020-06-06 08:48:48.834 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.080s] 2020-06-06 08:48:48.951 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.115s] 2020-06-06 08:48:49.043 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.092s] 2020-06-06 08:48:49.133 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.088s] 2020-06-06 08:48:49.212 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.079s] 2020-06-06 08:48:49.363 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.149s] 2020-06-06 08:48:49.523 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.160s] 2020-06-06 08:48:49.614 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.091s] 2020-06-06 08:48:49.703 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.089s] 2020-06-06 08:48:50.584 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.745s] 2020-06-06 08:48:52.332 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.023s] 2020-06-06 08:48:52.369 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.036s] 2020-06-06 08:48:56.681 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2020-06-06 08:48:56.735 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.055s] 2020-06-06 08:48:56.793 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.055s] 2020-06-06 08:48:56.826 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.033s] 2020-06-06 08:48:56.839 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2020-06-06 08:48:56.853 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2020-06-06 08:48:56.865 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.012s] 2020-06-06 08:48:56.908 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.043s] 2020-06-06 08:48:56.921 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2020-06-06 08:48:56.964 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.043s] 2020-06-06 08:48:56.977 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2020-06-06 08:48:57.071 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.092s] 2020-06-06 08:48:57.148 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.077s] 2020-06-06 08:48:57.219 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.070s] 2020-06-06 08:48:57.285 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.065s] 2020-06-06 08:48:57.296 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2020-06-06 08:48:57.334 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.038s] 2020-06-06 08:48:57.370 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.035s] 2020-06-06 08:48:57.416 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.046s] 2020-06-06 08:48:57.452 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2020-06-06 08:49:01.565 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.688s] 2020-06-06 08:49:07.231 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.663s] 2020-06-06 08:49:20.884 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.142s] 2020-06-06 08:49:21.043 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.158s] 2020-06-06 08:49:28.265 34 INFO rally.task.context [-] Verification 0a470a97-3b33-4192-af5f-e2e807df62f9 | Context testr@default cleanup() started 2020-06-06 08:49:28.266 34 INFO rally.task.context [-] Verification 0a470a97-3b33-4192-af5f-e2e807df62f9 | Context testr@default cleanup() finished in 0.62 msec 2020-06-06 08:49:28.266 34 INFO rally.task.context [-] Verification 0a470a97-3b33-4192-af5f-e2e807df62f9 | Context tempest@default cleanup() started 2020-06-06 08:49:28.432 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ebd52116_JLKOaHPf'. 2020-06-06 08:49:28.583 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ebd52116_JLKOaHPf' has been deleted. 2020-06-06 08:49:28.584 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '027a90ab-f21d-4945-8167-daf5bc012515' of option 'instance_type' from Tempest config file. 2020-06-06 08:49:28.584 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '027a90ab-f21d-4945-8167-daf5bc012515' has been removed. 2020-06-06 08:49:28.591 34 INFO rally.task.context [-] Verification 0a470a97-3b33-4192-af5f-e2e807df62f9 | Context tempest@default cleanup() finished in 0.32 sec 2020-06-06 08:49:28.628 34 INFO rally.api [-] Verification (UUID=ebd52116-56e8-4a70-926d-ab847092719c) has been successfully finished for deployment 'opnfv-rally' (UUID=5dcf3d3d-213d-40f5-9fb4-e814edfab5e5)! 2020-06-06 08:49:30.643 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:49:30.643 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:49:30.644 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:49:32.518 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:49:32.519 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:49:32.519 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:49:34.833 77 INFO rally.api [-] Building 'html' report for the following verification(s): 'ebd52116-56e8-4a70-926d-ab847092719c' 2020-06-06 08:49:34.857 77 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:49:36.728 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:49:36.728 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:49:36.729 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:49:39.249 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ebd52116-56e8-4a70-926d-ab847092719c' 2020-06-06 08:49:39.264 79 INFO rally.api [-] The report has been successfully built.