2020-06-17 10:37:49.507 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:37:49.507 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:37:49.508 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:37:52.038 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-06-17 10:37:52.038 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:37:52.038 7 ERROR rally.cli.cliutils 2020-06-17 10:37:53.790 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:37:53.791 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:37:53.791 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:37:57.875 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:37:57.876 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:37:57.876 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:38:02.385 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:38:02.385 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:38:02.386 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:38:03.790 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:38:03.791 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:38:03.791 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:38:06.261 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-06-17 10:38:06.261 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 10:38:06.261 17 ERROR rally.cli.cliutils 2020-06-17 10:38:07.981 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:38:07.982 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:38:07.982 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:38:10.395 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 10:38:10.466 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a9a02582-e274-41fe-9f0a-6fc05a289e25/repo. 2020-06-17 10:38:10.673 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a9a02582-e274-41fe-9f0a-6fc05a289e25/repo'... done. ' 2020-06-17 10:38:10.686 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 10:38:10.704 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 10:38:10.763 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 10:38:11.518 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a9a02582-e274-41fe-9f0a-6fc05a289e25) has been successfully created! 2020-06-17 10:38:13.233 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:38:13.234 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:38:13.234 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:38:17.672 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:38:17.673 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:38:17.673 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:38:20.055 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a9a02582-e274-41fe-9f0a-6fc05a289e25) for deployment 'opnfv-rally' (UUID=39b201bd-bdd6-4ee9-b169-5f32faed2eaa). 2020-06-17 10:38:20.875 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a9a02582-e274-41fe-9f0a-6fc05a289e25) has been successfully configured for deployment 'opnfv-rally' (UUID=39b201bd-bdd6-4ee9-b169-5f32faed2eaa)! 2020-06-17 10:38:30.185 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:38:30.185 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:38:30.186 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:38:32.462 34 INFO rally.api [-] Starting verification (UUID=2ee872e7-8389-458a-a0c1-2a2726afd969) for deployment 'opnfv-rally' (UUID=39b201bd-bdd6-4ee9-b169-5f32faed2eaa) by verifier 'opnfv-tempest' (UUID=a9a02582-e274-41fe-9f0a-6fc05a289e25). 2020-06-17 10:38:33.038 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 10:38:33.038 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a9a02582-e274-41fe-9f0a-6fc05a289e25/for-deployment-39b201bd-bdd6-4ee9-b169-5f32faed2eaa/tempest.log' to option 'log_file'. 2020-06-17 10:38:33.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a9a02582-e274-41fe-9f0a-6fc05a289e25/for-deployment-39b201bd-bdd6-4ee9-b169-5f32faed2eaa/tempest.log 2020-06-17 10:38:33.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 10:38:33.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a9a02582-e274-41fe-9f0a-6fc05a289e25/for-deployment-39b201bd-bdd6-4ee9-b169-5f32faed2eaa/lock_files' to option 'lock_path'. 2020-06-17 10:38:33.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a9a02582-e274-41fe-9f0a-6fc05a289e25/for-deployment-39b201bd-bdd6-4ee9-b169-5f32faed2eaa/lock_files 2020-06-17 10:38:33.040 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 10:38:33.040 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-17 10:38:33.040 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4e941ba3-8db8-4201-82e4-83d3315623ce 2020-06-17 10:38:33.041 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = bcacf282-37a2-4cd9-b397-c6d917a2f961 2020-06-17 10:38:33.041 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5b92bafa-c63e-477c-860a-9aca713f6f5d 2020-06-17 10:38:33.042 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 758435f2-c74e-4124-8354-2ef3f12ccca7 2020-06-17 10:38:33.272 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 10:38:33.273 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_2504e094-1ba8-4dd6-bd24-816c1202628a 2020-06-17 10:38:33.274 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 10:38:33.367 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 10:38:33.406 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_402f7924_gxWwPmAM'. Using flavor 'rally_verify_402f7924_gxWwPmAM' (ID = 14295c18-46cf-46ce-bd53-acda962bab6c) for the tests. 2020-06-17 10:38:33.406 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '14295c18-46cf-46ce-bd53-acda962bab6c' to option 'instance_type'. 2020-06-17 10:38:33.407 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 14295c18-46cf-46ce-bd53-acda962bab6c 2020-06-17 10:38:33.408 34 INFO rally.task.context [-] Verification a9a02582-e274-41fe-9f0a-6fc05a289e25 | Context tempest@default setup() finished in 0.77 sec 2020-06-17 10:38:33.408 34 INFO rally.task.context [-] Verification a9a02582-e274-41fe-9f0a-6fc05a289e25 | Context testr@default setup() finished in 0.25 msec 2020-06-17 10:38:33.408 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d4d2ae43-1c6a-4657-873b-7a63e7f0bc54'. 2020-06-17 10:38:39.020 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.084s] 2020-06-17 10:38:39.836 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.815s] 2020-06-17 10:38:40.412 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.023s] 2020-06-17 10:38:40.445 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.032s] 2020-06-17 10:38:40.470 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.024s] 2020-06-17 10:38:40.515 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.044s] 2020-06-17 10:38:40.530 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.014s] 2020-06-17 10:38:40.702 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.119s] 2020-06-17 10:38:40.805 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.270s] 2020-06-17 10:38:40.813 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.011s] 2020-06-17 10:38:40.830 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.016s] 2020-06-17 10:38:40.843 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.014s] 2020-06-17 10:38:40.848 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-06-17 10:38:40.864 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.016s] 2020-06-17 10:38:41.003 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.138s] 2020-06-17 10:38:42.471 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.107s] 2020-06-17 10:38:42.699 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.382s] 2020-06-17 10:38:44.817 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.118s] 2020-06-17 10:38:47.530 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.222s] 2020-06-17 10:38:49.285 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.243s] 2020-06-17 10:38:49.732 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.201s] 2020-06-17 10:38:51.394 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.108s] 2020-06-17 10:38:51.476 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.081s] 2020-06-17 10:38:51.872 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.140s] 2020-06-17 10:38:53.612 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.134s] 2020-06-17 10:38:55.759 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.146s] 2020-06-17 10:38:56.349 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.067s] 2020-06-17 10:38:56.454 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.104s] 2020-06-17 10:38:56.513 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.060s] 2020-06-17 10:38:56.567 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.052s] 2020-06-17 10:38:56.613 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.045s] 2020-06-17 10:38:56.654 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.040s] 2020-06-17 10:38:56.681 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.028s] 2020-06-17 10:38:56.725 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.038s] 2020-06-17 10:38:56.726 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.370s] 2020-06-17 10:38:56.899 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.177s] 2020-06-17 10:38:57.111 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.211s] 2020-06-17 10:38:57.908 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.148s] 2020-06-17 10:38:59.365 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.084s] 2020-06-17 10:38:59.872 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.147s] 2020-06-17 10:39:00.062 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.154s] 2020-06-17 10:39:02.247 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.183s] 2020-06-17 10:39:03.363 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.490s] 2020-06-17 10:39:04.468 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.220s] 2020-06-17 10:39:05.495 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.028s] 2020-06-17 10:39:05.559 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.064s] 2020-06-17 10:39:06.651 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.182s] 2020-06-17 10:39:07.065 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.704s] 2020-06-17 10:39:07.518 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.577s] 2020-06-17 10:39:08.942 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.287s] 2020-06-17 10:39:11.143 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.199s] 2020-06-17 10:39:13.316 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.174s] 2020-06-17 10:39:15.493 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.173s] 2020-06-17 10:39:17.693 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.199s] 2020-06-17 10:39:19.880 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.187s] 2020-06-17 10:39:22.072 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.190s] 2020-06-17 10:39:24.265 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.193s] 2020-06-17 10:39:26.458 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.191s] 2020-06-17 10:39:27.772 34 INFO rally.task.context [-] Verification a9a02582-e274-41fe-9f0a-6fc05a289e25 | Context testr@default cleanup() started 2020-06-17 10:39:27.772 34 INFO rally.task.context [-] Verification a9a02582-e274-41fe-9f0a-6fc05a289e25 | Context testr@default cleanup() finished in 0.74 msec 2020-06-17 10:39:27.773 34 INFO rally.task.context [-] Verification a9a02582-e274-41fe-9f0a-6fc05a289e25 | Context tempest@default cleanup() started 2020-06-17 10:39:27.955 34 INFO rally.task.context [-] Verification a9a02582-e274-41fe-9f0a-6fc05a289e25 | Context tempest@default cleanup() finished in 0.18 sec 2020-06-17 10:39:27.976 34 INFO rally.api [-] Verification (UUID=2ee872e7-8389-458a-a0c1-2a2726afd969) has been successfully finished for deployment 'opnfv-rally' (UUID=39b201bd-bdd6-4ee9-b169-5f32faed2eaa)! 2020-06-17 10:39:29.620 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:39:29.620 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:39:29.620 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:39:31.255 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:39:31.255 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:39:31.255 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:39:33.773 51 INFO rally.api [-] Building 'html' report for the following verification(s): '2ee872e7-8389-458a-a0c1-2a2726afd969' 2020-06-17 10:39:33.795 51 INFO rally.api [-] The report has been successfully built. 2020-06-17 10:39:35.670 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:39:35.671 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:39:35.671 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:39:38.193 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2ee872e7-8389-458a-a0c1-2a2726afd969' 2020-06-17 10:39:38.197 53 INFO rally.api [-] The report has been successfully built.