2020-07-28 15:56:13.859 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:56:13.859 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:56:13.860 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:56:16.176 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-07-28 15:56:16.176 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 15:56:16.176 7 ERROR rally.cli.cliutils 2020-07-28 15:56:17.831 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:56:17.831 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:56:17.831 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:56:22.145 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:56:22.146 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:56:22.146 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:56:26.977 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:56:26.977 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:56:26.977 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:56:28.591 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:56:28.592 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:56:28.592 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:56:30.925 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-07-28 15:56:30.925 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 15:56:30.925 17 ERROR rally.cli.cliutils 2020-07-28 15:56:32.682 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:56:32.683 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:56:32.683 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:56:34.862 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 15:56:34.931 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-314dc499-0e17-4a01-b5f7-c4f8ffa2248b/repo. 2020-07-28 15:56:35.193 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-314dc499-0e17-4a01-b5f7-c4f8ffa2248b/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-07-28 15:56:35.206 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 15:56:35.214 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 15:56:35.236 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 15:56:35.286 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 15:56:36.103 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=314dc499-0e17-4a01-b5f7-c4f8ffa2248b) has been successfully created! 2020-07-28 15:56:37.897 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:56:37.897 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:56:37.897 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:56:42.354 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:56:42.355 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:56:42.355 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:56:44.746 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=314dc499-0e17-4a01-b5f7-c4f8ffa2248b) for deployment 'opnfv-rally' (UUID=2a0e4005-ce65-4ae3-b4c3-3fc74e5bf5b6). 2020-07-28 15:56:45.229 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=314dc499-0e17-4a01-b5f7-c4f8ffa2248b) has been successfully configured for deployment 'opnfv-rally' (UUID=2a0e4005-ce65-4ae3-b4c3-3fc74e5bf5b6)! 2020-07-28 15:56:55.314 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:56:55.314 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:56:55.315 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:56:57.466 35 INFO rally.api [-] Starting verification (UUID=c9ef0b9d-dcab-4997-b6b4-53b2fc2d82c4) for deployment 'opnfv-rally' (UUID=2a0e4005-ce65-4ae3-b4c3-3fc74e5bf5b6) by verifier 'opnfv-tempest' (UUID=314dc499-0e17-4a01-b5f7-c4f8ffa2248b). 2020-07-28 15:56:58.137 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 15:56:58.138 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-314dc499-0e17-4a01-b5f7-c4f8ffa2248b/for-deployment-2a0e4005-ce65-4ae3-b4c3-3fc74e5bf5b6/tempest.log' to option 'log_file'. 2020-07-28 15:56:58.138 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-314dc499-0e17-4a01-b5f7-c4f8ffa2248b/for-deployment-2a0e4005-ce65-4ae3-b4c3-3fc74e5bf5b6/tempest.log 2020-07-28 15:56:58.138 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 15:56:58.139 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-314dc499-0e17-4a01-b5f7-c4f8ffa2248b/for-deployment-2a0e4005-ce65-4ae3-b4c3-3fc74e5bf5b6/lock_files' to option 'lock_path'. 2020-07-28 15:56:58.139 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-314dc499-0e17-4a01-b5f7-c4f8ffa2248b/for-deployment-2a0e4005-ce65-4ae3-b4c3-3fc74e5bf5b6/lock_files 2020-07-28 15:56:58.139 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 15:56:58.140 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-07-28 15:56:58.140 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 45ef003e-616c-4e83-a659-d057ba684dcd 2020-07-28 15:56:58.140 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 54fe2fe8-c73a-468d-b720-d066e3fc3fc4 2020-07-28 15:56:58.140 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0582ac21-dbf6-4863-ab6e-2d237d97039b 2020-07-28 15:56:58.141 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9a9b78fe-e453-4591-94de-77140496cfd1 2020-07-28 15:56:58.451 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 15:56:58.452 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_e9b437cd-fc99-41f2-b41e-096be563599d 2020-07-28 15:56:58.452 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 15:56:58.548 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 15:56:58.601 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_261b5fa9_NLItyvSq'. Using flavor 'rally_verify_261b5fa9_NLItyvSq' (ID = a864252e-ce40-4da6-a1ee-ffdfc46fe823) for the tests. 2020-07-28 15:56:58.602 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a864252e-ce40-4da6-a1ee-ffdfc46fe823' to option 'instance_type'. 2020-07-28 15:56:58.602 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a864252e-ce40-4da6-a1ee-ffdfc46fe823 2020-07-28 15:56:58.604 35 INFO rally.task.context [-] Verification 314dc499-0e17-4a01-b5f7-c4f8ffa2248b | Context tempest@default setup() finished in 0.89 sec 2020-07-28 15:56:58.604 35 INFO rally.task.context [-] Verification 314dc499-0e17-4a01-b5f7-c4f8ffa2248b | Context testr@default setup() finished in 0.47 msec 2020-07-28 15:56:58.605 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/76778dbc-58cc-49a6-9d29-d81b1fd64f3d'. 2020-07-28 15:57:04.240 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.335s] 2020-07-28 15:57:04.349 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.108s] 2020-07-28 15:57:04.636 35 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.677s] 2020-07-28 15:57:22.265 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.675s] 2020-07-28 15:57:22.434 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.347s] 2020-07-28 15:57:22.788 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.354s] 2020-07-28 15:57:23.162 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.373s] 2020-07-28 15:57:25.900 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [2.737s] 2020-07-28 15:57:26.202 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.302s] 2020-07-28 15:57:26.378 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.176s] 2020-07-28 15:57:26.571 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.191s] 2020-07-28 15:57:26.752 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.181s] 2020-07-28 15:57:26.850 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.097s] 2020-07-28 15:57:27.037 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.187s] 2020-07-28 15:57:27.407 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.368s] 2020-07-28 15:57:28.563 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.442s] 2020-07-28 15:57:41.387 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.824s] 2020-07-28 15:57:43.885 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.096s] 2020-07-28 15:57:43.904 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.018s] 2020-07-28 15:57:44.221 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.316s] 2020-07-28 15:57:44.240 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2020-07-28 15:57:44.257 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.017s] 2020-07-28 15:57:44.292 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2020-07-28 15:57:44.410 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.117s] 2020-07-28 15:57:44.503 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.093s] 2020-07-28 15:57:44.863 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.358s] 2020-07-28 15:57:44.892 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.031s] 2020-07-28 15:57:45.060 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.167s] 2020-07-28 15:57:45.173 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [8.337s] 2020-07-28 15:57:45.342 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.169s] 2020-07-28 15:57:45.671 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.328s] 2020-07-28 15:57:45.812 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.139s] 2020-07-28 15:57:45.813 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-28 15:57:48.852 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.292s] 2020-07-28 15:57:53.273 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [11.704s] 2020-07-28 15:57:53.636 35 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-28 15:58:07.760 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.382s] 2020-07-28 15:58:08.043 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.283s] 2020-07-28 15:58:08.386 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.342s] 2020-07-28 15:58:08.882 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.496s] 2020-07-28 15:58:09.362 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.479s] 2020-07-28 15:58:09.861 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.498s] 2020-07-28 15:58:11.112 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.702s] 2020-07-28 15:58:11.782 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.670s] 2020-07-28 15:58:12.266 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.076s] 2020-07-28 15:58:12.448 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.664s] 2020-07-28 15:58:13.097 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.648s] 2020-07-28 15:58:13.604 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.506s] 2020-07-28 15:58:14.129 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.525s] 2020-07-28 15:58:14.829 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.700s] 2020-07-28 15:58:15.318 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.488s] 2020-07-28 15:58:15.385 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-07-28 15:58:15.795 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.477s] 2020-07-28 15:58:16.529 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.734s] 2020-07-28 15:58:17.121 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.591s] 2020-07-28 15:58:17.386 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.343s] 2020-07-28 15:58:17.526 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.256s] 2020-07-28 15:58:17.527 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.137s] 2020-07-28 15:58:17.693 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.571s] 2020-07-28 15:58:17.739 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.692s] 2020-07-28 15:58:17.933 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.193s] 2020-07-28 15:58:18.203 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.510s] 2020-07-28 15:58:18.368 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.435s] 2020-07-28 15:58:18.518 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.150s] 2020-07-28 15:58:18.520 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-28 15:58:18.831 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.627s] 2020-07-28 15:58:19.358 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.528s] 2020-07-28 15:58:19.981 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.622s] 2020-07-28 15:58:20.577 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.595s] 2020-07-28 15:58:21.093 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.517s] 2020-07-28 15:58:26.688 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.930s] 2020-07-28 15:58:28.661 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.034s] 2020-07-28 15:58:28.921 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.259s] 2020-07-28 15:58:29.132 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.210s] 2020-07-28 15:58:30.890 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.182s] 2020-07-28 15:58:30.916 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.026s] 2020-07-28 15:58:31.111 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.194s] 2020-07-28 15:58:31.124 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.012s] 2020-07-28 15:58:31.150 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.026s] 2020-07-28 15:58:31.861 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.173s] 2020-07-28 15:58:33.781 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.918s] 2020-07-28 15:58:33.844 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.063s] 2020-07-28 15:58:33.929 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.085s] 2020-07-28 15:58:46.696 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.765s] 2020-07-28 15:58:46.758 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2020-07-28 15:58:46.861 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.102s] 2020-07-28 15:58:53.091 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.344s] 2020-07-28 15:58:58.148 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.422s] 2020-07-28 15:58:58.754 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.114s] 2020-07-28 15:58:58.815 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.061s] 2020-07-28 15:58:59.166 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.351s] 2020-07-28 15:59:03.437 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [4.270s] 2020-07-28 15:59:04.211 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.121s] 2020-07-28 15:59:10.679 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [7.241s] 2020-07-28 15:59:10.731 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.051s] 2020-07-28 15:59:10.845 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.114s] 2020-07-28 15:59:14.803 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.592s] 2020-07-28 15:59:16.626 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.467s] 2020-07-28 15:59:19.151 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.346s] 2020-07-28 15:59:22.113 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.422s] 2020-07-28 15:59:24.257 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.143s] 2020-07-28 15:59:26.340 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.083s] 2020-07-28 15:59:30.378 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.166s] 2020-07-28 15:59:32.434 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.055s] 2020-07-28 15:59:32.476 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.041s] 2020-07-28 15:59:34.571 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.092s] 2020-07-28 15:59:36.650 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.079s] 2020-07-28 15:59:38.745 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.094s] 2020-07-28 15:59:40.831 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.085s] 2020-07-28 15:59:42.344 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [25.718s] 2020-07-28 15:59:42.928 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.096s] 2020-07-28 15:59:44.381 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [65.333s] 2020-07-28 15:59:45.031 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.102s] 2020-07-28 15:59:47.120 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.088s] 2020-07-28 15:59:49.244 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.121s] 2020-07-28 15:59:51.362 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.117s] 2020-07-28 15:59:52.907 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [10.564s] 2020-07-28 15:59:53.481 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.118s] 2020-07-28 15:59:55.588 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.107s] 2020-07-28 15:59:57.718 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.128s] 2020-07-28 15:59:59.843 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.125s] 2020-07-28 16:00:01.973 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.126s] 2020-07-28 16:00:03.804 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [44.648s] 2020-07-28 16:00:04.108 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.133s] 2020-07-28 16:00:05.699 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.898s] 2020-07-28 16:00:06.259 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.153s] 2020-07-28 16:00:08.360 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.087s] 2020-07-28 16:00:09.369 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.007s] 2020-07-28 16:00:09.795 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.426s] 2020-07-28 16:00:10.455 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.659s] 2020-07-28 16:00:10.857 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.401s] 2020-07-28 16:00:12.049 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.190s] 2020-07-28 16:00:12.835 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.786s] 2020-07-28 16:00:12.994 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.159s] 2020-07-28 16:00:13.016 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2020-07-28 16:00:13.038 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2020-07-28 16:00:13.072 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.034s] 2020-07-28 16:00:15.254 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.696s] 2020-07-28 16:00:16.760 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2020-07-28 16:00:16.964 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.548s] 2020-07-28 16:00:19.247 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.106s] 2020-07-28 16:00:20.250 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.074s] 2020-07-28 16:00:21.024 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [36.631s] 2020-07-28 16:00:26.946 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-07-28 16:00:26.958 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.012s] 2020-07-28 16:00:26.967 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2020-07-28 16:00:26.987 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.020s] 2020-07-28 16:00:26.993 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.005s] 2020-07-28 16:00:27.153 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.155s] 2020-07-28 16:00:27.157 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.007s] 2020-07-28 16:00:27.169 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2020-07-28 16:00:27.177 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2020-07-28 16:00:27.180 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-07-28 16:00:27.189 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2020-07-28 16:00:27.269 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.080s] 2020-07-28 16:00:27.929 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.867s] 2020-07-28 16:00:31.233 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.263s] 2020-07-28 16:00:31.666 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.736s] 2020-07-28 16:00:35.307 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.641s] 2020-07-28 16:00:38.695 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2020-07-28 16:00:38.708 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.016s] 2020-07-28 16:00:38.731 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2020-07-28 16:00:38.804 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.497s] 2020-07-28 16:00:40.676 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.086s] 2020-07-28 16:00:43.489 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.977s] 2020-07-28 16:00:44.296 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.806s] 2020-07-28 16:00:44.636 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.343s] 2020-07-28 16:00:44.802 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.416s] 2020-07-28 16:00:46.864 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.062s] 2020-07-28 16:00:47.368 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.069s] 2020-07-28 16:00:48.345 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.979s] 2020-07-28 16:00:49.463 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.320s] 2020-07-28 16:00:49.702 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2020-07-28 16:00:49.757 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.293s] 2020-07-28 16:00:50.146 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.798s] 2020-07-28 16:00:51.176 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.030s] 2020-07-28 16:00:53.289 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.109s] 2020-07-28 16:00:55.777 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [2.491s] 2020-07-28 16:00:58.006 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.084s] 2020-07-28 16:01:00.824 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.666s] 2020-07-28 16:01:02.652 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.047s] 2020-07-28 16:01:02.716 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.063s] 2020-07-28 16:01:02.752 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.036s] 2020-07-28 16:01:02.785 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.032s] 2020-07-28 16:01:02.813 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.028s] 2020-07-28 16:01:02.855 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.042s] 2020-07-28 16:01:02.897 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.034s] 2020-07-28 16:01:02.916 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.025s] 2020-07-28 16:01:03.057 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.139s] 2020-07-28 16:01:03.229 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.172s] 2020-07-28 16:01:04.240 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [33.000s] 2020-07-28 16:01:06.388 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.562s] 2020-07-28 16:01:11.584 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.217s] 2020-07-28 16:01:15.481 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.536s] 2020-07-28 16:01:15.840 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.359s] 2020-07-28 16:01:19.600 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.359s] 2020-07-28 16:01:22.187 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.252s] 2020-07-28 16:01:22.452 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.265s] 2020-07-28 16:01:31.468 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.013s] 2020-07-28 16:01:38.919 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [19.318s] 2020-07-28 16:01:41.547 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.179s] 2020-07-28 16:01:42.302 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.308s] 2020-07-28 16:01:42.568 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.265s] 2020-07-28 16:01:46.826 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.014s] 2020-07-28 16:01:46.836 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.010s] 2020-07-28 16:01:46.893 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.055s] 2020-07-28 16:01:46.934 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.041s] 2020-07-28 16:01:46.986 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.051s] 2020-07-28 16:01:47.072 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.085s] 2020-07-28 16:01:47.149 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.076s] 2020-07-28 16:01:47.221 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.071s] 2020-07-28 16:01:47.289 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.067s] 2020-07-28 16:01:47.364 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.073s] 2020-07-28 16:01:48.898 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.349s] 2020-07-28 16:01:51.780 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.450s] 2020-07-28 16:01:53.850 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.267s] 2020-07-28 16:01:53.879 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2020-07-28 16:01:57.038 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.137s] 2020-07-28 16:02:03.867 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.629s] 2020-07-28 16:02:04.799 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.058s] 2020-07-28 16:02:04.852 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.053s] 2020-07-28 16:02:04.921 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.068s] 2020-07-28 16:02:05.345 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.423s] 2020-07-28 16:02:05.467 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.121s] 2020-07-28 16:02:05.789 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.322s] 2020-07-28 16:02:05.841 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.052s] 2020-07-28 16:02:05.921 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.079s] 2020-07-28 16:02:06.014 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.092s] 2020-07-28 16:02:06.076 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.062s] 2020-07-28 16:02:06.149 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.072s] 2020-07-28 16:02:06.260 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.110s] 2020-07-28 16:02:06.379 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.119s] 2020-07-28 16:02:06.440 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.061s] 2020-07-28 16:02:06.499 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.058s] 2020-07-28 16:02:07.860 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.993s] 2020-07-28 16:02:13.737 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2020-07-28 16:02:13.770 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.032s] 2020-07-28 16:02:13.849 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.078s] 2020-07-28 16:02:13.894 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.043s] 2020-07-28 16:02:13.906 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2020-07-28 16:02:13.920 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2020-07-28 16:02:13.932 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.012s] 2020-07-28 16:02:13.979 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.046s] 2020-07-28 16:02:13.991 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-07-28 16:02:14.040 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.179s] 2020-07-28 16:02:14.042 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.048s] 2020-07-28 16:02:14.051 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2020-07-28 16:02:14.105 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.054s] 2020-07-28 16:02:14.378 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.272s] 2020-07-28 16:02:14.430 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.052s] 2020-07-28 16:02:14.495 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.064s] 2020-07-28 16:02:14.508 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2020-07-28 16:02:14.556 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.048s] 2020-07-28 16:02:14.752 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.196s] 2020-07-28 16:02:14.799 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.046s] 2020-07-28 16:02:14.845 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.045s] 2020-07-28 16:02:18.131 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.090s] 2020-07-28 16:02:22.305 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.174s] 2020-07-28 16:02:24.450 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.142s] 2020-07-28 16:02:28.208 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.758s] 2020-07-28 16:02:32.901 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.691s] 2020-07-28 16:02:39.825 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.924s] 2020-07-28 16:02:40.090 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.264s] 2020-07-28 16:02:40.273 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.182s] 2020-07-28 16:02:40.422 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.149s] 2020-07-28 16:02:40.500 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.076s] 2020-07-28 16:02:40.572 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.072s] 2020-07-28 16:02:40.719 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.147s] 2020-07-28 16:02:40.831 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.112s] 2020-07-28 16:02:40.887 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.055s] 2020-07-28 16:02:40.941 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.053s] 2020-07-28 16:02:44.817 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.875s] 2020-07-28 16:02:49.344 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2020-07-28 16:02:49.370 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.026s] 2020-07-28 16:02:53.260 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.183s] 2020-07-28 16:03:00.898 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.092s] 2020-07-28 16:03:01.002 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.105s] 2020-07-28 16:03:07.817 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.207s] 2020-07-28 16:03:07.866 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.049s] 2020-07-28 16:03:09.353 35 INFO rally.task.context [-] Verification 314dc499-0e17-4a01-b5f7-c4f8ffa2248b | Context testr@default cleanup() started 2020-07-28 16:03:09.354 35 INFO rally.task.context [-] Verification 314dc499-0e17-4a01-b5f7-c4f8ffa2248b | Context testr@default cleanup() finished in 0.68 msec 2020-07-28 16:03:09.354 35 INFO rally.task.context [-] Verification 314dc499-0e17-4a01-b5f7-c4f8ffa2248b | Context tempest@default cleanup() started 2020-07-28 16:03:09.574 35 INFO rally.task.context [-] Verification 314dc499-0e17-4a01-b5f7-c4f8ffa2248b | Context tempest@default cleanup() finished in 0.22 sec 2020-07-28 16:03:09.607 35 INFO rally.api [-] Verification (UUID=c9ef0b9d-dcab-4997-b6b4-53b2fc2d82c4) has been successfully finished for deployment 'opnfv-rally' (UUID=2a0e4005-ce65-4ae3-b4c3-3fc74e5bf5b6)! 2020-07-28 16:03:11.378 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:03:11.379 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:03:11.379 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:03:13.319 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:03:13.319 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:03:13.319 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:03:15.741 78 INFO rally.api [-] Building 'html' report for the following verification(s): 'c9ef0b9d-dcab-4997-b6b4-53b2fc2d82c4' 2020-07-28 16:03:15.770 78 INFO rally.api [-] The report has been successfully built. 2020-07-28 16:03:17.649 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:03:17.649 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:03:17.650 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:03:20.077 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c9ef0b9d-dcab-4997-b6b4-53b2fc2d82c4' 2020-07-28 16:03:20.092 80 INFO rally.api [-] The report has been successfully built.