2020-06-24 12:28:11.815 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:28:11.815 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:28:11.816 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:28:14.068 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-24 12:28:14.068 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 12:28:14.068 7 ERROR rally.cli.cliutils 2020-06-24 12:28:15.692 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:28:15.692 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:28:15.692 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:28:19.880 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:28:19.881 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:28:19.881 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:28:24.346 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:28:24.347 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:28:24.347 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:28:25.634 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:28:25.635 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:28:25.635 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:28:27.569 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-24 12:28:27.569 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 12:28:27.569 17 ERROR rally.cli.cliutils 2020-06-24 12:28:29.274 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:28:29.275 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:28:29.275 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:28:31.359 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 12:28:31.454 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1822fb8c-b607-4508-b3e9-fb1167af8119/repo. 2020-06-24 12:28:31.774 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1822fb8c-b607-4508-b3e9-fb1167af8119/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-06-24 12:28:31.788 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 12:28:31.796 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 12:28:31.818 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 12:28:31.879 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 12:28:32.688 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1822fb8c-b607-4508-b3e9-fb1167af8119) has been successfully created! 2020-06-24 12:28:34.367 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:28:34.367 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:28:34.367 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:28:38.668 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:28:38.669 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:28:38.669 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:28:40.693 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1822fb8c-b607-4508-b3e9-fb1167af8119) for deployment 'opnfv-rally' (UUID=8bf7bf9f-729d-4a37-8ef7-52140c6f7d2e). 2020-06-24 12:28:41.123 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1822fb8c-b607-4508-b3e9-fb1167af8119) has been successfully configured for deployment 'opnfv-rally' (UUID=8bf7bf9f-729d-4a37-8ef7-52140c6f7d2e)! 2020-06-24 12:28:50.210 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:28:50.211 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:28:50.211 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:28:52.338 35 INFO rally.api [-] Starting verification (UUID=5d4f2bec-9dda-4f47-9331-4a07b43c5ec5) for deployment 'opnfv-rally' (UUID=8bf7bf9f-729d-4a37-8ef7-52140c6f7d2e) by verifier 'opnfv-tempest' (UUID=1822fb8c-b607-4508-b3e9-fb1167af8119). 2020-06-24 12:28:52.964 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 12:28:52.965 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1822fb8c-b607-4508-b3e9-fb1167af8119/for-deployment-8bf7bf9f-729d-4a37-8ef7-52140c6f7d2e/tempest.log' to option 'log_file'. 2020-06-24 12:28:52.965 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1822fb8c-b607-4508-b3e9-fb1167af8119/for-deployment-8bf7bf9f-729d-4a37-8ef7-52140c6f7d2e/tempest.log 2020-06-24 12:28:52.965 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 12:28:52.965 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1822fb8c-b607-4508-b3e9-fb1167af8119/for-deployment-8bf7bf9f-729d-4a37-8ef7-52140c6f7d2e/lock_files' to option 'lock_path'. 2020-06-24 12:28:52.966 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1822fb8c-b607-4508-b3e9-fb1167af8119/for-deployment-8bf7bf9f-729d-4a37-8ef7-52140c6f7d2e/lock_files 2020-06-24 12:28:52.966 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 12:28:52.966 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-06-24 12:28:52.966 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 99edf49a-c16e-4e12-b7d0-e47a53f42303 2020-06-24 12:28:52.967 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 77717b70-1b7e-4ea3-bbf8-3111cf402782 2020-06-24 12:28:52.967 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 536d6715-6a7b-40d6-8de0-d434e6c88ae3 2020-06-24 12:28:52.967 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 71b33f98-dfc1-42f1-9129-09bf49653c31 2020-06-24 12:28:53.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 12:28:53.204 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_d9e34d73-4f26-43e1-ba03-80a823e66c05 2020-06-24 12:28:53.204 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 12:28:53.282 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 12:28:53.324 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-24 12:28:53.324 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5d4f2bec_WSmymw6j' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-24 12:28:53.363 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5d4f2bec_WSmymw6j' (ID = 63c407eb-c777-4cf4-9e81-61279f5f495f) has been successfully created! 2020-06-24 12:28:53.364 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '63c407eb-c777-4cf4-9e81-61279f5f495f' to option 'instance_type'. 2020-06-24 12:28:53.364 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 63c407eb-c777-4cf4-9e81-61279f5f495f 2020-06-24 12:28:53.366 35 INFO rally.task.context [-] Verification 1822fb8c-b607-4508-b3e9-fb1167af8119 | Context tempest@default setup() finished in 0.84 sec 2020-06-24 12:28:53.366 35 INFO rally.task.context [-] Verification 1822fb8c-b607-4508-b3e9-fb1167af8119 | Context testr@default setup() finished in 0.34 msec 2020-06-24 12:28:53.367 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/90322ea8-683a-4066-a51a-f4bfc3c0aff3'. 2020-06-24 12:28:58.929 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.106s] 2020-06-24 12:28:59.445 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.515s] 2020-06-24 12:28:59.458 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.135s] 2020-06-24 12:28:59.523 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.145s] 2020-06-24 12:29:01.142 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.345s] 2020-06-24 12:29:03.266 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.123s] 2020-06-24 12:29:03.903 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.039s] 2020-06-24 12:29:03.962 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.058s] 2020-06-24 12:29:03.997 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.035s] 2020-06-24 12:29:04.031 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.034s] 2020-06-24 12:29:04.065 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.032s] 2020-06-24 12:29:04.088 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.024s] 2020-06-24 12:29:04.110 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.021s] 2020-06-24 12:29:04.142 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.029s] 2020-06-24 12:29:04.271 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2020-06-24 12:29:04.282 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.011s] 2020-06-24 12:29:04.291 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.008s] 2020-06-24 12:29:04.294 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.151s] 2020-06-24 12:29:04.311 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.020s] 2020-06-24 12:29:04.319 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.633s] 2020-06-24 12:29:04.321 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-06-24 12:29:04.407 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.114s] 2020-06-24 12:29:04.462 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.139s] 2020-06-24 12:29:04.464 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.006s] 2020-06-24 12:29:04.477 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.012s] 2020-06-24 12:29:04.485 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-06-24 12:29:04.488 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-06-24 12:29:04.497 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.008s] 2020-06-24 12:29:04.561 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.064s] 2020-06-24 12:29:05.351 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.084s] 2020-06-24 12:29:07.682 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.362s] 2020-06-24 12:29:08.845 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.142s] 2020-06-24 12:29:10.907 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.062s] 2020-06-24 12:29:10.955 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.047s] 2020-06-24 12:29:11.124 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.440s] 2020-06-24 12:29:12.438 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.017s] 2020-06-24 12:29:12.466 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.027s] 2020-06-24 12:29:13.048 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.090s] 2020-06-24 12:29:14.465 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.342s] 2020-06-24 12:29:15.132 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.084s] 2020-06-24 12:29:17.226 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.093s] 2020-06-24 12:29:19.329 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.102s] 2020-06-24 12:29:20.240 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.289s] 2020-06-24 12:29:21.435 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.103s] 2020-06-24 12:29:21.768 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.305s] 2020-06-24 12:29:23.545 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.109s] 2020-06-24 12:29:23.841 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.073s] 2020-06-24 12:29:25.628 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.083s] 2020-06-24 12:29:27.752 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.120s] 2020-06-24 12:29:29.870 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.118s] 2020-06-24 12:29:31.977 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.105s] 2020-06-24 12:29:34.083 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.105s] 2020-06-24 12:29:36.202 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.117s] 2020-06-24 12:29:38.326 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.123s] 2020-06-24 12:29:40.441 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.114s] 2020-06-24 12:29:42.564 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.119s] 2020-06-24 12:29:44.708 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.145s] 2020-06-24 12:30:03.143 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.064s] 2020-06-24 12:30:06.383 35 INFO rally.task.context [-] Verification 1822fb8c-b607-4508-b3e9-fb1167af8119 | Context testr@default cleanup() started 2020-06-24 12:30:06.383 35 INFO rally.task.context [-] Verification 1822fb8c-b607-4508-b3e9-fb1167af8119 | Context testr@default cleanup() finished in 0.71 msec 2020-06-24 12:30:06.384 35 INFO rally.task.context [-] Verification 1822fb8c-b607-4508-b3e9-fb1167af8119 | Context tempest@default cleanup() started 2020-06-24 12:30:06.537 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5d4f2bec_WSmymw6j'. 2020-06-24 12:30:06.676 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5d4f2bec_WSmymw6j' has been deleted. 2020-06-24 12:30:06.677 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '63c407eb-c777-4cf4-9e81-61279f5f495f' of option 'instance_type' from Tempest config file. 2020-06-24 12:30:06.677 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '63c407eb-c777-4cf4-9e81-61279f5f495f' has been removed. 2020-06-24 12:30:06.683 35 INFO rally.task.context [-] Verification 1822fb8c-b607-4508-b3e9-fb1167af8119 | Context tempest@default cleanup() finished in 0.30 sec 2020-06-24 12:30:06.707 35 INFO rally.api [-] Verification (UUID=5d4f2bec-9dda-4f47-9331-4a07b43c5ec5) has been successfully finished for deployment 'opnfv-rally' (UUID=8bf7bf9f-729d-4a37-8ef7-52140c6f7d2e)! 2020-06-24 12:30:08.446 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:30:08.446 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:30:08.447 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:30:10.032 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:30:10.033 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:30:10.033 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:30:12.262 52 INFO rally.api [-] Building 'html' report for the following verification(s): '5d4f2bec-9dda-4f47-9331-4a07b43c5ec5' 2020-06-24 12:30:12.284 52 INFO rally.api [-] The report has been successfully built. 2020-06-24 12:30:13.937 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:30:13.938 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:30:13.938 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:30:15.886 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5d4f2bec-9dda-4f47-9331-4a07b43c5ec5' 2020-06-24 12:30:15.890 54 INFO rally.api [-] The report has been successfully built.