2020-07-10 11:49:15.914 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:15.915 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:15.915 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:18.398 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-10 11:49:18.398 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:49:18.398 7 ERROR rally.cli.cliutils 2020-07-10 11:49:19.997 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:19.998 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:19.998 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:24.268 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:24.268 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:24.268 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:28.885 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:28.886 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:28.886 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:30.358 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:30.359 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:30.359 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:32.865 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-10 11:49:32.865 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:49:32.865 17 ERROR rally.cli.cliutils 2020-07-10 11:49:34.523 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:34.523 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:34.523 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:36.739 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:49:36.807 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4acc38b0-1d7f-4aec-aea8-74def68c1f61/repo. 2020-07-10 11:49:37.023 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4acc38b0-1d7f-4aec-aea8-74def68c1f61/repo'... done. ' 2020-07-10 11:49:37.037 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:49:37.059 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:49:37.120 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:49:37.791 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4acc38b0-1d7f-4aec-aea8-74def68c1f61) has been successfully created! 2020-07-10 11:49:39.389 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:39.390 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:39.390 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:44.026 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:44.027 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:44.027 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:46.329 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4acc38b0-1d7f-4aec-aea8-74def68c1f61) for deployment 'opnfv-rally' (UUID=b3c26583-097e-4231-ab98-c532acc93090). 2020-07-10 11:49:46.855 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4acc38b0-1d7f-4aec-aea8-74def68c1f61) has been successfully configured for deployment 'opnfv-rally' (UUID=b3c26583-097e-4231-ab98-c532acc93090)! 2020-07-10 11:49:55.843 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:55.843 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:55.843 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:58.220 34 INFO rally.api [-] Starting verification (UUID=5c39b05b-c4a0-43c4-bff1-42b697c6808e) for deployment 'opnfv-rally' (UUID=b3c26583-097e-4231-ab98-c532acc93090) by verifier 'opnfv-tempest' (UUID=4acc38b0-1d7f-4aec-aea8-74def68c1f61). 2020-07-10 11:49:58.837 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:49:58.838 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4acc38b0-1d7f-4aec-aea8-74def68c1f61/for-deployment-b3c26583-097e-4231-ab98-c532acc93090/tempest.log' to option 'log_file'. 2020-07-10 11:49:58.838 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4acc38b0-1d7f-4aec-aea8-74def68c1f61/for-deployment-b3c26583-097e-4231-ab98-c532acc93090/tempest.log 2020-07-10 11:49:58.839 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:49:58.839 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4acc38b0-1d7f-4aec-aea8-74def68c1f61/for-deployment-b3c26583-097e-4231-ab98-c532acc93090/lock_files' to option 'lock_path'. 2020-07-10 11:49:58.840 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4acc38b0-1d7f-4aec-aea8-74def68c1f61/for-deployment-b3c26583-097e-4231-ab98-c532acc93090/lock_files 2020-07-10 11:49:58.840 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:49:58.841 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-10 11:49:58.841 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3c9d3747-92fa-4b49-817d-f24ca1eab6a4 2020-07-10 11:49:58.842 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6db1832d-c4b5-4136-b106-711eb049e5f6 2020-07-10 11:49:58.843 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1322b838-dd6b-405a-863c-03967ea942f4 2020-07-10 11:49:58.843 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2afe2baf-db57-4900-b9a1-bb12821dafa2 2020-07-10 11:49:59.196 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:49:59.196 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_82605f86-ce10-4cb5-8d30-d8481921620d 2020-07-10 11:49:59.197 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:49:59.292 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:49:59.330 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 11:49:59.331 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5c39b05b_wGyy08PM' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 11:49:59.373 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5c39b05b_wGyy08PM' (ID = 6e4df264-c0d3-4a17-b5b0-4e505d383f9f) has been successfully created! 2020-07-10 11:49:59.374 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6e4df264-c0d3-4a17-b5b0-4e505d383f9f' to option 'instance_type'. 2020-07-10 11:49:59.374 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6e4df264-c0d3-4a17-b5b0-4e505d383f9f 2020-07-10 11:49:59.375 34 INFO rally.task.context [-] Verification 4acc38b0-1d7f-4aec-aea8-74def68c1f61 | Context tempest@default setup() finished in 0.97 sec 2020-07-10 11:49:59.376 34 INFO rally.task.context [-] Verification 4acc38b0-1d7f-4aec-aea8-74def68c1f61 | Context testr@default setup() finished in 0.35 msec 2020-07-10 11:49:59.376 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/40616325-9827-4748-89c1-6379301e3d10'. 2020-07-10 11:50:04.426 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.030s] 2020-07-10 11:50:04.822 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.394s] 2020-07-10 11:50:05.316 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.199s] 2020-07-10 11:50:06.589 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.337s] 2020-07-10 11:50:07.254 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.124s] 2020-07-10 11:50:07.453 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.353s] 2020-07-10 11:50:08.790 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.200s] 2020-07-10 11:50:09.567 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.114s] 2020-07-10 11:50:10.014 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.053s] 2020-07-10 11:50:10.102 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.086s] 2020-07-10 11:50:10.151 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.049s] 2020-07-10 11:50:10.196 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.044s] 2020-07-10 11:50:10.233 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.037s] 2020-07-10 11:50:10.262 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.028s] 2020-07-10 11:50:10.285 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.023s] 2020-07-10 11:50:10.317 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.031s] 2020-07-10 11:50:10.459 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.141s] 2020-07-10 11:50:10.643 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.183s] 2020-07-10 11:50:10.907 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.117s] 2020-07-10 11:50:12.530 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2020-07-10 11:50:12.548 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.017s] 2020-07-10 11:50:12.560 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.013s] 2020-07-10 11:50:12.595 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.034s] 2020-07-10 11:50:12.606 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.011s] 2020-07-10 11:50:12.828 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.219s] 2020-07-10 11:50:12.834 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.008s] 2020-07-10 11:50:12.848 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.014s] 2020-07-10 11:50:12.859 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.011s] 2020-07-10 11:50:12.863 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-07-10 11:50:12.877 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.013s] 2020-07-10 11:50:13.061 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.184s] 2020-07-10 11:50:14.801 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.191s] 2020-07-10 11:50:16.906 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.105s] 2020-07-10 11:50:16.973 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.066s] 2020-07-10 11:50:18.889 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.023s] 2020-07-10 11:50:18.931 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.042s] 2020-07-10 11:50:19.090 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.114s] 2020-07-10 11:50:21.222 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.131s] 2020-07-10 11:50:23.350 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.127s] 2020-07-10 11:50:24.101 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.080s] 2020-07-10 11:50:25.501 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.149s] 2020-07-10 11:50:27.650 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.148s] 2020-07-10 11:50:29.800 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.149s] 2020-07-10 11:50:31.910 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.109s] 2020-07-10 11:50:32.100 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.432s] 2020-07-10 11:50:34.091 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.179s] 2020-07-10 11:50:36.267 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.174s] 2020-07-10 11:50:38.407 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.141s] 2020-07-10 11:50:40.559 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.150s] 2020-07-10 11:50:42.716 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.159s] 2020-07-10 11:50:44.886 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.168s] 2020-07-10 11:50:47.076 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.186s] 2020-07-10 11:50:49.278 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.203s] 2020-07-10 11:50:51.474 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.192s] 2020-07-10 11:50:56.514 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.478s] 2020-07-10 11:50:59.800 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.284s] 2020-07-10 11:51:03.113 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.311s] 2020-07-10 11:51:06.233 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.120s] 2020-07-10 11:51:07.394 34 INFO rally.task.context [-] Verification 4acc38b0-1d7f-4aec-aea8-74def68c1f61 | Context testr@default cleanup() started 2020-07-10 11:51:07.395 34 INFO rally.task.context [-] Verification 4acc38b0-1d7f-4aec-aea8-74def68c1f61 | Context testr@default cleanup() finished in 0.57 msec 2020-07-10 11:51:07.395 34 INFO rally.task.context [-] Verification 4acc38b0-1d7f-4aec-aea8-74def68c1f61 | Context tempest@default cleanup() started 2020-07-10 11:51:07.583 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5c39b05b_wGyy08PM'. 2020-07-10 11:51:07.757 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5c39b05b_wGyy08PM' has been deleted. 2020-07-10 11:51:07.758 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6e4df264-c0d3-4a17-b5b0-4e505d383f9f' of option 'instance_type' from Tempest config file. 2020-07-10 11:51:07.758 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6e4df264-c0d3-4a17-b5b0-4e505d383f9f' has been removed. 2020-07-10 11:51:07.765 34 INFO rally.task.context [-] Verification 4acc38b0-1d7f-4aec-aea8-74def68c1f61 | Context tempest@default cleanup() finished in 0.37 sec 2020-07-10 11:51:07.790 34 INFO rally.api [-] Verification (UUID=5c39b05b-c4a0-43c4-bff1-42b697c6808e) has been successfully finished for deployment 'opnfv-rally' (UUID=b3c26583-097e-4231-ab98-c532acc93090)! 2020-07-10 11:51:09.609 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:51:09.610 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:51:09.610 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:51:11.224 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:51:11.224 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:51:11.224 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:51:13.672 51 INFO rally.api [-] Building 'html' report for the following verification(s): '5c39b05b-c4a0-43c4-bff1-42b697c6808e' 2020-07-10 11:51:13.695 51 INFO rally.api [-] The report has been successfully built. 2020-07-10 11:51:15.502 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:51:15.502 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:51:15.503 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:51:18.255 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5c39b05b-c4a0-43c4-bff1-42b697c6808e' 2020-07-10 11:51:18.258 53 INFO rally.api [-] The report has been successfully built.