2020-07-04 08:11:52.912 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:11:52.912 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:11:52.912 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 08:11:55.075 7 ERROR rally.cli.cliutils 2020-07-04 08:11:56.657 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:11:56.658 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:11:56.658 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:12:00.542 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:12:00.542 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:12:00.542 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:12:05.164 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:12:05.164 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:12:05.165 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:12:06.665 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:12:06.666 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:12:06.666 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:12:08.853 17 ERROR rally.cli.cliutils 2020-07-04 08:12:10.449 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:12:10.449 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:12:10.449 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:12:12.555 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 08:12:12.624 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-881d7dde-6024-4832-a933-d680eeda5b24/repo. 2020-07-04 08:12:12.842 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-881d7dde-6024-4832-a933-d680eeda5b24/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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 ' 2020-07-04 08:12:12.854 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 08:12:12.861 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 08:12:12.880 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 08:12:12.926 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 08:12:13.692 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=881d7dde-6024-4832-a933-d680eeda5b24) has been successfully created! 2020-07-04 08:12:15.477 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:12:15.477 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:12:15.477 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:12:19.999 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:12:20.000 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:12:20.000 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:12:22.240 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=881d7dde-6024-4832-a933-d680eeda5b24) for deployment 'opnfv-rally' (UUID=853d94b0-0af9-4bcd-83d1-82576bf5b4ea). 2020-07-04 08:12:22.704 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=881d7dde-6024-4832-a933-d680eeda5b24) has been successfully configured for deployment 'opnfv-rally' (UUID=853d94b0-0af9-4bcd-83d1-82576bf5b4ea)! 2020-07-04 08:12:32.004 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:12:32.005 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:12:32.005 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:12:34.136 35 INFO rally.api [-] Starting verification (UUID=ffe87505-8d91-40ff-a1dd-d83095f756ff) for deployment 'opnfv-rally' (UUID=853d94b0-0af9-4bcd-83d1-82576bf5b4ea) by verifier 'opnfv-tempest' (UUID=881d7dde-6024-4832-a933-d680eeda5b24). 2020-07-04 08:12:34.786 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 08:12:34.786 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-881d7dde-6024-4832-a933-d680eeda5b24/for-deployment-853d94b0-0af9-4bcd-83d1-82576bf5b4ea/tempest.log' to option 'log_file'. 2020-07-04 08:12:34.786 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-881d7dde-6024-4832-a933-d680eeda5b24/for-deployment-853d94b0-0af9-4bcd-83d1-82576bf5b4ea/tempest.log 2020-07-04 08:12:34.787 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 08:12:34.787 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-881d7dde-6024-4832-a933-d680eeda5b24/for-deployment-853d94b0-0af9-4bcd-83d1-82576bf5b4ea/lock_files' to option 'lock_path'. 2020-07-04 08:12:34.787 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-881d7dde-6024-4832-a933-d680eeda5b24/for-deployment-853d94b0-0af9-4bcd-83d1-82576bf5b4ea/lock_files 2020-07-04 08:12:34.788 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 08:12:34.788 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-04 08:12:34.789 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 829fc3aa-8432-4b3a-8a11-ae4244e63c74 2020-07-04 08:12:34.789 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = bfed9b48-9875-4437-9e75-0cf8584b0839 2020-07-04 08:12:34.789 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9ec248e8-cb49-4b3b-82f2-26876d2931cf 2020-07-04 08:12:34.790 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f8b6810e-3664-40af-880b-d4d431c49c97 2020-07-04 08:12:35.060 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 08:12:35.060 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_3443f95d-7746-4fe2-a7d8-a93509b69028 2020-07-04 08:12:35.061 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 08:12:35.156 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 08:12:35.202 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_960feb02_5pXDqIHv'. Using flavor 'rally_verify_960feb02_5pXDqIHv' (ID = 81fc5f81-9c16-42d4-a4f6-903ad10f895e) for the tests. 2020-07-04 08:12:35.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '81fc5f81-9c16-42d4-a4f6-903ad10f895e' to option 'instance_type'. 2020-07-04 08:12:35.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 81fc5f81-9c16-42d4-a4f6-903ad10f895e 2020-07-04 08:12:35.205 35 INFO rally.task.context [-] Verification 881d7dde-6024-4832-a933-d680eeda5b24 | Context tempest@default setup() finished in 0.87 sec 2020-07-04 08:12:35.206 35 INFO rally.task.context [-] Verification 881d7dde-6024-4832-a933-d680eeda5b24 | Context testr@default setup() finished in 0.61 msec 2020-07-04 08:12:35.207 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9b7f5aea-5fb1-4671-a528-6ce26af218d0'. 2020-07-04 08:12:40.699 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.239s] 2020-07-04 08:12:40.705 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.106s] 2020-07-04 08:12:40.778 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.078s] 2020-07-04 08:12:59.049 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.524s] 2020-07-04 08:13:08.389 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.697s] 2020-07-04 08:13:08.563 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.174s] 2020-07-04 08:13:08.895 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.333s] 2020-07-04 08:13:09.043 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.147s] 2020-07-04 08:13:09.045 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-04 08:13:13.163 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.847s] 2020-07-04 08:13:13.372 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.208s] 2020-07-04 08:13:13.710 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.337s] 2020-07-04 08:13:13.861 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.150s] 2020-07-04 08:13:13.862 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-04 08:13:15.746 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.377s] 2020-07-04 08:13:28.698 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.076s] 2020-07-04 08:13:30.068 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [14.321s] 2020-07-04 08:13:34.634 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.934s] 2020-07-04 08:13:36.165 35 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.685s] 2020-07-04 08:13:39.477 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.788s] 2020-07-04 08:13:39.689 35 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-04 08:13:40.771 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.280s] 2020-07-04 08:13:40.869 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.104s] 2020-07-04 08:13:40.881 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2020-07-04 08:13:41.208 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.327s] 2020-07-04 08:13:41.228 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.019s] 2020-07-04 08:13:41.239 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2020-07-04 08:13:41.271 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2020-07-04 08:13:41.353 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.082s] 2020-07-04 08:13:41.915 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.562s] 2020-07-04 08:13:42.322 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.405s] 2020-07-04 08:13:42.345 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.024s] 2020-07-04 08:13:42.496 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.151s] 2020-07-04 08:13:55.077 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.301s] 2020-07-04 08:14:01.922 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.943s] 2020-07-04 08:14:02.523 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.600s] 2020-07-04 08:14:02.771 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.248s] 2020-07-04 08:14:03.210 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.438s] 2020-07-04 08:14:04.118 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.907s] 2020-07-04 08:14:04.502 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.384s] 2020-07-04 08:14:05.515 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [5.043s] 2020-07-04 08:14:05.839 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.323s] 2020-07-04 08:14:06.348 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.508s] 2020-07-04 08:14:06.712 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.363s] 2020-07-04 08:14:06.981 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.269s] 2020-07-04 08:14:07.158 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.177s] 2020-07-04 08:14:07.335 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.177s] 2020-07-04 08:14:07.503 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.167s] 2020-07-04 08:14:07.608 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.105s] 2020-07-04 08:14:07.788 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.179s] 2020-07-04 08:14:08.086 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.298s] 2020-07-04 08:14:10.097 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.380s] 2020-07-04 08:14:10.305 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.208s] 2020-07-04 08:14:11.634 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [13.575s] 2020-07-04 08:14:12.286 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2020-07-04 08:14:13.976 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.240s] 2020-07-04 08:14:14.004 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2020-07-04 08:14:20.536 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.665s] 2020-07-04 08:14:22.189 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.104s] 2020-07-04 08:14:25.409 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.874s] 2020-07-04 08:14:25.821 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2020-07-04 08:14:26.027 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.206s] 2020-07-04 08:14:26.181 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.154s] 2020-07-04 08:14:27.472 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.060s] 2020-07-04 08:14:27.522 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.051s] 2020-07-04 08:14:27.572 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.049s] 2020-07-04 08:14:28.212 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.299s] 2020-07-04 08:14:28.316 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.104s] 2020-07-04 08:14:29.935 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.302s] 2020-07-04 08:14:32.020 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2020-07-04 08:14:32.034 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2020-07-04 08:14:32.088 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.055s] 2020-07-04 08:14:32.136 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.045s] 2020-07-04 08:14:32.189 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.053s] 2020-07-04 08:14:32.261 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.071s] 2020-07-04 08:14:32.415 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.153s] 2020-07-04 08:14:32.478 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.061s] 2020-07-04 08:14:32.531 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.052s] 2020-07-04 08:14:32.587 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.056s] 2020-07-04 08:14:36.460 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.054s] 2020-07-04 08:14:37.419 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.960s] 2020-07-04 08:14:39.728 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.537s] 2020-07-04 08:14:40.406 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.980s] 2020-07-04 08:14:41.113 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.711s] 2020-07-04 08:14:41.447 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.873s] 2020-07-04 08:14:41.517 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.069s] 2020-07-04 08:14:41.571 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.054s] 2020-07-04 08:14:42.738 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.622s] 2020-07-04 08:14:43.565 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.826s] 2020-07-04 08:14:45.624 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.054s] 2020-07-04 08:14:45.655 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.037s] 2020-07-04 08:14:46.882 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [16.941s] 2020-07-04 08:14:47.772 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.768s] 2020-07-04 08:14:51.573 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.187s] 2020-07-04 08:14:53.571 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.691s] 2020-07-04 08:14:53.701 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2020-07-04 08:14:55.790 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.089s] 2020-07-04 08:14:57.177 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.446s] 2020-07-04 08:15:01.850 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.393s] 2020-07-04 08:15:09.782 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.067s] 2020-07-04 08:15:14.510 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.019s] 2020-07-04 08:15:14.539 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.030s] 2020-07-04 08:15:20.790 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.462s] 2020-07-04 08:15:21.113 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.324s] 2020-07-04 08:15:21.900 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [20.051s] 2020-07-04 08:15:28.304 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.602s] 2020-07-04 08:15:29.042 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.737s] 2020-07-04 08:15:30.192 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.148s] 2020-07-04 08:15:30.761 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.570s] 2020-07-04 08:15:31.197 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.702s] 2020-07-04 08:15:31.522 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.760s] 2020-07-04 08:15:32.438 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.915s] 2020-07-04 08:15:32.578 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.677s] 2020-07-04 08:15:32.948 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.510s] 2020-07-04 08:15:33.660 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.712s] 2020-07-04 08:15:34.169 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.509s] 2020-07-04 08:15:34.826 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.655s] 2020-07-04 08:15:35.248 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.421s] 2020-07-04 08:15:35.714 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.466s] 2020-07-04 08:15:36.364 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.649s] 2020-07-04 08:15:36.941 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.740s] 2020-07-04 08:15:37.354 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.774s] 2020-07-04 08:15:37.429 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.064s] 2020-07-04 08:15:37.941 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.512s] 2020-07-04 08:15:38.591 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.650s] 2020-07-04 08:15:39.381 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.790s] 2020-07-04 08:15:41.126 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.745s] 2020-07-04 08:15:47.960 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.145s] 2020-07-04 08:15:47.984 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.024s] 2020-07-04 08:15:48.169 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.184s] 2020-07-04 08:15:48.177 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2020-07-04 08:15:48.197 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.020s] 2020-07-04 08:15:49.595 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.114s] 2020-07-04 08:15:49.725 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.130s] 2020-07-04 08:15:50.770 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.502s] 2020-07-04 08:16:03.865 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.324s] 2020-07-04 08:16:08.541 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.676s] 2020-07-04 08:16:12.725 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.183s] 2020-07-04 08:16:14.602 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.047s] 2020-07-04 08:16:18.613 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.888s] 2020-07-04 08:16:22.331 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [44.971s] 2020-07-04 08:16:22.767 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.153s] 2020-07-04 08:16:24.414 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.087s] 2020-07-04 08:16:26.743 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.975s] 2020-07-04 08:16:27.535 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2020-07-04 08:16:34.570 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.827s] 2020-07-04 08:16:35.392 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.212s] 2020-07-04 08:16:39.775 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.204s] 2020-07-04 08:16:40.088 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.056s] 2020-07-04 08:16:40.169 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.081s] 2020-07-04 08:16:40.207 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.035s] 2020-07-04 08:16:40.240 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.034s] 2020-07-04 08:16:40.272 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.031s] 2020-07-04 08:16:40.291 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.019s] 2020-07-04 08:16:40.307 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.016s] 2020-07-04 08:16:40.328 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.020s] 2020-07-04 08:16:40.482 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.151s] 2020-07-04 08:16:40.695 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.213s] 2020-07-04 08:16:48.577 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.799s] 2020-07-04 08:16:48.760 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.184s] 2020-07-04 08:16:48.955 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.195s] 2020-07-04 08:16:49.069 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.113s] 2020-07-04 08:16:49.131 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.061s] 2020-07-04 08:16:49.189 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.058s] 2020-07-04 08:16:49.295 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.105s] 2020-07-04 08:16:49.438 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.142s] 2020-07-04 08:16:49.602 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.164s] 2020-07-04 08:16:49.669 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.066s] 2020-07-04 08:16:50.249 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [35.636s] 2020-07-04 08:16:52.464 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.841s] 2020-07-04 08:16:54.288 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.618s] 2020-07-04 08:16:56.010 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.544s] 2020-07-04 08:16:58.806 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.158s] 2020-07-04 08:16:59.540 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.529s] 2020-07-04 08:17:00.101 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.294s] 2020-07-04 08:17:00.826 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.725s] 2020-07-04 08:17:01.298 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.472s] 2020-07-04 08:17:01.795 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.494s] 2020-07-04 08:17:01.983 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.016s] 2020-07-04 08:17:01.997 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.014s] 2020-07-04 08:17:02.013 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.016s] 2020-07-04 08:17:03.073 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.534s] 2020-07-04 08:17:03.674 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.878s] 2020-07-04 08:17:03.926 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.036s] 2020-07-04 08:17:05.330 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2020-07-04 08:17:05.651 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.979s] 2020-07-04 08:17:05.858 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.198s] 2020-07-04 08:17:05.876 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.025s] 2020-07-04 08:17:05.897 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2020-07-04 08:17:05.917 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2020-07-04 08:17:09.542 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.128s] 2020-07-04 08:17:12.033 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.243s] 2020-07-04 08:17:12.331 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.298s] 2020-07-04 08:17:15.157 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.017s] 2020-07-04 08:17:15.175 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.018s] 2020-07-04 08:17:15.187 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.011s] 2020-07-04 08:17:15.211 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.024s] 2020-07-04 08:17:15.221 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.010s] 2020-07-04 08:17:15.430 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.203s] 2020-07-04 08:17:15.434 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.009s] 2020-07-04 08:17:15.449 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.013s] 2020-07-04 08:17:15.457 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2020-07-04 08:17:15.462 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-07-04 08:17:15.474 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.012s] 2020-07-04 08:17:15.736 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.262s] 2020-07-04 08:17:21.404 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.071s] 2020-07-04 08:17:22.344 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.014s] 2020-07-04 08:17:22.398 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.054s] 2020-07-04 08:17:22.737 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.338s] 2020-07-04 08:17:24.968 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.230s] 2020-07-04 08:17:30.792 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.124s] 2020-07-04 08:17:34.999 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [10.030s] 2020-07-04 08:17:35.053 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.053s] 2020-07-04 08:17:35.113 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.059s] 2020-07-04 08:17:40.894 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.354s] 2020-07-04 08:17:41.232 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.338s] 2020-07-04 08:17:50.610 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.252s] 2020-07-04 08:17:51.667 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.224s] 2020-07-04 08:17:52.692 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.081s] 2020-07-04 08:17:57.087 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.161s] 2020-07-04 08:17:59.194 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.106s] 2020-07-04 08:17:59.243 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.049s] 2020-07-04 08:18:00.264 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.597s] 2020-07-04 08:18:01.350 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.105s] 2020-07-04 08:18:03.432 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.082s] 2020-07-04 08:18:05.539 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.105s] 2020-07-04 08:18:07.718 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.172s] 2020-07-04 08:18:08.521 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.255s] 2020-07-04 08:18:09.853 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.139s] 2020-07-04 08:18:11.956 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.103s] 2020-07-04 08:18:14.049 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.091s] 2020-07-04 08:18:16.170 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.119s] 2020-07-04 08:18:18.295 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.124s] 2020-07-04 08:18:20.417 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.122s] 2020-07-04 08:18:22.624 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.205s] 2020-07-04 08:18:24.761 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.136s] 2020-07-04 08:18:26.886 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.123s] 2020-07-04 08:18:29.001 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.112s] 2020-07-04 08:18:31.121 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.119s] 2020-07-04 08:18:33.240 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.118s] 2020-07-04 08:18:39.788 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.313s] 2020-07-04 08:18:41.578 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.184s] 2020-07-04 08:18:47.404 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.089s] 2020-07-04 08:18:47.493 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.089s] 2020-07-04 08:18:47.597 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.103s] 2020-07-04 08:18:48.092 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.494s] 2020-07-04 08:18:48.276 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.183s] 2020-07-04 08:18:48.770 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.493s] 2020-07-04 08:18:48.858 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.089s] 2020-07-04 08:18:48.956 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.097s] 2020-07-04 08:18:49.057 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.100s] 2020-07-04 08:18:49.147 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.090s] 2020-07-04 08:18:49.238 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.091s] 2020-07-04 08:18:49.414 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.175s] 2020-07-04 08:18:49.586 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.171s] 2020-07-04 08:18:49.679 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.093s] 2020-07-04 08:18:49.775 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.095s] 2020-07-04 08:18:56.654 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2020-07-04 08:18:56.706 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.052s] 2020-07-04 08:18:56.780 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.074s] 2020-07-04 08:18:56.817 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.035s] 2020-07-04 08:18:56.827 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.011s] 2020-07-04 08:18:56.841 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-07-04 08:18:56.854 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-07-04 08:18:56.900 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.046s] 2020-07-04 08:18:56.910 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2020-07-04 08:18:56.945 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.035s] 2020-07-04 08:18:56.955 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2020-07-04 08:18:57.043 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.087s] 2020-07-04 08:18:57.134 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.090s] 2020-07-04 08:18:57.219 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.085s] 2020-07-04 08:18:57.297 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.078s] 2020-07-04 08:18:57.306 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2020-07-04 08:18:57.359 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.052s] 2020-07-04 08:18:57.412 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.052s] 2020-07-04 08:18:57.458 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.046s] 2020-07-04 08:18:57.506 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.047s] 2020-07-04 08:19:00.572 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.170s] 2020-07-04 08:19:00.621 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.048s] 2020-07-04 08:19:07.096 35 INFO rally.task.context [-] Verification 881d7dde-6024-4832-a933-d680eeda5b24 | Context testr@default cleanup() started 2020-07-04 08:19:07.097 35 INFO rally.task.context [-] Verification 881d7dde-6024-4832-a933-d680eeda5b24 | Context testr@default cleanup() finished in 0.63 msec 2020-07-04 08:19:07.097 35 INFO rally.task.context [-] Verification 881d7dde-6024-4832-a933-d680eeda5b24 | Context tempest@default cleanup() started 2020-07-04 08:19:07.261 35 INFO rally.task.context [-] Verification 881d7dde-6024-4832-a933-d680eeda5b24 | Context tempest@default cleanup() finished in 0.16 sec 2020-07-04 08:19:07.307 35 INFO rally.api [-] Verification (UUID=ffe87505-8d91-40ff-a1dd-d83095f756ff) has been successfully finished for deployment 'opnfv-rally' (UUID=853d94b0-0af9-4bcd-83d1-82576bf5b4ea)! 2020-07-04 08:19:10.041 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:19:10.042 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:19:10.042 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:19:11.973 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:19:11.973 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:19:11.973 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:19:15.813 78 INFO rally.api [-] Building 'html' report for the following verification(s): 'ffe87505-8d91-40ff-a1dd-d83095f756ff' 2020-07-04 08:19:15.867 78 INFO rally.api [-] The report has been successfully built. 2020-07-04 08:19:17.758 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:19:17.758 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:19:17.758 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:19:20.224 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ffe87505-8d91-40ff-a1dd-d83095f756ff' 2020-07-04 08:19:20.239 80 INFO rally.api [-] The report has been successfully built.