2020-06-04 18:58:56.699 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:58:56.699 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:58:56.699 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:58:58.648 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-04 18:58:58.648 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 18:58:58.648 7 ERROR rally.cli.cliutils 2020-06-04 18:59:00.276 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:00.277 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:00.277 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:04.666 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:04.667 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:04.667 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:09.340 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:09.340 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:09.340 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:10.810 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:10.811 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:10.811 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:12.926 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-04 18:59:12.926 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 18:59:12.926 17 ERROR rally.cli.cliutils 2020-06-04 18:59:14.506 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:14.507 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:14.507 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:16.560 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 18:59:16.631 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-beaa50d1-5184-4551-9f76-158fa4d368cd/repo. 2020-06-04 18:59:16.814 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-beaa50d1-5184-4551-9f76-158fa4d368cd/repo'... done. ' 2020-06-04 18:59:16.827 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 18:59:16.847 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 18:59:16.890 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 18:59:17.640 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=beaa50d1-5184-4551-9f76-158fa4d368cd) has been successfully created! 2020-06-04 18:59:19.246 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:19.247 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:19.247 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:23.502 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:23.503 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:23.503 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:25.642 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=beaa50d1-5184-4551-9f76-158fa4d368cd) for deployment 'opnfv-rally' (UUID=096d88bb-fb92-43f6-b981-475ba3423148). 2020-06-04 18:59:26.129 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=beaa50d1-5184-4551-9f76-158fa4d368cd) has been successfully configured for deployment 'opnfv-rally' (UUID=096d88bb-fb92-43f6-b981-475ba3423148)! 2020-06-04 18:59:35.243 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:59:35.244 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:59:35.244 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:59:37.412 34 INFO rally.api [-] Starting verification (UUID=5a820168-2d38-4423-8b89-2a8dc8f3c6fb) for deployment 'opnfv-rally' (UUID=096d88bb-fb92-43f6-b981-475ba3423148) by verifier 'opnfv-tempest' (UUID=beaa50d1-5184-4551-9f76-158fa4d368cd). 2020-06-04 18:59:38.075 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 18:59:38.075 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-beaa50d1-5184-4551-9f76-158fa4d368cd/for-deployment-096d88bb-fb92-43f6-b981-475ba3423148/tempest.log' to option 'log_file'. 2020-06-04 18:59:38.075 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-beaa50d1-5184-4551-9f76-158fa4d368cd/for-deployment-096d88bb-fb92-43f6-b981-475ba3423148/tempest.log 2020-06-04 18:59:38.076 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 18:59:38.076 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-beaa50d1-5184-4551-9f76-158fa4d368cd/for-deployment-096d88bb-fb92-43f6-b981-475ba3423148/lock_files' to option 'lock_path'. 2020-06-04 18:59:38.076 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-beaa50d1-5184-4551-9f76-158fa4d368cd/for-deployment-096d88bb-fb92-43f6-b981-475ba3423148/lock_files 2020-06-04 18:59:38.076 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-04 18:59:38.077 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-04 18:59:38.077 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4a1d7148-b46f-4d9a-b616-0f8c9fcb6394 2020-06-04 18:59:38.077 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 941d2216-de2e-4fb4-a288-994eccef0541 2020-06-04 18:59:38.078 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 257f90e9-79f0-4bbc-8a49-7daf0a361361 2020-06-04 18:59:38.078 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ecaba491-68b5-4fb6-b01c-e9d42dfe0134 2020-06-04 18:59:38.283 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 18:59:38.284 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_64b7ebbe-f9db-4c14-8d82-883c6faf4864 2020-06-04 18:59:38.285 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 18:59:38.360 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 18:59:38.410 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 18:59:38.411 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5a820168_WGjfoqs9' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 18:59:38.449 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5a820168_WGjfoqs9' (ID = c8431113-7cc7-4391-be93-88ea453fb29a) has been successfully created! 2020-06-04 18:59:38.450 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c8431113-7cc7-4391-be93-88ea453fb29a' to option 'instance_type'. 2020-06-04 18:59:38.450 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c8431113-7cc7-4391-be93-88ea453fb29a 2020-06-04 18:59:38.451 34 INFO rally.task.context [-] Verification beaa50d1-5184-4551-9f76-158fa4d368cd | Context tempest@default setup() finished in 0.77 sec 2020-06-04 18:59:38.452 34 INFO rally.task.context [-] Verification beaa50d1-5184-4551-9f76-158fa4d368cd | Context testr@default setup() finished in 0.38 msec 2020-06-04 18:59:38.453 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/e11c97f8-090f-4673-8121-ab1a58083ced'. 2020-06-04 18:59:43.853 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.111s] 2020-06-04 18:59:44.424 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.571s] 2020-06-04 18:59:44.648 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.106s] 2020-06-04 18:59:46.601 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.114s] 2020-06-04 18:59:51.544 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2020-06-04 18:59:51.561 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.017s] 2020-06-04 18:59:51.591 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.029s] 2020-06-04 18:59:51.599 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.409s] 2020-06-04 18:59:51.629 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.037s] 2020-06-04 18:59:51.640 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.011s] 2020-06-04 18:59:51.884 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.240s] 2020-06-04 18:59:51.894 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.013s] 2020-06-04 18:59:51.911 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.017s] 2020-06-04 18:59:51.925 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.013s] 2020-06-04 18:59:51.929 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-06-04 18:59:51.944 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.014s] 2020-06-04 18:59:52.127 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.182s] 2020-06-04 18:59:53.713 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.113s] 2020-06-04 18:59:56.101 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.078s] 2020-06-04 19:00:00.661 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.190s] 2020-06-04 19:00:02.771 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.109s] 2020-06-04 19:00:02.849 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.077s] 2020-06-04 19:00:03.232 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.734s] 2020-06-04 19:00:05.035 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.184s] 2020-06-04 19:00:07.048 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.815s] 2020-06-04 19:00:07.578 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.542s] 2020-06-04 19:00:09.390 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.321s] 2020-06-04 19:00:09.800 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.221s] 2020-06-04 19:00:10.911 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.860s] 2020-06-04 19:00:11.678 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.286s] 2020-06-04 19:00:11.995 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.193s] 2020-06-04 19:00:13.827 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.150s] 2020-06-04 19:00:14.157 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.160s] 2020-06-04 19:00:14.839 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.930s] 2020-06-04 19:00:16.317 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.160s] 2020-06-04 19:00:16.526 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.021s] 2020-06-04 19:00:16.572 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.046s] 2020-06-04 19:00:18.490 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.173s] 2020-06-04 19:00:20.800 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.307s] 2020-06-04 19:00:23.298 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.498s] 2020-06-04 19:00:24.662 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.468s] 2020-06-04 19:00:25.500 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.201s] 2020-06-04 19:00:27.651 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.148s] 2020-06-04 19:00:29.830 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.179s] 2020-06-04 19:00:32.004 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.173s] 2020-06-04 19:00:34.189 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.183s] 2020-06-04 19:00:36.394 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.204s] 2020-06-04 19:00:38.585 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.191s] 2020-06-04 19:00:40.177 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.062s] 2020-06-04 19:00:40.269 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.091s] 2020-06-04 19:00:40.318 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.049s] 2020-06-04 19:00:40.357 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.038s] 2020-06-04 19:00:40.396 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.038s] 2020-06-04 19:00:40.423 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.027s] 2020-06-04 19:00:40.447 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.024s] 2020-06-04 19:00:40.479 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.031s] 2020-06-04 19:00:40.630 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.149s] 2020-06-04 19:00:40.825 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.195s] 2020-06-04 19:00:48.670 34 INFO rally.task.context [-] Verification beaa50d1-5184-4551-9f76-158fa4d368cd | Context testr@default cleanup() started 2020-06-04 19:00:48.671 34 INFO rally.task.context [-] Verification beaa50d1-5184-4551-9f76-158fa4d368cd | Context testr@default cleanup() finished in 0.80 msec 2020-06-04 19:00:48.671 34 INFO rally.task.context [-] Verification beaa50d1-5184-4551-9f76-158fa4d368cd | Context tempest@default cleanup() started 2020-06-04 19:00:48.842 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5a820168_WGjfoqs9'. 2020-06-04 19:00:49.089 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5a820168_WGjfoqs9' has been deleted. 2020-06-04 19:00:49.090 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c8431113-7cc7-4391-be93-88ea453fb29a' of option 'instance_type' from Tempest config file. 2020-06-04 19:00:49.090 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c8431113-7cc7-4391-be93-88ea453fb29a' has been removed. 2020-06-04 19:00:49.093 34 INFO rally.task.context [-] Verification beaa50d1-5184-4551-9f76-158fa4d368cd | Context tempest@default cleanup() finished in 0.42 sec 2020-06-04 19:00:49.115 34 INFO rally.api [-] Verification (UUID=5a820168-2d38-4423-8b89-2a8dc8f3c6fb) has been successfully finished for deployment 'opnfv-rally' (UUID=096d88bb-fb92-43f6-b981-475ba3423148)! 2020-06-04 19:00:50.940 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:00:50.940 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:00:50.940 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:00:52.530 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:00:52.531 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:00:52.531 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:00:54.595 48 INFO rally.api [-] Building 'html' report for the following verification(s): '5a820168-2d38-4423-8b89-2a8dc8f3c6fb' 2020-06-04 19:00:54.614 48 INFO rally.api [-] The report has been successfully built. 2020-06-04 19:00:56.422 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:00:56.422 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:00:56.422 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:00:58.810 50 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5a820168-2d38-4423-8b89-2a8dc8f3c6fb' 2020-06-04 19:00:58.815 50 INFO rally.api [-] The report has been successfully built.