2020-07-14 23:44:47.735 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:44:47.736 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:44:47.736 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:44:49.840 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-07-14 23:44:49.840 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-14 23:44:49.840 7 ERROR rally.cli.cliutils 2020-07-14 23:44:51.377 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:44:51.377 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:44:51.377 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:44:55.335 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:44:55.335 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:44:55.335 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:44:59.636 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:44:59.637 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:44:59.637 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:45:01.080 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:45:01.080 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:45:01.080 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:45:02.924 16 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-07-14 23:45:02.924 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils force=force) 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-14 23:45:02.924 16 ERROR rally.cli.cliutils 2020-07-14 23:45:04.323 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:45:04.323 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:45:04.324 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:45:06.256 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-14 23:45:06.341 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-077122ee-9ee1-4182-9dcc-f13aa0e5bd47/repo. 2020-07-14 23:45:06.610 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-077122ee-9ee1-4182-9dcc-f13aa0e5bd47/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-14 23:45:06.626 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-14 23:45:06.633 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-14 23:45:06.655 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-14 23:45:06.716 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-14 23:45:07.344 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=077122ee-9ee1-4182-9dcc-f13aa0e5bd47) has been successfully created! 2020-07-14 23:45:08.818 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:45:08.818 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:45:08.818 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:45:12.658 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:45:12.659 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:45:12.659 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:45:14.582 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=077122ee-9ee1-4182-9dcc-f13aa0e5bd47) for deployment 'opnfv-rally' (UUID=eafb8f1f-5faf-48c1-b675-138ddb97e88f). 2020-07-14 23:45:14.989 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=077122ee-9ee1-4182-9dcc-f13aa0e5bd47) has been successfully configured for deployment 'opnfv-rally' (UUID=eafb8f1f-5faf-48c1-b675-138ddb97e88f)! 2020-07-14 23:45:23.159 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:45:23.159 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:45:23.160 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:45:25.143 33 INFO rally.api [-] Starting verification (UUID=58b2d8c3-e9e1-4dd2-b2bb-26b7e45a0880) for deployment 'opnfv-rally' (UUID=eafb8f1f-5faf-48c1-b675-138ddb97e88f) by verifier 'opnfv-tempest' (UUID=077122ee-9ee1-4182-9dcc-f13aa0e5bd47). 2020-07-14 23:45:25.770 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-14 23:45:25.771 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-077122ee-9ee1-4182-9dcc-f13aa0e5bd47/for-deployment-eafb8f1f-5faf-48c1-b675-138ddb97e88f/tempest.log' to option 'log_file'. 2020-07-14 23:45:25.771 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-077122ee-9ee1-4182-9dcc-f13aa0e5bd47/for-deployment-eafb8f1f-5faf-48c1-b675-138ddb97e88f/tempest.log 2020-07-14 23:45:25.771 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-14 23:45:25.772 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-077122ee-9ee1-4182-9dcc-f13aa0e5bd47/for-deployment-eafb8f1f-5faf-48c1-b675-138ddb97e88f/lock_files' to option 'lock_path'. 2020-07-14 23:45:25.772 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-077122ee-9ee1-4182-9dcc-f13aa0e5bd47/for-deployment-eafb8f1f-5faf-48c1-b675-138ddb97e88f/lock_files 2020-07-14 23:45:25.772 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-14 23:45:25.773 33 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-07-14 23:45:25.773 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ca7e9d29-a36d-4e16-91c2-fc04ee8a933d 2020-07-14 23:45:25.773 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 44c2f5e9-d43c-4030-ade0-dd98705ec0ea 2020-07-14 23:45:25.774 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6b11f159-fb33-40e5-a077-20fa1e30aa05 2020-07-14 23:45:25.775 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2924daa1-0783-4827-8dd9-43d2946cf1f4 2020-07-14 23:45:25.983 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-14 23:45:25.983 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_ef81ea60-e0d1-4241-a620-5147d30e906b 2020-07-14 23:45:25.984 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-14 23:45:26.074 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-14 23:45:26.114 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-14 23:45:26.115 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_58b2d8c3_Thu6wnFy' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-14 23:45:26.148 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_58b2d8c3_Thu6wnFy' (ID = 4d7fb8e0-80ac-4912-8b6d-df91283054a4) has been successfully created! 2020-07-14 23:45:26.148 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4d7fb8e0-80ac-4912-8b6d-df91283054a4' to option 'instance_type'. 2020-07-14 23:45:26.149 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4d7fb8e0-80ac-4912-8b6d-df91283054a4 2020-07-14 23:45:26.151 33 INFO rally.task.context [-] Verification 077122ee-9ee1-4182-9dcc-f13aa0e5bd47 | Context tempest@default setup() finished in 0.86 sec 2020-07-14 23:45:26.152 33 INFO rally.task.context [-] Verification 077122ee-9ee1-4182-9dcc-f13aa0e5bd47 | Context testr@default setup() finished in 0.41 msec 2020-07-14 23:45:26.152 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7d41b83b-9ec7-4fa3-93a3-8a7192b0a6f7'. 2020-07-14 23:45:31.348 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.080s] 2020-07-14 23:45:31.852 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.142s] 2020-07-14 23:45:31.881 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.535s] 2020-07-14 23:45:32.031 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.085s] 2020-07-14 23:45:35.869 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.244s] 2020-07-14 23:45:36.925 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.009s] 2020-07-14 23:45:36.936 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.011s] 2020-07-14 23:45:36.945 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2020-07-14 23:45:36.966 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.021s] 2020-07-14 23:45:36.974 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.008s] 2020-07-14 23:45:37.136 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.156s] 2020-07-14 23:45:37.142 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.009s] 2020-07-14 23:45:37.154 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.013s] 2020-07-14 23:45:37.163 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.009s] 2020-07-14 23:45:37.168 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-07-14 23:45:37.181 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.012s] 2020-07-14 23:45:37.255 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.073s] 2020-07-14 23:45:37.942 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.073s] 2020-07-14 23:45:38.143 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.261s] 2020-07-14 23:45:40.233 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.089s] 2020-07-14 23:45:40.280 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.046s] 2020-07-14 23:45:42.368 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.087s] 2020-07-14 23:45:43.183 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.272s] 2020-07-14 23:45:43.577 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.067s] 2020-07-14 23:45:44.463 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.093s] 2020-07-14 23:45:45.329 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.143s] 2020-07-14 23:45:46.557 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.094s] 2020-07-14 23:45:47.527 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.200s] 2020-07-14 23:45:48.659 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.101s] 2020-07-14 23:45:50.766 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.106s] 2020-07-14 23:45:51.537 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.419s] 2020-07-14 23:45:51.910 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.049s] 2020-07-14 23:45:51.982 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.071s] 2020-07-14 23:45:52.014 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.031s] 2020-07-14 23:45:52.060 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.045s] 2020-07-14 23:45:52.096 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.035s] 2020-07-14 23:45:52.120 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.024s] 2020-07-14 23:45:52.141 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.020s] 2020-07-14 23:45:52.166 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.024s] 2020-07-14 23:45:52.286 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.120s] 2020-07-14 23:45:52.440 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.153s] 2020-07-14 23:45:52.889 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.122s] 2020-07-14 23:45:55.000 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.108s] 2020-07-14 23:45:55.706 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [4.166s] 2020-07-14 23:45:57.206 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.203s] 2020-07-14 23:45:59.358 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.151s] 2020-07-14 23:46:00.105 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [4.397s] 2020-07-14 23:46:01.546 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.187s] 2020-07-14 23:46:03.722 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.174s] 2020-07-14 23:46:04.515 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [4.409s] 2020-07-14 23:46:05.906 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.182s] 2020-07-14 23:46:06.201 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.021s] 2020-07-14 23:46:06.229 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.029s] 2020-07-14 23:46:08.043 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.137s] 2020-07-14 23:46:10.177 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.132s] 2020-07-14 23:46:12.303 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.125s] 2020-07-14 23:46:14.456 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.154s] 2020-07-14 23:46:25.909 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.311s] 2020-07-14 23:46:27.154 33 INFO rally.task.context [-] Verification 077122ee-9ee1-4182-9dcc-f13aa0e5bd47 | Context testr@default cleanup() started 2020-07-14 23:46:27.155 33 INFO rally.task.context [-] Verification 077122ee-9ee1-4182-9dcc-f13aa0e5bd47 | Context testr@default cleanup() finished in 0.73 msec 2020-07-14 23:46:27.156 33 INFO rally.task.context [-] Verification 077122ee-9ee1-4182-9dcc-f13aa0e5bd47 | Context tempest@default cleanup() started 2020-07-14 23:46:27.321 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_58b2d8c3_Thu6wnFy'. 2020-07-14 23:46:27.458 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_58b2d8c3_Thu6wnFy' has been deleted. 2020-07-14 23:46:27.459 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4d7fb8e0-80ac-4912-8b6d-df91283054a4' of option 'instance_type' from Tempest config file. 2020-07-14 23:46:27.459 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4d7fb8e0-80ac-4912-8b6d-df91283054a4' has been removed. 2020-07-14 23:46:27.466 33 INFO rally.task.context [-] Verification 077122ee-9ee1-4182-9dcc-f13aa0e5bd47 | Context tempest@default cleanup() finished in 0.31 sec 2020-07-14 23:46:27.502 33 INFO rally.api [-] Verification (UUID=58b2d8c3-e9e1-4dd2-b2bb-26b7e45a0880) has been successfully finished for deployment 'opnfv-rally' (UUID=eafb8f1f-5faf-48c1-b675-138ddb97e88f)! 2020-07-14 23:46:29.263 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:46:29.263 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:46:29.263 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:46:30.871 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:46:30.871 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:46:30.871 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:46:33.026 45 INFO rally.api [-] Building 'html' report for the following verification(s): '58b2d8c3-e9e1-4dd2-b2bb-26b7e45a0880' 2020-07-14 23:46:33.052 45 INFO rally.api [-] The report has been successfully built. 2020-07-14 23:46:34.650 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:46:34.651 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:46:34.651 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:46:36.860 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '58b2d8c3-e9e1-4dd2-b2bb-26b7e45a0880' 2020-07-14 23:46:36.867 47 INFO rally.api [-] The report has been successfully built.