2020-08-10 15:07:17.653 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:07:17.659 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:07:17.660 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:07:39.655 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 15:07:39.655 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 15:07:39.655 10 ERROR rally.cli.cliutils 2020-08-10 15:07:54.203 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:07:54.209 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:07:54.210 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:08:32.513 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:08:32.519 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:08:32.520 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:09:12.472 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:09:12.478 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:09:12.479 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:09:25.745 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:09:25.751 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:09:25.752 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:09:46.577 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 15:09:46.577 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 15:09:46.577 40 ERROR rally.cli.cliutils 2020-08-10 15:09:59.891 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:09:59.897 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:09:59.898 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:10:20.403 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 15:10:20.829 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2959c0e1-866d-43de-b805-f22b3f7859f2/repo. 2020-08-10 15:10:21.515 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2959c0e1-866d-43de-b805-f22b3f7859f2/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 15:10:21.619 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 15:10:21.681 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 15:10:21.743 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 15:10:22.250 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 15:10:28.477 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2959c0e1-866d-43de-b805-f22b3f7859f2) has been successfully created! 2020-08-10 15:10:41.773 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:10:41.779 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:10:41.780 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:11:16.197 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:11:16.203 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:11:16.205 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:11:37.314 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2959c0e1-866d-43de-b805-f22b3f7859f2) for deployment 'opnfv-rally' (UUID=a42d48dc-2976-4956-b0d2-33baa81ad17a). 2020-08-10 15:11:38.836 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2959c0e1-866d-43de-b805-f22b3f7859f2) has been successfully configured for deployment 'opnfv-rally' (UUID=a42d48dc-2976-4956-b0d2-33baa81ad17a)! 2020-08-10 15:13:04.947 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:13:04.953 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:13:04.954 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:13:28.201 96 INFO rally.api [-] Starting verification (UUID=539f61fb-bd48-4147-9519-7d834809c982) for deployment 'opnfv-rally' (UUID=a42d48dc-2976-4956-b0d2-33baa81ad17a) by verifier 'opnfv-tempest' (UUID=2959c0e1-866d-43de-b805-f22b3f7859f2). 2020-08-10 15:13:32.730 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 15:13:32.732 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2959c0e1-866d-43de-b805-f22b3f7859f2/for-deployment-a42d48dc-2976-4956-b0d2-33baa81ad17a/tempest.log' to option 'log_file'. 2020-08-10 15:13:32.734 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2959c0e1-866d-43de-b805-f22b3f7859f2/for-deployment-a42d48dc-2976-4956-b0d2-33baa81ad17a/tempest.log 2020-08-10 15:13:32.736 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 15:13:32.737 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2959c0e1-866d-43de-b805-f22b3f7859f2/for-deployment-a42d48dc-2976-4956-b0d2-33baa81ad17a/lock_files' to option 'lock_path'. 2020-08-10 15:13:32.739 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2959c0e1-866d-43de-b805-f22b3f7859f2/for-deployment-a42d48dc-2976-4956-b0d2-33baa81ad17a/lock_files 2020-08-10 15:13:32.741 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 15:13:32.743 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 15:13:32.744 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5985c436-f5ee-4f98-8733-b58323f17c1c 2020-08-10 15:13:32.746 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0ed4c9c0-74cf-4620-a599-00cd09510e52 2020-08-10 15:13:32.750 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bc44f885-fff7-4eda-893e-a6178d56e6d7 2020-08-10 15:13:32.753 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 372c280b-b377-4a10-ac38-dff4d95c20e1 2020-08-10 15:13:33.120 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 15:13:33.122 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_616b8ead-d595-4798-9b97-2ebfa112ec7e 2020-08-10 15:13:33.125 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 15:13:33.827 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 15:13:33.900 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_10b907d9_93jqnyxi'. Using flavor 'rally_verify_10b907d9_93jqnyxi' (ID = 1fb4d2a8-7248-479e-9cba-747253d35de1) for the tests. 2020-08-10 15:13:33.901 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1fb4d2a8-7248-479e-9cba-747253d35de1' to option 'instance_type'. 2020-08-10 15:13:33.903 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1fb4d2a8-7248-479e-9cba-747253d35de1 2020-08-10 15:13:33.910 96 INFO rally.task.context [-] Verification 2959c0e1-866d-43de-b805-f22b3f7859f2 | Context tempest@default setup() finished in 4.64 sec 2020-08-10 15:13:33.912 96 INFO rally.task.context [-] Verification 2959c0e1-866d-43de-b805-f22b3f7859f2 | Context testr@default setup() finished in 1.09 msec 2020-08-10 15:13:33.914 96 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/1f155058-bddd-4e67-9534-53ae19b156c6'. 2020-08-10 15:14:17.295 96 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.421s] 2020-08-10 15:14:17.585 96 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.329s] 2020-08-10 15:14:19.182 96 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.809s] 2020-08-10 15:14:21.539 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.220s] 2020-08-10 15:14:24.141 96 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.376s] 2020-08-10 15:14:24.464 96 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.315s] 2020-08-10 15:14:27.177 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.093s] 2020-08-10 15:14:27.228 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.046s] 2020-08-10 15:14:27.279 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.048s] 2020-08-10 15:14:29.440 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.154s] 2020-08-10 15:14:29.492 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.052s] 2020-08-10 15:14:29.805 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.300s] 2020-08-10 15:14:29.835 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.035s] 2020-08-10 15:14:29.894 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.055s] 2020-08-10 15:14:32.353 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.582s] 2020-08-10 15:14:39.067 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.513s] 2020-08-10 15:14:39.599 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.524s] 2020-08-10 15:14:40.052 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.455s] 2020-08-10 15:14:40.101 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.012s] 2020-08-10 15:14:40.554 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.498s] 2020-08-10 15:14:41.062 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.507s] 2020-08-10 15:14:41.280 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.214s] 2020-08-10 15:14:41.498 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.218s] 2020-08-10 15:14:41.760 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.255s] 2020-08-10 15:14:41.906 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.144s] 2020-08-10 15:14:42.113 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.206s] 2020-08-10 15:14:42.539 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.420s] 2020-08-10 15:14:45.897 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.792s] 2020-08-10 15:14:47.981 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.082s] 2020-08-10 15:14:48.106 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.123s] 2020-08-10 15:14:48.214 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.107s] 2020-08-10 15:14:57.915 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.998s] 2020-08-10 15:14:58.099 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [9.870s] 2020-08-10 15:14:58.207 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.114s] 2020-08-10 15:14:58.265 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.347s] 2020-08-10 15:14:58.290 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.083s] 2020-08-10 15:14:58.752 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.484s] 2020-08-10 15:14:59.044 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.288s] 2020-08-10 15:14:59.057 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.009s] 2020-08-10 15:14:59.874 96 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [18.823s] 2020-08-10 15:15:12.849 96 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.971s] 2020-08-10 15:15:16.459 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [19.450s] 2020-08-10 15:15:16.777 96 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-08-10 15:15:18.898 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.237s] 2020-08-10 15:15:30.053 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.157s] 2020-08-10 15:15:34.347 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.006s] 2020-08-10 15:15:35.433 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.077s] 2020-08-10 15:15:36.366 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.928s] 2020-08-10 15:15:37.144 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [11.603s] 2020-08-10 15:15:37.371 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.004s] 2020-08-10 15:15:42.002 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [4.619s] 2020-08-10 15:15:43.834 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.779s] 2020-08-10 15:15:47.271 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [5.268s] 2020-08-10 15:15:48.030 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.189s] 2020-08-10 15:15:48.174 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.903s] 2020-08-10 15:15:48.953 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.777s] 2020-08-10 15:15:50.021 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.064s] 2020-08-10 15:15:51.051 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.023s] 2020-08-10 15:15:51.792 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.740s] 2020-08-10 15:15:52.589 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.793s] 2020-08-10 15:15:53.549 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.958s] 2020-08-10 15:15:54.341 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.971s] 2020-08-10 15:15:54.535 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.974s] 2020-08-10 15:15:54.609 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.265s] 2020-08-10 15:15:55.200 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.588s] 2020-08-10 15:15:55.393 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.858s] 2020-08-10 15:15:55.484 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.281s] 2020-08-10 15:15:55.497 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.012s] 2020-08-10 15:15:56.379 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.981s] 2020-08-10 15:16:02.222 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [5.842s] 2020-08-10 15:16:03.037 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.815s] 2020-08-10 15:16:14.220 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.872s] 2020-08-10 15:16:18.502 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.153s] 2020-08-10 15:16:27.886 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [9.357s] 2020-08-10 15:16:31.866 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.641s] 2020-08-10 15:16:34.432 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [46.377s] 2020-08-10 15:16:36.132 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.711s] 2020-08-10 15:16:40.520 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.209s] 2020-08-10 15:16:41.501 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.980s] 2020-08-10 15:16:48.995 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.468s] 2020-08-10 15:16:49.829 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.848s] 2020-08-10 15:16:51.428 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.582s] 2020-08-10 15:16:52.419 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.993s] 2020-08-10 15:16:52.609 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.717s] 2020-08-10 15:16:55.042 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.590s] 2020-08-10 15:16:55.098 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.083s] 2020-08-10 15:16:57.973 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.144s] 2020-08-10 15:16:58.015 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.147s] 2020-08-10 15:16:58.021 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.038s] 2020-08-10 15:16:58.444 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.426s] 2020-08-10 15:16:58.485 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.044s] 2020-08-10 15:16:58.527 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.039s] 2020-08-10 15:16:58.608 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.076s] 2020-08-10 15:16:58.737 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.127s] 2020-08-10 15:16:58.863 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.125s] 2020-08-10 15:16:59.348 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.473s] 2020-08-10 15:16:59.409 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.067s] 2020-08-10 15:16:59.698 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.286s] 2020-08-10 15:17:00.214 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.612s] 2020-08-10 15:17:03.622 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.159s] 2020-08-10 15:17:03.826 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.202s] 2020-08-10 15:17:03.968 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.140s] 2020-08-10 15:17:04.128 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.157s] 2020-08-10 15:17:04.369 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.233s] 2020-08-10 15:17:04.505 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.134s] 2020-08-10 15:17:04.617 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.108s] 2020-08-10 15:17:04.751 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.127s] 2020-08-10 15:17:05.194 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.432s] 2020-08-10 15:17:05.618 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.422s] 2020-08-10 15:17:09.632 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.672s] 2020-08-10 15:17:23.527 96 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [69.059s] 2020-08-10 15:17:26.050 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.385s] 2020-08-10 15:17:32.811 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.645s] 2020-08-10 15:17:33.157 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.342s] 2020-08-10 15:17:33.498 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.338s] 2020-08-10 15:17:34.205 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.706s] 2020-08-10 15:17:34.764 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.558s] 2020-08-10 15:17:35.282 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.514s] 2020-08-10 15:17:41.554 96 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.051s] 2020-08-10 15:17:43.495 96 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.118s] 2020-08-10 15:17:50.250 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [34.586s] 2020-08-10 15:17:51.061 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.447s] 2020-08-10 15:17:51.261 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.199s] 2020-08-10 15:17:53.853 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.359s] 2020-08-10 15:17:53.900 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.047s] 2020-08-10 15:17:57.340 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.252s] 2020-08-10 15:18:00.219 96 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [36.618s] 2020-08-10 15:18:05.637 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.726s] 2020-08-10 15:18:05.733 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.100s] 2020-08-10 15:18:06.131 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.393s] 2020-08-10 15:18:08.004 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.871s] 2020-08-10 15:18:14.993 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.031s] 2020-08-10 15:18:15.038 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.037s] 2020-08-10 15:18:15.118 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.082s] 2020-08-10 15:18:15.197 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.073s] 2020-08-10 15:18:15.265 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.073s] 2020-08-10 15:18:15.387 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.117s] 2020-08-10 15:18:15.508 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.119s] 2020-08-10 15:18:15.606 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.092s] 2020-08-10 15:18:15.688 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.076s] 2020-08-10 15:18:15.764 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.075s] 2020-08-10 15:18:17.905 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [9.898s] 2020-08-10 15:18:18.017 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.108s] 2020-08-10 15:18:18.157 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.138s] 2020-08-10 15:18:20.122 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.202s] 2020-08-10 15:18:20.221 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [22.875s] 2020-08-10 15:18:22.076 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.945s] 2020-08-10 15:18:23.052 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.974s] 2020-08-10 15:18:23.920 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.864s] 2020-08-10 15:18:24.581 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.656s] 2020-08-10 15:18:24.925 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [34.665s] 2020-08-10 15:18:31.418 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.830s] 2020-08-10 15:18:32.631 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.209s] 2020-08-10 15:18:32.873 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.246s] 2020-08-10 15:18:32.942 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.066s] 2020-08-10 15:18:32.988 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.047s] 2020-08-10 15:18:33.040 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.046s] 2020-08-10 15:18:33.811 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.183s] 2020-08-10 15:18:37.365 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.361s] 2020-08-10 15:18:39.750 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.375s] 2020-08-10 15:18:40.138 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.046s] 2020-08-10 15:18:40.185 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.047s] 2020-08-10 15:18:40.216 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.027s] 2020-08-10 15:18:40.284 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.066s] 2020-08-10 15:18:40.306 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.024s] 2020-08-10 15:18:40.861 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.522s] 2020-08-10 15:18:40.873 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.026s] 2020-08-10 15:18:40.908 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.042s] 2020-08-10 15:18:40.936 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.026s] 2020-08-10 15:18:40.952 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.016s] 2020-08-10 15:18:40.984 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.026s] 2020-08-10 15:18:41.074 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.088s] 2020-08-10 15:18:42.066 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.315s] 2020-08-10 15:18:43.684 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [23.448s] 2020-08-10 15:18:47.788 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.053s] 2020-08-10 15:18:48.113 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.319s] 2020-08-10 15:18:48.352 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.239s] 2020-08-10 15:18:55.596 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.943s] 2020-08-10 15:18:56.571 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.249s] 2020-08-10 15:18:58.684 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.287s] 2020-08-10 15:18:59.605 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [34.672s] 2020-08-10 15:18:59.826 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.216s] 2020-08-10 15:19:00.933 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.238s] 2020-08-10 15:19:01.109 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.173s] 2020-08-10 15:19:01.661 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.245s] 2020-08-10 15:19:03.499 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.376s] 2020-08-10 15:19:03.906 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.079s] 2020-08-10 15:19:04.531 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.708s] 2020-08-10 15:19:05.886 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.389s] 2020-08-10 15:19:08.207 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.313s] 2020-08-10 15:19:08.693 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.159s] 2020-08-10 15:19:10.092 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.354s] 2020-08-10 15:19:10.451 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.357s] 2020-08-10 15:19:10.670 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.454s] 2020-08-10 15:19:12.792 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.098s] 2020-08-10 15:19:13.088 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.408s] 2020-08-10 15:19:15.587 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.495s] 2020-08-10 15:19:17.157 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.359s] 2020-08-10 15:19:18.023 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.435s] 2020-08-10 15:19:19.566 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.103s] 2020-08-10 15:19:20.541 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.506s] 2020-08-10 15:19:21.696 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.536s] 2020-08-10 15:19:23.021 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.470s] 2020-08-10 15:19:25.420 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.398s] 2020-08-10 15:19:26.195 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.490s] 2020-08-10 15:19:27.864 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.431s] 2020-08-10 15:19:28.675 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.078s] 2020-08-10 15:19:28.757 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.079s] 2020-08-10 15:19:28.844 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.085s] 2020-08-10 15:19:29.284 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.432s] 2020-08-10 15:19:29.459 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.174s] 2020-08-10 15:19:29.865 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.397s] 2020-08-10 15:19:29.951 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.092s] 2020-08-10 15:19:30.032 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.080s] 2020-08-10 15:19:30.128 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.092s] 2020-08-10 15:19:30.212 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.081s] 2020-08-10 15:19:30.306 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.086s] 2020-08-10 15:19:30.351 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.465s] 2020-08-10 15:19:30.368 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.169s] 2020-08-10 15:19:30.482 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.171s] 2020-08-10 15:19:30.632 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.148s] 2020-08-10 15:19:30.677 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.313s] 2020-08-10 15:19:30.715 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.083s] 2020-08-10 15:19:30.797 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.082s] 2020-08-10 15:19:30.859 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.172s] 2020-08-10 15:19:31.111 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.253s] 2020-08-10 15:19:31.275 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.156s] 2020-08-10 15:19:31.372 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.101s] 2020-08-10 15:19:31.548 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.171s] 2020-08-10 15:19:31.692 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.142s] 2020-08-10 15:19:31.847 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.153s] 2020-08-10 15:19:31.938 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.088s] 2020-08-10 15:19:32.802 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.461s] 2020-08-10 15:19:34.799 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [35.194s] 2020-08-10 15:19:35.356 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.548s] 2020-08-10 15:19:37.371 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.088s] 2020-08-10 15:19:37.482 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.112s] 2020-08-10 15:19:37.976 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.612s] 2020-08-10 15:19:40.523 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.577s] 2020-08-10 15:19:40.626 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.642s] 2020-08-10 15:19:41.810 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.212s] 2020-08-10 15:19:44.663 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.036s] 2020-08-10 15:19:44.719 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.056s] 2020-08-10 15:19:44.803 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.077s] 2020-08-10 15:19:44.868 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.066s] 2020-08-10 15:19:44.913 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.042s] 2020-08-10 15:19:44.951 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.036s] 2020-08-10 15:19:44.988 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.035s] 2020-08-10 15:19:45.066 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.074s] 2020-08-10 15:19:45.097 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.032s] 2020-08-10 15:19:45.182 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.074s] 2020-08-10 15:19:45.221 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.037s] 2020-08-10 15:19:45.301 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.079s] 2020-08-10 15:19:45.406 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.103s] 2020-08-10 15:19:45.489 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.078s] 2020-08-10 15:19:45.571 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.081s] 2020-08-10 15:19:45.609 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.033s] 2020-08-10 15:19:45.676 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.067s] 2020-08-10 15:19:45.759 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.075s] 2020-08-10 15:19:45.835 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.078s] 2020-08-10 15:19:45.911 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.074s] 2020-08-10 15:19:46.420 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.654s] 2020-08-10 15:19:46.441 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.902s] 2020-08-10 15:19:46.849 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.427s] 2020-08-10 15:19:47.450 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.854s] 2020-08-10 15:19:48.431 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.032s] 2020-08-10 15:19:53.333 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.870s] 2020-08-10 15:19:53.396 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.382s] 2020-08-10 15:19:55.625 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.229s] 2020-08-10 15:19:56.163 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.141s] 2020-08-10 15:19:56.306 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.138s] 2020-08-10 15:20:03.133 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.752s] 2020-08-10 15:20:04.614 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.260s] 2020-08-10 15:20:04.681 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.066s] 2020-08-10 15:20:08.451 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.586s] 2020-08-10 15:20:08.851 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.398s] 2020-08-10 15:20:19.358 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.305s] 2020-08-10 15:20:27.060 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.693s] 2020-08-10 15:20:35.770 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.692s] 2020-08-10 15:20:41.291 96 INFO rally.task.context [-] Verification 2959c0e1-866d-43de-b805-f22b3f7859f2 | Context testr@default cleanup() started 2020-08-10 15:20:41.294 96 INFO rally.task.context [-] Verification 2959c0e1-866d-43de-b805-f22b3f7859f2 | Context testr@default cleanup() finished in 3.80 msec 2020-08-10 15:20:41.298 96 INFO rally.task.context [-] Verification 2959c0e1-866d-43de-b805-f22b3f7859f2 | Context tempest@default cleanup() started 2020-08-10 15:20:41.739 96 INFO rally.task.context [-] Verification 2959c0e1-866d-43de-b805-f22b3f7859f2 | Context tempest@default cleanup() finished in 0.44 sec 2020-08-10 15:20:41.902 96 INFO rally.api [-] Verification (UUID=539f61fb-bd48-4147-9519-7d834809c982) has been successfully finished for deployment 'opnfv-rally' (UUID=a42d48dc-2976-4956-b0d2-33baa81ad17a)! 2020-08-10 15:20:57.066 163 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:20:57.074 163 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:20:57.075 163 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:21:14.271 169 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:21:14.277 169 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:21:14.279 169 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:21:36.783 169 INFO rally.api [-] Building 'html' report for the following verification(s): '539f61fb-bd48-4147-9519-7d834809c982' 2020-08-10 15:21:37.083 169 INFO rally.api [-] The report has been successfully built. 2020-08-10 15:21:51.785 175 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:21:51.791 175 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:21:51.792 175 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:22:13.876 175 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '539f61fb-bd48-4147-9519-7d834809c982' 2020-08-10 15:22:14.060 175 INFO rally.api [-] The report has been successfully built.