2020-05-03 12:47:48.166 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:47:48.167 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:47:48.167 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 12:47:50.417 7 ERROR rally.cli.cliutils 2020-05-03 12:47:52.177 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:47:52.177 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:47:52.177 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:47:56.367 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:47:56.367 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:47:56.367 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:48:00.949 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:48:00.949 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:48:00.949 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:48:02.495 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:48:02.495 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:48:02.495 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 12:48:04.631 17 ERROR rally.cli.cliutils 2020-05-03 12:48:06.159 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:48:06.160 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:48:06.160 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:48:08.313 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 12:48:08.378 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-43089814-6d39-4d5e-b6c4-2a8f29f353da/repo. 2020-05-03 12:48:08.589 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-43089814-6d39-4d5e-b6c4-2a8f29f353da/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-05-03 12:48:08.603 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 12:48:08.612 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 12:48:08.630 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 12:48:08.677 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 12:48:09.387 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=43089814-6d39-4d5e-b6c4-2a8f29f353da) has been successfully created! 2020-05-03 12:48:11.035 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:48:11.035 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:48:11.035 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:48:15.274 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:48:15.275 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:48:15.275 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:48:17.398 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=43089814-6d39-4d5e-b6c4-2a8f29f353da) for deployment 'opnfv-rally' (UUID=1a27bc66-0a6a-4be9-b600-24f65d086652). 2020-05-03 12:48:17.792 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=43089814-6d39-4d5e-b6c4-2a8f29f353da) has been successfully configured for deployment 'opnfv-rally' (UUID=1a27bc66-0a6a-4be9-b600-24f65d086652)! 2020-05-03 12:48:26.841 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:48:26.842 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:48:26.842 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:48:28.949 35 INFO rally.api [-] Starting verification (UUID=d7360aab-62d4-4d66-a41b-9ceeddff12ba) for deployment 'opnfv-rally' (UUID=1a27bc66-0a6a-4be9-b600-24f65d086652) by verifier 'opnfv-tempest' (UUID=43089814-6d39-4d5e-b6c4-2a8f29f353da). 2020-05-03 12:48:29.667 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2020-05-03 12:48:29.719 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 12:48:29.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-43089814-6d39-4d5e-b6c4-2a8f29f353da/for-deployment-1a27bc66-0a6a-4be9-b600-24f65d086652/tempest.log' to option 'log_file'. 2020-05-03 12:48:29.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-43089814-6d39-4d5e-b6c4-2a8f29f353da/for-deployment-1a27bc66-0a6a-4be9-b600-24f65d086652/tempest.log 2020-05-03 12:48:29.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 12:48:29.721 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-43089814-6d39-4d5e-b6c4-2a8f29f353da/for-deployment-1a27bc66-0a6a-4be9-b600-24f65d086652/lock_files' to option 'lock_path'. 2020-05-03 12:48:29.721 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-43089814-6d39-4d5e-b6c4-2a8f29f353da/for-deployment-1a27bc66-0a6a-4be9-b600-24f65d086652/lock_files 2020-05-03 12:48:29.721 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-03 12:48:29.722 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-05-03 12:48:29.722 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6637c630-0063-4641-adf3-a102549ede71 2020-05-03 12:48:29.722 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 11d5c118-cc50-4a7b-b6a2-d4d33cdd4e8f 2020-05-03 12:48:29.723 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 52091700-e184-48c6-896b-7e1ca719926b 2020-05-03 12:48:29.724 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9b0928a9-4cab-4b32-8065-2bcb572d7ef9 2020-05-03 12:48:30.018 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 12:48:30.018 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_e0935fa4-dd52-4b84-9ced-c0a7345d9190 2020-05-03 12:48:30.019 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 12:48:30.119 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 12:48:30.161 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-03 12:48:30.162 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d7360aab_027qbgSb' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-03 12:48:30.200 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d7360aab_027qbgSb' (ID = 5a5ef926-2aec-467d-b3d0-382e8637d0da) has been successfully created! 2020-05-03 12:48:30.201 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '5a5ef926-2aec-467d-b3d0-382e8637d0da' to option 'instance_type'. 2020-05-03 12:48:30.201 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 5a5ef926-2aec-467d-b3d0-382e8637d0da 2020-05-03 12:48:30.202 35 INFO rally.task.context [-] Verification 43089814-6d39-4d5e-b6c4-2a8f29f353da | Context tempest@default setup() finished in 1.02 sec 2020-05-03 12:48:30.203 35 INFO rally.task.context [-] Verification 43089814-6d39-4d5e-b6c4-2a8f29f353da | Context testr@default setup() finished in 0.34 msec 2020-05-03 12:48:30.203 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/82c424af-b07e-4b0d-adf3-66fef3c4f323'. 2020-05-03 12:48:35.182 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2020-05-03 12:48:35.478 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.295s] 2020-05-03 12:48:35.968 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.123s] 2020-05-03 12:48:37.861 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.175s] 2020-05-03 12:48:37.902 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.337s] 2020-05-03 12:48:39.969 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.066s] 2020-05-03 12:48:42.527 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.285s] 2020-05-03 12:48:42.884 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2020-05-03 12:48:42.897 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.012s] 2020-05-03 12:48:42.906 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2020-05-03 12:48:42.929 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.022s] 2020-05-03 12:48:42.936 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.007s] 2020-05-03 12:48:43.087 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.146s] 2020-05-03 12:48:43.090 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.007s] 2020-05-03 12:48:43.102 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2020-05-03 12:48:43.110 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2020-05-03 12:48:43.113 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-05-03 12:48:43.124 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.010s] 2020-05-03 12:48:43.342 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.219s] 2020-05-03 12:48:44.433 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.208s] 2020-05-03 12:48:44.654 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.124s] 2020-05-03 12:48:46.495 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.061s] 2020-05-03 12:48:46.534 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.038s] 2020-05-03 12:48:46.738 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.084s] 2020-05-03 12:48:48.423 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.038s] 2020-05-03 12:48:48.481 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.058s] 2020-05-03 12:48:48.517 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.035s] 2020-05-03 12:48:48.549 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.032s] 2020-05-03 12:48:48.580 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.030s] 2020-05-03 12:48:48.601 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.020s] 2020-05-03 12:48:48.610 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.074s] 2020-05-03 12:48:48.618 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.017s] 2020-05-03 12:48:48.642 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.022s] 2020-05-03 12:48:48.888 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.245s] 2020-05-03 12:48:49.009 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.121s] 2020-05-03 12:48:50.698 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.086s] 2020-05-03 12:48:52.808 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.110s] 2020-05-03 12:48:54.906 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.094s] 2020-05-03 12:48:57.013 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.108s] 2020-05-03 12:48:59.124 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.109s] 2020-05-03 12:49:00.937 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.448s] 2020-05-03 12:49:01.213 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.088s] 2020-05-03 12:49:01.273 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.338s] 2020-05-03 12:49:03.336 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.122s] 2020-05-03 12:49:04.321 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.383s] 2020-05-03 12:49:05.444 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.107s] 2020-05-03 12:49:07.550 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.105s] 2020-05-03 12:49:07.587 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.264s] 2020-05-03 12:49:09.644 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.092s] 2020-05-03 12:49:10.827 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.240s] 2020-05-03 12:49:11.754 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.109s] 2020-05-03 12:49:13.879 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.123s] 2020-05-03 12:49:16.016 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.136s] 2020-05-03 12:49:18.153 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.136s] 2020-05-03 12:49:20.329 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.175s] 2020-05-03 12:49:34.007 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.063s] 2020-05-03 12:49:37.676 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.015s] 2020-05-03 12:49:37.702 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.026s] 2020-05-03 12:49:41.138 35 INFO rally.task.context [-] Verification 43089814-6d39-4d5e-b6c4-2a8f29f353da | Context testr@default cleanup() started 2020-05-03 12:49:41.139 35 INFO rally.task.context [-] Verification 43089814-6d39-4d5e-b6c4-2a8f29f353da | Context testr@default cleanup() finished in 0.75 msec 2020-05-03 12:49:41.139 35 INFO rally.task.context [-] Verification 43089814-6d39-4d5e-b6c4-2a8f29f353da | Context tempest@default cleanup() started 2020-05-03 12:49:41.288 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2020-05-03 12:49:41.442 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2020-05-03 12:49:41.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d7360aab_027qbgSb'. 2020-05-03 12:49:41.736 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d7360aab_027qbgSb' has been deleted. 2020-05-03 12:49:41.737 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '5a5ef926-2aec-467d-b3d0-382e8637d0da' of option 'instance_type' from Tempest config file. 2020-05-03 12:49:41.738 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '5a5ef926-2aec-467d-b3d0-382e8637d0da' has been removed. 2020-05-03 12:49:41.744 35 INFO rally.task.context [-] Verification 43089814-6d39-4d5e-b6c4-2a8f29f353da | Context tempest@default cleanup() finished in 0.60 sec 2020-05-03 12:49:41.768 35 INFO rally.api [-] Verification (UUID=d7360aab-62d4-4d66-a41b-9ceeddff12ba) has been successfully finished for deployment 'opnfv-rally' (UUID=1a27bc66-0a6a-4be9-b600-24f65d086652)! 2020-05-03 12:49:43.465 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:49:43.465 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:49:43.466 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:49:44.976 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:49:44.977 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:49:44.977 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:49:47.125 49 INFO rally.api [-] Building 'html' report for the following verification(s): 'd7360aab-62d4-4d66-a41b-9ceeddff12ba' 2020-05-03 12:49:47.145 49 INFO rally.api [-] The report has been successfully built. 2020-05-03 12:49:48.643 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:49:48.644 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:49:48.644 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:49:50.739 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd7360aab-62d4-4d66-a41b-9ceeddff12ba' 2020-05-03 12:49:50.742 51 INFO rally.api [-] The report has been successfully built.