2020-06-17 10:40:57.575 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:40:57.575 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:40:57.575 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:41:00.019 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-17 10:41:00.019 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:41:00.019 7 ERROR rally.cli.cliutils 2020-06-17 10:41:01.668 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:41:01.668 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:41:01.669 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:41:06.263 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:41:06.263 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:41:06.264 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:41:11.085 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:41:11.085 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:41:11.086 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:41:12.551 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:41:12.551 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:41:12.552 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:41:14.791 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-17 10:41:14.791 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 10:41:14.791 17 ERROR rally.cli.cliutils 2020-06-17 10:41:16.258 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:41:16.259 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:41:16.259 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:41:18.464 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 10:41:18.533 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e40ea8ed-e143-4adf-9593-6be30015cd94/repo. 2020-06-17 10:41:18.739 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e40ea8ed-e143-4adf-9593-6be30015cd94/repo'... done. ' 2020-06-17 10:41:18.754 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 10:41:18.778 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 10:41:18.859 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 10:41:19.585 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e40ea8ed-e143-4adf-9593-6be30015cd94) has been successfully created! 2020-06-17 10:41:21.331 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:41:21.331 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:41:21.332 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:41:25.922 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:41:25.922 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:41:25.922 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:41:28.210 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e40ea8ed-e143-4adf-9593-6be30015cd94) for deployment 'opnfv-rally' (UUID=0974ba2d-c4fd-46ce-9d37-af6a487b6499). 2020-06-17 10:41:28.741 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e40ea8ed-e143-4adf-9593-6be30015cd94) has been successfully configured for deployment 'opnfv-rally' (UUID=0974ba2d-c4fd-46ce-9d37-af6a487b6499)! 2020-06-17 10:41:38.161 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:41:38.162 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:41:38.162 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:41:40.484 34 INFO rally.api [-] Starting verification (UUID=e6896f00-aba3-4c53-8913-34d6fafd7b1e) for deployment 'opnfv-rally' (UUID=0974ba2d-c4fd-46ce-9d37-af6a487b6499) by verifier 'opnfv-tempest' (UUID=e40ea8ed-e143-4adf-9593-6be30015cd94). 2020-06-17 10:41:41.096 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 10:41:41.096 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e40ea8ed-e143-4adf-9593-6be30015cd94/for-deployment-0974ba2d-c4fd-46ce-9d37-af6a487b6499/tempest.log' to option 'log_file'. 2020-06-17 10:41:41.097 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e40ea8ed-e143-4adf-9593-6be30015cd94/for-deployment-0974ba2d-c4fd-46ce-9d37-af6a487b6499/tempest.log 2020-06-17 10:41:41.097 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 10:41:41.097 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e40ea8ed-e143-4adf-9593-6be30015cd94/for-deployment-0974ba2d-c4fd-46ce-9d37-af6a487b6499/lock_files' to option 'lock_path'. 2020-06-17 10:41:41.098 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e40ea8ed-e143-4adf-9593-6be30015cd94/for-deployment-0974ba2d-c4fd-46ce-9d37-af6a487b6499/lock_files 2020-06-17 10:41:41.098 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-17 10:41:41.098 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-17 10:41:41.099 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 268399d7-0dab-4d6d-ac54-c6506b77440e 2020-06-17 10:41:41.099 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = bc52b5ab-206e-4367-b2a9-b7ec801bfeab 2020-06-17 10:41:41.100 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 06934592-e513-4c0e-9772-d4e4d7b0f5a4 2020-06-17 10:41:41.100 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8a0be7eb-5e55-49b7-af27-651817d1364c 2020-06-17 10:41:41.284 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 10:41:41.284 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_6a0045ed-268b-40ca-b283-7f400e2b5c3c 2020-06-17 10:41:41.285 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 10:41:41.381 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 10:41:41.418 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-17 10:41:41.419 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e6896f00_CY73CVxr' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-17 10:41:41.458 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e6896f00_CY73CVxr' (ID = c2aa1ea8-4f7b-47e7-bcae-52df6fa8e1a9) has been successfully created! 2020-06-17 10:41:41.458 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c2aa1ea8-4f7b-47e7-bcae-52df6fa8e1a9' to option 'instance_type'. 2020-06-17 10:41:41.458 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c2aa1ea8-4f7b-47e7-bcae-52df6fa8e1a9 2020-06-17 10:41:41.459 34 INFO rally.task.context [-] Verification e40ea8ed-e143-4adf-9593-6be30015cd94 | Context tempest@default setup() finished in 0.79 sec 2020-06-17 10:41:41.460 34 INFO rally.task.context [-] Verification e40ea8ed-e143-4adf-9593-6be30015cd94 | Context testr@default setup() finished in 0.44 msec 2020-06-17 10:41:41.460 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fac706d5-1fa0-4e20-b9d9-24e595110cd1'. 2020-06-17 10:41:46.474 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.165s] 2020-06-17 10:41:46.550 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.075s] 2020-06-17 10:41:46.584 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-06-17 10:41:46.683 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.176s] 2020-06-17 10:41:49.489 34 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.630s] 2020-06-17 10:42:05.927 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.690s] 2020-06-17 10:42:14.200 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.991s] 2020-06-17 10:42:22.392 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.077s] 2020-06-17 10:42:22.562 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.745s] 2020-06-17 10:42:27.862 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.469s] 2020-06-17 10:42:29.318 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [15.114s] 2020-06-17 10:42:41.557 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.993s] 2020-06-17 10:42:59.589 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.864s] 2020-06-17 10:42:59.697 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.107s] 2020-06-17 10:43:00.001 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.301s] 2020-06-17 10:43:00.007 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [65.474s] 2020-06-17 10:43:00.016 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.018s] 2020-06-17 10:43:00.028 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2020-06-17 10:43:00.061 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2020-06-17 10:43:00.151 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.090s] 2020-06-17 10:43:00.265 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.114s] 2020-06-17 10:43:00.714 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.448s] 2020-06-17 10:43:01.331 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.617s] 2020-06-17 10:43:01.663 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.332s] 2020-06-17 10:43:05.364 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.804s] 2020-06-17 10:43:05.448 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.268s] 2020-06-17 10:43:05.763 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.314s] 2020-06-17 10:43:06.258 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.494s] 2020-06-17 10:43:06.662 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.403s] 2020-06-17 10:43:06.663 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-17 10:43:14.114 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [8.753s] 2020-06-17 10:43:28.156 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.045s] 2020-06-17 10:43:29.516 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.479s] 2020-06-17 10:43:29.758 34 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-17 10:43:30.275 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.086s] 2020-06-17 10:43:30.571 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.295s] 2020-06-17 10:43:30.728 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.158s] 2020-06-17 10:43:36.795 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [36.777s] 2020-06-17 10:43:42.375 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.670s] 2020-06-17 10:43:42.425 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.051s] 2020-06-17 10:43:42.736 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.311s] 2020-06-17 10:43:44.358 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.621s] 2020-06-17 10:43:46.793 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.270s] 2020-06-17 10:43:47.295 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.502s] 2020-06-17 10:43:47.572 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.276s] 2020-06-17 10:43:47.988 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.416s] 2020-06-17 10:43:48.566 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.578s] 2020-06-17 10:43:48.988 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.422s] 2020-06-17 10:43:49.133 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.774s] 2020-06-17 10:43:49.183 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.050s] 2020-06-17 10:43:49.236 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.053s] 2020-06-17 10:43:54.502 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.525s] 2020-06-17 10:43:54.743 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.240s] 2020-06-17 10:43:55.403 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.660s] 2020-06-17 10:43:55.562 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.157s] 2020-06-17 10:43:55.563 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-17 10:43:56.469 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2020-06-17 10:43:56.479 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.010s] 2020-06-17 10:43:56.536 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.056s] 2020-06-17 10:43:56.584 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.048s] 2020-06-17 10:43:56.632 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.047s] 2020-06-17 10:43:56.707 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.074s] 2020-06-17 10:43:56.775 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.068s] 2020-06-17 10:43:56.838 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.062s] 2020-06-17 10:43:56.894 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.055s] 2020-06-17 10:43:56.958 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.064s] 2020-06-17 10:43:58.856 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.450s] 2020-06-17 10:43:59.283 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.134s] 2020-06-17 10:44:00.341 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.055s] 2020-06-17 10:44:00.681 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.341s] 2020-06-17 10:44:00.699 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.361s] 2020-06-17 10:44:00.724 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.024s] 2020-06-17 10:44:00.891 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.166s] 2020-06-17 10:44:00.902 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.012s] 2020-06-17 10:44:00.930 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.027s] 2020-06-17 10:44:01.474 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.792s] 2020-06-17 10:44:02.006 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.531s] 2020-06-17 10:44:02.957 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.949s] 2020-06-17 10:44:03.436 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.478s] 2020-06-17 10:44:03.500 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.065s] 2020-06-17 10:44:03.544 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.043s] 2020-06-17 10:44:03.565 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2020-06-17 10:44:03.598 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.033s] 2020-06-17 10:44:03.602 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.329s] 2020-06-17 10:44:03.630 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2020-06-17 10:44:07.071 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.723s] 2020-06-17 10:44:13.742 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.488s] 2020-06-17 10:44:14.046 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.184s] 2020-06-17 10:44:15.890 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.147s] 2020-06-17 10:44:30.104 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [23.409s] 2020-06-17 10:44:30.316 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.416s] 2020-06-17 10:44:31.015 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.084s] 2020-06-17 10:44:31.371 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.053s] 2020-06-17 10:44:31.859 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.488s] 2020-06-17 10:44:32.271 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.411s] 2020-06-17 10:44:32.896 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.625s] 2020-06-17 10:44:33.072 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.176s] 2020-06-17 10:44:33.267 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.194s] 2020-06-17 10:44:33.434 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.167s] 2020-06-17 10:44:33.527 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.094s] 2020-06-17 10:44:33.681 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.152s] 2020-06-17 10:44:34.007 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.326s] 2020-06-17 10:44:39.129 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.780s] 2020-06-17 10:44:41.954 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.852s] 2020-06-17 10:44:42.729 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.599s] 2020-06-17 10:44:46.467 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.736s] 2020-06-17 10:44:47.615 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [33.562s] 2020-06-17 10:44:50.332 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.867s] 2020-06-17 10:44:50.492 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.231s] 2020-06-17 10:44:51.076 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.584s] 2020-06-17 10:44:52.191 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.025s] 2020-06-17 10:44:52.241 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.050s] 2020-06-17 10:44:52.950 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.016s] 2020-06-17 10:44:52.973 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.022s] 2020-06-17 10:44:52.993 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2020-06-17 10:44:53.664 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.710s] 2020-06-17 10:44:55.568 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.535s] 2020-06-17 10:44:55.702 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.145s] 2020-06-17 10:44:59.789 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.125s] 2020-06-17 10:45:02.184 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.088s] 2020-06-17 10:45:02.279 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.095s] 2020-06-17 10:45:02.383 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.103s] 2020-06-17 10:45:02.866 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.482s] 2020-06-17 10:45:03.064 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.198s] 2020-06-17 10:45:03.145 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.776s] 2020-06-17 10:45:03.516 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.450s] 2020-06-17 10:45:03.611 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.096s] 2020-06-17 10:45:03.711 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.100s] 2020-06-17 10:45:03.812 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.101s] 2020-06-17 10:45:03.915 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.102s] 2020-06-17 10:45:04.001 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.083s] 2020-06-17 10:45:04.184 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.184s] 2020-06-17 10:45:04.417 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.232s] 2020-06-17 10:45:04.497 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.880s] 2020-06-17 10:45:04.522 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.105s] 2020-06-17 10:45:04.621 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.098s] 2020-06-17 10:45:10.268 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.124s] 2020-06-17 10:45:12.801 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.531s] 2020-06-17 10:45:12.864 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.063s] 2020-06-17 10:45:12.930 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.065s] 2020-06-17 10:45:16.699 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.141s] 2020-06-17 10:45:16.843 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.144s] 2020-06-17 10:45:23.967 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.034s] 2020-06-17 10:45:24.031 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.066s] 2020-06-17 10:45:24.096 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.064s] 2020-06-17 10:45:25.087 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [20.586s] 2020-06-17 10:45:27.360 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.131s] 2020-06-17 10:45:32.340 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.358s] 2020-06-17 10:45:32.659 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.318s] 2020-06-17 10:45:37.160 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-06-17 10:45:41.238 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [41.436s] 2020-06-17 10:45:43.211 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.984s] 2020-06-17 10:45:44.596 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.077s] 2020-06-17 10:45:45.477 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.469s] 2020-06-17 10:45:45.889 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.298s] 2020-06-17 10:45:46.961 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.072s] 2020-06-17 10:45:47.519 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.556s] 2020-06-17 10:45:47.954 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.991s] 2020-06-17 10:45:48.678 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.159s] 2020-06-17 10:45:49.089 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.135s] 2020-06-17 10:45:49.802 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.711s] 2020-06-17 10:45:50.573 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.771s] 2020-06-17 10:45:50.890 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.204s] 2020-06-17 10:45:51.366 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.483s] 2020-06-17 10:45:52.421 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.848s] 2020-06-17 10:45:52.739 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.369s] 2020-06-17 10:45:53.263 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.842s] 2020-06-17 10:45:53.398 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.659s] 2020-06-17 10:45:54.462 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.197s] 2020-06-17 10:45:55.110 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.708s] 2020-06-17 10:45:55.156 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.050s] 2020-06-17 10:45:55.188 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.727s] 2020-06-17 10:45:55.421 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.937s] 2020-06-17 10:45:56.524 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.335s] 2020-06-17 10:45:56.966 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.441s] 2020-06-17 10:45:57.375 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-06-17 10:45:57.577 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.610s] 2020-06-17 10:45:59.020 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [1.443s] 2020-06-17 10:45:59.551 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.530s] 2020-06-17 10:46:00.127 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.135s] 2020-06-17 10:46:00.146 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.595s] 2020-06-17 10:46:00.725 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.580s] 2020-06-17 10:46:04.921 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.500s] 2020-06-17 10:46:05.891 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.113s] 2020-06-17 10:46:08.161 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.368s] 2020-06-17 10:46:11.768 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.023s] 2020-06-17 10:46:11.787 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.019s] 2020-06-17 10:46:11.804 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.017s] 2020-06-17 10:46:11.840 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.036s] 2020-06-17 10:46:11.854 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.013s] 2020-06-17 10:46:12.118 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.258s] 2020-06-17 10:46:12.124 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.011s] 2020-06-17 10:46:12.140 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.016s] 2020-06-17 10:46:12.155 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.014s] 2020-06-17 10:46:12.159 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-06-17 10:46:12.178 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.018s] 2020-06-17 10:46:12.264 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.087s] 2020-06-17 10:46:14.584 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.756s] 2020-06-17 10:46:16.872 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.550s] 2020-06-17 10:46:21.611 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.024s] 2020-06-17 10:46:22.270 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.398s] 2020-06-17 10:46:26.971 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.700s] 2020-06-17 10:46:28.440 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.146s] 2020-06-17 10:46:28.492 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.052s] 2020-06-17 10:46:29.524 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.265s] 2020-06-17 10:46:31.389 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.418s] 2020-06-17 10:46:31.779 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.253s] 2020-06-17 10:46:33.732 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.342s] 2020-06-17 10:46:33.917 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.137s] 2020-06-17 10:46:37.471 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.739s] 2020-06-17 10:46:40.001 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.478s] 2020-06-17 10:46:41.633 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.162s] 2020-06-17 10:46:45.001 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.454s] 2020-06-17 10:46:45.295 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.660s] 2020-06-17 10:46:45.339 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.337s] 2020-06-17 10:46:49.879 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.583s] 2020-06-17 10:46:50.074 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.195s] 2020-06-17 10:46:50.214 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.140s] 2020-06-17 10:46:50.334 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.120s] 2020-06-17 10:46:50.407 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.073s] 2020-06-17 10:46:50.471 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.062s] 2020-06-17 10:46:50.608 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.137s] 2020-06-17 10:46:50.707 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.099s] 2020-06-17 10:46:50.759 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2020-06-17 10:46:50.805 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.045s] 2020-06-17 10:46:55.565 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.759s] 2020-06-17 10:47:02.295 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.190s] 2020-06-17 10:47:04.443 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.147s] 2020-06-17 10:47:04.524 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.081s] 2020-06-17 10:47:06.726 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.199s] 2020-06-17 10:47:08.878 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.152s] 2020-06-17 10:47:11.027 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.148s] 2020-06-17 10:47:13.190 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.161s] 2020-06-17 10:47:15.366 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.176s] 2020-06-17 10:47:17.528 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.161s] 2020-06-17 10:47:19.670 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.141s] 2020-06-17 10:47:21.844 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.171s] 2020-06-17 10:47:24.049 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.204s] 2020-06-17 10:47:26.210 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.162s] 2020-06-17 10:47:28.384 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.171s] 2020-06-17 10:47:30.562 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.177s] 2020-06-17 10:47:32.734 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.173s] 2020-06-17 10:47:34.920 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.185s] 2020-06-17 10:47:37.114 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.191s] 2020-06-17 10:47:39.310 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.194s] 2020-06-17 10:47:41.129 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.059s] 2020-06-17 10:47:41.231 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.101s] 2020-06-17 10:47:41.285 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.054s] 2020-06-17 10:47:41.334 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.048s] 2020-06-17 10:47:41.382 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.048s] 2020-06-17 10:47:41.417 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.034s] 2020-06-17 10:47:41.449 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.031s] 2020-06-17 10:47:41.491 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.041s] 2020-06-17 10:47:41.671 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.179s] 2020-06-17 10:47:41.883 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.211s] 2020-06-17 10:47:50.362 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.142s] 2020-06-17 10:47:55.693 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.293s] 2020-06-17 10:47:55.946 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.251s] 2020-06-17 10:48:05.496 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.547s] 2020-06-17 10:48:11.392 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-06-17 10:48:11.438 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.047s] 2020-06-17 10:48:11.501 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.062s] 2020-06-17 10:48:11.538 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.037s] 2020-06-17 10:48:11.551 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2020-06-17 10:48:11.563 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-06-17 10:48:11.575 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2020-06-17 10:48:11.624 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.048s] 2020-06-17 10:48:11.635 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2020-06-17 10:48:11.682 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.046s] 2020-06-17 10:48:11.695 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2020-06-17 10:48:11.811 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.116s] 2020-06-17 10:48:11.911 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.099s] 2020-06-17 10:48:12.014 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.103s] 2020-06-17 10:48:12.106 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.090s] 2020-06-17 10:48:12.119 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2020-06-17 10:48:12.166 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.047s] 2020-06-17 10:48:12.213 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.047s] 2020-06-17 10:48:12.260 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.047s] 2020-06-17 10:48:12.309 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.048s] 2020-06-17 10:48:15.073 34 INFO rally.task.context [-] Verification e40ea8ed-e143-4adf-9593-6be30015cd94 | Context testr@default cleanup() started 2020-06-17 10:48:15.073 34 INFO rally.task.context [-] Verification e40ea8ed-e143-4adf-9593-6be30015cd94 | Context testr@default cleanup() finished in 0.72 msec 2020-06-17 10:48:15.074 34 INFO rally.task.context [-] Verification e40ea8ed-e143-4adf-9593-6be30015cd94 | Context tempest@default cleanup() started 2020-06-17 10:48:15.214 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e6896f00_CY73CVxr'. 2020-06-17 10:48:15.480 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e6896f00_CY73CVxr' has been deleted. 2020-06-17 10:48:15.480 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c2aa1ea8-4f7b-47e7-bcae-52df6fa8e1a9' of option 'instance_type' from Tempest config file. 2020-06-17 10:48:15.480 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c2aa1ea8-4f7b-47e7-bcae-52df6fa8e1a9' has been removed. 2020-06-17 10:48:15.483 34 INFO rally.task.context [-] Verification e40ea8ed-e143-4adf-9593-6be30015cd94 | Context tempest@default cleanup() finished in 0.41 sec 2020-06-17 10:48:15.512 34 INFO rally.api [-] Verification (UUID=e6896f00-aba3-4c53-8913-34d6fafd7b1e) has been successfully finished for deployment 'opnfv-rally' (UUID=0974ba2d-c4fd-46ce-9d37-af6a487b6499)! 2020-06-17 10:48:17.420 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:48:17.421 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:48:17.421 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:48:19.372 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:48:19.372 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:48:19.372 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:48:21.928 77 INFO rally.api [-] Building 'html' report for the following verification(s): 'e6896f00-aba3-4c53-8913-34d6fafd7b1e' 2020-06-17 10:48:21.973 77 INFO rally.api [-] The report has been successfully built. 2020-06-17 10:48:23.756 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:48:23.756 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:48:23.757 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:48:26.303 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e6896f00-aba3-4c53-8913-34d6fafd7b1e' 2020-06-17 10:48:26.318 79 INFO rally.api [-] The report has been successfully built.