2020-08-10 15:06:39.700 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:06:39.706 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:06:39.708 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:07:01.933 10 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-08-10 15:07:01.933 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 15:07:01.933 10 ERROR rally.cli.cliutils 2020-08-10 15:07:16.001 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:07:16.008 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:07:16.009 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:07:54.237 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:07:54.242 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:07:54.244 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:08:34.684 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:08:34.690 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:08:34.691 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:08:48.486 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:08:48.491 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:08:48.492 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:09:10.198 40 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-08-10 15:09:10.198 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 15:09:10.198 40 ERROR rally.cli.cliutils 2020-08-10 15:09:24.784 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:09:24.789 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:09:24.791 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:09:46.920 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 15:09:47.377 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b464eeb7-2095-47ec-9d3a-5d37096b1acf/repo. 2020-08-10 15:09:48.075 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b464eeb7-2095-47ec-9d3a-5d37096b1acf/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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-08-10 15:09:48.178 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 15:09:48.234 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 15:09:48.307 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 15:09:48.887 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 15:09:55.465 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b464eeb7-2095-47ec-9d3a-5d37096b1acf) has been successfully created! 2020-08-10 15:10:09.239 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:10:09.244 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:10:09.246 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:10:44.460 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:10:44.465 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:10:44.466 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:11:06.152 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b464eeb7-2095-47ec-9d3a-5d37096b1acf) for deployment 'opnfv-rally' (UUID=2995b83d-23e9-495f-8127-e9ac7eee1520). 2020-08-10 15:11:07.654 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b464eeb7-2095-47ec-9d3a-5d37096b1acf) has been successfully configured for deployment 'opnfv-rally' (UUID=2995b83d-23e9-495f-8127-e9ac7eee1520)! 2020-08-10 15:12:32.981 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:12:32.988 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:12:32.989 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:12:55.685 96 INFO rally.api [-] Starting verification (UUID=10b907d9-0b42-4500-b101-b1ce4f7bcace) for deployment 'opnfv-rally' (UUID=2995b83d-23e9-495f-8127-e9ac7eee1520) by verifier 'opnfv-tempest' (UUID=b464eeb7-2095-47ec-9d3a-5d37096b1acf). 2020-08-10 15:12:59.823 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 15:12:59.825 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b464eeb7-2095-47ec-9d3a-5d37096b1acf/for-deployment-2995b83d-23e9-495f-8127-e9ac7eee1520/tempest.log' to option 'log_file'. 2020-08-10 15:12:59.827 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b464eeb7-2095-47ec-9d3a-5d37096b1acf/for-deployment-2995b83d-23e9-495f-8127-e9ac7eee1520/tempest.log 2020-08-10 15:12:59.829 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 15:12:59.830 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b464eeb7-2095-47ec-9d3a-5d37096b1acf/for-deployment-2995b83d-23e9-495f-8127-e9ac7eee1520/lock_files' to option 'lock_path'. 2020-08-10 15:12:59.832 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b464eeb7-2095-47ec-9d3a-5d37096b1acf/for-deployment-2995b83d-23e9-495f-8127-e9ac7eee1520/lock_files 2020-08-10 15:12:59.833 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 15:12:59.834 96 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-08-10 15:12:59.836 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 092c359d-ebc1-4488-b62e-70b0fd5aa5b2 2020-08-10 15:12:59.837 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a446910d-655b-4abf-b328-7085e896ffd8 2020-08-10 15:12:59.839 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 196cf30b-8c9b-4abc-878b-4b41ed2ab2c2 2020-08-10 15:12:59.842 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = cc6d6151-d30a-4a20-8348-a7f603cb95da 2020-08-10 15:13:00.136 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 15:13:00.138 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_712b4d84-6665-4041-9c92-7fa0861db114 2020-08-10 15:13:00.141 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 15:13:00.811 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 15:13:00.885 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-08-10 15:13:00.887 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_10b907d9_93jqnyxi' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-08-10 15:13:00.961 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_10b907d9_93jqnyxi' (ID = 1fb4d2a8-7248-479e-9cba-747253d35de1) has been successfully created! 2020-08-10 15:13:00.963 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1fb4d2a8-7248-479e-9cba-747253d35de1' to option 'instance_type'. 2020-08-10 15:13:00.965 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1fb4d2a8-7248-479e-9cba-747253d35de1 2020-08-10 15:13:00.974 96 INFO rally.task.context [-] Verification b464eeb7-2095-47ec-9d3a-5d37096b1acf | Context tempest@default setup() finished in 4.28 sec 2020-08-10 15:13:00.977 96 INFO rally.task.context [-] Verification b464eeb7-2095-47ec-9d3a-5d37096b1acf | Context testr@default setup() finished in 1.28 msec 2020-08-10 15:13:00.979 96 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4d5ea1dd-c91b-4220-acc7-9ff77f4f0b07'. 2020-08-10 15:13:42.850 96 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.068s] 2020-08-10 15:13:43.133 96 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.298s] 2020-08-10 15:13:45.025 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.370s] 2020-08-10 15:13:45.319 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.276s] 2020-08-10 15:13:46.126 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.039s] 2020-08-10 15:13:46.178 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.178s] 2020-08-10 15:13:46.190 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.063s] 2020-08-10 15:13:46.229 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.037s] 2020-08-10 15:13:46.317 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.081s] 2020-08-10 15:13:46.349 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.031s] 2020-08-10 15:13:46.896 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.513s] 2020-08-10 15:13:46.907 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.031s] 2020-08-10 15:13:46.945 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.044s] 2020-08-10 15:13:46.974 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.027s] 2020-08-10 15:13:46.990 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.017s] 2020-08-10 15:13:47.021 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.025s] 2020-08-10 15:13:47.108 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.085s] 2020-08-10 15:13:47.433 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.396s] 2020-08-10 15:13:49.709 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.278s] 2020-08-10 15:13:50.708 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.088s] 2020-08-10 15:13:50.827 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.116s] 2020-08-10 15:13:53.859 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.164s] 2020-08-10 15:13:53.989 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.459s] 2020-08-10 15:13:56.043 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.175s] 2020-08-10 15:13:56.201 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.145s] 2020-08-10 15:13:56.213 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.212s] 2020-08-10 15:13:58.522 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.318s] 2020-08-10 15:13:59.734 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.813s] 2020-08-10 15:14:00.845 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.319s] 2020-08-10 15:14:02.616 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.139s] 2020-08-10 15:14:02.807 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.187s] 2020-08-10 15:14:03.176 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.328s] 2020-08-10 15:14:03.349 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.536s] 2020-08-10 15:14:03.472 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.117s] 2020-08-10 15:14:03.611 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.131s] 2020-08-10 15:14:03.685 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.079s] 2020-08-10 15:14:03.766 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.077s] 2020-08-10 15:14:03.867 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.095s] 2020-08-10 15:14:04.142 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.267s] 2020-08-10 15:14:04.445 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.304s] 2020-08-10 15:14:05.574 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.385s] 2020-08-10 15:14:07.947 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.366s] 2020-08-10 15:14:10.361 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.402s] 2020-08-10 15:14:12.702 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.344s] 2020-08-10 15:14:15.170 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.452s] 2020-08-10 15:14:17.608 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.432s] 2020-08-10 15:14:20.018 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.406s] 2020-08-10 15:14:22.448 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.421s] 2020-08-10 15:14:24.960 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.498s] 2020-08-10 15:14:27.453 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.497s] 2020-08-10 15:14:29.988 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.519s] 2020-08-10 15:14:32.576 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.585s] 2020-08-10 15:14:34.528 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [35.353s] 2020-08-10 15:14:35.170 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.587s] 2020-08-10 15:14:54.616 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.232s] 2020-08-10 15:15:10.476 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [35.946s] 2020-08-10 15:15:46.129 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [35.645s] 2020-08-10 15:16:22.150 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [36.023s] 2020-08-10 15:16:24.828 96 INFO rally.task.context [-] Verification b464eeb7-2095-47ec-9d3a-5d37096b1acf | Context testr@default cleanup() started 2020-08-10 15:16:24.832 96 INFO rally.task.context [-] Verification b464eeb7-2095-47ec-9d3a-5d37096b1acf | Context testr@default cleanup() finished in 3.77 msec 2020-08-10 15:16:24.835 96 INFO rally.task.context [-] Verification b464eeb7-2095-47ec-9d3a-5d37096b1acf | Context tempest@default cleanup() started 2020-08-10 15:16:25.344 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_10b907d9_93jqnyxi'. 2020-08-10 15:16:25.604 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_10b907d9_93jqnyxi' has been deleted. 2020-08-10 15:16:25.609 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '1fb4d2a8-7248-479e-9cba-747253d35de1' of option 'instance_type' from Tempest config file. 2020-08-10 15:16:25.610 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '1fb4d2a8-7248-479e-9cba-747253d35de1' has been removed. 2020-08-10 15:16:25.645 96 INFO rally.task.context [-] Verification b464eeb7-2095-47ec-9d3a-5d37096b1acf | Context tempest@default cleanup() finished in 0.81 sec 2020-08-10 15:16:25.728 96 INFO rally.api [-] Verification (UUID=10b907d9-0b42-4500-b101-b1ce4f7bcace) has been successfully finished for deployment 'opnfv-rally' (UUID=2995b83d-23e9-495f-8127-e9ac7eee1520)! 2020-08-10 15:16:41.817 137 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:16:41.823 137 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:16:41.824 137 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:16:57.671 143 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:16:57.677 143 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:16:57.679 143 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:17:25.432 143 INFO rally.api [-] Building 'html' report for the following verification(s): '10b907d9-0b42-4500-b101-b1ce4f7bcace' 2020-08-10 15:17:25.694 143 INFO rally.api [-] The report has been successfully built. 2020-08-10 15:17:42.808 149 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:17:42.814 149 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:17:42.816 149 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:18:07.242 149 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '10b907d9-0b42-4500-b101-b1ce4f7bcace' 2020-08-10 15:18:07.299 149 INFO rally.api [-] The report has been successfully built.