2021-09-22 17:42:58.351 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:42:58.352 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:42:58.352 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:43:00.757 8 ERROR rally.cli.cliutils 2021-09-22 17:43:02.381 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:43:02.382 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:43:02.382 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:43:07.120 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:43:07.120 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:43:07.120 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:43:12.059 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:43:12.059 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:43:12.059 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:43:13.535 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:43:13.535 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:43:13.535 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:43:15.794 18 ERROR rally.cli.cliutils 2021-09-22 17:43:17.314 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:43:17.315 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:43:17.315 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:43:19.628 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:43:19.670 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4a657bf8-4db3-4d72-8b85-a49bda59cf35/repo. 2021-09-22 17:43:19.991 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4a657bf8-4db3-4d72-8b85-a49bda59cf35/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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 ' 2021-09-22 17:43:20.036 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:43:20.044 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:43:20.054 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:43:20.110 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:43:20.764 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4a657bf8-4db3-4d72-8b85-a49bda59cf35) has been successfully created! 2021-09-22 17:43:22.361 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:43:22.361 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:43:22.361 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:43:26.992 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:43:26.993 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:43:26.993 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:43:29.409 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4a657bf8-4db3-4d72-8b85-a49bda59cf35) for deployment 'opnfv-rally' (UUID=a13b6de4-f9e9-4701-a150-8bb5b7bb347a). 2021-09-22 17:43:30.020 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4a657bf8-4db3-4d72-8b85-a49bda59cf35) has been successfully configured for deployment 'opnfv-rally' (UUID=a13b6de4-f9e9-4701-a150-8bb5b7bb347a)! 2021-09-22 17:43:39.010 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:43:39.010 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:43:39.010 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:43:41.293 36 INFO rally.api [-] Starting verification (UUID=200831ed-67d2-47f4-81a3-689e4738488e) for deployment 'opnfv-rally' (UUID=a13b6de4-f9e9-4701-a150-8bb5b7bb347a) by verifier 'opnfv-tempest' (UUID=4a657bf8-4db3-4d72-8b85-a49bda59cf35). 2021-09-22 17:43:41.927 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:43:41.928 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4a657bf8-4db3-4d72-8b85-a49bda59cf35/for-deployment-a13b6de4-f9e9-4701-a150-8bb5b7bb347a/tempest.log' to option 'log_file'. 2021-09-22 17:43:41.929 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4a657bf8-4db3-4d72-8b85-a49bda59cf35/for-deployment-a13b6de4-f9e9-4701-a150-8bb5b7bb347a/tempest.log 2021-09-22 17:43:41.929 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:43:41.929 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4a657bf8-4db3-4d72-8b85-a49bda59cf35/for-deployment-a13b6de4-f9e9-4701-a150-8bb5b7bb347a/lock_files' to option 'lock_path'. 2021-09-22 17:43:41.930 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4a657bf8-4db3-4d72-8b85-a49bda59cf35/for-deployment-a13b6de4-f9e9-4701-a150-8bb5b7bb347a/lock_files 2021-09-22 17:43:41.930 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:43:41.930 36 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 2021-09-22 17:43:41.931 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f42e8d6f-3739-490c-8373-95ed04ab6daf 2021-09-22 17:43:41.931 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 137ec8e0-6265-4048-a351-27167e1ff0f8 2021-09-22 17:43:41.931 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 68e80589-5c43-4bcc-b8ba-4aa57eb1f00f 2021-09-22 17:43:41.932 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e215c224-42f7-45e5-abde-c4bfb75839ac 2021-09-22 17:43:42.131 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:43:42.131 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_ea84ee8c-0e29-4e05-b9d2-86864314e1ae 2021-09-22 17:43:42.132 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:43:42.208 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:43:42.245 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-09-22 17:43:42.245 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_200831ed_3knNSKoB' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-09-22 17:43:42.284 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_200831ed_3knNSKoB' (ID = 4ae55172-6f43-4e2f-94f5-8cccde9faeb9) has been successfully created! 2021-09-22 17:43:42.284 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4ae55172-6f43-4e2f-94f5-8cccde9faeb9' to option 'instance_type'. 2021-09-22 17:43:42.284 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4ae55172-6f43-4e2f-94f5-8cccde9faeb9 2021-09-22 17:43:42.286 36 INFO rally.task.context [-] Verification 4a657bf8-4db3-4d72-8b85-a49bda59cf35 | Context tempest@default setup() finished in 0.80 sec 2021-09-22 17:43:42.287 36 INFO rally.task.context [-] Verification 4a657bf8-4db3-4d72-8b85-a49bda59cf35 | Context testr@default setup() finished in 0.65 msec 2021-09-22 17:43:42.288 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/6ff73869-319e-43fa-9d80-4fa2e8dc1732'. 2021-09-22 17:43:47.631 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.027s] 2021-09-22 17:43:47.911 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.280s] 2021-09-22 17:43:48.391 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.135s] 2021-09-22 17:43:48.404 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.127s] 2021-09-22 17:43:49.775 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.269s] 2021-09-22 17:43:50.171 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2021-09-22 17:43:50.185 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.014s] 2021-09-22 17:43:50.198 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.012s] 2021-09-22 17:43:50.224 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.026s] 2021-09-22 17:43:50.233 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.009s] 2021-09-22 17:43:50.437 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.200s] 2021-09-22 17:43:50.445 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.010s] 2021-09-22 17:43:50.459 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.014s] 2021-09-22 17:43:50.469 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.010s] 2021-09-22 17:43:50.473 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2021-09-22 17:43:50.486 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.012s] 2021-09-22 17:43:50.622 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.135s] 2021-09-22 17:43:51.889 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.112s] 2021-09-22 17:43:51.957 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.068s] 2021-09-22 17:43:54.069 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.109s] 2021-09-22 17:43:54.788 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.286s] 2021-09-22 17:43:55.424 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.320s] 2021-09-22 17:43:56.181 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.111s] 2021-09-22 17:43:56.951 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.159s] 2021-09-22 17:43:57.527 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.103s] 2021-09-22 17:43:58.317 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.135s] 2021-09-22 17:43:59.067 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.117s] 2021-09-22 17:43:59.853 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.017s] 2021-09-22 17:43:59.881 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.029s] 2021-09-22 17:44:00.439 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.121s] 2021-09-22 17:44:00.688 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.043s] 2021-09-22 17:44:00.774 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.085s] 2021-09-22 17:44:00.815 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.040s] 2021-09-22 17:44:00.853 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.037s] 2021-09-22 17:44:00.889 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.035s] 2021-09-22 17:44:00.913 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.024s] 2021-09-22 17:44:00.943 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.029s] 2021-09-22 17:44:00.968 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.024s] 2021-09-22 17:44:01.087 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.117s] 2021-09-22 17:44:01.231 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.144s] 2021-09-22 17:44:02.569 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.128s] 2021-09-22 17:44:04.711 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.142s] 2021-09-22 17:44:06.815 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.103s] 2021-09-22 17:44:08.953 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.138s] 2021-09-22 17:44:11.099 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.142s] 2021-09-22 17:44:13.222 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.122s] 2021-09-22 17:44:15.340 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.117s] 2021-09-22 17:44:17.111 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.066s] 2021-09-22 17:44:17.478 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.136s] 2021-09-22 17:44:19.613 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.134s] 2021-09-22 17:44:21.742 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.128s] 2021-09-22 17:44:23.870 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.126s] 2021-09-22 17:44:26.004 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.133s] 2021-09-22 17:44:30.828 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.495s] 2021-09-22 17:44:33.829 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.000s] 2021-09-22 17:44:36.851 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.020s] 2021-09-22 17:44:39.918 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.068s] 2021-09-22 17:44:45.684 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.350s] 2021-09-22 17:44:46.906 36 INFO rally.task.context [-] Verification 4a657bf8-4db3-4d72-8b85-a49bda59cf35 | Context testr@default cleanup() started 2021-09-22 17:44:46.907 36 INFO rally.task.context [-] Verification 4a657bf8-4db3-4d72-8b85-a49bda59cf35 | Context testr@default cleanup() finished in 0.74 msec 2021-09-22 17:44:46.907 36 INFO rally.task.context [-] Verification 4a657bf8-4db3-4d72-8b85-a49bda59cf35 | Context tempest@default cleanup() started 2021-09-22 17:44:47.052 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_200831ed_3knNSKoB'. 2021-09-22 17:44:47.238 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_200831ed_3knNSKoB' has been deleted. 2021-09-22 17:44:47.239 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4ae55172-6f43-4e2f-94f5-8cccde9faeb9' of option 'instance_type' from Tempest config file. 2021-09-22 17:44:47.240 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4ae55172-6f43-4e2f-94f5-8cccde9faeb9' has been removed. 2021-09-22 17:44:47.242 36 INFO rally.task.context [-] Verification 4a657bf8-4db3-4d72-8b85-a49bda59cf35 | Context tempest@default cleanup() finished in 0.33 sec 2021-09-22 17:44:47.264 36 INFO rally.api [-] Verification (UUID=200831ed-67d2-47f4-81a3-689e4738488e) has been successfully finished for deployment 'opnfv-rally' (UUID=a13b6de4-f9e9-4701-a150-8bb5b7bb347a)! 2021-09-22 17:44:49.218 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:44:49.218 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:44:49.219 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:44:51.072 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:44:51.073 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:44:51.073 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:44:53.667 53 INFO rally.api [-] Building 'html' report for the following verification(s): '200831ed-67d2-47f4-81a3-689e4738488e' 2021-09-22 17:44:53.688 53 INFO rally.api [-] The report has been successfully built. 2021-09-22 17:44:55.543 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:44:55.543 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:44:55.544 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:44:58.281 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '200831ed-67d2-47f4-81a3-689e4738488e' 2021-09-22 17:44:58.286 55 INFO rally.api [-] The report has been successfully built.