2020-05-14 21:20:58.461 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:20:58.461 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:20:58.461 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 21:21:00.744 7 ERROR rally.cli.cliutils 2020-05-14 21:21:02.374 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:21:02.374 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:21:02.374 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:21:06.382 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:21:06.382 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:21:06.382 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:21:10.856 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:21:10.857 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:21:10.857 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:21:12.291 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:21:12.292 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:21:12.292 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 21:21:14.322 17 ERROR rally.cli.cliutils 2020-05-14 21:21:15.820 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:21:15.820 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:21:15.820 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:21:17.800 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 21:21:17.865 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-59182621-9ef9-46c5-810f-055329ffb517/repo. 2020-05-14 21:21:18.072 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-59182621-9ef9-46c5-810f-055329ffb517/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-05-14 21:21:18.084 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 21:21:18.093 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 21:21:18.116 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 21:21:18.176 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 21:21:18.831 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=59182621-9ef9-46c5-810f-055329ffb517) has been successfully created! 2020-05-14 21:21:20.430 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:21:20.430 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:21:20.431 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:21:24.770 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:21:24.770 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:21:24.770 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:21:26.984 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=59182621-9ef9-46c5-810f-055329ffb517) for deployment 'opnfv-rally' (UUID=6df9d9d5-7902-4745-a79c-9cf50cc68978). 2020-05-14 21:21:34.287 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=59182621-9ef9-46c5-810f-055329ffb517) has been successfully configured for deployment 'opnfv-rally' (UUID=6df9d9d5-7902-4745-a79c-9cf50cc68978)! 2020-05-14 21:21:43.582 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:21:43.582 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:21:43.582 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:21:45.750 35 INFO rally.api [-] Starting verification (UUID=a4421b9f-8093-4d59-8883-72a78dcd64ee) for deployment 'opnfv-rally' (UUID=6df9d9d5-7902-4745-a79c-9cf50cc68978) by verifier 'opnfv-tempest' (UUID=59182621-9ef9-46c5-810f-055329ffb517). 2020-05-14 21:21:46.420 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 21:21:46.422 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-59182621-9ef9-46c5-810f-055329ffb517/for-deployment-6df9d9d5-7902-4745-a79c-9cf50cc68978/tempest.log' to option 'log_file'. 2020-05-14 21:21:46.423 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-59182621-9ef9-46c5-810f-055329ffb517/for-deployment-6df9d9d5-7902-4745-a79c-9cf50cc68978/tempest.log 2020-05-14 21:21:46.423 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 21:21:46.423 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-59182621-9ef9-46c5-810f-055329ffb517/for-deployment-6df9d9d5-7902-4745-a79c-9cf50cc68978/lock_files' to option 'lock_path'. 2020-05-14 21:21:46.424 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-59182621-9ef9-46c5-810f-055329ffb517/for-deployment-6df9d9d5-7902-4745-a79c-9cf50cc68978/lock_files 2020-05-14 21:21:46.424 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 21:21:46.425 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-05-14 21:21:46.425 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 702aedc2-0980-47f6-b4e8-6d428c6893de 2020-05-14 21:21:46.425 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = bbf32a5e-8078-4758-bd93-04149f059e9b 2020-05-14 21:21:46.426 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d79b5b62-3eb5-4173-8147-1689d5159746 2020-05-14 21:21:46.427 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6d146d5c-7569-42bf-820a-96f38e1116c0 2020-05-14 21:21:49.719 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 21:21:49.719 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_8b6a6f85-c28d-4dd8-b6fb-998e7d0a612f 2020-05-14 21:21:49.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 21:21:49.824 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 21:21:50.005 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-14 21:21:50.006 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_a4421b9f_8cfbh1Gn' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-14 21:21:50.039 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a4421b9f_8cfbh1Gn' (ID = f83c2417-85bc-40b9-8c9b-e8dfa998ed73) has been successfully created! 2020-05-14 21:21:50.040 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f83c2417-85bc-40b9-8c9b-e8dfa998ed73' to option 'instance_type'. 2020-05-14 21:21:50.040 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f83c2417-85bc-40b9-8c9b-e8dfa998ed73 2020-05-14 21:21:50.042 35 INFO rally.task.context [-] Verification 59182621-9ef9-46c5-810f-055329ffb517 | Context tempest@default setup() finished in 4.09 sec 2020-05-14 21:21:50.043 35 INFO rally.task.context [-] Verification 59182621-9ef9-46c5-810f-055329ffb517 | Context testr@default setup() finished in 0.74 msec 2020-05-14 21:21:50.044 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/232347b7-9bc6-4980-be3b-045a992e512f'. 2020-05-14 21:21:55.653 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.273s] 2020-05-14 21:21:55.738 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.085s] 2020-05-14 21:22:31.639 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.031s] 2020-05-14 21:22:42.180 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.620s] 2020-05-14 21:22:42.350 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.170s] 2020-05-14 21:22:44.406 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.766s] 2020-05-14 21:22:45.242 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.257s] 2020-05-14 21:22:45.402 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.160s] 2020-05-14 21:22:45.706 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.303s] 2020-05-14 21:22:45.856 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.149s] 2020-05-14 21:22:45.857 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-05-14 21:22:46.190 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [3.840s] 2020-05-14 21:22:46.341 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.150s] 2020-05-14 21:22:46.343 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-05-14 21:22:56.528 35 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.566s] 2020-05-14 21:23:07.169 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [3.209s] 2020-05-14 21:23:44.445 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.104s] 2020-05-14 21:23:44.463 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.017s] 2020-05-14 21:23:44.852 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.388s] 2020-05-14 21:23:44.868 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.016s] 2020-05-14 21:23:44.889 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.020s] 2020-05-14 21:23:44.931 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.042s] 2020-05-14 21:23:45.033 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.101s] 2020-05-14 21:23:45.121 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.088s] 2020-05-14 21:23:46.328 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [1.204s] 2020-05-14 21:23:46.356 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.029s] 2020-05-14 21:23:46.518 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.162s] 2020-05-14 21:23:46.928 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.787s] 2020-05-14 21:23:52.145 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.376s] 2020-05-14 21:23:52.400 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.255s] 2020-05-14 21:23:52.654 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.252s] 2020-05-14 21:23:53.093 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.439s] 2020-05-14 21:23:53.520 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.427s] 2020-05-14 21:23:53.961 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.440s] 2020-05-14 21:24:24.135 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.192s] 2020-05-14 21:24:32.709 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.076s] 2020-05-14 21:24:37.406 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.695s] 2020-05-14 21:24:41.778 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [19.107s] 2020-05-14 21:24:47.743 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [23.598s] 2020-05-14 21:25:24.482 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.886s] 2020-05-14 21:25:24.859 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.377s] 2020-05-14 21:25:25.202 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.341s] 2020-05-14 21:25:25.527 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.324s] 2020-05-14 21:25:25.812 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.286s] 2020-05-14 21:25:25.979 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.166s] 2020-05-14 21:25:26.062 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [38.315s] 2020-05-14 21:25:26.159 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.179s] 2020-05-14 21:25:26.326 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.167s] 2020-05-14 21:25:26.407 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.080s] 2020-05-14 21:25:26.569 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.161s] 2020-05-14 21:25:26.894 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.325s] 2020-05-14 21:25:44.031 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.967s] 2020-05-14 21:26:06.593 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [22.558s] 2020-05-14 21:26:07.390 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.232s] 2020-05-14 21:26:12.564 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.007s] 2020-05-14 21:26:13.100 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.536s] 2020-05-14 21:26:14.880 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.779s] 2020-05-14 21:26:15.471 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.592s] 2020-05-14 21:26:19.294 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [3.822s] 2020-05-14 21:26:20.245 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.949s] 2020-05-14 21:26:20.720 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.475s] 2020-05-14 21:26:21.175 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.455s] 2020-05-14 21:26:22.124 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.950s] 2020-05-14 21:26:22.451 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.213s] 2020-05-14 21:26:22.673 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.221s] 2020-05-14 21:26:22.711 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.584s] 2020-05-14 21:26:23.184 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.475s] 2020-05-14 21:26:24.588 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.402s] 2020-05-14 21:26:25.103 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.515s] 2020-05-14 21:26:26.514 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.409s] 2020-05-14 21:26:27.025 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.512s] 2020-05-14 21:26:27.500 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.473s] 2020-05-14 21:26:27.991 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.491s] 2020-05-14 21:26:28.458 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.467s] 2020-05-14 21:26:30.321 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-05-14 21:26:31.277 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.884s] 2020-05-14 21:26:49.716 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [18.439s] 2020-05-14 21:26:50.232 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.031s] 2020-05-14 21:26:50.520 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.288s] 2020-05-14 21:26:50.721 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.201s] 2020-05-14 21:27:00.592 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [10.873s] 2020-05-14 21:27:04.430 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.309s] 2020-05-14 21:27:04.565 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.136s] 2020-05-14 21:27:12.624 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.278s] 2020-05-14 21:27:12.653 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2020-05-14 21:27:37.662 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.088s] 2020-05-14 21:27:43.853 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [16.513s] 2020-05-14 21:27:59.386 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [15.531s] 2020-05-14 21:28:11.318 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [11.932s] 2020-05-14 21:28:19.026 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [7.707s] 2020-05-14 21:28:25.364 35 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [89.480s] 2020-05-14 21:28:34.519 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [15.492s] 2020-05-14 21:28:46.211 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [11.691s] 2020-05-14 21:28:54.075 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [68.788s] 2020-05-14 21:29:02.460 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [16.248s] 2020-05-14 21:29:28.484 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [26.023s] 2020-05-14 21:29:31.072 35 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [65.697s] 2020-05-14 21:29:43.378 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [49.302s] 2020-05-14 21:29:46.838 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [18.354s] 2020-05-14 21:29:50.176 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [3.337s] 2020-05-14 21:29:53.519 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [3.342s] 2020-05-14 21:29:56.772 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [3.253s] 2020-05-14 21:30:00.282 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.065s] 2020-05-14 21:30:00.303 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2020-05-14 21:30:00.320 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.017s] 2020-05-14 21:30:03.965 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [7.191s] 2020-05-14 21:30:07.207 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [3.242s] 2020-05-14 21:30:09.327 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [2.120s] 2020-05-14 21:30:10.101 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2020-05-14 21:30:10.113 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2020-05-14 21:30:10.167 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.052s] 2020-05-14 21:30:10.214 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.048s] 2020-05-14 21:30:10.259 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.044s] 2020-05-14 21:30:10.349 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.091s] 2020-05-14 21:30:10.421 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.070s] 2020-05-14 21:30:10.482 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.060s] 2020-05-14 21:30:10.532 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.049s] 2020-05-14 21:30:10.585 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.053s] 2020-05-14 21:30:15.658 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [6.330s] 2020-05-14 21:30:18.809 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [3.151s] 2020-05-14 21:30:25.009 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [6.198s] 2020-05-14 21:30:25.988 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.164s] 2020-05-14 21:30:26.011 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.023s] 2020-05-14 21:30:26.184 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.172s] 2020-05-14 21:30:26.193 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2020-05-14 21:30:26.210 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2020-05-14 21:30:27.712 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [44.328s] 2020-05-14 21:30:34.065 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.469s] 2020-05-14 21:30:40.235 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [15.225s] 2020-05-14 21:30:59.085 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [31.378s] 2020-05-14 21:31:16.966 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [28.429s] 2020-05-14 21:31:41.492 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [24.527s] 2020-05-14 21:31:55.740 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [14.247s] 2020-05-14 21:32:00.371 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [4.630s] 2020-05-14 21:32:01.157 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.014s] 2020-05-14 21:32:03.613 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [3.242s] 2020-05-14 21:32:12.416 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.081s] 2020-05-14 21:32:30.398 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2020-05-14 21:32:30.412 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2020-05-14 21:32:30.423 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2020-05-14 21:32:30.447 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.024s] 2020-05-14 21:32:30.456 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.009s] 2020-05-14 21:32:30.633 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.172s] 2020-05-14 21:32:30.639 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.010s] 2020-05-14 21:32:30.653 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.014s] 2020-05-14 21:32:30.664 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.010s] 2020-05-14 21:32:30.668 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-05-14 21:32:30.680 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.011s] 2020-05-14 21:32:30.742 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.061s] 2020-05-14 21:32:47.675 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [44.060s] 2020-05-14 21:32:50.933 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [3.258s] 2020-05-14 21:32:54.112 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [3.179s] 2020-05-14 21:32:59.376 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.216s] 2020-05-14 21:33:01.505 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.127s] 2020-05-14 21:33:03.587 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.081s] 2020-05-14 21:33:24.290 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.064s] 2020-05-14 21:33:24.854 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [145.762s] 2020-05-14 21:33:28.358 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [3.124s] 2020-05-14 21:33:34.206 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.167s] 2020-05-14 21:33:41.824 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.174s] 2020-05-14 21:33:44.976 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [20.125s] 2020-05-14 21:33:47.882 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [19.521s] 2020-05-14 21:33:50.401 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2020-05-14 21:34:03.842 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [15.960s] 2020-05-14 21:34:04.411 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.097s] 2020-05-14 21:34:04.506 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.095s] 2020-05-14 21:34:17.960 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.209s] 2020-05-14 21:34:18.008 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.048s] 2020-05-14 21:34:20.313 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [16.471s] 2020-05-14 21:34:45.165 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [24.850s] 2020-05-14 21:35:23.190 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [38.024s] 2020-05-14 21:35:42.277 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [19.086s] 2020-05-14 21:35:45.409 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [3.133s] 2020-05-14 21:35:48.517 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [3.106s] 2020-05-14 21:35:51.609 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [3.092s] 2020-05-14 21:35:54.050 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [30.597s] 2020-05-14 21:35:54.690 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [3.080s] 2020-05-14 21:35:57.311 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [3.262s] 2020-05-14 21:36:00.489 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.482s] 2020-05-14 21:36:00.750 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [3.438s] 2020-05-14 21:36:03.909 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.419s] 2020-05-14 21:36:07.233 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.322s] 2020-05-14 21:36:10.481 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.248s] 2020-05-14 21:36:12.335 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [11.584s] 2020-05-14 21:36:18.489 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.019s] 2020-05-14 21:36:18.517 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.029s] 2020-05-14 21:36:27.443 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [15.108s] 2020-05-14 21:36:30.664 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [3.220s] 2020-05-14 21:36:31.331 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.380s] 2020-05-14 21:36:31.626 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.294s] 2020-05-14 21:36:33.804 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [3.141s] 2020-05-14 21:36:43.718 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.439s] 2020-05-14 21:36:44.010 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.291s] 2020-05-14 21:37:01.717 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.258s] 2020-05-14 21:37:01.974 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.256s] 2020-05-14 21:37:10.817 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.840s] 2020-05-14 21:37:26.466 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [14.873s] 2020-05-14 21:37:30.727 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.058s] 2020-05-14 21:37:30.778 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.050s] 2020-05-14 21:37:30.845 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.066s] 2020-05-14 21:37:31.178 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.331s] 2020-05-14 21:37:31.289 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.111s] 2020-05-14 21:37:31.620 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.329s] 2020-05-14 21:37:31.671 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.052s] 2020-05-14 21:37:31.734 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.062s] 2020-05-14 21:37:31.803 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.068s] 2020-05-14 21:37:31.872 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.068s] 2020-05-14 21:37:31.935 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.063s] 2020-05-14 21:37:32.044 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.107s] 2020-05-14 21:37:32.162 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.118s] 2020-05-14 21:37:32.228 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.065s] 2020-05-14 21:37:32.289 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.062s] 2020-05-14 21:37:40.704 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [14.238s] 2020-05-14 21:37:50.858 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.622s] 2020-05-14 21:37:51.919 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [11.209s] 2020-05-14 21:37:52.496 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.581s] 2020-05-14 21:37:56.506 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.646s] 2020-05-14 21:38:22.505 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [30.005s] 2020-05-14 21:38:42.740 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [20.237s] 2020-05-14 21:39:41.270 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [58.521s] 2020-05-14 21:39:44.417 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [3.153s] 2020-05-14 21:40:07.773 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [15.931s] 2020-05-14 21:40:16.005 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.081s] 2020-05-14 21:40:35.410 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.291s] 2020-05-14 21:40:37.487 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.077s] 2020-05-14 21:40:52.073 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.205s] 2020-05-14 21:40:54.136 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.063s] 2020-05-14 21:40:54.177 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.041s] 2020-05-14 21:40:56.251 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.072s] 2020-05-14 21:40:58.345 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.092s] 2020-05-14 21:41:00.441 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.095s] 2020-05-14 21:41:02.541 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.098s] 2020-05-14 21:41:04.656 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.112s] 2020-05-14 21:41:06.777 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.121s] 2020-05-14 21:41:08.864 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.086s] 2020-05-14 21:41:10.970 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.106s] 2020-05-14 21:41:13.077 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.105s] 2020-05-14 21:41:15.188 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.111s] 2020-05-14 21:41:17.301 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.110s] 2020-05-14 21:41:19.416 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.112s] 2020-05-14 21:41:21.536 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.119s] 2020-05-14 21:41:23.672 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.134s] 2020-05-14 21:41:25.804 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.130s] 2020-05-14 21:41:27.934 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.131s] 2020-05-14 21:41:29.594 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.036s] 2020-05-14 21:41:29.650 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.055s] 2020-05-14 21:41:29.683 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.032s] 2020-05-14 21:41:29.715 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.031s] 2020-05-14 21:41:29.745 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.030s] 2020-05-14 21:41:29.765 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.020s] 2020-05-14 21:41:29.784 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2020-05-14 21:41:29.816 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.032s] 2020-05-14 21:41:29.919 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.101s] 2020-05-14 21:41:30.035 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.115s] 2020-05-14 21:41:42.094 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.335s] 2020-05-14 21:41:49.547 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.014s] 2020-05-14 21:41:57.016 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.465s] 2020-05-14 21:42:06.198 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.180s] 2020-05-14 21:42:16.614 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.016s] 2020-05-14 21:42:16.665 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.051s] 2020-05-14 21:42:16.734 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.069s] 2020-05-14 21:42:16.763 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.029s] 2020-05-14 21:42:16.775 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2020-05-14 21:42:16.786 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2020-05-14 21:42:16.798 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2020-05-14 21:42:16.844 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.045s] 2020-05-14 21:42:16.858 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.014s] 2020-05-14 21:42:16.899 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.041s] 2020-05-14 21:42:16.909 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2020-05-14 21:42:16.970 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.060s] 2020-05-14 21:42:17.053 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.083s] 2020-05-14 21:42:17.107 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.053s] 2020-05-14 21:42:17.161 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.054s] 2020-05-14 21:42:17.172 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2020-05-14 21:42:17.218 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.045s] 2020-05-14 21:42:17.264 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.045s] 2020-05-14 21:42:17.308 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.043s] 2020-05-14 21:42:17.353 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.045s] 2020-05-14 21:42:27.554 35 INFO rally.task.context [-] Verification 59182621-9ef9-46c5-810f-055329ffb517 | Context testr@default cleanup() started 2020-05-14 21:42:27.555 35 INFO rally.task.context [-] Verification 59182621-9ef9-46c5-810f-055329ffb517 | Context testr@default cleanup() finished in 0.75 msec 2020-05-14 21:42:27.555 35 INFO rally.task.context [-] Verification 59182621-9ef9-46c5-810f-055329ffb517 | Context tempest@default cleanup() started 2020-05-14 21:42:27.714 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_a4421b9f_8cfbh1Gn'. 2020-05-14 21:42:27.867 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a4421b9f_8cfbh1Gn' has been deleted. 2020-05-14 21:42:27.868 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f83c2417-85bc-40b9-8c9b-e8dfa998ed73' of option 'instance_type' from Tempest config file. 2020-05-14 21:42:27.869 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f83c2417-85bc-40b9-8c9b-e8dfa998ed73' has been removed. 2020-05-14 21:42:27.875 35 INFO rally.task.context [-] Verification 59182621-9ef9-46c5-810f-055329ffb517 | Context tempest@default cleanup() finished in 0.32 sec 2020-05-14 21:42:27.911 35 INFO rally.api [-] Verification (UUID=a4421b9f-8093-4d59-8883-72a78dcd64ee) has been successfully finished for deployment 'opnfv-rally' (UUID=6df9d9d5-7902-4745-a79c-9cf50cc68978)! 2020-05-14 21:42:29.782 73 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:42:29.783 73 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:42:29.783 73 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:42:31.524 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:42:31.524 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:42:31.524 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:42:33.820 75 INFO rally.api [-] Building 'html' report for the following verification(s): 'a4421b9f-8093-4d59-8883-72a78dcd64ee' 2020-05-14 21:42:33.858 75 INFO rally.api [-] The report has been successfully built. 2020-05-14 21:42:35.400 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:42:35.401 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:42:35.401 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:42:37.458 77 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a4421b9f-8093-4d59-8883-72a78dcd64ee' 2020-05-14 21:42:37.471 77 INFO rally.api [-] The report has been successfully built.