2020-09-19 07:43:25.362 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:43:25.367 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:43:25.368 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 07:43:43.438 7 ERROR rally.cli.cliutils 2020-09-19 07:43:55.293 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:43:55.298 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:43:55.300 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:44:28.513 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:44:28.518 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:44:28.520 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:45:04.373 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:45:04.377 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:45:04.379 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:45:16.331 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:45:16.337 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:45:16.338 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils force=force) 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:45:34.673 37 ERROR rally.cli.cliutils 2020-09-19 07:45:46.940 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:45:46.945 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:45:46.946 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:46:04.849 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 07:46:05.284 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-16b74c2e-fa76-4037-b4fc-7d3970c6d463/repo. 2020-09-19 07:46:06.092 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-16b74c2e-fa76-4037-b4fc-7d3970c6d463/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-19 07:46:06.189 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 07:46:06.242 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 07:46:06.302 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 07:46:06.820 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 07:46:12.501 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=16b74c2e-fa76-4037-b4fc-7d3970c6d463) has been successfully created! 2020-09-19 07:46:24.989 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:46:24.995 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:46:24.996 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:46:55.407 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:46:55.412 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:46:55.414 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:47:14.110 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=16b74c2e-fa76-4037-b4fc-7d3970c6d463) for deployment 'opnfv-rally' (UUID=af4ef952-e2ad-49bd-8801-7bb4a0cb4e60). 2020-09-19 07:47:15.452 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=16b74c2e-fa76-4037-b4fc-7d3970c6d463) has been successfully configured for deployment 'opnfv-rally' (UUID=af4ef952-e2ad-49bd-8801-7bb4a0cb4e60)! 2020-09-19 07:48:30.349 94 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:48:30.353 94 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:48:30.355 94 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:48:48.155 94 INFO rally.api [-] Starting verification (UUID=11a8bffd-5e29-4230-8e0a-575ce0078394) for deployment 'opnfv-rally' (UUID=af4ef952-e2ad-49bd-8801-7bb4a0cb4e60) by verifier 'opnfv-tempest' (UUID=16b74c2e-fa76-4037-b4fc-7d3970c6d463). 2020-09-19 07:48:52.033 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 07:48:52.034 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-16b74c2e-fa76-4037-b4fc-7d3970c6d463/for-deployment-af4ef952-e2ad-49bd-8801-7bb4a0cb4e60/tempest.log' to option 'log_file'. 2020-09-19 07:48:52.035 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-16b74c2e-fa76-4037-b4fc-7d3970c6d463/for-deployment-af4ef952-e2ad-49bd-8801-7bb4a0cb4e60/tempest.log 2020-09-19 07:48:52.037 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 07:48:52.038 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-16b74c2e-fa76-4037-b4fc-7d3970c6d463/for-deployment-af4ef952-e2ad-49bd-8801-7bb4a0cb4e60/lock_files' to option 'lock_path'. 2020-09-19 07:48:52.039 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-16b74c2e-fa76-4037-b4fc-7d3970c6d463/for-deployment-af4ef952-e2ad-49bd-8801-7bb4a0cb4e60/lock_files 2020-09-19 07:48:52.040 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 07:48:52.042 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-09-19 07:48:52.043 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 116d1844-8b40-4c58-8c98-9d08f9376904 2020-09-19 07:48:52.044 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f476a6cf-fda9-4059-b936-fdf595923ad1 2020-09-19 07:48:52.047 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c4235b33-b3ca-43d9-a3c1-b4cdcaf5f91c 2020-09-19 07:48:52.049 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = be2f7ef5-f0e0-4e5d-9399-7c444de3bee8 2020-09-19 07:48:52.473 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 07:48:52.476 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_8d3fcec4-dc62-4e8d-87a1-8ea4615d022a 2020-09-19 07:48:52.480 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 07:48:53.075 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 07:48:53.147 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-19 07:48:53.150 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_11a8bffd_XH91VkWI' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-19 07:48:53.219 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_11a8bffd_XH91VkWI' (ID = 025217f0-9560-4445-bd0b-3fdaf9ab93e5) has been successfully created! 2020-09-19 07:48:53.221 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '025217f0-9560-4445-bd0b-3fdaf9ab93e5' to option 'instance_type'. 2020-09-19 07:48:53.224 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 025217f0-9560-4445-bd0b-3fdaf9ab93e5 2020-09-19 07:48:53.233 94 INFO rally.task.context [-] Verification 16b74c2e-fa76-4037-b4fc-7d3970c6d463 | Context tempest@default setup() finished in 4.19 sec 2020-09-19 07:48:53.237 94 INFO rally.task.context [-] Verification 16b74c2e-fa76-4037-b4fc-7d3970c6d463 | Context testr@default setup() finished in 1.55 msec 2020-09-19 07:48:53.239 94 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d575d412-3ccf-4bed-978d-6e1b2fa725dd'. 2020-09-19 07:49:30.846 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.216s] 2020-09-19 07:49:31.063 94 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.425s] 2020-09-19 07:49:31.304 94 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.237s] 2020-09-19 07:49:32.257 94 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.607s] 2020-09-19 07:49:55.515 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [21.393s] 2020-09-19 07:49:55.813 94 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.171s] 2020-09-19 07:50:03.589 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [6.037s] 2020-09-19 07:50:04.053 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.460s] 2020-09-19 07:50:04.623 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.569s] 2020-09-19 07:50:04.888 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.473s] 2020-09-19 07:50:04.959 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.333s] 2020-09-19 07:50:04.966 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.006s] 2020-09-19 07:50:05.163 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.270s] 2020-09-19 07:50:05.709 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.547s] 2020-09-19 07:50:06.070 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.352s] 2020-09-19 07:50:06.076 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.008s] 2020-09-19 07:50:09.566 94 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.749s] 2020-09-19 07:50:19.368 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.533s] 2020-09-19 07:50:20.656 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.284s] 2020-09-19 07:50:21.791 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.133s] 2020-09-19 07:50:23.026 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.230s] 2020-09-19 07:50:24.511 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.480s] 2020-09-19 07:50:25.909 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.392s] 2020-09-19 07:50:26.189 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [11.196s] 2020-09-19 07:50:26.851 94 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-09-19 07:50:31.414 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [5.507s] 2020-09-19 07:50:32.109 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.692s] 2020-09-19 07:50:32.924 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.813s] 2020-09-19 07:50:34.358 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.420s] 2020-09-19 07:50:35.091 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.736s] 2020-09-19 07:50:35.555 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.145s] 2020-09-19 07:50:35.846 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.753s] 2020-09-19 07:50:36.664 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.817s] 2020-09-19 07:50:37.758 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.082s] 2020-09-19 07:50:38.590 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.831s] 2020-09-19 07:50:39.393 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.797s] 2020-09-19 07:50:40.295 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.729s] 2020-09-19 07:50:40.329 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.936s] 2020-09-19 07:50:45.246 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [4.916s] 2020-09-19 07:50:50.516 94 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.344s] 2020-09-19 07:50:50.844 94 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.327s] 2020-09-19 07:50:53.098 94 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.115s] 2020-09-19 07:50:55.336 94 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.185s] 2020-09-19 07:50:55.393 94 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.051s] 2020-09-19 07:50:55.677 94 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.279s] 2020-09-19 07:50:55.704 94 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.031s] 2020-09-19 07:50:55.791 94 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.081s] 2020-09-19 07:51:02.235 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.301s] 2020-09-19 07:51:06.048 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.811s] 2020-09-19 07:51:07.437 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [4.709s] 2020-09-19 07:51:07.964 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.518s] 2020-09-19 07:51:08.209 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.158s] 2020-09-19 07:51:08.391 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.432s] 2020-09-19 07:51:08.843 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.442s] 2020-09-19 07:51:09.170 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.327s] 2020-09-19 07:51:09.392 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.217s] 2020-09-19 07:51:09.611 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.220s] 2020-09-19 07:51:09.817 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.200s] 2020-09-19 07:51:09.936 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.120s] 2020-09-19 07:51:10.138 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.201s] 2020-09-19 07:51:10.377 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.169s] 2020-09-19 07:51:10.550 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.405s] 2020-09-19 07:51:13.197 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [13.113s] 2020-09-19 07:51:14.268 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.885s] 2020-09-19 07:51:18.040 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.769s] 2020-09-19 07:51:21.820 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.784s] 2020-09-19 07:51:31.257 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.423s] 2020-09-19 07:51:31.904 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.702s] 2020-09-19 07:51:35.793 94 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.514s] 2020-09-19 07:51:35.904 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.647s] 2020-09-19 07:51:36.148 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.244s] 2020-09-19 07:51:36.307 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.151s] 2020-09-19 07:51:36.480 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.178s] 2020-09-19 07:51:36.586 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.101s] 2020-09-19 07:51:36.723 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.136s] 2020-09-19 07:51:36.909 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.183s] 2020-09-19 07:51:37.067 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.152s] 2020-09-19 07:51:37.168 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.102s] 2020-09-19 07:51:37.259 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.088s] 2020-09-19 07:51:40.856 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.589s] 2020-09-19 07:51:43.436 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.115s] 2020-09-19 07:51:43.471 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.033s] 2020-09-19 07:51:43.919 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.442s] 2020-09-19 07:51:43.965 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.046s] 2020-09-19 07:51:44.001 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.037s] 2020-09-19 07:51:44.092 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.084s] 2020-09-19 07:51:44.242 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.148s] 2020-09-19 07:51:44.374 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.131s] 2020-09-19 07:51:44.892 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.506s] 2020-09-19 07:51:44.960 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.070s] 2020-09-19 07:51:45.177 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.212s] 2020-09-19 07:51:51.855 94 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.079s] 2020-09-19 07:51:52.405 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.280s] 2020-09-19 07:51:53.758 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.352s] 2020-09-19 07:51:54.477 94 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.470s] 2020-09-19 07:51:54.540 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [22.612s] 2020-09-19 07:51:55.265 94 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.787s] 2020-09-19 07:51:57.198 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.412s] 2020-09-19 07:51:58.128 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.945s] 2020-09-19 07:51:58.302 94 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.432s] 2020-09-19 07:51:58.365 94 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.063s] 2020-09-19 07:51:59.973 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.834s] 2020-09-19 07:52:01.024 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.053s] 2020-09-19 07:52:03.787 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.725s] 2020-09-19 07:52:03.873 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.120s] 2020-09-19 07:52:05.762 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.717s] 2020-09-19 07:52:06.241 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [11.709s] 2020-09-19 07:52:07.213 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.222s] 2020-09-19 07:52:11.179 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.416s] 2020-09-19 07:52:13.212 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.028s] 2020-09-19 07:52:13.328 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.117s] 2020-09-19 07:52:13.417 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.092s] 2020-09-19 07:52:15.038 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.353s] 2020-09-19 07:52:17.469 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.423s] 2020-09-19 07:52:19.764 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.298s] 2020-09-19 07:52:20.958 94 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [45.087s] 2020-09-19 07:52:22.332 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [8.896s] 2020-09-19 07:52:22.364 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.218s] 2020-09-19 07:52:22.453 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.126s] 2020-09-19 07:52:22.554 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.099s] 2020-09-19 07:52:26.292 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.222s] 2020-09-19 07:52:27.203 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.665s] 2020-09-19 07:52:27.642 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.439s] 2020-09-19 07:52:27.698 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.397s] 2020-09-19 07:52:28.364 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.664s] 2020-09-19 07:52:28.953 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.583s] 2020-09-19 07:52:29.822 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.866s] 2020-09-19 07:52:31.725 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.891s] 2020-09-19 07:52:32.835 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.111s] 2020-09-19 07:52:33.033 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.201s] 2020-09-19 07:52:33.106 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.406s] 2020-09-19 07:52:33.109 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.067s] 2020-09-19 07:52:33.165 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.063s] 2020-09-19 07:52:33.219 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.054s] 2020-09-19 07:52:33.508 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.404s] 2020-09-19 07:52:34.519 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.587s] 2020-09-19 07:52:34.817 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.300s] 2020-09-19 07:52:35.192 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.364s] 2020-09-19 07:52:35.823 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.628s] 2020-09-19 07:52:35.979 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.849s] 2020-09-19 07:52:36.448 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.629s] 2020-09-19 07:52:37.030 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.578s] 2020-09-19 07:52:37.312 94 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.173s] 2020-09-19 07:52:37.369 94 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.052s] 2020-09-19 07:52:37.426 94 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.054s] 2020-09-19 07:52:38.399 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.034s] 2020-09-19 07:52:39.609 94 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.061s] 2020-09-19 07:52:40.024 94 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.407s] 2020-09-19 07:52:40.472 94 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.448s] 2020-09-19 07:52:42.804 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.285s] 2020-09-19 07:52:46.390 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.382s] 2020-09-19 07:52:47.700 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.050s] 2020-09-19 07:52:47.772 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.074s] 2020-09-19 07:52:47.857 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.084s] 2020-09-19 07:52:47.923 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.062s] 2020-09-19 07:52:47.979 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.052s] 2020-09-19 07:52:48.022 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.043s] 2020-09-19 07:52:48.071 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.038s] 2020-09-19 07:52:48.154 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.077s] 2020-09-19 07:52:48.196 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.044s] 2020-09-19 07:52:48.276 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.071s] 2020-09-19 07:52:48.315 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.039s] 2020-09-19 07:52:48.406 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.090s] 2020-09-19 07:52:48.495 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.085s] 2020-09-19 07:52:48.576 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.081s] 2020-09-19 07:52:48.655 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.073s] 2020-09-19 07:52:48.701 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.045s] 2020-09-19 07:52:48.775 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.070s] 2020-09-19 07:52:48.854 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.073s] 2020-09-19 07:52:48.941 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.084s] 2020-09-19 07:52:49.021 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.076s] 2020-09-19 07:52:50.233 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.035s] 2020-09-19 07:52:50.269 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.035s] 2020-09-19 07:52:50.349 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.077s] 2020-09-19 07:52:50.419 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.071s] 2020-09-19 07:52:50.494 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.073s] 2020-09-19 07:52:50.644 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.139s] 2020-09-19 07:52:50.768 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.126s] 2020-09-19 07:52:50.867 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.094s] 2020-09-19 07:52:50.951 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.081s] 2020-09-19 07:52:51.037 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.082s] 2020-09-19 07:52:55.497 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.582s] 2020-09-19 07:53:03.943 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.523s] 2020-09-19 07:53:06.160 94 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.887s] 2020-09-19 07:53:06.236 94 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.083s] 2020-09-19 07:53:06.532 94 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.290s] 2020-09-19 07:53:08.227 94 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.695s] 2020-09-19 07:53:12.673 94 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.443s] 2020-09-19 07:53:12.770 94 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.094s] 2020-09-19 07:53:12.887 94 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.115s] 2020-09-19 07:53:16.394 94 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [35.689s] 2020-09-19 07:53:33.882 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [29.900s] 2020-09-19 07:53:37.127 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.362s] 2020-09-19 07:53:41.696 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.137s] 2020-09-19 07:53:41.882 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.187s] 2020-09-19 07:53:41.988 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.099s] 2020-09-19 07:53:42.125 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.135s] 2020-09-19 07:53:42.275 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.145s] 2020-09-19 07:53:42.380 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.101s] 2020-09-19 07:53:42.486 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.108s] 2020-09-19 07:53:42.612 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.116s] 2020-09-19 07:53:42.938 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.319s] 2020-09-19 07:53:43.448 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.506s] 2020-09-19 07:53:51.607 94 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [35.211s] 2020-09-19 07:53:51.736 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.858s] 2020-09-19 07:53:57.528 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.843s] 2020-09-19 07:54:03.868 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.283s] 2020-09-19 07:54:08.671 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [16.914s] 2020-09-19 07:54:09.836 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.552s] 2020-09-19 07:54:10.275 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.439s] 2020-09-19 07:54:24.991 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.088s] 2020-09-19 07:54:25.066 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.075s] 2020-09-19 07:54:25.156 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.087s] 2020-09-19 07:54:25.651 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.488s] 2020-09-19 07:54:25.838 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.187s] 2020-09-19 07:54:26.151 94 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [34.538s] 2020-09-19 07:54:26.296 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.449s] 2020-09-19 07:54:26.379 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.088s] 2020-09-19 07:54:26.474 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.093s] 2020-09-19 07:54:26.591 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.114s] 2020-09-19 07:54:26.702 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.108s] 2020-09-19 07:54:26.806 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.098s] 2020-09-19 07:54:26.978 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.164s] 2020-09-19 07:54:27.151 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.172s] 2020-09-19 07:54:27.262 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.109s] 2020-09-19 07:54:27.352 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.090s] 2020-09-19 07:54:32.006 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.365s] 2020-09-19 07:54:34.179 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.377s] 2020-09-19 07:54:34.255 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.077s] 2020-09-19 07:54:40.751 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.748s] 2020-09-19 07:54:50.224 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.471s] 2020-09-19 07:54:54.141 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.911s] 2020-09-19 07:55:00.088 94 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [33.937s] 2020-09-19 07:55:02.238 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.071s] 2020-09-19 07:55:30.585 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [36.416s] 2020-09-19 07:55:37.012 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [6.448s] 2020-09-19 07:55:41.574 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.181s] 2020-09-19 07:55:47.792 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.045s] 2020-09-19 07:55:47.858 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.064s] 2020-09-19 07:55:47.896 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.035s] 2020-09-19 07:55:47.994 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.094s] 2020-09-19 07:55:48.023 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.030s] 2020-09-19 07:55:48.671 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.621s] 2020-09-19 07:55:48.678 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.029s] 2020-09-19 07:55:48.747 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.065s] 2020-09-19 07:55:48.786 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.035s] 2020-09-19 07:55:48.812 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.025s] 2020-09-19 07:55:48.849 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.035s] 2020-09-19 07:55:48.948 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.096s] 2020-09-19 07:56:07.372 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.383s] 2020-09-19 07:56:09.610 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.236s] 2020-09-19 07:56:14.670 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.269s] 2020-09-19 07:56:16.860 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.181s] 2020-09-19 07:56:17.029 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.167s] 2020-09-19 07:56:19.392 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.351s] 2020-09-19 07:56:21.767 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.371s] 2020-09-19 07:56:24.123 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.351s] 2020-09-19 07:56:26.487 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.359s] 2020-09-19 07:56:28.860 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.367s] 2020-09-19 07:56:31.291 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.426s] 2020-09-19 07:56:33.683 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.389s] 2020-09-19 07:56:36.222 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.526s] 2020-09-19 07:56:38.780 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.548s] 2020-09-19 07:56:41.315 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.530s] 2020-09-19 07:56:43.836 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.520s] 2020-09-19 07:56:46.507 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.666s] 2020-09-19 07:56:49.165 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.648s] 2020-09-19 07:56:51.838 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.666s] 2020-09-19 07:56:54.475 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.631s] 2020-09-19 07:56:57.159 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.679s] 2020-09-19 07:56:59.949 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.089s] 2020-09-19 07:57:00.100 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.148s] 2020-09-19 07:57:11.361 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.845s] 2020-09-19 07:57:20.781 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.405s] 2020-09-19 07:57:29.949 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.163s] 2020-09-19 07:57:38.379 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.952s] 2020-09-19 07:57:44.539 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.154s] 2020-09-19 07:57:57.401 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.171s] 2020-09-19 07:57:57.578 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.176s] 2020-09-19 07:58:07.749 94 INFO rally.task.context [-] Verification 16b74c2e-fa76-4037-b4fc-7d3970c6d463 | Context testr@default cleanup() started 2020-09-19 07:58:07.753 94 INFO rally.task.context [-] Verification 16b74c2e-fa76-4037-b4fc-7d3970c6d463 | Context testr@default cleanup() finished in 3.69 msec 2020-09-19 07:58:07.756 94 INFO rally.task.context [-] Verification 16b74c2e-fa76-4037-b4fc-7d3970c6d463 | Context tempest@default cleanup() started 2020-09-19 07:58:08.213 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_11a8bffd_XH91VkWI'. 2020-09-19 07:58:08.347 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_11a8bffd_XH91VkWI' has been deleted. 2020-09-19 07:58:08.352 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '025217f0-9560-4445-bd0b-3fdaf9ab93e5' of option 'instance_type' from Tempest config file. 2020-09-19 07:58:08.353 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '025217f0-9560-4445-bd0b-3fdaf9ab93e5' has been removed. 2020-09-19 07:58:08.377 94 INFO rally.task.context [-] Verification 16b74c2e-fa76-4037-b4fc-7d3970c6d463 | Context tempest@default cleanup() finished in 0.62 sec 2020-09-19 07:58:08.517 94 INFO rally.api [-] Verification (UUID=11a8bffd-5e29-4230-8e0a-575ce0078394) has been successfully finished for deployment 'opnfv-rally' (UUID=af4ef952-e2ad-49bd-8801-7bb4a0cb4e60)! 2020-09-19 07:58:22.595 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:58:22.602 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:58:22.604 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:58:38.001 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:58:38.006 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:58:38.008 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:58:57.311 151 INFO rally.api [-] Building 'html' report for the following verification(s): '11a8bffd-5e29-4230-8e0a-575ce0078394' 2020-09-19 07:58:57.647 151 INFO rally.api [-] The report has been successfully built. 2020-09-19 07:59:10.745 158 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:59:10.751 158 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:59:10.752 158 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:59:31.029 158 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '11a8bffd-5e29-4230-8e0a-575ce0078394' 2020-09-19 07:59:31.202 158 INFO rally.api [-] The report has been successfully built.