2020-06-24 13:10:42.518 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:10:42.519 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:10:42.519 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:10:45.010 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-06-24 13:10:45.010 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 13:10:45.010 7 ERROR rally.cli.cliutils 2020-06-24 13:10:46.680 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:10:46.680 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:10:46.681 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:10:51.107 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:10:51.107 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:10:51.107 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:10:55.764 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:10:55.765 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:10:55.765 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:10:57.465 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:10:57.465 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:10:57.465 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:10:59.847 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-06-24 13:10:59.847 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 13:10:59.847 17 ERROR rally.cli.cliutils 2020-06-24 13:11:01.640 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:11:01.640 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:11:01.640 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:11:03.796 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 13:11:03.865 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-520254d1-f265-4262-a66f-864b853d84ab/repo. 2020-06-24 13:11:04.049 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-520254d1-f265-4262-a66f-864b853d84ab/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-06-24 13:11:04.061 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 13:11:04.069 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 13:11:04.093 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 13:11:04.138 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 13:11:04.864 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=520254d1-f265-4262-a66f-864b853d84ab) has been successfully created! 2020-06-24 13:11:06.621 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:11:06.621 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:11:06.621 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:11:10.972 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:11:10.972 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:11:10.972 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:11:13.108 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=520254d1-f265-4262-a66f-864b853d84ab) for deployment 'opnfv-rally' (UUID=e42f481d-ff2b-4318-a112-d79c79514158). 2020-06-24 13:11:13.570 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=520254d1-f265-4262-a66f-864b853d84ab) has been successfully configured for deployment 'opnfv-rally' (UUID=e42f481d-ff2b-4318-a112-d79c79514158)! 2020-06-24 13:11:22.807 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:11:22.808 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:11:22.808 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:11:24.834 35 INFO rally.api [-] Starting verification (UUID=d7a12b4f-d1f7-4cfd-95a2-6ac4a60520a8) for deployment 'opnfv-rally' (UUID=e42f481d-ff2b-4318-a112-d79c79514158) by verifier 'opnfv-tempest' (UUID=520254d1-f265-4262-a66f-864b853d84ab). 2020-06-24 13:11:25.489 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 13:11:25.489 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-520254d1-f265-4262-a66f-864b853d84ab/for-deployment-e42f481d-ff2b-4318-a112-d79c79514158/tempest.log' to option 'log_file'. 2020-06-24 13:11:25.489 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-520254d1-f265-4262-a66f-864b853d84ab/for-deployment-e42f481d-ff2b-4318-a112-d79c79514158/tempest.log 2020-06-24 13:11:25.490 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 13:11:25.490 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-520254d1-f265-4262-a66f-864b853d84ab/for-deployment-e42f481d-ff2b-4318-a112-d79c79514158/lock_files' to option 'lock_path'. 2020-06-24 13:11:25.490 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-520254d1-f265-4262-a66f-864b853d84ab/for-deployment-e42f481d-ff2b-4318-a112-d79c79514158/lock_files 2020-06-24 13:11:25.491 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 13:11:25.491 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-06-24 13:11:25.491 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b4d01336-68bb-4838-b124-00dc2b10e7a8 2020-06-24 13:11:25.492 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 814a005a-26a9-4061-b29e-9fbb519d437b 2020-06-24 13:11:25.492 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e0c78106-5ed5-4752-b4a9-197e804f94fc 2020-06-24 13:11:25.493 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 751223e8-57cc-4146-a7cf-1073302a6b70 2020-06-24 13:11:25.703 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 13:11:25.704 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_6418a290-9590-4dba-ba8e-0e11119ea407 2020-06-24 13:11:25.704 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 13:11:25.773 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 13:11:25.810 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_715fd40f_nnZnYfTk'. Using flavor 'rally_verify_715fd40f_nnZnYfTk' (ID = 97f20529-1e2f-4955-897c-7af2ada5a3e8) for the tests. 2020-06-24 13:11:25.810 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '97f20529-1e2f-4955-897c-7af2ada5a3e8' to option 'instance_type'. 2020-06-24 13:11:25.811 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 97f20529-1e2f-4955-897c-7af2ada5a3e8 2020-06-24 13:11:25.812 35 INFO rally.task.context [-] Verification 520254d1-f265-4262-a66f-864b853d84ab | Context tempest@default setup() finished in 0.73 sec 2020-06-24 13:11:25.813 35 INFO rally.task.context [-] Verification 520254d1-f265-4262-a66f-864b853d84ab | Context testr@default setup() finished in 0.43 msec 2020-06-24 13:11:25.813 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8bba4494-1b40-4bc7-8a16-5105af90fd62'. 2020-06-24 13:11:31.350 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.281s] 2020-06-24 13:11:31.507 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.154s] 2020-06-24 13:11:31.522 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.173s] 2020-06-24 13:11:31.629 35 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.606s] 2020-06-24 13:11:49.113 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.600s] 2020-06-24 13:12:01.274 35 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.391s] 2020-06-24 13:12:06.494 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [9.262s] 2020-06-24 13:12:06.654 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.159s] 2020-06-24 13:12:06.724 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.446s] 2020-06-24 13:12:06.896 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.171s] 2020-06-24 13:12:06.969 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.315s] 2020-06-24 13:12:07.080 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.110s] 2020-06-24 13:12:07.081 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-24 13:12:07.260 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.364s] 2020-06-24 13:12:07.407 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.145s] 2020-06-24 13:12:07.408 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-24 13:12:12.003 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [3.781s] 2020-06-24 13:12:12.531 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.527s] 2020-06-24 13:12:12.973 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.442s] 2020-06-24 13:12:13.384 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.409s] 2020-06-24 13:12:13.628 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.245s] 2020-06-24 13:12:13.803 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.174s] 2020-06-24 13:12:13.972 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.168s] 2020-06-24 13:12:14.153 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.180s] 2020-06-24 13:12:14.251 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.097s] 2020-06-24 13:12:14.416 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.164s] 2020-06-24 13:12:14.812 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.395s] 2020-06-24 13:12:14.859 35 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.587s] 2020-06-24 13:12:26.017 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.335s] 2020-06-24 13:12:26.143 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.126s] 2020-06-24 13:12:29.882 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.016s] 2020-06-24 13:12:29.895 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.012s] 2020-06-24 13:12:29.949 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.053s] 2020-06-24 13:12:30.003 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.055s] 2020-06-24 13:12:30.053 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.049s] 2020-06-24 13:12:30.240 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.185s] 2020-06-24 13:12:30.319 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.079s] 2020-06-24 13:12:30.387 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.067s] 2020-06-24 13:12:30.440 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.052s] 2020-06-24 13:12:30.497 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.057s] 2020-06-24 13:12:33.798 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.242s] 2020-06-24 13:12:33.825 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.027s] 2020-06-24 13:12:37.644 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.095s] 2020-06-24 13:12:39.114 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [15.836s] 2020-06-24 13:12:39.433 35 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-24 13:12:39.454 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.457s] 2020-06-24 13:12:39.716 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.261s] 2020-06-24 13:12:40.107 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.389s] 2020-06-24 13:12:40.582 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.474s] 2020-06-24 13:12:41.049 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.466s] 2020-06-24 13:12:41.495 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.442s] 2020-06-24 13:12:42.416 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.387s] 2020-06-24 13:12:43.372 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.726s] 2020-06-24 13:12:44.780 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.364s] 2020-06-24 13:12:47.304 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.256s] 2020-06-24 13:12:47.551 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.246s] 2020-06-24 13:12:49.209 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.428s] 2020-06-24 13:12:49.324 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.026s] 2020-06-24 13:12:53.049 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.840s] 2020-06-24 13:12:55.434 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.102s] 2020-06-24 13:12:55.946 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.896s] 2020-06-24 13:12:56.537 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.101s] 2020-06-24 13:12:58.837 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.296s] 2020-06-24 13:12:59.531 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.697s] 2020-06-24 13:12:59.708 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.761s] 2020-06-24 13:13:01.385 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.852s] 2020-06-24 13:13:02.171 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.786s] 2020-06-24 13:13:02.205 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.496s] 2020-06-24 13:13:04.014 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.838s] 2020-06-24 13:13:04.054 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.045s] 2020-06-24 13:13:06.205 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.559s] 2020-06-24 13:13:07.580 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.374s] 2020-06-24 13:13:08.362 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.083s] 2020-06-24 13:13:09.022 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.096s] 2020-06-24 13:13:09.039 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2020-06-24 13:13:09.326 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.286s] 2020-06-24 13:13:09.343 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2020-06-24 13:13:09.354 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2020-06-24 13:13:09.391 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.037s] 2020-06-24 13:13:09.478 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.086s] 2020-06-24 13:13:09.552 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.074s] 2020-06-24 13:13:09.740 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.158s] 2020-06-24 13:13:09.990 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.251s] 2020-06-24 13:13:10.136 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.145s] 2020-06-24 13:13:10.234 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.098s] 2020-06-24 13:13:10.282 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.047s] 2020-06-24 13:13:10.401 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.117s] 2020-06-24 13:13:10.530 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.130s] 2020-06-24 13:13:10.628 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.097s] 2020-06-24 13:13:10.677 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2020-06-24 13:13:10.728 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.050s] 2020-06-24 13:13:10.889 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [1.335s] 2020-06-24 13:13:10.913 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.025s] 2020-06-24 13:13:11.078 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.164s] 2020-06-24 13:13:14.954 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.165s] 2020-06-24 13:13:15.027 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [10.728s] 2020-06-24 13:13:16.892 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.163s] 2020-06-24 13:13:17.013 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.057s] 2020-06-24 13:13:17.056 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.043s] 2020-06-24 13:13:19.219 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.160s] 2020-06-24 13:13:19.248 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.233s] 2020-06-24 13:13:21.321 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.103s] 2020-06-24 13:13:23.410 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.087s] 2020-06-24 13:13:25.495 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.084s] 2020-06-24 13:13:27.588 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.092s] 2020-06-24 13:13:29.704 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.116s] 2020-06-24 13:13:29.815 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.578s] 2020-06-24 13:13:29.869 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.843s] 2020-06-24 13:13:31.318 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.068s] 2020-06-24 13:13:31.789 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.083s] 2020-06-24 13:13:33.903 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.112s] 2020-06-24 13:13:36.028 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.123s] 2020-06-24 13:13:38.129 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.101s] 2020-06-24 13:13:38.368 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.553s] 2020-06-24 13:13:40.236 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.105s] 2020-06-24 13:13:40.821 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.452s] 2020-06-24 13:13:40.917 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.097s] 2020-06-24 13:13:40.994 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.077s] 2020-06-24 13:13:42.354 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.117s] 2020-06-24 13:13:44.480 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.124s] 2020-06-24 13:13:46.607 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.128s] 2020-06-24 13:13:48.738 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.128s] 2020-06-24 13:13:49.323 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [8.326s] 2020-06-24 13:13:49.422 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.100s] 2020-06-24 13:13:49.471 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.049s] 2020-06-24 13:13:50.821 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.941s] 2020-06-24 13:13:50.887 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.147s] 2020-06-24 13:13:52.781 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2020-06-24 13:13:52.808 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.028s] 2020-06-24 13:13:56.513 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.135s] 2020-06-24 13:13:58.438 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.625s] 2020-06-24 13:14:01.393 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.368s] 2020-06-24 13:14:01.758 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.365s] 2020-06-24 13:14:07.059 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [35.731s] 2020-06-24 13:14:08.973 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.259s] 2020-06-24 13:14:09.248 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.275s] 2020-06-24 13:14:11.905 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.639s] 2020-06-24 13:14:18.096 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.846s] 2020-06-24 13:14:20.336 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.430s] 2020-06-24 13:14:27.313 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.890s] 2020-06-24 13:14:28.361 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [21.296s] 2020-06-24 13:14:34.313 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.977s] 2020-06-24 13:14:34.925 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.609s] 2020-06-24 13:14:36.312 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.791s] 2020-06-24 13:14:38.063 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.748s] 2020-06-24 13:14:40.217 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [3.903s] 2020-06-24 13:14:41.324 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.105s] 2020-06-24 13:14:42.134 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.811s] 2020-06-24 13:14:42.861 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.726s] 2020-06-24 13:14:43.745 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.882s] 2020-06-24 13:14:44.106 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.178s] 2020-06-24 13:14:44.552 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.808s] 2020-06-24 13:14:45.051 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.499s] 2020-06-24 13:14:45.787 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.735s] 2020-06-24 13:14:46.388 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.600s] 2020-06-24 13:14:46.795 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.407s] 2020-06-24 13:14:47.315 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.519s] 2020-06-24 13:14:47.358 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [18.995s] 2020-06-24 13:14:47.767 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.453s] 2020-06-24 13:14:48.456 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.686s] 2020-06-24 13:14:48.987 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.530s] 2020-06-24 13:14:49.417 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.430s] 2020-06-24 13:14:49.885 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.467s] 2020-06-24 13:14:50.346 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.461s] 2020-06-24 13:14:50.723 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-06-24 13:14:52.600 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.391s] 2020-06-24 13:14:54.995 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.092s] 2020-06-24 13:15:02.156 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.308s] 2020-06-24 13:15:04.238 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.082s] 2020-06-24 13:15:08.565 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.200s] 2020-06-24 13:15:10.694 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.128s] 2020-06-24 13:15:12.776 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.081s] 2020-06-24 13:15:13.907 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [35.837s] 2020-06-24 13:15:14.572 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.036s] 2020-06-24 13:15:14.627 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.055s] 2020-06-24 13:15:14.658 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.031s] 2020-06-24 13:15:14.692 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.033s] 2020-06-24 13:15:14.726 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.032s] 2020-06-24 13:15:14.754 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.029s] 2020-06-24 13:15:14.776 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.021s] 2020-06-24 13:15:14.798 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.021s] 2020-06-24 13:15:14.896 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.095s] 2020-06-24 13:15:15.028 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.132s] 2020-06-24 13:15:15.180 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.278s] 2020-06-24 13:15:22.068 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-06-24 13:15:26.521 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.511s] 2020-06-24 13:15:27.830 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.281s] 2020-06-24 13:15:29.935 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.414s] 2020-06-24 13:15:31.318 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.369s] 2020-06-24 13:15:31.588 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.270s] 2020-06-24 13:15:33.467 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.530s] 2020-06-24 13:15:36.900 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.433s] 2020-06-24 13:15:38.419 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.145s] 2020-06-24 13:15:39.951 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.646s] 2020-06-24 13:15:44.962 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.087s] 2020-06-24 13:15:45.046 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.082s] 2020-06-24 13:15:45.132 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.086s] 2020-06-24 13:15:45.568 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.434s] 2020-06-24 13:15:45.700 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.746s] 2020-06-24 13:15:45.733 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.165s] 2020-06-24 13:15:46.135 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.401s] 2020-06-24 13:15:46.210 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.076s] 2020-06-24 13:15:46.303 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.092s] 2020-06-24 13:15:46.393 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.090s] 2020-06-24 13:15:46.481 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.087s] 2020-06-24 13:15:46.566 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.084s] 2020-06-24 13:15:46.729 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.162s] 2020-06-24 13:15:46.892 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.162s] 2020-06-24 13:15:46.978 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.087s] 2020-06-24 13:15:47.068 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.089s] 2020-06-24 13:15:52.569 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.157s] 2020-06-24 13:15:52.613 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.045s] 2020-06-24 13:16:03.993 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [61.850s] 2020-06-24 13:16:30.513 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [26.514s] 2020-06-24 13:16:40.695 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.016s] 2020-06-24 13:16:40.712 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.017s] 2020-06-24 13:16:40.729 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.016s] 2020-06-24 13:16:42.291 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2020-06-24 13:16:42.497 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.206s] 2020-06-24 13:16:42.651 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.154s] 2020-06-24 13:16:44.198 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.125s] 2020-06-24 13:16:44.219 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.021s] 2020-06-24 13:16:44.392 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.154s] 2020-06-24 13:16:44.394 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.020s] 2020-06-24 13:16:44.430 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.034s] 2020-06-24 13:16:53.869 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.484s] 2020-06-24 13:16:53.922 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.053s] 2020-06-24 13:16:54.249 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.326s] 2020-06-24 13:16:55.760 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.511s] 2020-06-24 13:16:59.490 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [3.729s] 2020-06-24 13:16:59.535 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.045s] 2020-06-24 13:16:59.579 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.044s] 2020-06-24 13:17:10.535 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.117s] 2020-06-24 13:17:11.533 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.997s] 2020-06-24 13:17:11.971 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.437s] 2020-06-24 13:17:12.458 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.487s] 2020-06-24 13:17:12.838 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.379s] 2020-06-24 13:17:13.937 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.097s] 2020-06-24 13:17:14.775 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.837s] 2020-06-24 13:17:14.896 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.122s] 2020-06-24 13:17:14.914 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.017s] 2020-06-24 13:17:14.943 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.029s] 2020-06-24 13:17:14.957 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.014s] 2020-06-24 13:17:16.917 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.014s] 2020-06-24 13:17:16.932 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.015s] 2020-06-24 13:17:16.942 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2020-06-24 13:17:16.967 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.024s] 2020-06-24 13:17:16.977 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.009s] 2020-06-24 13:17:17.122 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.141s] 2020-06-24 13:17:17.126 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.008s] 2020-06-24 13:17:17.138 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2020-06-24 13:17:17.147 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.009s] 2020-06-24 13:17:17.152 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-06-24 13:17:17.163 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.010s] 2020-06-24 13:17:17.249 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.085s] 2020-06-24 13:17:43.561 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.059s] 2020-06-24 13:17:47.037 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2020-06-24 13:17:50.118 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2020-06-24 13:17:50.166 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.048s] 2020-06-24 13:17:50.233 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.066s] 2020-06-24 13:17:50.263 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.030s] 2020-06-24 13:17:50.277 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2020-06-24 13:17:50.290 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2020-06-24 13:17:50.300 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.009s] 2020-06-24 13:17:50.352 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.052s] 2020-06-24 13:17:50.366 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2020-06-24 13:17:50.410 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.043s] 2020-06-24 13:17:50.421 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2020-06-24 13:17:50.503 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.082s] 2020-06-24 13:17:50.584 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.080s] 2020-06-24 13:17:50.663 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.079s] 2020-06-24 13:17:50.745 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.081s] 2020-06-24 13:17:50.758 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2020-06-24 13:17:50.805 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.046s] 2020-06-24 13:17:50.856 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.051s] 2020-06-24 13:17:50.901 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.043s] 2020-06-24 13:17:50.949 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.048s] 2020-06-24 13:18:00.487 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.104s] 2020-06-24 13:18:00.586 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.099s] 2020-06-24 13:18:06.429 35 INFO rally.task.context [-] Verification 520254d1-f265-4262-a66f-864b853d84ab | Context testr@default cleanup() started 2020-06-24 13:18:06.430 35 INFO rally.task.context [-] Verification 520254d1-f265-4262-a66f-864b853d84ab | Context testr@default cleanup() finished in 0.84 msec 2020-06-24 13:18:06.430 35 INFO rally.task.context [-] Verification 520254d1-f265-4262-a66f-864b853d84ab | Context tempest@default cleanup() started 2020-06-24 13:18:06.603 35 INFO rally.task.context [-] Verification 520254d1-f265-4262-a66f-864b853d84ab | Context tempest@default cleanup() finished in 0.17 sec 2020-06-24 13:18:06.647 35 INFO rally.api [-] Verification (UUID=d7a12b4f-d1f7-4cfd-95a2-6ac4a60520a8) has been successfully finished for deployment 'opnfv-rally' (UUID=e42f481d-ff2b-4318-a112-d79c79514158)! 2020-06-24 13:18:08.854 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:18:08.854 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:18:08.854 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:18:10.664 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:18:10.665 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:18:10.665 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:18:13.822 78 INFO rally.api [-] Building 'html' report for the following verification(s): 'd7a12b4f-d1f7-4cfd-95a2-6ac4a60520a8' 2020-06-24 13:18:13.849 78 INFO rally.api [-] The report has been successfully built. 2020-06-24 13:18:15.416 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:18:15.416 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:18:15.416 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:18:17.396 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd7a12b4f-d1f7-4cfd-95a2-6ac4a60520a8' 2020-06-24 13:18:17.410 80 INFO rally.api [-] The report has been successfully built.