2020-05-03 12:50:19.805 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:50:19.805 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:50:19.806 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:50:21.917 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-05-03 12:50:21.917 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 12:50:21.917 7 ERROR rally.cli.cliutils 2020-05-03 12:50:23.515 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:50:23.516 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:50:23.516 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:50:27.541 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:50:27.541 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:50:27.541 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:50:32.047 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:50:32.047 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:50:32.048 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:50:33.534 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:50:33.535 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:50:33.535 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:50:35.654 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-05-03 12:50:35.654 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 12:50:35.654 17 ERROR rally.cli.cliutils 2020-05-03 12:50:37.195 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:50:37.195 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:50:37.195 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:50:39.247 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 12:50:39.316 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-aa82caeb-a67d-48da-82f1-64d2ee6d1c36/repo. 2020-05-03 12:50:39.513 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-aa82caeb-a67d-48da-82f1-64d2ee6d1c36/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-05-03 12:50:39.526 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 12:50:39.534 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 12:50:39.554 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 12:50:39.615 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 12:50:40.346 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aa82caeb-a67d-48da-82f1-64d2ee6d1c36) has been successfully created! 2020-05-03 12:50:41.968 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:50:41.969 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:50:41.969 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:50:46.318 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:50:46.318 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:50:46.318 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:50:48.358 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=aa82caeb-a67d-48da-82f1-64d2ee6d1c36) for deployment 'opnfv-rally' (UUID=4c8783bd-ba63-4713-bbc7-92be2a941f2d). 2020-05-03 12:50:49.275 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aa82caeb-a67d-48da-82f1-64d2ee6d1c36) has been successfully configured for deployment 'opnfv-rally' (UUID=4c8783bd-ba63-4713-bbc7-92be2a941f2d)! 2020-05-03 12:50:58.648 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:50:58.648 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:50:58.648 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:51:00.621 35 INFO rally.api [-] Starting verification (UUID=a7436261-e228-49bc-9865-6be78a6ca53f) for deployment 'opnfv-rally' (UUID=4c8783bd-ba63-4713-bbc7-92be2a941f2d) by verifier 'opnfv-tempest' (UUID=aa82caeb-a67d-48da-82f1-64d2ee6d1c36). 2020-05-03 12:51:01.329 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2020-05-03 12:51:01.382 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 12:51:01.383 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aa82caeb-a67d-48da-82f1-64d2ee6d1c36/for-deployment-4c8783bd-ba63-4713-bbc7-92be2a941f2d/tempest.log' to option 'log_file'. 2020-05-03 12:51:01.383 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-aa82caeb-a67d-48da-82f1-64d2ee6d1c36/for-deployment-4c8783bd-ba63-4713-bbc7-92be2a941f2d/tempest.log 2020-05-03 12:51:01.383 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 12:51:01.384 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aa82caeb-a67d-48da-82f1-64d2ee6d1c36/for-deployment-4c8783bd-ba63-4713-bbc7-92be2a941f2d/lock_files' to option 'lock_path'. 2020-05-03 12:51:01.384 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-aa82caeb-a67d-48da-82f1-64d2ee6d1c36/for-deployment-4c8783bd-ba63-4713-bbc7-92be2a941f2d/lock_files 2020-05-03 12:51:01.385 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-03 12:51:01.385 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-05-03 12:51:01.385 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = af7b0a97-c665-4d81-b195-480676c9eb2d 2020-05-03 12:51:01.386 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8becbf0f-cab1-4913-a1d5-95736b4e133f 2020-05-03 12:51:01.386 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a8fb4370-2fc5-4750-b0c4-72fa0d342205 2020-05-03 12:51:01.387 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0330a200-b8be-4ea1-948b-544e6b6952ee 2020-05-03 12:51:01.642 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 12:51:01.643 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_1442b2ed-f1e7-43de-b45a-76cc1b842e43 2020-05-03 12:51:01.644 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 12:51:01.719 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 12:51:01.768 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-03 12:51:01.768 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_a7436261_OJ2dGvYI' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-03 12:51:01.811 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a7436261_OJ2dGvYI' (ID = f2bf771a-4963-453c-b2e5-c02a02cf873c) has been successfully created! 2020-05-03 12:51:01.811 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f2bf771a-4963-453c-b2e5-c02a02cf873c' to option 'instance_type'. 2020-05-03 12:51:01.811 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f2bf771a-4963-453c-b2e5-c02a02cf873c 2020-05-03 12:51:01.813 35 INFO rally.task.context [-] Verification aa82caeb-a67d-48da-82f1-64d2ee6d1c36 | Context tempest@default setup() finished in 0.96 sec 2020-05-03 12:51:01.813 35 INFO rally.task.context [-] Verification aa82caeb-a67d-48da-82f1-64d2ee6d1c36 | Context testr@default setup() finished in 0.44 msec 2020-05-03 12:51:01.814 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/982c84d0-4845-41c3-a630-a9b2e4d4bec6'. 2020-05-03 12:51:07.137 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.287s] 2020-05-03 12:51:07.261 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.124s] 2020-05-03 12:51:09.264 35 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.570s] 2020-05-03 12:51:10.929 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.204s] 2020-05-03 12:51:28.121 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.366s] 2020-05-03 12:51:29.319 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.003s] 2020-05-03 12:51:32.004 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.174s] 2020-05-03 12:51:32.173 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.169s] 2020-05-03 12:51:32.526 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.353s] 2020-05-03 12:51:32.674 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.147s] 2020-05-03 12:51:32.675 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-05-03 12:51:42.274 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.953s] 2020-05-03 12:51:49.821 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.101s] 2020-05-03 12:51:49.838 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.017s] 2020-05-03 12:51:50.178 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.337s] 2020-05-03 12:51:50.197 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.020s] 2020-05-03 12:51:50.219 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.021s] 2020-05-03 12:51:50.259 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.040s] 2020-05-03 12:51:50.356 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.096s] 2020-05-03 12:51:50.455 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.099s] 2020-05-03 12:51:50.768 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.312s] 2020-05-03 12:51:50.796 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.028s] 2020-05-03 12:51:50.964 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.168s] 2020-05-03 12:51:57.947 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.079s] 2020-05-03 12:52:00.804 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.094s] 2020-05-03 12:52:02.111 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.161s] 2020-05-03 12:52:09.846 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.339s] 2020-05-03 12:52:10.010 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.164s] 2020-05-03 12:52:10.442 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.431s] 2020-05-03 12:52:10.592 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.149s] 2020-05-03 12:52:10.594 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-05-03 12:52:12.523 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [11.712s] 2020-05-03 12:52:20.228 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [11.597s] 2020-05-03 12:52:20.451 35 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-05-03 12:52:41.493 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.963s] 2020-05-03 12:52:42.878 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.797s] 2020-05-03 12:52:43.266 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.387s] 2020-05-03 12:52:43.576 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.309s] 2020-05-03 12:52:43.936 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.359s] 2020-05-03 12:52:44.323 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.388s] 2020-05-03 12:52:44.496 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.173s] 2020-05-03 12:52:44.670 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.173s] 2020-05-03 12:52:44.833 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.162s] 2020-05-03 12:52:44.929 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.096s] 2020-05-03 12:52:45.089 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.159s] 2020-05-03 12:52:45.425 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.336s] 2020-05-03 12:52:49.325 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.095s] 2020-05-03 12:52:54.523 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.026s] 2020-05-03 12:52:57.869 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2020-05-03 12:53:00.092 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.067s] 2020-05-03 12:53:00.159 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.066s] 2020-05-03 12:53:00.181 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2020-05-03 12:53:02.239 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.392s] 2020-05-03 12:53:02.367 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.127s] 2020-05-03 12:53:07.357 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.031s] 2020-05-03 12:53:10.745 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.164s] 2020-05-03 12:53:12.895 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [18.369s] 2020-05-03 12:53:14.351 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.605s] 2020-05-03 12:53:16.452 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.139s] 2020-05-03 12:53:18.130 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.038s] 2020-05-03 12:53:18.585 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.453s] 2020-05-03 12:53:18.841 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.256s] 2020-05-03 12:53:19.289 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.938s] 2020-05-03 12:53:21.547 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.258s] 2020-05-03 12:53:22.693 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.014s] 2020-05-03 12:53:22.704 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.010s] 2020-05-03 12:53:22.771 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.066s] 2020-05-03 12:53:22.822 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.051s] 2020-05-03 12:53:22.870 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.047s] 2020-05-03 12:53:22.948 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.077s] 2020-05-03 12:53:23.022 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.074s] 2020-05-03 12:53:23.086 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.063s] 2020-05-03 12:53:23.141 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.055s] 2020-05-03 12:53:23.207 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.065s] 2020-05-03 12:53:23.787 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [16.429s] 2020-05-03 12:53:25.788 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.240s] 2020-05-03 12:53:27.208 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.469s] 2020-05-03 12:53:29.181 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.318s] 2020-05-03 12:53:29.208 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.027s] 2020-05-03 12:53:30.082 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.295s] 2020-05-03 12:53:30.456 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.667s] 2020-05-03 12:53:31.045 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.127s] 2020-05-03 12:53:31.884 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.837s] 2020-05-03 12:53:32.537 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.653s] 2020-05-03 12:53:32.831 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.375s] 2020-05-03 12:53:32.891 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.347s] 2020-05-03 12:53:33.369 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.483s] 2020-05-03 12:53:34.124 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.753s] 2020-05-03 12:53:34.690 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.565s] 2020-05-03 12:53:34.748 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.060s] 2020-05-03 12:53:34.769 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2020-05-03 12:53:34.789 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2020-05-03 12:53:34.808 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2020-05-03 12:53:37.202 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.142s] 2020-05-03 12:53:37.728 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.895s] 2020-05-03 12:53:42.274 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2020-05-03 12:53:42.286 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.011s] 2020-05-03 12:53:42.294 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2020-05-03 12:53:42.316 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.021s] 2020-05-03 12:53:42.322 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.006s] 2020-05-03 12:53:42.474 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.149s] 2020-05-03 12:53:42.476 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.005s] 2020-05-03 12:53:42.486 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.009s] 2020-05-03 12:53:42.492 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.006s] 2020-05-03 12:53:42.494 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.002s] 2020-05-03 12:53:42.501 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.006s] 2020-05-03 12:53:42.586 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.857s] 2020-05-03 12:53:42.704 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.202s] 2020-05-03 12:53:42.783 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.196s] 2020-05-03 12:53:42.984 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.201s] 2020-05-03 12:53:43.121 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.136s] 2020-05-03 12:53:43.186 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.063s] 2020-05-03 12:53:43.247 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.062s] 2020-05-03 12:53:43.354 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2020-05-03 12:53:43.479 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.125s] 2020-05-03 12:53:43.600 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.121s] 2020-05-03 12:53:43.708 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.107s] 2020-05-03 12:53:48.937 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.228s] 2020-05-03 12:53:54.517 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.421s] 2020-05-03 12:53:54.788 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.271s] 2020-05-03 12:53:55.060 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.271s] 2020-05-03 12:53:55.557 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.496s] 2020-05-03 12:53:56.086 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.528s] 2020-05-03 12:53:56.553 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.467s] 2020-05-03 12:53:59.209 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.225s] 2020-05-03 12:54:00.632 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.063s] 2020-05-03 12:54:01.342 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.131s] 2020-05-03 12:54:03.418 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.076s] 2020-05-03 12:54:05.895 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.263s] 2020-05-03 12:54:07.197 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.202s] 2020-05-03 12:54:08.019 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.123s] 2020-05-03 12:54:08.080 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.060s] 2020-05-03 12:54:08.140 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.060s] 2020-05-03 12:54:09.263 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.065s] 2020-05-03 12:54:09.307 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.043s] 2020-05-03 12:54:11.392 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.083s] 2020-05-03 12:54:13.474 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.081s] 2020-05-03 12:54:15.554 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.078s] 2020-05-03 12:54:15.882 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.675s] 2020-05-03 12:54:16.509 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.625s] 2020-05-03 12:54:17.071 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.563s] 2020-05-03 12:54:17.640 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.085s] 2020-05-03 12:54:17.921 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.849s] 2020-05-03 12:54:18.073 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [9.930s] 2020-05-03 12:54:18.131 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.059s] 2020-05-03 12:54:18.190 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.059s] 2020-05-03 12:54:18.500 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.579s] 2020-05-03 12:54:19.059 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.557s] 2020-05-03 12:54:19.730 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.089s] 2020-05-03 12:54:19.795 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.737s] 2020-05-03 12:54:20.308 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.513s] 2020-05-03 12:54:20.943 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.634s] 2020-05-03 12:54:21.475 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.531s] 2020-05-03 12:54:21.834 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.103s] 2020-05-03 12:54:21.940 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.465s] 2020-05-03 12:54:22.398 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.457s] 2020-05-03 12:54:22.970 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.572s] 2020-05-03 12:54:23.029 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.026s] 2020-05-03 12:54:23.650 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.621s] 2020-05-03 12:54:23.914 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.079s] 2020-05-03 12:54:23.931 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.960s] 2020-05-03 12:54:24.519 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.588s] 2020-05-03 12:54:24.952 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.432s] 2020-05-03 12:54:25.692 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.034s] 2020-05-03 12:54:25.725 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.773s] 2020-05-03 12:54:26.021 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.105s] 2020-05-03 12:54:26.202 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.476s] 2020-05-03 12:54:26.205 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.519s] 2020-05-03 12:54:27.617 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.407s] 2020-05-03 12:54:28.133 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.112s] 2020-05-03 12:54:28.261 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.645s] 2020-05-03 12:54:29.576 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.309s] 2020-05-03 12:54:29.956 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.384s] 2020-05-03 12:54:30.238 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.103s] 2020-05-03 12:54:31.587 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-05-03 12:54:32.352 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.112s] 2020-05-03 12:54:33.288 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.379s] 2020-05-03 12:54:33.380 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.036s] 2020-05-03 12:54:33.437 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.057s] 2020-05-03 12:54:33.470 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.033s] 2020-05-03 12:54:33.505 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.034s] 2020-05-03 12:54:33.514 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.226s] 2020-05-03 12:54:33.538 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.033s] 2020-05-03 12:54:33.558 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.020s] 2020-05-03 12:54:33.577 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2020-05-03 12:54:33.598 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.021s] 2020-05-03 12:54:33.700 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.101s] 2020-05-03 12:54:33.822 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.121s] 2020-05-03 12:54:34.470 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.119s] 2020-05-03 12:54:36.588 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.114s] 2020-05-03 12:54:38.705 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.117s] 2020-05-03 12:54:40.830 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.125s] 2020-05-03 12:54:42.571 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2020-05-03 12:54:42.597 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.026s] 2020-05-03 12:54:42.962 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.131s] 2020-05-03 12:54:48.152 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.631s] 2020-05-03 12:54:50.491 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.315s] 2020-05-03 12:54:51.675 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.522s] 2020-05-03 12:54:52.721 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.156s] 2020-05-03 12:54:55.466 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.791s] 2020-05-03 12:54:57.591 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.394s] 2020-05-03 12:54:57.904 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.313s] 2020-05-03 12:54:59.039 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.572s] 2020-05-03 12:55:01.346 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.162s] 2020-05-03 12:55:02.121 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-05-03 12:55:03.470 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.205s] 2020-05-03 12:55:03.515 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.045s] 2020-05-03 12:55:09.381 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.812s] 2020-05-03 12:55:17.784 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.399s] 2020-05-03 12:55:25.794 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.009s] 2020-05-03 12:55:30.960 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [51.038s] 2020-05-03 12:55:33.358 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.081s] 2020-05-03 12:55:33.411 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.052s] 2020-05-03 12:55:33.468 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.057s] 2020-05-03 12:55:33.785 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.315s] 2020-05-03 12:55:33.913 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.128s] 2020-05-03 12:55:34.206 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.292s] 2020-05-03 12:55:34.257 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.052s] 2020-05-03 12:55:34.314 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.056s] 2020-05-03 12:55:34.384 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.068s] 2020-05-03 12:55:34.445 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.061s] 2020-05-03 12:55:34.505 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.060s] 2020-05-03 12:55:34.625 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.119s] 2020-05-03 12:55:34.749 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.123s] 2020-05-03 12:55:34.812 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.062s] 2020-05-03 12:55:34.867 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.055s] 2020-05-03 12:55:46.858 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.109s] 2020-05-03 12:55:46.944 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.085s] 2020-05-03 12:56:00.946 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.974s] 2020-05-03 12:56:11.989 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.154s] 2020-05-03 12:56:12.012 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.022s] 2020-05-03 12:56:12.189 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.176s] 2020-05-03 12:56:12.200 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2020-05-03 12:56:12.217 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.017s] 2020-05-03 12:56:32.248 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.519s] 2020-05-03 12:56:43.197 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.948s] 2020-05-03 12:56:54.404 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.206s] 2020-05-03 12:56:59.446 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.041s] 2020-05-03 12:57:37.188 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [37.737s] 2020-05-03 12:57:38.580 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.395s] 2020-05-03 12:57:53.070 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.344s] 2020-05-03 12:57:53.119 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.050s] 2020-05-03 12:57:53.754 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.634s] 2020-05-03 12:57:55.290 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.535s] 2020-05-03 12:58:00.001 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.711s] 2020-05-03 12:58:00.047 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.046s] 2020-05-03 12:58:00.105 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.057s] 2020-05-03 12:58:10.167 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.596s] 2020-05-03 12:58:12.509 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.110s] 2020-05-03 12:58:19.607 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.307s] 2020-05-03 12:58:21.745 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.137s] 2020-05-03 12:58:36.848 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.324s] 2020-05-03 12:58:41.758 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.696s] 2020-05-03 12:58:42.093 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.334s] 2020-05-03 12:58:48.236 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.248s] 2020-05-03 12:58:48.544 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.308s] 2020-05-03 12:58:58.544 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.997s] 2020-05-03 12:59:03.881 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-05-03 12:59:03.932 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.051s] 2020-05-03 12:59:03.995 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.062s] 2020-05-03 12:59:04.029 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.032s] 2020-05-03 12:59:04.042 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2020-05-03 12:59:04.057 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2020-05-03 12:59:04.071 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-05-03 12:59:04.117 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.046s] 2020-05-03 12:59:04.129 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-05-03 12:59:04.175 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.046s] 2020-05-03 12:59:04.187 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2020-05-03 12:59:04.241 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.053s] 2020-05-03 12:59:04.294 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.053s] 2020-05-03 12:59:04.346 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.051s] 2020-05-03 12:59:04.404 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.058s] 2020-05-03 12:59:04.415 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2020-05-03 12:59:04.462 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.046s] 2020-05-03 12:59:04.512 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.049s] 2020-05-03 12:59:04.559 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.046s] 2020-05-03 12:59:04.604 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.045s] 2020-05-03 12:59:13.941 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.650s] 2020-05-03 12:59:19.511 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.567s] 2020-05-03 12:59:25.668 35 INFO rally.task.context [-] Verification aa82caeb-a67d-48da-82f1-64d2ee6d1c36 | Context testr@default cleanup() started 2020-05-03 12:59:25.669 35 INFO rally.task.context [-] Verification aa82caeb-a67d-48da-82f1-64d2ee6d1c36 | Context testr@default cleanup() finished in 0.76 msec 2020-05-03 12:59:25.670 35 INFO rally.task.context [-] Verification aa82caeb-a67d-48da-82f1-64d2ee6d1c36 | Context tempest@default cleanup() started 2020-05-03 12:59:25.812 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2020-05-03 12:59:25.955 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2020-05-03 12:59:25.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_a7436261_OJ2dGvYI'. 2020-05-03 12:59:26.276 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a7436261_OJ2dGvYI' has been deleted. 2020-05-03 12:59:26.277 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f2bf771a-4963-453c-b2e5-c02a02cf873c' of option 'instance_type' from Tempest config file. 2020-05-03 12:59:26.277 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f2bf771a-4963-453c-b2e5-c02a02cf873c' has been removed. 2020-05-03 12:59:26.283 35 INFO rally.task.context [-] Verification aa82caeb-a67d-48da-82f1-64d2ee6d1c36 | Context tempest@default cleanup() finished in 0.61 sec 2020-05-03 12:59:26.319 35 INFO rally.api [-] Verification (UUID=a7436261-e228-49bc-9865-6be78a6ca53f) has been successfully finished for deployment 'opnfv-rally' (UUID=4c8783bd-ba63-4713-bbc7-92be2a941f2d)! 2020-05-03 12:59:28.266 73 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:59:28.266 73 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:59:28.267 73 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:59:30.191 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:59:30.191 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:59:30.191 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:59:33.063 75 INFO rally.api [-] Building 'html' report for the following verification(s): 'a7436261-e228-49bc-9865-6be78a6ca53f' 2020-05-03 12:59:33.089 75 INFO rally.api [-] The report has been successfully built. 2020-05-03 12:59:34.765 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:59:34.765 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:59:34.765 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:59:36.973 77 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a7436261-e228-49bc-9865-6be78a6ca53f' 2020-05-03 12:59:36.986 77 INFO rally.api [-] The report has been successfully built.