2020-06-16 09:08:04.548 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:08:04.548 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:08:04.549 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:08:07.211 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-16 09:08:07.211 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 09:08:07.211 7 ERROR rally.cli.cliutils 2020-06-16 09:08:09.009 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:08:09.009 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:08:09.010 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:08:13.795 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:08:13.795 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:08:13.795 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:08:19.157 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:08:19.157 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:08:19.157 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:08:20.801 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:08:20.802 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:08:20.802 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:08:23.392 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-16 09:08:23.392 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 09:08:23.392 17 ERROR rally.cli.cliutils 2020-06-16 09:08:25.042 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:08:25.042 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:08:25.042 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:08:27.630 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 09:08:27.694 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-df9d56bc-2687-48b9-9279-19780d476a0f/repo. 2020-06-16 09:08:27.891 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-df9d56bc-2687-48b9-9279-19780d476a0f/repo'... done. ' 2020-06-16 09:08:27.906 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 09:08:27.920 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 09:08:27.995 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 09:08:28.778 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=df9d56bc-2687-48b9-9279-19780d476a0f) has been successfully created! 2020-06-16 09:08:30.595 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:08:30.596 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:08:30.596 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:08:35.819 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:08:35.820 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:08:35.820 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:08:38.322 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=df9d56bc-2687-48b9-9279-19780d476a0f) for deployment 'opnfv-rally' (UUID=3678910d-34f0-4162-a066-0ba4cca93364). 2020-06-16 09:08:38.818 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=df9d56bc-2687-48b9-9279-19780d476a0f) has been successfully configured for deployment 'opnfv-rally' (UUID=3678910d-34f0-4162-a066-0ba4cca93364)! 2020-06-16 09:08:49.198 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:08:49.198 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:08:49.199 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:08:51.662 34 INFO rally.api [-] Starting verification (UUID=76171823-7b4e-47ce-98e7-1d60b805be58) for deployment 'opnfv-rally' (UUID=3678910d-34f0-4162-a066-0ba4cca93364) by verifier 'opnfv-tempest' (UUID=df9d56bc-2687-48b9-9279-19780d476a0f). 2020-06-16 09:08:52.450 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 09:08:52.450 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-df9d56bc-2687-48b9-9279-19780d476a0f/for-deployment-3678910d-34f0-4162-a066-0ba4cca93364/tempest.log' to option 'log_file'. 2020-06-16 09:08:52.451 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-df9d56bc-2687-48b9-9279-19780d476a0f/for-deployment-3678910d-34f0-4162-a066-0ba4cca93364/tempest.log 2020-06-16 09:08:52.451 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 09:08:52.451 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-df9d56bc-2687-48b9-9279-19780d476a0f/for-deployment-3678910d-34f0-4162-a066-0ba4cca93364/lock_files' to option 'lock_path'. 2020-06-16 09:08:52.451 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-df9d56bc-2687-48b9-9279-19780d476a0f/for-deployment-3678910d-34f0-4162-a066-0ba4cca93364/lock_files 2020-06-16 09:08:52.452 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-16 09:08:52.452 34 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-16 09:08:52.452 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e401554c-9297-44e3-8e0f-2d3620800954 2020-06-16 09:08:52.453 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a9b38088-d072-4225-a79b-43b4d2d3cd08 2020-06-16 09:08:52.453 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1067fe1c-2b40-4aed-8658-12fe38d6cb77 2020-06-16 09:08:52.454 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9f6c756a-11d3-4eb0-b6f6-55a584d1f9dc 2020-06-16 09:08:52.766 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 09:08:52.767 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_a471761a-d23e-4509-adcc-60555579e010 2020-06-16 09:08:52.768 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 09:08:52.863 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 09:08:52.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-16 09:08:52.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_76171823_zqGavEot' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-16 09:08:52.941 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_76171823_zqGavEot' (ID = 124143ce-e779-483a-8fbf-c0b103acdf72) has been successfully created! 2020-06-16 09:08:52.942 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '124143ce-e779-483a-8fbf-c0b103acdf72' to option 'instance_type'. 2020-06-16 09:08:52.942 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 124143ce-e779-483a-8fbf-c0b103acdf72 2020-06-16 09:08:52.944 34 INFO rally.task.context [-] Verification df9d56bc-2687-48b9-9279-19780d476a0f | Context tempest@default setup() finished in 0.98 sec 2020-06-16 09:08:52.945 34 INFO rally.task.context [-] Verification df9d56bc-2687-48b9-9279-19780d476a0f | Context testr@default setup() finished in 0.55 msec 2020-06-16 09:08:52.945 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/df5fa88e-4305-486c-8ad1-313494cf3d1f'. 2020-06-16 09:09:00.723 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.805s] 2020-06-16 09:09:00.801 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.077s] 2020-06-16 09:09:01.060 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.863s] 2020-06-16 09:09:07.152 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [1.769s] 2020-06-16 09:09:37.169 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [18.630s] 2020-06-16 09:09:44.100 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.725s] 2020-06-16 09:09:45.065 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.964s] 2020-06-16 09:09:46.101 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [1.269s] 2020-06-16 09:09:46.897 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.831s] 2020-06-16 09:09:48.147 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [2.045s] 2020-06-16 09:09:48.776 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [1.878s] 2020-06-16 09:09:48.777 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-16 09:09:49.227 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.081s] 2020-06-16 09:09:50.369 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.141s] 2020-06-16 09:09:51.488 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [1.118s] 2020-06-16 09:09:51.928 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.439s] 2020-06-16 09:09:53.091 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [15.921s] 2020-06-16 09:09:53.425 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [1.497s] 2020-06-16 09:09:55.333 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [1.907s] 2020-06-16 09:09:56.098 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.764s] 2020-06-16 09:09:56.482 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.383s] 2020-06-16 09:09:57.629 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [1.148s] 2020-06-16 09:10:01.264 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [12.270s] 2020-06-16 09:10:02.289 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [1.023s] 2020-06-16 09:10:03.184 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.894s] 2020-06-16 09:10:03.464 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.280s] 2020-06-16 09:10:03.466 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-16 09:10:24.345 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.150s] 2020-06-16 09:10:27.785 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [7.044s] 2020-06-16 09:10:31.594 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.247s] 2020-06-16 09:10:47.824 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [21.764s] 2020-06-16 09:10:56.656 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [28.866s] 2020-06-16 09:11:06.493 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [20.692s] 2020-06-16 09:11:16.254 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.759s] 2020-06-16 09:11:16.948 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.694s] 2020-06-16 09:11:18.767 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [1.818s] 2020-06-16 09:11:20.727 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [1.960s] 2020-06-16 09:11:22.109 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [1.381s] 2020-06-16 09:11:22.797 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.688s] 2020-06-16 09:11:23.347 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [29.298s] 2020-06-16 09:11:23.583 34 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-16 09:11:23.852 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [1.054s] 2020-06-16 09:11:24.629 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.777s] 2020-06-16 09:11:24.711 34 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.349s] 2020-06-16 09:11:25.488 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.858s] 2020-06-16 09:11:26.059 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.572s] 2020-06-16 09:11:26.739 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.679s] 2020-06-16 09:11:28.423 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.212s] 2020-06-16 09:11:30.472 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.977s] 2020-06-16 09:11:30.742 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.273s] 2020-06-16 09:11:30.768 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.027s] 2020-06-16 09:11:33.778 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.035s] 2020-06-16 09:11:34.550 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.771s] 2020-06-16 09:11:37.530 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.973s] 2020-06-16 09:11:38.258 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.732s] 2020-06-16 09:11:39.934 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.675s] 2020-06-16 09:11:40.662 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.728s] 2020-06-16 09:11:42.644 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [45.983s] 2020-06-16 09:11:43.573 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.906s] 2020-06-16 09:11:43.612 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2020-06-16 09:11:46.137 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.604s] 2020-06-16 09:11:48.152 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2020-06-16 09:11:51.187 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.018s] 2020-06-16 09:11:51.203 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.016s] 2020-06-16 09:11:51.220 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.017s] 2020-06-16 09:11:51.265 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.044s] 2020-06-16 09:11:51.278 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.012s] 2020-06-16 09:11:51.536 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.253s] 2020-06-16 09:11:51.547 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.015s] 2020-06-16 09:11:51.567 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.019s] 2020-06-16 09:11:51.581 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.014s] 2020-06-16 09:11:51.585 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-06-16 09:11:51.602 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.017s] 2020-06-16 09:11:51.778 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.174s] 2020-06-16 09:12:00.970 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [18.326s] 2020-06-16 09:12:02.584 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [32.110s] 2020-06-16 09:12:08.859 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.190s] 2020-06-16 09:12:10.258 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.675s] 2020-06-16 09:12:10.982 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.122s] 2020-06-16 09:12:11.060 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.078s] 2020-06-16 09:12:13.231 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.169s] 2020-06-16 09:12:15.366 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.135s] 2020-06-16 09:12:17.511 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.143s] 2020-06-16 09:12:19.675 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.162s] 2020-06-16 09:12:21.848 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.173s] 2020-06-16 09:12:24.026 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.177s] 2020-06-16 09:12:24.338 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [23.369s] 2020-06-16 09:12:26.162 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.136s] 2020-06-16 09:12:28.348 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.184s] 2020-06-16 09:12:30.657 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.307s] 2020-06-16 09:12:32.817 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.159s] 2020-06-16 09:12:34.979 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.162s] 2020-06-16 09:12:37.152 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.172s] 2020-06-16 09:12:39.320 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.165s] 2020-06-16 09:12:41.543 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.224s] 2020-06-16 09:12:43.747 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.201s] 2020-06-16 09:12:45.936 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.188s] 2020-06-16 09:12:53.660 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.166s] 2020-06-16 09:12:57.613 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.331s] 2020-06-16 09:12:57.818 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.313s] 2020-06-16 09:12:58.637 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [1.023s] 2020-06-16 09:13:01.228 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [2.591s] 2020-06-16 09:13:01.248 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [3.431s] 2020-06-16 09:13:02.521 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.861s] 2020-06-16 09:13:02.770 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.541s] 2020-06-16 09:13:03.017 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.767s] 2020-06-16 09:13:04.167 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.396s] 2020-06-16 09:13:04.807 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.792s] 2020-06-16 09:13:05.642 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.475s] 2020-06-16 09:13:06.063 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.253s] 2020-06-16 09:13:07.096 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.023s] 2020-06-16 09:13:07.821 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.735s] 2020-06-16 09:13:09.565 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.745s] 2020-06-16 09:13:10.841 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.276s] 2020-06-16 09:13:11.443 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.600s] 2020-06-16 09:13:11.837 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.313s] 2020-06-16 09:13:16.222 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [2.888s] 2020-06-16 09:13:16.293 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [4.850s] 2020-06-16 09:13:18.343 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [2.120s] 2020-06-16 09:13:19.667 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [3.373s] 2020-06-16 09:13:20.599 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.220s] 2020-06-16 09:13:20.623 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.024s] 2020-06-16 09:13:20.795 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.127s] 2020-06-16 09:13:20.831 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.207s] 2020-06-16 09:13:20.842 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2020-06-16 09:13:20.863 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.020s] 2020-06-16 09:13:21.410 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.100s] 2020-06-16 09:13:21.506 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.095s] 2020-06-16 09:13:21.614 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.107s] 2020-06-16 09:13:22.091 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.477s] 2020-06-16 09:13:22.296 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.204s] 2020-06-16 09:13:22.749 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.452s] 2020-06-16 09:13:22.847 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.098s] 2020-06-16 09:13:22.947 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.099s] 2020-06-16 09:13:23.048 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.101s] 2020-06-16 09:13:23.145 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.097s] 2020-06-16 09:13:23.232 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.086s] 2020-06-16 09:13:23.423 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.186s] 2020-06-16 09:13:23.433 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [92.580s] 2020-06-16 09:13:23.605 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.186s] 2020-06-16 09:13:23.701 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.096s] 2020-06-16 09:13:23.794 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.093s] 2020-06-16 09:13:24.269 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [3.474s] 2020-06-16 09:13:25.064 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.795s] 2020-06-16 09:13:25.720 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.655s] 2020-06-16 09:13:26.858 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.138s] 2020-06-16 09:13:34.913 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [8.055s] 2020-06-16 09:13:36.689 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [8.622s] 2020-06-16 09:13:44.149 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.015s] 2020-06-16 09:13:44.164 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.015s] 2020-06-16 09:13:44.178 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.014s] 2020-06-16 09:13:46.208 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.022s] 2020-06-16 09:13:46.405 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.196s] 2020-06-16 09:13:46.572 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.166s] 2020-06-16 09:13:47.390 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.701s] 2020-06-16 09:13:48.544 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.335s] 2020-06-16 09:13:48.673 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.128s] 2020-06-16 09:13:49.917 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.527s] 2020-06-16 09:13:50.068 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.151s] 2020-06-16 09:13:50.219 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.150s] 2020-06-16 09:13:50.828 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.174s] 2020-06-16 09:13:52.247 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.417s] 2020-06-16 09:13:52.977 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.730s] 2020-06-16 09:13:53.750 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.773s] 2020-06-16 09:13:54.318 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.567s] 2020-06-16 09:13:55.761 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.442s] 2020-06-16 09:14:00.334 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.572s] 2020-06-16 09:14:00.531 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.198s] 2020-06-16 09:14:00.556 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2020-06-16 09:14:00.578 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2020-06-16 09:14:00.595 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2020-06-16 09:14:02.895 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.127s] 2020-06-16 09:14:04.453 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.232s] 2020-06-16 09:14:04.568 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.116s] 2020-06-16 09:14:04.645 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.076s] 2020-06-16 09:14:06.846 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [43.405s] 2020-06-16 09:14:11.797 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.688s] 2020-06-16 09:14:14.269 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.470s] 2020-06-16 09:14:16.930 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.661s] 2020-06-16 09:14:22.220 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2020-06-16 09:14:22.225 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.020s] 2020-06-16 09:14:22.285 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.060s] 2020-06-16 09:14:22.331 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.046s] 2020-06-16 09:14:22.381 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.049s] 2020-06-16 09:14:22.481 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.099s] 2020-06-16 09:14:22.557 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.076s] 2020-06-16 09:14:22.643 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.084s] 2020-06-16 09:14:22.700 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.057s] 2020-06-16 09:14:22.776 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.075s] 2020-06-16 09:14:24.749 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.743s] 2020-06-16 09:14:24.806 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.058s] 2020-06-16 09:14:25.124 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.318s] 2020-06-16 09:14:26.786 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.559s] 2020-06-16 09:14:26.787 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.429s] 2020-06-16 09:14:27.025 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.901s] 2020-06-16 09:14:27.141 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.356s] 2020-06-16 09:14:34.243 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [7.216s] 2020-06-16 09:14:34.309 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.065s] 2020-06-16 09:14:34.377 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.068s] 2020-06-16 09:14:34.963 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.521s] 2020-06-16 09:14:35.228 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.273s] 2020-06-16 09:14:35.669 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.329s] 2020-06-16 09:14:40.572 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.904s] 2020-06-16 09:14:43.900 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.327s] 2020-06-16 09:14:44.318 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.089s] 2020-06-16 09:14:49.160 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.259s] 2020-06-16 09:14:50.763 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.121s] 2020-06-16 09:14:51.180 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2020-06-16 09:14:51.229 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.047s] 2020-06-16 09:14:51.288 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.059s] 2020-06-16 09:14:51.320 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.032s] 2020-06-16 09:14:51.332 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.011s] 2020-06-16 09:14:51.344 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-06-16 09:14:51.355 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2020-06-16 09:14:51.400 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.044s] 2020-06-16 09:14:51.410 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2020-06-16 09:14:51.453 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.042s] 2020-06-16 09:14:51.467 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.014s] 2020-06-16 09:14:51.560 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.092s] 2020-06-16 09:14:51.649 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.088s] 2020-06-16 09:14:51.741 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.092s] 2020-06-16 09:14:51.825 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.084s] 2020-06-16 09:14:51.837 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2020-06-16 09:14:51.876 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.039s] 2020-06-16 09:14:51.925 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.048s] 2020-06-16 09:14:51.986 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.061s] 2020-06-16 09:14:52.034 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.048s] 2020-06-16 09:14:56.061 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.062s] 2020-06-16 09:14:56.161 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.098s] 2020-06-16 09:14:56.220 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.058s] 2020-06-16 09:14:56.264 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.044s] 2020-06-16 09:14:56.313 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.048s] 2020-06-16 09:14:56.347 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.034s] 2020-06-16 09:14:56.378 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.030s] 2020-06-16 09:14:56.415 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.035s] 2020-06-16 09:14:56.603 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.187s] 2020-06-16 09:14:56.828 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.224s] 2020-06-16 09:14:58.737 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [9.577s] 2020-06-16 09:15:01.583 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.845s] 2020-06-16 09:15:06.513 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.929s] 2020-06-16 09:15:09.090 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.714s] 2020-06-16 09:15:12.552 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.037s] 2020-06-16 09:15:12.817 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.726s] 2020-06-16 09:15:16.488 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.668s] 2020-06-16 09:15:20.363 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.874s] 2020-06-16 09:15:21.155 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.602s] 2020-06-16 09:15:21.480 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.325s] 2020-06-16 09:15:21.789 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.308s] 2020-06-16 09:15:21.957 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.168s] 2020-06-16 09:15:22.069 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.111s] 2020-06-16 09:15:22.156 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.087s] 2020-06-16 09:15:22.308 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.151s] 2020-06-16 09:15:22.416 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.107s] 2020-06-16 09:15:22.443 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.030s] 2020-06-16 09:15:22.473 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2020-06-16 09:15:22.498 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.054s] 2020-06-16 09:15:22.529 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.055s] 2020-06-16 09:15:26.303 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.774s] 2020-06-16 09:15:30.439 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.424s] 2020-06-16 09:15:32.298 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.132s] 2020-06-16 09:15:34.449 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.166s] 2020-06-16 09:15:42.643 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.145s] 2020-06-16 09:15:42.779 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.135s] 2020-06-16 09:15:54.039 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [22.906s] 2020-06-16 09:16:09.768 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [15.729s] 2020-06-16 09:16:18.198 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.429s] 2020-06-16 09:16:26.113 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [7.916s] 2020-06-16 09:17:19.152 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [53.024s] 2020-06-16 09:17:20.771 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.632s] 2020-06-16 09:17:25.982 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.291s] 2020-06-16 09:17:28.102 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.119s] 2020-06-16 09:17:42.617 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.095s] 2020-06-16 09:17:46.611 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2020-06-16 09:17:50.646 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.479s] 2020-06-16 09:17:50.951 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.305s] 2020-06-16 09:18:01.220 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.709s] 2020-06-16 09:18:07.112 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.890s] 2020-06-16 09:18:14.134 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.274s] 2020-06-16 09:18:14.174 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.039s] 2020-06-16 09:18:16.197 34 INFO rally.task.context [-] Verification df9d56bc-2687-48b9-9279-19780d476a0f | Context testr@default cleanup() started 2020-06-16 09:18:16.198 34 INFO rally.task.context [-] Verification df9d56bc-2687-48b9-9279-19780d476a0f | Context testr@default cleanup() finished in 0.88 msec 2020-06-16 09:18:16.198 34 INFO rally.task.context [-] Verification df9d56bc-2687-48b9-9279-19780d476a0f | Context tempest@default cleanup() started 2020-06-16 09:18:16.417 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_76171823_zqGavEot'. 2020-06-16 09:18:16.985 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_76171823_zqGavEot' has been deleted. 2020-06-16 09:18:16.986 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '124143ce-e779-483a-8fbf-c0b103acdf72' of option 'instance_type' from Tempest config file. 2020-06-16 09:18:16.986 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '124143ce-e779-483a-8fbf-c0b103acdf72' has been removed. 2020-06-16 09:18:16.995 34 INFO rally.task.context [-] Verification df9d56bc-2687-48b9-9279-19780d476a0f | Context tempest@default cleanup() finished in 0.80 sec 2020-06-16 09:18:17.038 34 INFO rally.api [-] Verification (UUID=76171823-7b4e-47ce-98e7-1d60b805be58) has been successfully finished for deployment 'opnfv-rally' (UUID=3678910d-34f0-4162-a066-0ba4cca93364)! 2020-06-16 09:18:20.227 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:18:20.227 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:18:20.227 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:18:22.315 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:18:22.315 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:18:22.316 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:18:25.808 77 INFO rally.api [-] Building 'html' report for the following verification(s): '76171823-7b4e-47ce-98e7-1d60b805be58' 2020-06-16 09:18:25.841 77 INFO rally.api [-] The report has been successfully built. 2020-06-16 09:18:27.573 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:18:27.573 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:18:27.573 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:18:30.121 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '76171823-7b4e-47ce-98e7-1d60b805be58' 2020-06-16 09:18:30.136 79 INFO rally.api [-] The report has been successfully built.