2020-11-28 12:36:30.756 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:36:30.757 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:36:30.757 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:36:33.098 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-11-28 12:36:33.098 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:36:33.098 7 ERROR rally.cli.cliutils 2020-11-28 12:36:34.792 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:36:34.792 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:36:34.792 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:36:39.069 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:36:39.069 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:36:39.070 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:36:43.804 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:36:43.804 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:36:43.804 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:36:45.243 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:36:45.243 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:36:45.243 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:36:47.536 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-11-28 12:36:47.536 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:36:47.536 17 ERROR rally.cli.cliutils 2020-11-28 12:36:49.317 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:36:49.318 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:36:49.318 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:36:51.548 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:36:51.619 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0e255ed4-314d-464e-9972-3599081363c8/repo. 2020-11-28 12:36:51.885 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0e255ed4-314d-464e-9972-3599081363c8/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:36:51.900 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:36:51.909 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:36:51.929 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:36:51.975 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:36:52.763 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e255ed4-314d-464e-9972-3599081363c8) has been successfully created! 2020-11-28 12:36:54.555 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:36:54.555 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:36:54.555 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:36:59.219 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:36:59.219 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:36:59.220 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:37:01.377 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0e255ed4-314d-464e-9972-3599081363c8) for deployment 'opnfv-rally' (UUID=79a46505-c887-4dca-b0af-06c38246b3fc). 2020-11-28 12:37:01.868 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e255ed4-314d-464e-9972-3599081363c8) has been successfully configured for deployment 'opnfv-rally' (UUID=79a46505-c887-4dca-b0af-06c38246b3fc)! 2020-11-28 12:37:11.339 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:37:11.340 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:37:11.340 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:37:13.879 35 INFO rally.api [-] Starting verification (UUID=785d3339-3adc-4547-9b5b-ebe142292d2f) for deployment 'opnfv-rally' (UUID=79a46505-c887-4dca-b0af-06c38246b3fc) by verifier 'opnfv-tempest' (UUID=0e255ed4-314d-464e-9972-3599081363c8). 2020-11-28 12:37:14.714 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:37:14.715 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0e255ed4-314d-464e-9972-3599081363c8/for-deployment-79a46505-c887-4dca-b0af-06c38246b3fc/tempest.log' to option 'log_file'. 2020-11-28 12:37:14.715 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0e255ed4-314d-464e-9972-3599081363c8/for-deployment-79a46505-c887-4dca-b0af-06c38246b3fc/tempest.log 2020-11-28 12:37:14.716 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:37:14.716 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0e255ed4-314d-464e-9972-3599081363c8/for-deployment-79a46505-c887-4dca-b0af-06c38246b3fc/lock_files' to option 'lock_path'. 2020-11-28 12:37:14.716 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0e255ed4-314d-464e-9972-3599081363c8/for-deployment-79a46505-c887-4dca-b0af-06c38246b3fc/lock_files 2020-11-28 12:37:14.717 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:37:14.717 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-11-28 12:37:14.717 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 293f2c80-c1a1-44a8-90a5-ed29bbfdd137 2020-11-28 12:37:14.718 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 58e98e2f-fc0a-407b-9cab-e012aa72ac9a 2020-11-28 12:37:14.718 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bc8d5e63-0a02-4bef-a9b2-979d4c1af47b 2020-11-28 12:37:14.719 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 41e20551-dfee-4f86-b16b-2859cf000a16 2020-11-28 12:37:14.995 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:37:14.996 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_058983ef-ffb2-4024-8d01-7a643049528d 2020-11-28 12:37:14.997 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:37:15.095 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:37:15.136 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-28 12:37:15.137 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_785d3339_oEEpOLrl' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-28 12:37:15.179 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_785d3339_oEEpOLrl' (ID = 75324114-47ab-4b72-909f-9202a1aaab8b) has been successfully created! 2020-11-28 12:37:15.179 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '75324114-47ab-4b72-909f-9202a1aaab8b' to option 'instance_type'. 2020-11-28 12:37:15.180 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 75324114-47ab-4b72-909f-9202a1aaab8b 2020-11-28 12:37:15.181 35 INFO rally.task.context [-] Verification 0e255ed4-314d-464e-9972-3599081363c8 | Context tempest@default setup() finished in 0.99 sec 2020-11-28 12:37:15.182 35 INFO rally.task.context [-] Verification 0e255ed4-314d-464e-9972-3599081363c8 | Context testr@default setup() finished in 0.42 msec 2020-11-28 12:37:15.183 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/63f0b2f6-ce08-4f8c-971c-eee86eba4cdd'. 2020-11-28 12:37:20.681 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.033s] 2020-11-28 12:37:21.051 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.370s] 2020-11-28 12:37:21.490 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.138s] 2020-11-28 12:37:21.572 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2020-11-28 12:37:21.585 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2020-11-28 12:37:21.595 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2020-11-28 12:37:21.620 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.024s] 2020-11-28 12:37:21.629 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.009s] 2020-11-28 12:37:21.785 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.151s] 2020-11-28 12:37:21.789 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.007s] 2020-11-28 12:37:21.800 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.012s] 2020-11-28 12:37:21.809 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-11-28 12:37:21.813 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-11-28 12:37:21.821 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.008s] 2020-11-28 12:37:21.891 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.070s] 2020-11-28 12:37:23.477 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.375s] 2020-11-28 12:37:24.870 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.208s] 2020-11-28 12:37:25.569 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.091s] 2020-11-28 12:37:26.877 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.205s] 2020-11-28 12:37:26.991 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.119s] 2020-11-28 12:37:29.068 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.077s] 2020-11-28 12:37:30.066 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.208s] 2020-11-28 12:37:30.976 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2020-11-28 12:37:31.004 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.028s] 2020-11-28 12:37:32.127 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.060s] 2020-11-28 12:37:32.172 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.045s] 2020-11-28 12:37:34.259 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.085s] 2020-11-28 12:37:35.188 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.732s] 2020-11-28 12:37:36.358 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.098s] 2020-11-28 12:37:38.456 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.097s] 2020-11-28 12:37:38.707 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.519s] 2020-11-28 12:37:40.553 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.095s] 2020-11-28 12:37:42.097 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.388s] 2020-11-28 12:37:42.660 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.105s] 2020-11-28 12:37:44.771 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.109s] 2020-11-28 12:37:45.612 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.516s] 2020-11-28 12:37:46.854 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.084s] 2020-11-28 12:37:48.840 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.059s] 2020-11-28 12:37:48.955 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.099s] 2020-11-28 12:37:51.080 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.125s] 2020-11-28 12:37:52.675 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.132s] 2020-11-28 12:37:52.734 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.058s] 2020-11-28 12:37:52.769 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.035s] 2020-11-28 12:37:52.808 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.039s] 2020-11-28 12:37:52.840 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.030s] 2020-11-28 12:37:52.859 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.020s] 2020-11-28 12:37:52.877 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2020-11-28 12:37:52.901 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.023s] 2020-11-28 12:37:53.005 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.103s] 2020-11-28 12:37:53.135 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.130s] 2020-11-28 12:37:53.181 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.100s] 2020-11-28 12:37:55.285 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.103s] 2020-11-28 12:37:57.403 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.116s] 2020-11-28 12:37:59.534 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.131s] 2020-11-28 12:38:01.678 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.140s] 2020-11-28 12:38:03.809 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.131s] 2020-11-28 12:38:05.952 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.143s] 2020-11-28 12:38:12.055 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.339s] 2020-11-28 12:38:13.496 35 INFO rally.task.context [-] Verification 0e255ed4-314d-464e-9972-3599081363c8 | Context testr@default cleanup() started 2020-11-28 12:38:13.496 35 INFO rally.task.context [-] Verification 0e255ed4-314d-464e-9972-3599081363c8 | Context testr@default cleanup() finished in 0.73 msec 2020-11-28 12:38:13.497 35 INFO rally.task.context [-] Verification 0e255ed4-314d-464e-9972-3599081363c8 | Context tempest@default cleanup() started 2020-11-28 12:38:13.666 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_785d3339_oEEpOLrl'. 2020-11-28 12:38:13.858 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_785d3339_oEEpOLrl' has been deleted. 2020-11-28 12:38:13.859 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '75324114-47ab-4b72-909f-9202a1aaab8b' of option 'instance_type' from Tempest config file. 2020-11-28 12:38:13.859 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '75324114-47ab-4b72-909f-9202a1aaab8b' has been removed. 2020-11-28 12:38:13.866 35 INFO rally.task.context [-] Verification 0e255ed4-314d-464e-9972-3599081363c8 | Context tempest@default cleanup() finished in 0.37 sec 2020-11-28 12:38:13.890 35 INFO rally.api [-] Verification (UUID=785d3339-3adc-4547-9b5b-ebe142292d2f) has been successfully finished for deployment 'opnfv-rally' (UUID=79a46505-c887-4dca-b0af-06c38246b3fc)! 2020-11-28 12:38:15.780 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:15.781 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:15.781 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:17.442 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:17.442 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:17.443 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:19.667 52 INFO rally.api [-] Building 'html' report for the following verification(s): '785d3339-3adc-4547-9b5b-ebe142292d2f' 2020-11-28 12:38:19.697 52 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:38:21.476 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:21.476 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:21.477 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:23.782 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '785d3339-3adc-4547-9b5b-ebe142292d2f' 2020-11-28 12:38:23.787 54 INFO rally.api [-] The report has been successfully built.