2020-08-10 14:49:32.473 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:49:32.478 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:49:32.480 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:49:54.912 10 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-08-10 14:49:54.912 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 14:49:54.912 10 ERROR rally.cli.cliutils 2020-08-10 14:50:09.161 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:50:09.167 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:50:09.168 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:50:47.874 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:50:47.880 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:50:47.881 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:51:29.173 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:51:29.178 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:51:29.179 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:51:43.531 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:51:43.537 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:51:43.538 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:52:05.591 40 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-08-10 14:52:05.591 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 14:52:05.591 40 ERROR rally.cli.cliutils 2020-08-10 14:52:19.778 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:52:19.784 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:52:19.786 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:52:42.291 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 14:52:42.745 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-816e6055-4780-4a0f-ae41-5c607c6498e9/repo. 2020-08-10 14:52:43.440 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-816e6055-4780-4a0f-ae41-5c607c6498e9/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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-08-10 14:52:43.516 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 14:52:43.557 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 14:52:43.613 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 14:52:44.094 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 14:52:50.662 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=816e6055-4780-4a0f-ae41-5c607c6498e9) has been successfully created! 2020-08-10 14:53:05.585 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:53:05.591 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:53:05.593 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:53:43.253 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:53:43.258 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:53:43.260 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:54:05.713 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=816e6055-4780-4a0f-ae41-5c607c6498e9) for deployment 'opnfv-rally' (UUID=f8837959-00bb-4a9f-a933-9dab9a0adecf). 2020-08-10 14:54:07.187 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=816e6055-4780-4a0f-ae41-5c607c6498e9) has been successfully configured for deployment 'opnfv-rally' (UUID=f8837959-00bb-4a9f-a933-9dab9a0adecf)! 2020-08-10 14:55:34.584 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:55:34.590 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:55:34.591 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:55:57.515 96 INFO rally.api [-] Starting verification (UUID=aa8c2b47-2703-4dab-b9cb-6ca7c70f0c02) for deployment 'opnfv-rally' (UUID=f8837959-00bb-4a9f-a933-9dab9a0adecf) by verifier 'opnfv-tempest' (UUID=816e6055-4780-4a0f-ae41-5c607c6498e9). 2020-08-10 14:56:01.779 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 14:56:01.782 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-816e6055-4780-4a0f-ae41-5c607c6498e9/for-deployment-f8837959-00bb-4a9f-a933-9dab9a0adecf/tempest.log' to option 'log_file'. 2020-08-10 14:56:01.784 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-816e6055-4780-4a0f-ae41-5c607c6498e9/for-deployment-f8837959-00bb-4a9f-a933-9dab9a0adecf/tempest.log 2020-08-10 14:56:01.786 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 14:56:01.788 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-816e6055-4780-4a0f-ae41-5c607c6498e9/for-deployment-f8837959-00bb-4a9f-a933-9dab9a0adecf/lock_files' to option 'lock_path'. 2020-08-10 14:56:01.790 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-816e6055-4780-4a0f-ae41-5c607c6498e9/for-deployment-f8837959-00bb-4a9f-a933-9dab9a0adecf/lock_files 2020-08-10 14:56:01.792 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 14:56:01.794 96 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-08-10 14:56:01.796 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1f0b01a2-d455-41ff-bad9-d011d0330788 2020-08-10 14:56:01.798 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7087db5d-e038-4d46-99bf-462a8f3fdfbf 2020-08-10 14:56:01.802 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 39ea5dd1-e98e-4ef8-9df5-b25c91b2154f 2020-08-10 14:56:01.805 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a18aa487-2533-4a42-aacd-8119b792ec1e 2020-08-10 14:56:02.257 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 14:56:02.260 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_14f6cd96-8186-478b-86f4-521a4844c908 2020-08-10 14:56:02.263 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 14:56:02.991 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 14:56:03.080 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_0f9f9de3_F8G726rL'. Using flavor 'rally_verify_0f9f9de3_F8G726rL' (ID = e4b0494a-9b6e-41ef-9f58-5ec948feeba1) for the tests. 2020-08-10 14:56:03.082 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e4b0494a-9b6e-41ef-9f58-5ec948feeba1' to option 'instance_type'. 2020-08-10 14:56:03.083 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e4b0494a-9b6e-41ef-9f58-5ec948feeba1 2020-08-10 14:56:03.091 96 INFO rally.task.context [-] Verification 816e6055-4780-4a0f-ae41-5c607c6498e9 | Context tempest@default setup() finished in 4.48 sec 2020-08-10 14:56:03.094 96 INFO rally.task.context [-] Verification 816e6055-4780-4a0f-ae41-5c607c6498e9 | Context testr@default setup() finished in 1.13 msec 2020-08-10 14:56:03.096 96 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/648df7ef-62dc-47a4-a099-16da791647b9'. 2020-08-10 14:56:46.531 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.316s] 2020-08-10 14:56:47.248 96 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.396s] 2020-08-10 14:56:47.570 96 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.317s] 2020-08-10 14:57:00.712 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.197s] 2020-08-10 14:57:01.147 96 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-08-10 14:57:17.555 96 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.289s] 2020-08-10 14:57:22.476 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [11.239s] 2020-08-10 14:57:22.736 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.258s] 2020-08-10 14:57:23.220 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.481s] 2020-08-10 14:57:23.532 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.310s] 2020-08-10 14:57:23.544 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.009s] 2020-08-10 14:57:25.233 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.437s] 2020-08-10 14:57:25.500 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.266s] 2020-08-10 14:57:26.013 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.511s] 2020-08-10 14:57:26.314 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.297s] 2020-08-10 14:57:26.326 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.006s] 2020-08-10 14:57:30.412 96 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.850s] 2020-08-10 14:57:34.981 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.945s] 2020-08-10 14:57:38.252 96 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.671s] 2020-08-10 14:57:53.877 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.147s] 2020-08-10 14:57:53.962 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.977s] 2020-08-10 14:57:55.779 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.140s] 2020-08-10 14:58:00.631 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.839s] 2020-08-10 14:58:10.782 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.376s] 2020-08-10 14:58:13.165 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.492s] 2020-08-10 14:58:13.738 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.563s] 2020-08-10 14:58:14.064 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.078s] 2020-08-10 14:58:14.387 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.650s] 2020-08-10 14:58:14.897 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.504s] 2020-08-10 14:58:15.266 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.371s] 2020-08-10 14:58:15.489 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.217s] 2020-08-10 14:58:15.715 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.228s] 2020-08-10 14:58:15.948 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.226s] 2020-08-10 14:58:16.097 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.147s] 2020-08-10 14:58:16.316 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.214s] 2020-08-10 14:58:16.762 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.446s] 2020-08-10 14:58:21.589 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.530s] 2020-08-10 14:58:24.202 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.384s] 2020-08-10 14:58:36.571 96 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.300s] 2020-08-10 14:58:37.047 96 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.472s] 2020-08-10 14:58:39.956 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2020-08-10 14:58:39.989 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.035s] 2020-08-10 14:58:40.080 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.084s] 2020-08-10 14:58:42.195 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.113s] 2020-08-10 14:58:44.883 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.644s] 2020-08-10 14:58:45.080 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.197s] 2020-08-10 14:58:50.727 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.033s] 2020-08-10 14:58:50.764 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.034s] 2020-08-10 14:58:50.847 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.080s] 2020-08-10 14:58:50.917 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.073s] 2020-08-10 14:58:50.991 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.074s] 2020-08-10 14:58:51.114 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.116s] 2020-08-10 14:58:51.234 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.118s] 2020-08-10 14:58:51.334 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.090s] 2020-08-10 14:58:51.501 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.166s] 2020-08-10 14:58:51.588 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.086s] 2020-08-10 14:58:54.581 96 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [62.944s] 2020-08-10 14:58:56.881 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.159s] 2020-08-10 14:58:56.920 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.043s] 2020-08-10 14:58:57.341 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.411s] 2020-08-10 14:58:57.381 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.042s] 2020-08-10 14:58:57.423 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.039s] 2020-08-10 14:58:57.509 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.085s] 2020-08-10 14:58:57.639 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.124s] 2020-08-10 14:58:57.792 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.152s] 2020-08-10 14:58:58.177 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [33.932s] 2020-08-10 14:58:58.516 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.715s] 2020-08-10 14:58:58.580 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.069s] 2020-08-10 14:58:58.803 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.217s] 2020-08-10 14:59:01.725 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.554s] 2020-08-10 14:59:06.811 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.083s] 2020-08-10 14:59:08.667 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.853s] 2020-08-10 14:59:08.776 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.109s] 2020-08-10 14:59:08.859 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.083s] 2020-08-10 14:59:15.999 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.812s] 2020-08-10 14:59:22.297 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.422s] 2020-08-10 14:59:22.410 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.117s] 2020-08-10 14:59:22.509 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.098s] 2020-08-10 14:59:26.229 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.283s] 2020-08-10 14:59:27.942 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.420s] 2020-08-10 14:59:28.285 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.340s] 2020-08-10 14:59:28.642 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.354s] 2020-08-10 14:59:29.188 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.541s] 2020-08-10 14:59:29.977 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.790s] 2020-08-10 14:59:30.535 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.555s] 2020-08-10 14:59:32.871 96 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [38.220s] 2020-08-10 14:59:33.461 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.084s] 2020-08-10 14:59:33.529 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.067s] 2020-08-10 14:59:33.612 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.079s] 2020-08-10 14:59:33.998 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.380s] 2020-08-10 14:59:34.161 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.156s] 2020-08-10 14:59:34.542 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.377s] 2020-08-10 14:59:34.619 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.078s] 2020-08-10 14:59:34.712 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.093s] 2020-08-10 14:59:34.807 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.091s] 2020-08-10 14:59:34.893 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.082s] 2020-08-10 14:59:34.975 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.081s] 2020-08-10 14:59:35.147 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.162s] 2020-08-10 14:59:35.316 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.163s] 2020-08-10 14:59:35.401 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.089s] 2020-08-10 14:59:35.503 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.099s] 2020-08-10 14:59:35.875 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [19.866s] 2020-08-10 14:59:39.536 96 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.061s] 2020-08-10 14:59:41.518 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.053s] 2020-08-10 14:59:41.825 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.300s] 2020-08-10 14:59:42.110 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.286s] 2020-08-10 14:59:43.870 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.634s] 2020-08-10 14:59:44.576 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.343s] 2020-08-10 14:59:44.629 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.053s] 2020-08-10 14:59:47.148 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.148s] 2020-08-10 14:59:47.312 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.162s] 2020-08-10 14:59:47.456 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.788s] 2020-08-10 14:59:49.482 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.067s] 2020-08-10 14:59:50.416 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.020s] 2020-08-10 14:59:54.207 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [3.781s] 2020-08-10 14:59:55.016 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.354s] 2020-08-10 14:59:55.173 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.962s] 2020-08-10 14:59:55.373 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.354s] 2020-08-10 14:59:56.237 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.661s] 2020-08-10 14:59:56.270 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.100s] 2020-08-10 14:59:57.145 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.861s] 2020-08-10 14:59:58.127 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.979s] 2020-08-10 14:59:59.103 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.978s] 2020-08-10 15:00:00.005 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.897s] 2020-08-10 15:00:00.217 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.977s] 2020-08-10 15:00:00.733 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.725s] 2020-08-10 15:00:01.576 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.833s] 2020-08-10 15:00:02.301 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.724s] 2020-08-10 15:00:03.031 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.729s] 2020-08-10 15:00:03.643 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.608s] 2020-08-10 15:00:04.355 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.136s] 2020-08-10 15:00:04.401 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.754s] 2020-08-10 15:00:04.604 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.219s] 2020-08-10 15:00:05.033 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.627s] 2020-08-10 15:00:05.712 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.678s] 2020-08-10 15:00:06.300 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.584s] 2020-08-10 15:00:11.408 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [5.107s] 2020-08-10 15:00:12.383 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.027s] 2020-08-10 15:00:14.934 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.037s] 2020-08-10 15:00:15.000 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.062s] 2020-08-10 15:00:15.067 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.068s] 2020-08-10 15:00:15.125 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.057s] 2020-08-10 15:00:15.164 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.035s] 2020-08-10 15:00:15.203 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.038s] 2020-08-10 15:00:15.241 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.036s] 2020-08-10 15:00:15.330 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.079s] 2020-08-10 15:00:15.366 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.035s] 2020-08-10 15:00:15.442 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.074s] 2020-08-10 15:00:15.476 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.032s] 2020-08-10 15:00:15.563 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.083s] 2020-08-10 15:00:15.645 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.078s] 2020-08-10 15:00:15.728 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.082s] 2020-08-10 15:00:15.810 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.076s] 2020-08-10 15:00:15.854 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.042s] 2020-08-10 15:00:15.954 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.094s] 2020-08-10 15:00:16.035 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.079s] 2020-08-10 15:00:16.102 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.065s] 2020-08-10 15:00:16.181 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.074s] 2020-08-10 15:00:16.239 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.849s] 2020-08-10 15:00:17.683 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.254s] 2020-08-10 15:00:17.727 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.047s] 2020-08-10 15:00:18.011 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.273s] 2020-08-10 15:00:18.045 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.036s] 2020-08-10 15:00:18.102 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.055s] 2020-08-10 15:00:19.880 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.299s] 2020-08-10 15:00:19.963 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.082s] 2020-08-10 15:00:20.243 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.001s] 2020-08-10 15:00:21.788 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.489s] 2020-08-10 15:00:22.803 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.010s] 2020-08-10 15:00:24.253 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.009s] 2020-08-10 15:00:26.167 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.325s] 2020-08-10 15:00:27.061 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.925s] 2020-08-10 15:00:28.660 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.583s] 2020-08-10 15:00:29.243 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.980s] 2020-08-10 15:00:29.772 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.116s] 2020-08-10 15:00:32.349 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.532s] 2020-08-10 15:00:32.394 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.083s] 2020-08-10 15:00:33.277 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.033s] 2020-08-10 15:00:33.509 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.229s] 2020-08-10 15:00:33.667 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.154s] 2020-08-10 15:00:33.801 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.137s] 2020-08-10 15:00:33.884 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.076s] 2020-08-10 15:00:34.021 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.137s] 2020-08-10 15:00:34.201 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.173s] 2020-08-10 15:00:34.331 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.129s] 2020-08-10 15:00:34.410 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.075s] 2020-08-10 15:00:34.483 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.072s] 2020-08-10 15:00:34.534 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.030s] 2020-08-10 15:00:36.944 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.333s] 2020-08-10 15:00:38.108 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.617s] 2020-08-10 15:00:43.776 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.612s] 2020-08-10 15:00:44.193 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.414s] 2020-08-10 15:01:05.900 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.493s] 2020-08-10 15:01:14.180 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.281s] 2020-08-10 15:01:21.925 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.743s] 2020-08-10 15:01:25.534 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.605s] 2020-08-10 15:02:11.487 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [45.920s] 2020-08-10 15:02:13.420 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.956s] 2020-08-10 15:02:29.411 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.018s] 2020-08-10 15:02:29.478 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.073s] 2020-08-10 15:02:29.766 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.285s] 2020-08-10 15:02:35.964 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [6.191s] 2020-08-10 15:02:40.034 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.063s] 2020-08-10 15:02:40.144 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.112s] 2020-08-10 15:02:40.261 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.111s] 2020-08-10 15:02:52.916 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.210s] 2020-08-10 15:02:54.069 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.138s] 2020-08-10 15:02:54.652 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.586s] 2020-08-10 15:02:55.184 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.528s] 2020-08-10 15:02:55.915 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.721s] 2020-08-10 15:02:58.145 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.213s] 2020-08-10 15:02:59.098 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.960s] 2020-08-10 15:02:59.353 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.259s] 2020-08-10 15:02:59.410 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.054s] 2020-08-10 15:02:59.466 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.051s] 2020-08-10 15:02:59.510 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.042s] 2020-08-10 15:03:03.859 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.625s] 2020-08-10 15:03:04.316 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.454s] 2020-08-10 15:03:13.907 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.266s] 2020-08-10 15:03:21.567 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.644s] 2020-08-10 15:03:29.892 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.315s] 2020-08-10 15:03:38.818 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.797s] 2020-08-10 15:03:44.664 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.831s] 2020-08-10 15:03:53.278 96 INFO rally.task.context [-] Verification 816e6055-4780-4a0f-ae41-5c607c6498e9 | Context testr@default cleanup() started 2020-08-10 15:03:53.282 96 INFO rally.task.context [-] Verification 816e6055-4780-4a0f-ae41-5c607c6498e9 | Context testr@default cleanup() finished in 4.23 msec 2020-08-10 15:03:53.284 96 INFO rally.task.context [-] Verification 816e6055-4780-4a0f-ae41-5c607c6498e9 | Context tempest@default cleanup() started 2020-08-10 15:03:53.810 96 INFO rally.task.context [-] Verification 816e6055-4780-4a0f-ae41-5c607c6498e9 | Context tempest@default cleanup() finished in 0.53 sec 2020-08-10 15:03:54.010 96 INFO rally.api [-] Verification (UUID=aa8c2b47-2703-4dab-b9cb-6ca7c70f0c02) has been successfully finished for deployment 'opnfv-rally' (UUID=f8837959-00bb-4a9f-a933-9dab9a0adecf)! 2020-08-10 15:04:08.712 163 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:04:08.717 163 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:04:08.719 163 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:04:26.124 169 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:04:26.132 169 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:04:26.134 169 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:04:49.076 169 INFO rally.api [-] Building 'html' report for the following verification(s): 'aa8c2b47-2703-4dab-b9cb-6ca7c70f0c02' 2020-08-10 15:04:49.383 169 INFO rally.api [-] The report has been successfully built. 2020-08-10 15:05:03.317 175 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:05:03.323 175 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:05:03.324 175 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:05:24.874 175 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'aa8c2b47-2703-4dab-b9cb-6ca7c70f0c02' 2020-08-10 15:05:25.007 175 INFO rally.api [-] The report has been successfully built.