2020-06-07 08:52:10.534 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:10.534 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:10.535 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:12.750 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-07 08:52:12.750 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 08:52:12.750 7 ERROR rally.cli.cliutils 2020-06-07 08:52:14.306 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:14.306 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:14.307 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:18.535 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:18.535 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:18.535 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:23.013 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:23.013 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:23.013 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:24.549 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:24.550 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:24.550 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:26.834 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-07 08:52:26.834 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 08:52:26.834 17 ERROR rally.cli.cliutils 2020-06-07 08:52:28.477 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:28.477 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:28.477 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:30.912 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 08:52:31.002 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6b56b9b7-018d-40e3-8516-83c0e6f0dffd/repo. 2020-06-07 08:52:31.231 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6b56b9b7-018d-40e3-8516-83c0e6f0dffd/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-07 08:52:31.242 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 08:52:31.249 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 08:52:31.275 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 08:52:31.325 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 08:52:32.114 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6b56b9b7-018d-40e3-8516-83c0e6f0dffd) has been successfully created! 2020-06-07 08:52:33.872 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:33.873 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:33.873 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:38.405 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:38.405 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:38.405 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:40.437 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6b56b9b7-018d-40e3-8516-83c0e6f0dffd) for deployment 'opnfv-rally' (UUID=7b7f2bab-813c-46dd-a448-c086a6c9072e). 2020-06-07 08:52:40.893 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6b56b9b7-018d-40e3-8516-83c0e6f0dffd) has been successfully configured for deployment 'opnfv-rally' (UUID=7b7f2bab-813c-46dd-a448-c086a6c9072e)! 2020-06-07 08:52:50.281 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:50.282 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:50.282 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:52.536 35 INFO rally.api [-] Starting verification (UUID=3cd8b999-6eca-4f38-aa25-9b29b561c329) for deployment 'opnfv-rally' (UUID=7b7f2bab-813c-46dd-a448-c086a6c9072e) by verifier 'opnfv-tempest' (UUID=6b56b9b7-018d-40e3-8516-83c0e6f0dffd). 2020-06-07 08:52:53.238 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 08:52:53.239 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6b56b9b7-018d-40e3-8516-83c0e6f0dffd/for-deployment-7b7f2bab-813c-46dd-a448-c086a6c9072e/tempest.log' to option 'log_file'. 2020-06-07 08:52:53.240 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6b56b9b7-018d-40e3-8516-83c0e6f0dffd/for-deployment-7b7f2bab-813c-46dd-a448-c086a6c9072e/tempest.log 2020-06-07 08:52:53.240 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 08:52:53.240 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6b56b9b7-018d-40e3-8516-83c0e6f0dffd/for-deployment-7b7f2bab-813c-46dd-a448-c086a6c9072e/lock_files' to option 'lock_path'. 2020-06-07 08:52:53.241 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6b56b9b7-018d-40e3-8516-83c0e6f0dffd/for-deployment-7b7f2bab-813c-46dd-a448-c086a6c9072e/lock_files 2020-06-07 08:52:53.241 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-07 08:52:53.241 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-07 08:52:53.242 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 97352731-71a8-49aa-a171-76d94c33d32c 2020-06-07 08:52:53.242 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 25553bca-5da8-49c3-a9b3-5a71673b9330 2020-06-07 08:52:53.243 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8c7a2b92-e4ad-4182-aec1-57e7fbfce403 2020-06-07 08:52:53.243 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2f2b660c-219f-4b06-acef-8227aeb915d5 2020-06-07 08:52:54.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 08:52:54.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_c3ae64ef-c545-4259-a3e2-b02f05447f75 2020-06-07 08:52:54.303 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 08:52:54.407 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 08:52:54.446 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-07 08:52:54.447 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_3cd8b999_zwVQo84C' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-07 08:52:54.482 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3cd8b999_zwVQo84C' (ID = dbabc92b-5ac7-4a2e-a08d-0db8d51b4b0e) has been successfully created! 2020-06-07 08:52:54.483 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dbabc92b-5ac7-4a2e-a08d-0db8d51b4b0e' to option 'instance_type'. 2020-06-07 08:52:54.483 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dbabc92b-5ac7-4a2e-a08d-0db8d51b4b0e 2020-06-07 08:52:54.485 35 INFO rally.task.context [-] Verification 6b56b9b7-018d-40e3-8516-83c0e6f0dffd | Context tempest@default setup() finished in 1.75 sec 2020-06-07 08:52:54.486 35 INFO rally.task.context [-] Verification 6b56b9b7-018d-40e3-8516-83c0e6f0dffd | Context testr@default setup() finished in 0.70 msec 2020-06-07 08:52:54.486 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fe78a718-673f-472b-aa94-e22fa3d92fc4'. 2020-06-07 08:53:00.432 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.131s] 2020-06-07 08:53:01.355 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.921s] 2020-06-07 08:53:01.718 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2020-06-07 08:53:01.730 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.011s] 2020-06-07 08:53:01.738 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.008s] 2020-06-07 08:53:01.759 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.021s] 2020-06-07 08:53:01.765 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.005s] 2020-06-07 08:53:01.807 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.259s] 2020-06-07 08:53:01.814 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.218s] 2020-06-07 08:53:01.925 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.154s] 2020-06-07 08:53:01.929 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.009s] 2020-06-07 08:53:01.941 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.012s] 2020-06-07 08:53:01.949 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2020-06-07 08:53:01.953 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-06-07 08:53:01.963 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.010s] 2020-06-07 08:53:02.090 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.126s] 2020-06-07 08:53:06.297 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.038s] 2020-06-07 08:53:06.314 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.579s] 2020-06-07 08:53:06.364 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.066s] 2020-06-07 08:53:06.403 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.039s] 2020-06-07 08:53:06.439 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.036s] 2020-06-07 08:53:06.474 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.033s] 2020-06-07 08:53:06.496 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.022s] 2020-06-07 08:53:06.516 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.020s] 2020-06-07 08:53:06.539 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.021s] 2020-06-07 08:53:06.653 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.114s] 2020-06-07 08:53:06.791 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.136s] 2020-06-07 08:53:08.247 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.159s] 2020-06-07 08:53:08.387 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.071s] 2020-06-07 08:53:10.315 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.067s] 2020-06-07 08:53:10.358 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.043s] 2020-06-07 08:53:12.449 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.089s] 2020-06-07 08:53:14.551 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.100s] 2020-06-07 08:53:16.641 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.090s] 2020-06-07 08:53:18.574 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.642s] 2020-06-07 08:53:18.739 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.096s] 2020-06-07 08:53:18.780 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.232s] 2020-06-07 08:53:20.863 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.122s] 2020-06-07 08:53:20.934 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.152s] 2020-06-07 08:53:22.216 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.641s] 2020-06-07 08:53:22.668 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.062s] 2020-06-07 08:53:22.971 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.107s] 2020-06-07 08:53:23.009 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.075s] 2020-06-07 08:53:24.890 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.015s] 2020-06-07 08:53:24.915 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.025s] 2020-06-07 08:53:25.056 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.084s] 2020-06-07 08:53:25.824 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.608s] 2020-06-07 08:53:27.170 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.111s] 2020-06-07 08:53:29.291 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.121s] 2020-06-07 08:53:29.536 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.710s] 2020-06-07 08:53:31.393 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.103s] 2020-06-07 08:53:33.548 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.153s] 2020-06-07 08:53:35.660 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.111s] 2020-06-07 08:53:37.778 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.117s] 2020-06-07 08:53:39.968 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.188s] 2020-06-07 08:53:42.117 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.146s] 2020-06-07 08:53:44.256 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.139s] 2020-06-07 08:53:50.465 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.512s] 2020-06-07 08:53:51.972 35 INFO rally.task.context [-] Verification 6b56b9b7-018d-40e3-8516-83c0e6f0dffd | Context testr@default cleanup() started 2020-06-07 08:53:51.973 35 INFO rally.task.context [-] Verification 6b56b9b7-018d-40e3-8516-83c0e6f0dffd | Context testr@default cleanup() finished in 0.78 msec 2020-06-07 08:53:51.973 35 INFO rally.task.context [-] Verification 6b56b9b7-018d-40e3-8516-83c0e6f0dffd | Context tempest@default cleanup() started 2020-06-07 08:53:52.127 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_3cd8b999_zwVQo84C'. 2020-06-07 08:53:52.289 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3cd8b999_zwVQo84C' has been deleted. 2020-06-07 08:53:52.290 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'dbabc92b-5ac7-4a2e-a08d-0db8d51b4b0e' of option 'instance_type' from Tempest config file. 2020-06-07 08:53:52.290 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'dbabc92b-5ac7-4a2e-a08d-0db8d51b4b0e' has been removed. 2020-06-07 08:53:52.296 35 INFO rally.task.context [-] Verification 6b56b9b7-018d-40e3-8516-83c0e6f0dffd | Context tempest@default cleanup() finished in 0.32 sec 2020-06-07 08:53:52.327 35 INFO rally.api [-] Verification (UUID=3cd8b999-6eca-4f38-aa25-9b29b561c329) has been successfully finished for deployment 'opnfv-rally' (UUID=7b7f2bab-813c-46dd-a448-c086a6c9072e)! 2020-06-07 08:53:54.066 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:53:54.066 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:53:54.067 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:53:55.692 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:53:55.692 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:53:55.692 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:53:57.988 52 INFO rally.api [-] Building 'html' report for the following verification(s): '3cd8b999-6eca-4f38-aa25-9b29b561c329' 2020-06-07 08:53:58.011 52 INFO rally.api [-] The report has been successfully built. 2020-06-07 08:53:59.869 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:53:59.869 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:53:59.869 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:54:02.224 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3cd8b999-6eca-4f38-aa25-9b29b561c329' 2020-06-07 08:54:02.229 54 INFO rally.api [-] The report has been successfully built.