2021-09-22 17:45:27.852 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:45:27.853 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:45:27.853 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:45:30.160 8 ERROR rally.cli.cliutils 2021-09-22 17:45:31.851 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:45:31.852 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:45:31.852 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:45:35.842 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:45:35.843 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:45:35.843 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:45:40.703 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:45:40.703 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:45:40.703 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:45:42.238 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:45:42.238 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:45:42.238 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:45:44.533 18 ERROR rally.cli.cliutils 2021-09-22 17:45:46.234 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:45:46.234 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:45:46.234 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:45:48.671 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:45:48.721 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7f6f58ee-5e57-4186-83a2-9960f4da16b7/repo. 2021-09-22 17:45:49.034 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7f6f58ee-5e57-4186-83a2-9960f4da16b7/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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 switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-09-22 17:45:49.079 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:45:49.087 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:45:49.098 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:45:49.154 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:45:49.914 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f6f58ee-5e57-4186-83a2-9960f4da16b7) has been successfully created! 2021-09-22 17:45:51.641 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:45:51.642 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:45:51.642 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:45:56.672 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:45:56.673 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:45:56.673 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:45:59.140 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7f6f58ee-5e57-4186-83a2-9960f4da16b7) for deployment 'opnfv-rally' (UUID=a81a34a3-ec01-423e-93fd-2738a7f9ac95). 2021-09-22 17:45:59.634 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f6f58ee-5e57-4186-83a2-9960f4da16b7) has been successfully configured for deployment 'opnfv-rally' (UUID=a81a34a3-ec01-423e-93fd-2738a7f9ac95)! 2021-09-22 17:46:09.013 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:46:09.013 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:46:09.014 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:46:11.537 36 INFO rally.api [-] Starting verification (UUID=a5ec9d84-4311-4ba8-aa91-02593b65acfd) for deployment 'opnfv-rally' (UUID=a81a34a3-ec01-423e-93fd-2738a7f9ac95) by verifier 'opnfv-tempest' (UUID=7f6f58ee-5e57-4186-83a2-9960f4da16b7). 2021-09-22 17:46:12.145 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:46:12.146 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7f6f58ee-5e57-4186-83a2-9960f4da16b7/for-deployment-a81a34a3-ec01-423e-93fd-2738a7f9ac95/tempest.log' to option 'log_file'. 2021-09-22 17:46:12.146 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7f6f58ee-5e57-4186-83a2-9960f4da16b7/for-deployment-a81a34a3-ec01-423e-93fd-2738a7f9ac95/tempest.log 2021-09-22 17:46:12.146 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:46:12.147 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7f6f58ee-5e57-4186-83a2-9960f4da16b7/for-deployment-a81a34a3-ec01-423e-93fd-2738a7f9ac95/lock_files' to option 'lock_path'. 2021-09-22 17:46:12.147 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7f6f58ee-5e57-4186-83a2-9960f4da16b7/for-deployment-a81a34a3-ec01-423e-93fd-2738a7f9ac95/lock_files 2021-09-22 17:46:12.147 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:46:12.148 36 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 2021-09-22 17:46:12.148 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 51937fa1-e858-4a16-b5c1-e56862b06d09 2021-09-22 17:46:12.148 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7d0ccfd1-4f7d-4550-a65c-cb5a41263925 2021-09-22 17:46:12.149 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 83c0b21c-532e-4d80-abbe-8c35d0a1543e 2021-09-22 17:46:12.149 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d5ff6251-d074-4f4a-8d11-991e8a041b69 2021-09-22 17:46:12.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:46:12.369 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_0490b151-9cd2-4ca7-941b-ee26e07b950e 2021-09-22 17:46:12.369 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:46:12.441 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:46:12.477 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-09-22 17:46:12.478 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_a5ec9d84_Q9pS0FJt' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-09-22 17:46:12.517 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a5ec9d84_Q9pS0FJt' (ID = c816dfc0-9134-405c-9f52-140aa1a1c7d6) has been successfully created! 2021-09-22 17:46:12.517 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c816dfc0-9134-405c-9f52-140aa1a1c7d6' to option 'instance_type'. 2021-09-22 17:46:12.517 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c816dfc0-9134-405c-9f52-140aa1a1c7d6 2021-09-22 17:46:12.519 36 INFO rally.task.context [-] Verification 7f6f58ee-5e57-4186-83a2-9960f4da16b7 | Context tempest@default setup() finished in 0.78 sec 2021-09-22 17:46:12.520 36 INFO rally.task.context [-] Verification 7f6f58ee-5e57-4186-83a2-9960f4da16b7 | Context testr@default setup() finished in 0.70 msec 2021-09-22 17:46:12.520 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/519d3b0d-6b29-44c4-8639-db5f722c321f'. 2021-09-22 17:46:18.201 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.239s] 2021-09-22 17:46:18.254 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.289s] 2021-09-22 17:46:18.329 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.073s] 2021-09-22 17:46:39.387 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.121s] 2021-09-22 17:46:39.409 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.020s] 2021-09-22 17:46:39.796 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.387s] 2021-09-22 17:46:39.813 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2021-09-22 17:46:39.834 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.021s] 2021-09-22 17:46:39.872 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.038s] 2021-09-22 17:46:39.965 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.092s] 2021-09-22 17:46:40.059 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.093s] 2021-09-22 17:46:40.510 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.450s] 2021-09-22 17:46:40.539 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.029s] 2021-09-22 17:46:40.700 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.160s] 2021-09-22 17:46:47.389 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [15.209s] 2021-09-22 17:47:01.272 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.883s] 2021-09-22 17:47:05.995 36 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.471s] 2021-09-22 17:47:09.641 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [6.965s] 2021-09-22 17:47:18.939 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [9.850s] 2021-09-22 17:47:29.133 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [48.539s] 2021-09-22 17:47:29.242 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [50.503s] 2021-09-22 17:47:29.331 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.198s] 2021-09-22 17:47:29.398 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.155s] 2021-09-22 17:47:29.709 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.311s] 2021-09-22 17:47:29.805 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.473s] 2021-09-22 17:47:29.861 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.151s] 2021-09-22 17:47:29.862 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-09-22 17:47:29.969 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.162s] 2021-09-22 17:47:29.970 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-09-22 17:47:32.546 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.078s] 2021-09-22 17:47:38.266 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.717s] 2021-09-22 17:47:43.555 36 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.400s] 2021-09-22 17:47:43.953 36 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.398s] 2021-09-22 17:47:45.692 36 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.015s] 2021-09-22 17:47:53.896 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [11.337s] 2021-09-22 17:47:54.100 36 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-09-22 17:47:59.713 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.331s] 2021-09-22 17:48:00.061 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.347s] 2021-09-22 17:48:01.590 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.530s] 2021-09-22 17:48:01.992 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.401s] 2021-09-22 17:48:02.347 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.354s] 2021-09-22 17:48:02.545 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.198s] 2021-09-22 17:48:02.719 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.173s] 2021-09-22 17:48:02.855 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.135s] 2021-09-22 17:48:02.950 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.095s] 2021-09-22 17:48:03.112 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.161s] 2021-09-22 17:48:03.469 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.356s] 2021-09-22 17:48:06.916 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.287s] 2021-09-22 17:48:07.128 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.210s] 2021-09-22 17:48:07.346 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.218s] 2021-09-22 17:48:07.708 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.362s] 2021-09-22 17:48:08.130 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.421s] 2021-09-22 17:48:08.498 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.367s] 2021-09-22 17:48:15.013 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.390s] 2021-09-22 17:48:15.122 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.108s] 2021-09-22 17:48:16.986 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.304s] 2021-09-22 17:48:17.009 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.023s] 2021-09-22 17:48:20.125 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.139s] 2021-09-22 17:48:22.182 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.608s] 2021-09-22 17:48:23.361 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [1.177s] 2021-09-22 17:48:25.053 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [1.691s] 2021-09-22 17:48:26.358 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [1.306s] 2021-09-22 17:48:27.624 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [1.265s] 2021-09-22 17:48:28.899 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [1.273s] 2021-09-22 17:48:29.994 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [1.095s] 2021-09-22 17:48:34.099 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.970s] 2021-09-22 17:48:34.486 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.492s] 2021-09-22 17:48:35.718 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [1.230s] 2021-09-22 17:48:35.889 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.172s] 2021-09-22 17:48:36.037 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.147s] 2021-09-22 17:48:36.206 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.167s] 2021-09-22 17:48:36.292 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.086s] 2021-09-22 17:48:36.360 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.067s] 2021-09-22 17:48:36.539 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.178s] 2021-09-22 17:48:36.785 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.246s] 2021-09-22 17:48:36.902 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.116s] 2021-09-22 17:48:36.979 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.077s] 2021-09-22 17:48:39.679 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [2.698s] 2021-09-22 17:48:44.338 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.473s] 2021-09-22 17:48:45.582 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [95.940s] 2021-09-22 17:48:45.680 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2021-09-22 17:48:49.670 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.247s] 2021-09-22 17:48:51.780 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.109s] 2021-09-22 17:48:51.854 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.073s] 2021-09-22 17:48:53.957 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.102s] 2021-09-22 17:48:56.065 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.106s] 2021-09-22 17:48:58.181 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.114s] 2021-09-22 17:49:00.314 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.134s] 2021-09-22 17:49:01.790 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.683s] 2021-09-22 17:49:02.434 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.117s] 2021-09-22 17:49:04.550 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.117s] 2021-09-22 17:49:05.016 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [19.431s] 2021-09-22 17:49:06.649 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.097s] 2021-09-22 17:49:08.780 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.129s] 2021-09-22 17:49:10.917 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.135s] 2021-09-22 17:49:11.799 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.784s] 2021-09-22 17:49:13.029 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.111s] 2021-09-22 17:49:15.141 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.112s] 2021-09-22 17:49:16.350 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.556s] 2021-09-22 17:49:17.246 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.104s] 2021-09-22 17:49:19.360 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.112s] 2021-09-22 17:49:21.501 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.139s] 2021-09-22 17:49:22.653 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.120s] 2021-09-22 17:49:23.626 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.123s] 2021-09-22 17:49:24.076 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.027s] 2021-09-22 17:49:24.270 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.192s] 2021-09-22 17:49:24.412 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.142s] 2021-09-22 17:49:25.758 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.130s] 2021-09-22 17:49:32.266 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [15.917s] 2021-09-22 17:49:39.459 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.070s] 2021-09-22 17:49:40.895 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.023s] 2021-09-22 17:49:43.153 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.042s] 2021-09-22 17:49:43.239 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.087s] 2021-09-22 17:49:43.280 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.040s] 2021-09-22 17:49:43.321 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.039s] 2021-09-22 17:49:43.361 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.039s] 2021-09-22 17:49:43.391 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.030s] 2021-09-22 17:49:43.411 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2021-09-22 17:49:43.439 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.027s] 2021-09-22 17:49:43.557 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.116s] 2021-09-22 17:49:43.714 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.156s] 2021-09-22 17:49:46.111 36 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [113.483s] 2021-09-22 17:49:48.179 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.526s] 2021-09-22 17:49:48.630 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.450s] 2021-09-22 17:49:49.144 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.515s] 2021-09-22 17:49:49.773 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.629s] 2021-09-22 17:49:49.776 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.884s] 2021-09-22 17:49:50.374 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.600s] 2021-09-22 17:49:51.103 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.727s] 2021-09-22 17:49:51.633 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.135s] 2021-09-22 17:49:51.823 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.722s] 2021-09-22 17:49:52.440 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.616s] 2021-09-22 17:49:52.880 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.440s] 2021-09-22 17:49:53.394 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.512s] 2021-09-22 17:49:55.242 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.848s] 2021-09-22 17:49:55.720 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.478s] 2021-09-22 17:49:56.268 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.548s] 2021-09-22 17:49:56.829 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.560s] 2021-09-22 17:49:57.543 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.713s] 2021-09-22 17:49:57.930 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.066s] 2021-09-22 17:49:57.988 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.057s] 2021-09-22 17:49:58.069 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.080s] 2021-09-22 17:49:58.163 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.620s] 2021-09-22 17:49:58.459 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.390s] 2021-09-22 17:49:58.511 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.732s] 2021-09-22 17:49:58.607 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.146s] 2021-09-22 17:49:58.758 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.595s] 2021-09-22 17:49:58.935 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.329s] 2021-09-22 17:49:58.991 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.055s] 2021-09-22 17:49:59.063 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.072s] 2021-09-22 17:49:59.143 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.080s] 2021-09-22 17:49:59.215 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.072s] 2021-09-22 17:49:59.279 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.063s] 2021-09-22 17:49:59.394 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.114s] 2021-09-22 17:49:59.512 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.118s] 2021-09-22 17:49:59.519 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.760s] 2021-09-22 17:49:59.588 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.075s] 2021-09-22 17:49:59.649 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.062s] 2021-09-22 17:50:03.284 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.772s] 2021-09-22 17:50:04.389 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.092s] 2021-09-22 17:50:04.407 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.018s] 2021-09-22 17:50:04.428 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2021-09-22 17:50:10.128 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.759s] 2021-09-22 17:50:10.929 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.630s] 2021-09-22 17:50:11.497 36 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [25.376s] 2021-09-22 17:50:15.330 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.201s] 2021-09-22 17:50:16.552 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.622s] 2021-09-22 17:50:18.169 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.839s] 2021-09-22 17:50:18.233 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.064s] 2021-09-22 17:50:18.400 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.166s] 2021-09-22 17:50:26.968 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2021-09-22 17:50:26.977 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2021-09-22 17:50:27.030 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.051s] 2021-09-22 17:50:27.076 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.046s] 2021-09-22 17:50:27.125 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.049s] 2021-09-22 17:50:27.193 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.066s] 2021-09-22 17:50:27.254 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.061s] 2021-09-22 17:50:27.309 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.054s] 2021-09-22 17:50:27.356 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.046s] 2021-09-22 17:50:27.403 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.046s] 2021-09-22 17:50:28.731 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.328s] 2021-09-22 17:50:28.792 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.062s] 2021-09-22 17:50:28.839 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.048s] 2021-09-22 17:50:30.294 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.203s] 2021-09-22 17:50:30.317 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.022s] 2021-09-22 17:50:30.477 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.159s] 2021-09-22 17:50:30.487 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2021-09-22 17:50:30.502 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2021-09-22 17:50:32.550 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.434s] 2021-09-22 17:50:34.945 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.980s] 2021-09-22 17:50:35.595 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.650s] 2021-09-22 17:50:38.886 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.285s] 2021-09-22 17:50:39.391 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.509s] 2021-09-22 17:50:40.394 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.000s] 2021-09-22 17:50:41.030 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.762s] 2021-09-22 17:50:41.147 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.118s] 2021-09-22 17:50:41.313 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.920s] 2021-09-22 17:50:41.433 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.285s] 2021-09-22 17:50:41.681 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [38.392s] 2021-09-22 17:50:42.910 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.476s] 2021-09-22 17:50:43.022 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.704s] 2021-09-22 17:50:43.064 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.045s] 2021-09-22 17:50:43.934 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.256s] 2021-09-22 17:50:45.406 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.141s] 2021-09-22 17:50:47.490 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.141s] 2021-09-22 17:50:48.222 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.730s] 2021-09-22 17:50:48.615 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.394s] 2021-09-22 17:50:48.936 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.025s] 2021-09-22 17:50:48.984 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.048s] 2021-09-22 17:50:49.038 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.054s] 2021-09-22 17:50:50.375 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.758s] 2021-09-22 17:50:50.381 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.013s] 2021-09-22 17:50:50.394 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2021-09-22 17:50:50.406 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.011s] 2021-09-22 17:50:50.431 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.025s] 2021-09-22 17:50:50.439 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.008s] 2021-09-22 17:50:50.630 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.185s] 2021-09-22 17:50:50.635 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.010s] 2021-09-22 17:50:50.647 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2021-09-22 17:50:50.657 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.010s] 2021-09-22 17:50:50.670 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.011s] 2021-09-22 17:50:50.693 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.022s] 2021-09-22 17:50:50.812 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.435s] 2021-09-22 17:50:50.891 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.197s] 2021-09-22 17:50:51.788 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.972s] 2021-09-22 17:50:52.474 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.686s] 2021-09-22 17:50:52.598 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.125s] 2021-09-22 17:50:52.616 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.017s] 2021-09-22 17:50:52.630 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.014s] 2021-09-22 17:50:52.644 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.014s] 2021-09-22 17:50:54.922 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.186s] 2021-09-22 17:50:55.188 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.294s] 2021-09-22 17:50:56.649 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2021-09-22 17:51:00.548 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.459s] 2021-09-22 17:51:00.862 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.314s] 2021-09-22 17:51:01.856 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.358s] 2021-09-22 17:51:03.957 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.100s] 2021-09-22 17:51:06.060 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.281s] 2021-09-22 17:51:06.336 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.276s] 2021-09-22 17:51:08.173 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.304s] 2021-09-22 17:51:10.038 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.970s] 2021-09-22 17:51:10.446 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.271s] 2021-09-22 17:51:12.708 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.261s] 2021-09-22 17:51:13.800 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.761s] 2021-09-22 17:51:14.455 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.061s] 2021-09-22 17:51:14.498 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.043s] 2021-09-22 17:51:17.574 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.772s] 2021-09-22 17:51:21.406 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.831s] 2021-09-22 17:51:21.705 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.363s] 2021-09-22 17:51:22.016 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.310s] 2021-09-22 17:51:27.396 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.012s] 2021-09-22 17:51:27.422 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.026s] 2021-09-22 17:51:27.481 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.058s] 2021-09-22 17:51:27.520 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.039s] 2021-09-22 17:51:27.536 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.016s] 2021-09-22 17:51:27.547 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2021-09-22 17:51:27.559 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2021-09-22 17:51:27.608 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.047s] 2021-09-22 17:51:27.614 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.708s] 2021-09-22 17:51:27.619 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2021-09-22 17:51:27.671 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.050s] 2021-09-22 17:51:27.684 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2021-09-22 17:51:27.760 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.076s] 2021-09-22 17:51:27.833 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.072s] 2021-09-22 17:51:27.893 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.060s] 2021-09-22 17:51:27.953 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.059s] 2021-09-22 17:51:27.966 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2021-09-22 17:51:28.012 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.046s] 2021-09-22 17:51:28.060 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.048s] 2021-09-22 17:51:28.114 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.053s] 2021-09-22 17:51:28.165 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.050s] 2021-09-22 17:51:28.698 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [22.356s] 2021-09-22 17:51:34.965 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.876s] 2021-09-22 17:51:37.370 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.117s] 2021-09-22 17:51:37.476 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.107s] 2021-09-22 17:51:42.210 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.247s] 2021-09-22 17:51:50.212 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.998s] 2021-09-22 17:51:54.097 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.188s] 2021-09-22 17:51:54.144 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.047s] 2021-09-22 17:51:55.446 36 INFO rally.task.context [-] Verification 7f6f58ee-5e57-4186-83a2-9960f4da16b7 | Context testr@default cleanup() started 2021-09-22 17:51:55.447 36 INFO rally.task.context [-] Verification 7f6f58ee-5e57-4186-83a2-9960f4da16b7 | Context testr@default cleanup() finished in 0.81 msec 2021-09-22 17:51:55.448 36 INFO rally.task.context [-] Verification 7f6f58ee-5e57-4186-83a2-9960f4da16b7 | Context tempest@default cleanup() started 2021-09-22 17:51:55.613 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_a5ec9d84_Q9pS0FJt'. 2021-09-22 17:51:55.808 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a5ec9d84_Q9pS0FJt' has been deleted. 2021-09-22 17:51:55.809 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c816dfc0-9134-405c-9f52-140aa1a1c7d6' of option 'instance_type' from Tempest config file. 2021-09-22 17:51:55.809 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c816dfc0-9134-405c-9f52-140aa1a1c7d6' has been removed. 2021-09-22 17:51:55.811 36 INFO rally.task.context [-] Verification 7f6f58ee-5e57-4186-83a2-9960f4da16b7 | Context tempest@default cleanup() finished in 0.36 sec 2021-09-22 17:51:55.838 36 INFO rally.api [-] Verification (UUID=a5ec9d84-4311-4ba8-aa91-02593b65acfd) has been successfully finished for deployment 'opnfv-rally' (UUID=a81a34a3-ec01-423e-93fd-2738a7f9ac95)! 2021-09-22 17:51:57.856 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:51:57.857 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:51:57.857 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:51:59.947 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:51:59.948 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:51:59.948 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:52:02.658 79 INFO rally.api [-] Building 'html' report for the following verification(s): 'a5ec9d84-4311-4ba8-aa91-02593b65acfd' 2021-09-22 17:52:02.688 79 INFO rally.api [-] The report has been successfully built. 2021-09-22 17:52:04.649 81 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:52:04.649 81 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:52:04.649 81 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:52:07.217 81 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a5ec9d84-4311-4ba8-aa91-02593b65acfd' 2021-09-22 17:52:07.233 81 INFO rally.api [-] The report has been successfully built.