2020-12-14 00:35:48.067 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:35:48.073 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:35:48.074 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:36:16.112 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-12-14 00:36:16.112 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 00:36:16.112 10 ERROR rally.cli.cliutils 2020-12-14 00:36:31.277 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:36:31.283 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:36:31.284 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:37:14.905 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:37:14.911 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:37:14.912 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:38:01.234 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:38:01.240 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:38:01.242 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:38:15.232 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:38:15.238 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:38:15.239 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:38:41.604 61 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-12-14 00:38:41.604 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 00:38:41.604 61 ERROR rally.cli.cliutils 2020-12-14 00:38:56.001 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:38:56.007 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:38:56.008 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:39:22.391 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 00:39:22.894 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-de12c796-617b-43e9-a982-f56408216b7a/repo. 2020-12-14 00:39:23.556 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-de12c796-617b-43e9-a982-f56408216b7a/repo'... done. ' 2020-12-14 00:39:23.644 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 00:39:23.706 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 00:39:24.488 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 00:39:32.326 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=de12c796-617b-43e9-a982-f56408216b7a) has been successfully created! 2020-12-14 00:39:46.296 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:39:46.302 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:39:46.303 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:40:26.026 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:40:26.032 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:40:26.033 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:40:50.990 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=de12c796-617b-43e9-a982-f56408216b7a) for deployment 'opnfv-rally' (UUID=33740a19-778b-42b6-aaed-7bc12b130446). 2020-12-14 00:40:52.739 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=de12c796-617b-43e9-a982-f56408216b7a) has been successfully configured for deployment 'opnfv-rally' (UUID=33740a19-778b-42b6-aaed-7bc12b130446)! 2020-12-14 00:42:24.547 160 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:42:24.553 160 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:42:24.555 160 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:42:51.991 160 INFO rally.api [-] Starting verification (UUID=e280f5a0-806c-43c5-9b1f-ddbbe04957f7) for deployment 'opnfv-rally' (UUID=33740a19-778b-42b6-aaed-7bc12b130446) by verifier 'opnfv-tempest' (UUID=de12c796-617b-43e9-a982-f56408216b7a). 2020-12-14 00:42:56.827 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 00:42:56.830 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-de12c796-617b-43e9-a982-f56408216b7a/for-deployment-33740a19-778b-42b6-aaed-7bc12b130446/tempest.log' to option 'log_file'. 2020-12-14 00:42:56.832 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-de12c796-617b-43e9-a982-f56408216b7a/for-deployment-33740a19-778b-42b6-aaed-7bc12b130446/tempest.log 2020-12-14 00:42:56.834 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 00:42:56.836 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-de12c796-617b-43e9-a982-f56408216b7a/for-deployment-33740a19-778b-42b6-aaed-7bc12b130446/lock_files' to option 'lock_path'. 2020-12-14 00:42:56.837 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-de12c796-617b-43e9-a982-f56408216b7a/for-deployment-33740a19-778b-42b6-aaed-7bc12b130446/lock_files 2020-12-14 00:42:56.839 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 00:42:56.841 160 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-12-14 00:42:56.843 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 674e5689-242e-4bf1-9643-ab3a5e3cad39 2020-12-14 00:42:56.845 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 44ec385b-54af-429b-b834-8067d7342a43 2020-12-14 00:42:56.849 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ee95dcf1-e6f6-43d6-9031-ff55b15f816e 2020-12-14 00:42:56.853 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2d2161f5-9818-40db-a3b9-edacfc1f7d78 2020-12-14 00:42:57.448 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 00:42:57.451 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_9b7b8387-742a-40c9-b83f-d6df71ef2ba6 2020-12-14 00:42:57.455 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 00:42:58.192 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 00:42:58.271 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-14 00:42:58.274 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e280f5a0_e4v5raJN' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-14 00:42:58.344 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e280f5a0_e4v5raJN' (ID = dfeca3c1-a681-45ce-8626-ea30a54ee1a5) has been successfully created! 2020-12-14 00:42:58.346 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dfeca3c1-a681-45ce-8626-ea30a54ee1a5' to option 'instance_type'. 2020-12-14 00:42:58.347 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dfeca3c1-a681-45ce-8626-ea30a54ee1a5 2020-12-14 00:42:58.354 160 INFO rally.task.context [-] Verification de12c796-617b-43e9-a982-f56408216b7a | Context tempest@default setup() finished in 5.16 sec 2020-12-14 00:42:58.356 160 INFO rally.task.context [-] Verification de12c796-617b-43e9-a982-f56408216b7a | Context testr@default setup() finished in 0.97 msec 2020-12-14 00:42:58.357 160 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b7060f2e-7374-4896-98b9-c033dc4cfe2c'. 2020-12-14 00:43:45.047 160 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.050s] 2020-12-14 00:43:45.453 160 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.420s] 2020-12-14 00:43:46.000 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.347s] 2020-12-14 00:43:46.498 160 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.187s] 2020-12-14 00:43:48.273 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.428s] 2020-12-14 00:43:48.530 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.043s] 2020-12-14 00:43:48.595 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.062s] 2020-12-14 00:43:48.635 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.036s] 2020-12-14 00:43:48.727 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.091s] 2020-12-14 00:43:48.760 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.034s] 2020-12-14 00:43:49.392 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.592s] 2020-12-14 00:43:49.398 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.029s] 2020-12-14 00:43:49.441 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.048s] 2020-12-14 00:43:49.472 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.030s] 2020-12-14 00:43:49.490 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.017s] 2020-12-14 00:43:49.523 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.029s] 2020-12-14 00:43:49.793 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.265s] 2020-12-14 00:43:50.781 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.499s] 2020-12-14 00:43:53.105 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.324s] 2020-12-14 00:43:53.204 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.297s] 2020-12-14 00:43:55.422 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.215s] 2020-12-14 00:43:55.612 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.187s] 2020-12-14 00:43:55.819 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.149s] 2020-12-14 00:43:56.054 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.236s] 2020-12-14 00:43:56.208 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.148s] 2020-12-14 00:43:56.392 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.180s] 2020-12-14 00:43:56.582 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.181s] 2020-12-14 00:43:56.684 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.104s] 2020-12-14 00:43:56.778 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.091s] 2020-12-14 00:43:56.883 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.099s] 2020-12-14 00:43:57.202 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.308s] 2020-12-14 00:43:57.593 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.387s] 2020-12-14 00:43:57.981 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.359s] 2020-12-14 00:43:58.789 160 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.443s] 2020-12-14 00:44:00.354 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.363s] 2020-12-14 00:44:01.054 160 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.262s] 2020-12-14 00:44:02.748 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.390s] 2020-12-14 00:44:05.172 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.417s] 2020-12-14 00:44:05.671 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.104s] 2020-12-14 00:44:05.804 160 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.132s] 2020-12-14 00:44:07.633 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.449s] 2020-12-14 00:44:10.081 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.449s] 2020-12-14 00:44:11.570 160 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.811s] 2020-12-14 00:44:12.473 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.389s] 2020-12-14 00:44:15.013 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.530s] 2020-12-14 00:44:16.514 160 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.274s] 2020-12-14 00:44:17.601 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.578s] 2020-12-14 00:44:20.127 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.521s] 2020-12-14 00:44:22.627 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.497s] 2020-12-14 00:44:25.117 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.484s] 2020-12-14 00:44:27.634 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.510s] 2020-12-14 00:44:30.198 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.547s] 2020-12-14 00:44:32.808 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.599s] 2020-12-14 00:44:35.401 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.592s] 2020-12-14 00:45:08.721 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [31.276s] 2020-12-14 00:45:39.779 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [31.054s] 2020-12-14 00:46:11.430 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [31.640s] 2020-12-14 00:46:42.297 160 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [30.873s] 2020-12-14 00:46:44.886 160 INFO rally.task.context [-] Verification de12c796-617b-43e9-a982-f56408216b7a | Context testr@default cleanup() started 2020-12-14 00:46:44.890 160 INFO rally.task.context [-] Verification de12c796-617b-43e9-a982-f56408216b7a | Context testr@default cleanup() finished in 3.91 msec 2020-12-14 00:46:44.893 160 INFO rally.task.context [-] Verification de12c796-617b-43e9-a982-f56408216b7a | Context tempest@default cleanup() started 2020-12-14 00:46:45.511 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e280f5a0_e4v5raJN'. 2020-12-14 00:46:45.737 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e280f5a0_e4v5raJN' has been deleted. 2020-12-14 00:46:45.741 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'dfeca3c1-a681-45ce-8626-ea30a54ee1a5' of option 'instance_type' from Tempest config file. 2020-12-14 00:46:45.743 160 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'dfeca3c1-a681-45ce-8626-ea30a54ee1a5' has been removed. 2020-12-14 00:46:45.750 160 INFO rally.task.context [-] Verification de12c796-617b-43e9-a982-f56408216b7a | Context tempest@default cleanup() finished in 0.86 sec 2020-12-14 00:46:45.825 160 INFO rally.api [-] Verification (UUID=e280f5a0-806c-43c5-9b1f-ddbbe04957f7) has been successfully finished for deployment 'opnfv-rally' (UUID=33740a19-778b-42b6-aaed-7bc12b130446)! 2020-12-14 00:47:00.852 217 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:47:00.857 217 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:47:00.859 217 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:47:15.644 223 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:47:15.650 223 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:47:15.651 223 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:47:42.141 223 INFO rally.api [-] Building 'html' report for the following verification(s): 'e280f5a0-806c-43c5-9b1f-ddbbe04957f7' 2020-12-14 00:47:42.386 223 INFO rally.api [-] The report has been successfully built. 2020-12-14 00:47:56.876 236 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:47:56.882 236 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:47:56.884 236 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:48:23.587 236 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e280f5a0-806c-43c5-9b1f-ddbbe04957f7' 2020-12-14 00:48:23.649 236 INFO rally.api [-] The report has been successfully built.