2022-03-29 08:09:38.926 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:09:38.927 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:09:38.927 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:09:41.251 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 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 08:09:41.251 7 ERROR rally.cli.cliutils 2022-03-29 08:09:42.610 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:09:42.611 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:09:42.611 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:09:46.728 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:09:46.729 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:09:46.729 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:09:51.019 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:09:51.020 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:09:51.020 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:09:52.482 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:09:52.483 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:09:52.483 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils force=force) 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:09:54.478 16 ERROR rally.cli.cliutils 2022-03-29 08:09:55.953 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:09:55.954 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:09:55.954 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:09:58.230 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 08:09:58.317 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6/repo. 2022-03-29 08:09:58.669 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-03-29 08:09:58.685 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 08:09:58.695 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 08:09:58.717 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 08:09:58.775 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 08:09:59.402 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6) has been successfully created! 2022-03-29 08:10:00.863 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:00.864 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:00.864 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:05.199 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:05.199 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:05.200 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:07.266 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6) for deployment 'opnfv-rally' (UUID=e14c383f-fa21-43f6-9349-9ff7a881a9e7). 2022-03-29 08:10:07.777 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6) has been successfully configured for deployment 'opnfv-rally' (UUID=e14c383f-fa21-43f6-9349-9ff7a881a9e7)! 2022-03-29 08:10:16.552 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:16.552 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:16.552 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:18.654 33 INFO rally.api [-] Starting verification (UUID=ba3f4be5-acde-4f72-8060-6d0619a13c04) for deployment 'opnfv-rally' (UUID=e14c383f-fa21-43f6-9349-9ff7a881a9e7) by verifier 'opnfv-tempest' (UUID=e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6). 2022-03-29 08:10:19.251 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 08:10:19.251 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6/for-deployment-e14c383f-fa21-43f6-9349-9ff7a881a9e7/tempest.log' to option 'log_file'. 2022-03-29 08:10:19.251 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6/for-deployment-e14c383f-fa21-43f6-9349-9ff7a881a9e7/tempest.log 2022-03-29 08:10:19.252 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 08:10:19.252 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6/for-deployment-e14c383f-fa21-43f6-9349-9ff7a881a9e7/lock_files' to option 'lock_path'. 2022-03-29 08:10:19.252 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6/for-deployment-e14c383f-fa21-43f6-9349-9ff7a881a9e7/lock_files 2022-03-29 08:10:19.253 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 08:10:19.253 33 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 2022-03-29 08:10:19.253 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 23e49df1-6110-4b21-b140-58066bb569fa 2022-03-29 08:10:19.253 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 553ab0f1-1247-4b33-8b54-362c3094976a 2022-03-29 08:10:19.254 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 96505327-a481-44b1-87e2-5289cbbb10fd 2022-03-29 08:10:19.255 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f9b4a441-e3bd-4187-81b5-c410508c6b71 2022-03-29 08:10:19.473 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 08:10:19.474 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_64ad8055-b55e-4487-a55e-ddda28424c20 2022-03-29 08:10:19.474 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 08:10:19.545 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 08:10:19.581 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-03-29 08:10:19.581 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ba3f4be5_ymxtijiE' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-03-29 08:10:19.624 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ba3f4be5_ymxtijiE' (ID = d78a87d5-ebe1-4d8f-9b3d-e161e585b2e7) has been successfully created! 2022-03-29 08:10:19.624 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd78a87d5-ebe1-4d8f-9b3d-e161e585b2e7' to option 'instance_type'. 2022-03-29 08:10:19.624 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d78a87d5-ebe1-4d8f-9b3d-e161e585b2e7 2022-03-29 08:10:19.626 33 INFO rally.task.context [-] Verification e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6 | Context tempest@default setup() finished in 0.80 sec 2022-03-29 08:10:19.627 33 INFO rally.task.context [-] Verification e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6 | Context testr@default setup() finished in 0.50 msec 2022-03-29 08:10:19.628 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b85a492b-cd40-4d39-a2ca-b23c48f8c6d0'. 2022-03-29 08:10:24.870 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.029s] 2022-03-29 08:10:25.190 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.319s] 2022-03-29 08:10:25.398 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2022-03-29 08:10:25.408 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.086s] 2022-03-29 08:10:25.410 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.012s] 2022-03-29 08:10:25.420 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2022-03-29 08:10:25.439 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.019s] 2022-03-29 08:10:25.447 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.007s] 2022-03-29 08:10:25.475 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.123s] 2022-03-29 08:10:25.595 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.143s] 2022-03-29 08:10:25.599 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.008s] 2022-03-29 08:10:25.609 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.010s] 2022-03-29 08:10:25.618 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2022-03-29 08:10:25.622 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2022-03-29 08:10:25.631 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2022-03-29 08:10:25.795 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.164s] 2022-03-29 08:10:26.998 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.022s] 2022-03-29 08:10:27.029 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.031s] 2022-03-29 08:10:32.349 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.235s] 2022-03-29 08:10:32.742 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.329s] 2022-03-29 08:10:34.518 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.168s] 2022-03-29 08:10:34.816 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.074s] 2022-03-29 08:10:34.974 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.254s] 2022-03-29 08:10:36.617 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.098s] 2022-03-29 08:10:40.346 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.246s] 2022-03-29 08:10:40.491 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.038s] 2022-03-29 08:10:40.554 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.063s] 2022-03-29 08:10:40.587 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.032s] 2022-03-29 08:10:40.622 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.034s] 2022-03-29 08:10:40.660 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.037s] 2022-03-29 08:10:40.679 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.020s] 2022-03-29 08:10:40.697 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.017s] 2022-03-29 08:10:40.720 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.022s] 2022-03-29 08:10:40.818 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.096s] 2022-03-29 08:10:40.939 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.120s] 2022-03-29 08:10:42.418 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.071s] 2022-03-29 08:10:42.469 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.050s] 2022-03-29 08:10:44.546 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.075s] 2022-03-29 08:10:46.631 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.083s] 2022-03-29 08:10:48.730 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.099s] 2022-03-29 08:10:49.327 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.061s] 2022-03-29 08:10:50.831 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.099s] 2022-03-29 08:10:52.913 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.045s] 2022-03-29 08:10:52.917 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.086s] 2022-03-29 08:10:55.015 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.096s] 2022-03-29 08:10:56.950 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [4.035s] 2022-03-29 08:10:57.087 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.072s] 2022-03-29 08:10:59.199 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.110s] 2022-03-29 08:11:00.874 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.923s] 2022-03-29 08:11:01.314 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.114s] 2022-03-29 08:11:03.428 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.114s] 2022-03-29 08:11:04.635 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.761s] 2022-03-29 08:11:05.519 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.089s] 2022-03-29 08:11:07.624 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.103s] 2022-03-29 08:11:09.738 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.113s] 2022-03-29 08:11:11.846 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.108s] 2022-03-29 08:11:13.963 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.115s] 2022-03-29 08:11:16.082 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.118s] 2022-03-29 08:11:17.296 33 INFO rally.task.context [-] Verification e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6 | Context testr@default cleanup() started 2022-03-29 08:11:17.297 33 INFO rally.task.context [-] Verification e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6 | Context testr@default cleanup() finished in 0.71 msec 2022-03-29 08:11:17.297 33 INFO rally.task.context [-] Verification e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6 | Context tempest@default cleanup() started 2022-03-29 08:11:17.464 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ba3f4be5_ymxtijiE'. 2022-03-29 08:11:17.623 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ba3f4be5_ymxtijiE' has been deleted. 2022-03-29 08:11:17.624 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd78a87d5-ebe1-4d8f-9b3d-e161e585b2e7' of option 'instance_type' from Tempest config file. 2022-03-29 08:11:17.624 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd78a87d5-ebe1-4d8f-9b3d-e161e585b2e7' has been removed. 2022-03-29 08:11:17.630 33 INFO rally.task.context [-] Verification e3047760-2da9-43bf-8b6b-f1e8d3e3b9e6 | Context tempest@default cleanup() finished in 0.33 sec 2022-03-29 08:11:17.652 33 INFO rally.api [-] Verification (UUID=ba3f4be5-acde-4f72-8060-6d0619a13c04) has been successfully finished for deployment 'opnfv-rally' (UUID=e14c383f-fa21-43f6-9349-9ff7a881a9e7)! 2022-03-29 08:11:19.225 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:11:19.225 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:11:19.226 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:11:20.790 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:11:20.790 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:11:20.790 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:11:23.074 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'ba3f4be5-acde-4f72-8060-6d0619a13c04' 2022-03-29 08:11:23.098 45 INFO rally.api [-] The report has been successfully built. 2022-03-29 08:11:24.612 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:11:24.612 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:11:24.613 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:11:26.788 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ba3f4be5-acde-4f72-8060-6d0619a13c04' 2022-03-29 08:11:26.793 47 INFO rally.api [-] The report has been successfully built.