2020-09-03 14:20:27.912 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:20:27.917 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:20:27.918 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:20:49.633 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-09-03 14:20:49.633 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 14:20:49.633 10 ERROR rally.cli.cliutils 2020-09-03 14:21:03.514 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:21:03.520 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:21:03.521 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:21:42.255 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:21:42.261 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:21:42.263 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:22:22.515 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:22:22.521 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:22:22.523 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:22:36.448 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:22:36.453 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:22:36.454 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 14:22:58.943 40 ERROR rally.cli.cliutils 2020-09-03 14:23:13.585 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:23:13.590 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:23:13.592 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:23:36.746 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 14:23:37.221 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0a5e7389-a9ef-4e24-9ab1-0179c6995b5c/repo. 2020-09-03 14:23:37.932 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0a5e7389-a9ef-4e24-9ab1-0179c6995b5c/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-09-03 14:23:38.035 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 14:23:38.097 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 14:23:38.159 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 14:23:38.737 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 14:23:45.586 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0a5e7389-a9ef-4e24-9ab1-0179c6995b5c) has been successfully created! 2020-09-03 14:24:01.094 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:24:01.101 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:24:01.102 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:24:39.877 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:24:39.883 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:24:39.885 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:25:02.334 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0a5e7389-a9ef-4e24-9ab1-0179c6995b5c) for deployment 'opnfv-rally' (UUID=711e6677-f7a2-4369-99ca-742f81801108). 2020-09-03 14:25:03.826 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0a5e7389-a9ef-4e24-9ab1-0179c6995b5c) has been successfully configured for deployment 'opnfv-rally' (UUID=711e6677-f7a2-4369-99ca-742f81801108)! 2020-09-03 14:26:32.974 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:26:32.980 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:26:32.982 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:26:55.968 96 INFO rally.api [-] Starting verification (UUID=1cb65812-a097-48da-af85-c0995bdaf3a0) for deployment 'opnfv-rally' (UUID=711e6677-f7a2-4369-99ca-742f81801108) by verifier 'opnfv-tempest' (UUID=0a5e7389-a9ef-4e24-9ab1-0179c6995b5c). 2020-09-03 14:27:00.487 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 14:27:00.489 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0a5e7389-a9ef-4e24-9ab1-0179c6995b5c/for-deployment-711e6677-f7a2-4369-99ca-742f81801108/tempest.log' to option 'log_file'. 2020-09-03 14:27:00.491 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0a5e7389-a9ef-4e24-9ab1-0179c6995b5c/for-deployment-711e6677-f7a2-4369-99ca-742f81801108/tempest.log 2020-09-03 14:27:00.493 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 14:27:00.494 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0a5e7389-a9ef-4e24-9ab1-0179c6995b5c/for-deployment-711e6677-f7a2-4369-99ca-742f81801108/lock_files' to option 'lock_path'. 2020-09-03 14:27:00.496 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0a5e7389-a9ef-4e24-9ab1-0179c6995b5c/for-deployment-711e6677-f7a2-4369-99ca-742f81801108/lock_files 2020-09-03 14:27:00.498 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 14:27:00.500 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-09-03 14:27:00.501 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8d1cf03d-751f-430a-84ff-ec610574fbe7 2020-09-03 14:27:00.503 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7a063d4a-b041-41fe-9a25-1a52105d9b99 2020-09-03 14:27:00.507 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9d5373b6-6640-4576-b2a4-82d990f55fb8 2020-09-03 14:27:00.510 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 115f2c49-6667-4994-b17e-2eec5d4ae4d4 2020-09-03 14:27:00.909 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 14:27:00.911 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_e8ee9022-9b55-49ff-814b-af8e08f136a9 2020-09-03 14:27:00.915 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 14:27:01.707 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 14:27:01.810 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-03 14:27:01.813 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1cb65812_65OnRRm8' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-03 14:27:01.870 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1cb65812_65OnRRm8' (ID = 7a9c94e7-9381-429d-82f1-b311499f68db) has been successfully created! 2020-09-03 14:27:01.873 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7a9c94e7-9381-429d-82f1-b311499f68db' to option 'instance_type'. 2020-09-03 14:27:01.876 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7a9c94e7-9381-429d-82f1-b311499f68db 2020-09-03 14:27:01.887 96 INFO rally.task.context [-] Verification 0a5e7389-a9ef-4e24-9ab1-0179c6995b5c | Context tempest@default setup() finished in 4.78 sec 2020-09-03 14:27:01.891 96 INFO rally.task.context [-] Verification 0a5e7389-a9ef-4e24-9ab1-0179c6995b5c | Context testr@default setup() finished in 1.47 msec 2020-09-03 14:27:01.893 96 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/6ca98f4e-0ba2-45f1-a598-a6fc78d82cb1'. 2020-09-03 14:27:45.435 96 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.459s] 2020-09-03 14:27:45.671 96 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.248s] 2020-09-03 14:27:46.467 96 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.685s] 2020-09-03 14:28:04.760 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.176s] 2020-09-03 14:28:04.806 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.043s] 2020-09-03 14:28:05.378 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.564s] 2020-09-03 14:28:05.422 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.042s] 2020-09-03 14:28:05.470 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.048s] 2020-09-03 14:28:05.545 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.072s] 2020-09-03 14:28:05.669 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.119s] 2020-09-03 14:28:05.819 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.149s] 2020-09-03 14:28:06.632 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.803s] 2020-09-03 14:28:06.697 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.070s] 2020-09-03 14:28:06.941 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.236s] 2020-09-03 14:28:14.449 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.934s] 2020-09-03 14:28:14.715 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.260s] 2020-09-03 14:28:15.189 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.469s] 2020-09-03 14:28:15.222 96 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.727s] 2020-09-03 14:28:15.403 96 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.369s] 2020-09-03 14:28:15.460 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.273s] 2020-09-03 14:28:15.472 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.008s] 2020-09-03 14:28:15.743 96 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.337s] 2020-09-03 14:28:17.800 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.527s] 2020-09-03 14:28:18.088 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.283s] 2020-09-03 14:28:18.545 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.456s] 2020-09-03 14:28:18.848 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.300s] 2020-09-03 14:28:18.860 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.009s] 2020-09-03 14:28:21.120 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.032s] 2020-09-03 14:28:21.150 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.031s] 2020-09-03 14:28:21.247 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.093s] 2020-09-03 14:28:21.320 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.073s] 2020-09-03 14:28:21.399 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.075s] 2020-09-03 14:28:21.539 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.132s] 2020-09-03 14:28:21.658 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.122s] 2020-09-03 14:28:21.742 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.075s] 2020-09-03 14:28:21.826 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.079s] 2020-09-03 14:28:21.916 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.087s] 2020-09-03 14:28:26.268 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.381s] 2020-09-03 14:28:26.332 96 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.062s] 2020-09-03 14:28:27.864 96 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.663s] 2020-09-03 14:28:33.678 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.310s] 2020-09-03 14:28:34.141 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.858s] 2020-09-03 14:28:37.141 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.331s] 2020-09-03 14:28:39.592 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.448s] 2020-09-03 14:28:41.999 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.400s] 2020-09-03 14:28:42.490 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.556s] 2020-09-03 14:28:46.692 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.696s] 2020-09-03 14:28:47.310 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.136s] 2020-09-03 14:28:51.897 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.201s] 2020-09-03 14:28:52.660 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.337s] 2020-09-03 14:28:54.285 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.106s] 2020-09-03 14:28:54.679 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.777s] 2020-09-03 14:28:58.509 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.832s] 2020-09-03 14:29:00.242 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.511s] 2020-09-03 14:29:00.763 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.510s] 2020-09-03 14:29:01.280 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.519s] 2020-09-03 14:29:01.745 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.458s] 2020-09-03 14:29:02.117 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.373s] 2020-09-03 14:29:02.349 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.225s] 2020-09-03 14:29:02.559 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.214s] 2020-09-03 14:29:02.777 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.213s] 2020-09-03 14:29:02.922 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.143s] 2020-09-03 14:29:03.133 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.208s] 2020-09-03 14:29:03.471 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.951s] 2020-09-03 14:29:03.573 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.438s] 2020-09-03 14:29:08.950 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.478s] 2020-09-03 14:29:09.268 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.311s] 2020-09-03 14:29:09.475 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.201s] 2020-09-03 14:29:09.663 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.190s] 2020-09-03 14:29:09.779 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.112s] 2020-09-03 14:29:09.895 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.116s] 2020-09-03 14:29:10.078 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.177s] 2020-09-03 14:29:10.677 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.596s] 2020-09-03 14:29:10.759 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.079s] 2020-09-03 14:29:10.881 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.121s] 2020-09-03 14:29:15.512 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.624s] 2020-09-03 14:29:16.070 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [11.840s] 2020-09-03 14:29:16.340 96 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-09-03 14:29:22.601 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.279s] 2020-09-03 14:29:31.404 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.460s] 2020-09-03 14:29:31.735 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.329s] 2020-09-03 14:29:32.086 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.345s] 2020-09-03 14:29:32.640 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.553s] 2020-09-03 14:29:33.189 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.547s] 2020-09-03 14:29:33.925 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.733s] 2020-09-03 14:29:35.887 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.282s] 2020-09-03 14:29:39.910 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.837s] 2020-09-03 14:29:46.789 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.845s] 2020-09-03 14:29:50.731 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.822s] 2020-09-03 14:29:54.877 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [18.965s] 2020-09-03 14:29:59.552 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.821s] 2020-09-03 14:30:04.845 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.288s] 2020-09-03 14:30:05.499 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.708s] 2020-09-03 14:30:11.603 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.870s] 2020-09-03 14:30:12.423 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.828s] 2020-09-03 14:30:13.218 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.787s] 2020-09-03 14:30:14.041 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.824s] 2020-09-03 14:30:14.912 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.865s] 2020-09-03 14:30:15.887 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.967s] 2020-09-03 14:30:17.113 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.226s] 2020-09-03 14:30:17.833 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.716s] 2020-09-03 14:30:18.745 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.911s] 2020-09-03 14:30:19.868 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.110s] 2020-09-03 14:30:21.180 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.312s] 2020-09-03 14:30:22.137 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.954s] 2020-09-03 14:30:22.911 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.766s] 2020-09-03 14:30:23.354 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [17.834s] 2020-09-03 14:30:24.226 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.310s] 2020-09-03 14:30:25.036 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.806s] 2020-09-03 14:30:25.911 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.868s] 2020-09-03 14:30:26.757 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.845s] 2020-09-03 14:30:28.131 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.372s] 2020-09-03 14:30:31.227 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.882s] 2020-09-03 14:30:34.451 96 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.127s] 2020-09-03 14:30:36.749 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.186s] 2020-09-03 14:30:36.803 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.048s] 2020-09-03 14:30:37.124 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.316s] 2020-09-03 14:30:37.150 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.030s] 2020-09-03 14:30:37.200 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.046s] 2020-09-03 14:30:40.362 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.600s] 2020-09-03 14:30:43.059 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [38.192s] 2020-09-03 14:30:44.182 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.138s] 2020-09-03 14:30:44.723 96 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.066s] 2020-09-03 14:30:45.481 96 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [58.948s] 2020-09-03 14:30:47.657 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.439s] 2020-09-03 14:30:47.839 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.183s] 2020-09-03 14:30:48.538 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.118s] 2020-09-03 14:30:49.413 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.867s] 2020-09-03 14:30:49.920 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.502s] 2020-09-03 14:30:50.381 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.459s] 2020-09-03 14:30:50.938 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.548s] 2020-09-03 14:30:51.967 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.025s] 2020-09-03 14:30:53.359 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.392s] 2020-09-03 14:30:53.446 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.084s] 2020-09-03 14:30:53.483 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.040s] 2020-09-03 14:30:53.525 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.040s] 2020-09-03 14:30:53.565 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.036s] 2020-09-03 14:30:53.797 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.278s] 2020-09-03 14:30:53.900 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.103s] 2020-09-03 14:30:54.687 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.780s] 2020-09-03 14:30:55.897 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.734s] 2020-09-03 14:30:56.509 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.157s] 2020-09-03 14:30:56.636 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.945s] 2020-09-03 14:31:01.257 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.359s] 2020-09-03 14:31:03.035 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.396s] 2020-09-03 14:31:03.134 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.090s] 2020-09-03 14:31:03.149 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.875s] 2020-09-03 14:31:03.212 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.085s] 2020-09-03 14:31:03.229 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.101s] 2020-09-03 14:31:03.351 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.118s] 2020-09-03 14:31:03.958 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.394s] 2020-09-03 14:31:06.401 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.429s] 2020-09-03 14:31:08.635 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.237s] 2020-09-03 14:31:12.919 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.273s] 2020-09-03 14:31:13.132 96 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [27.582s] 2020-09-03 14:31:13.956 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.586s] 2020-09-03 14:31:14.037 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.089s] 2020-09-03 14:31:14.331 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.768s] 2020-09-03 14:31:14.483 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.445s] 2020-09-03 14:31:15.082 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.152s] 2020-09-03 14:31:15.231 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.142s] 2020-09-03 14:31:17.446 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.032s] 2020-09-03 14:31:17.504 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.055s] 2020-09-03 14:31:17.546 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.307s] 2020-09-03 14:31:17.559 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.035s] 2020-09-03 14:31:17.631 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.084s] 2020-09-03 14:31:17.673 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.038s] 2020-09-03 14:31:18.175 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.027s] 2020-09-03 14:31:18.269 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.560s] 2020-09-03 14:31:18.278 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.027s] 2020-09-03 14:31:18.313 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.045s] 2020-09-03 14:31:18.342 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.027s] 2020-09-03 14:31:18.361 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.017s] 2020-09-03 14:31:18.389 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.025s] 2020-09-03 14:31:18.670 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.273s] 2020-09-03 14:31:19.871 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.322s] 2020-09-03 14:31:22.244 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.359s] 2020-09-03 14:31:23.884 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.490s] 2020-09-03 14:31:24.134 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.085s] 2020-09-03 14:31:24.175 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.035s] 2020-09-03 14:31:24.210 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.036s] 2020-09-03 14:31:24.634 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.382s] 2020-09-03 14:31:26.102 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.215s] 2020-09-03 14:31:26.134 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.064s] 2020-09-03 14:31:26.571 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.424s] 2020-09-03 14:31:26.841 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.271s] 2020-09-03 14:31:27.081 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.442s] 2020-09-03 14:31:29.517 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.425s] 2020-09-03 14:31:30.674 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.837s] 2020-09-03 14:31:31.558 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.879s] 2020-09-03 14:31:31.871 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.350s] 2020-09-03 14:31:32.355 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.537s] 2020-09-03 14:31:32.770 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.410s] 2020-09-03 14:31:34.356 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.477s] 2020-09-03 14:31:34.588 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.001s] 2020-09-03 14:31:35.581 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.012s] 2020-09-03 14:31:36.886 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.520s] 2020-09-03 14:31:37.169 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.572s] 2020-09-03 14:31:37.932 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.768s] 2020-09-03 14:31:39.301 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.413s] 2020-09-03 14:31:39.882 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.921s] 2020-09-03 14:31:39.932 96 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.073s] 2020-09-03 14:31:41.717 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.407s] 2020-09-03 14:31:42.353 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.070s] 2020-09-03 14:31:42.427 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.073s] 2020-09-03 14:31:42.506 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.078s] 2020-09-03 14:31:42.747 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.160s] 2020-09-03 14:31:42.906 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.390s] 2020-09-03 14:31:43.073 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.157s] 2020-09-03 14:31:43.453 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.380s] 2020-09-03 14:31:43.524 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.076s] 2020-09-03 14:31:43.608 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.079s] 2020-09-03 14:31:43.699 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.088s] 2020-09-03 14:31:43.786 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.086s] 2020-09-03 14:31:43.867 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.078s] 2020-09-03 14:31:44.024 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.147s] 2020-09-03 14:31:44.154 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.430s] 2020-09-03 14:31:44.175 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.151s] 2020-09-03 14:31:44.258 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.082s] 2020-09-03 14:31:44.339 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.082s] 2020-09-03 14:31:46.624 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.462s] 2020-09-03 14:31:49.160 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.520s] 2020-09-03 14:31:51.725 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.553s] 2020-09-03 14:31:52.331 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.735s] 2020-09-03 14:31:54.233 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.511s] 2020-09-03 14:31:54.266 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.185s] 2020-09-03 14:31:56.175 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.831s] 2020-09-03 14:31:56.686 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.303s] 2020-09-03 14:32:01.896 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.339s] 2020-09-03 14:32:02.074 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.887s] 2020-09-03 14:32:02.249 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.347s] 2020-09-03 14:32:08.158 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [34.212s] 2020-09-03 14:32:08.748 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.251s] 2020-09-03 14:32:11.448 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.186s] 2020-09-03 14:32:13.150 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.157s] 2020-09-03 14:32:13.317 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.165s] 2020-09-03 14:32:13.427 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.107s] 2020-09-03 14:32:13.555 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.126s] 2020-09-03 14:32:13.692 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.127s] 2020-09-03 14:32:13.769 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.078s] 2020-09-03 14:32:13.854 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.083s] 2020-09-03 14:32:13.951 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.090s] 2020-09-03 14:32:14.236 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.273s] 2020-09-03 14:32:14.537 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.302s] 2020-09-03 14:32:15.211 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.165s] 2020-09-03 14:32:15.361 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.149s] 2020-09-03 14:32:25.596 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.588s] 2020-09-03 14:32:26.000 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.408s] 2020-09-03 14:32:35.801 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.331s] 2020-09-03 14:32:41.408 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [33.242s] 2020-09-03 14:32:43.629 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.817s] 2020-09-03 14:32:53.254 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.610s] 2020-09-03 14:32:58.599 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.034s] 2020-09-03 14:32:58.653 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.054s] 2020-09-03 14:32:58.728 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.073s] 2020-09-03 14:32:58.788 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.055s] 2020-09-03 14:32:58.815 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.029s] 2020-09-03 14:32:58.850 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.032s] 2020-09-03 14:32:58.878 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.026s] 2020-09-03 14:32:58.970 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.088s] 2020-09-03 14:32:58.996 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.026s] 2020-09-03 14:32:59.073 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.070s] 2020-09-03 14:32:59.111 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.038s] 2020-09-03 14:32:59.197 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.081s] 2020-09-03 14:32:59.274 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.071s] 2020-09-03 14:32:59.364 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.086s] 2020-09-03 14:32:59.447 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.082s] 2020-09-03 14:32:59.485 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.036s] 2020-09-03 14:32:59.559 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.071s] 2020-09-03 14:32:59.636 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.073s] 2020-09-03 14:32:59.710 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.070s] 2020-09-03 14:32:59.781 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.070s] 2020-09-03 14:33:14.375 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [32.956s] 2020-09-03 14:33:46.825 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [32.454s] 2020-09-03 14:33:49.330 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.095s] 2020-09-03 14:33:49.469 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.138s] 2020-09-03 14:33:53.632 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.070s] 2020-09-03 14:33:55.954 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.230s] 2020-09-03 14:33:56.018 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.063s] 2020-09-03 14:34:00.734 96 INFO rally.task.context [-] Verification 0a5e7389-a9ef-4e24-9ab1-0179c6995b5c | Context testr@default cleanup() started 2020-09-03 14:34:00.737 96 INFO rally.task.context [-] Verification 0a5e7389-a9ef-4e24-9ab1-0179c6995b5c | Context testr@default cleanup() finished in 3.19 msec 2020-09-03 14:34:00.739 96 INFO rally.task.context [-] Verification 0a5e7389-a9ef-4e24-9ab1-0179c6995b5c | Context tempest@default cleanup() started 2020-09-03 14:34:01.197 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1cb65812_65OnRRm8'. 2020-09-03 14:34:01.470 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1cb65812_65OnRRm8' has been deleted. 2020-09-03 14:34:01.476 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7a9c94e7-9381-429d-82f1-b311499f68db' of option 'instance_type' from Tempest config file. 2020-09-03 14:34:01.478 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7a9c94e7-9381-429d-82f1-b311499f68db' has been removed. 2020-09-03 14:34:01.513 96 INFO rally.task.context [-] Verification 0a5e7389-a9ef-4e24-9ab1-0179c6995b5c | Context tempest@default cleanup() finished in 0.77 sec 2020-09-03 14:34:01.665 96 INFO rally.api [-] Verification (UUID=1cb65812-a097-48da-af85-c0995bdaf3a0) has been successfully finished for deployment 'opnfv-rally' (UUID=711e6677-f7a2-4369-99ca-742f81801108)! 2020-09-03 14:34:16.313 163 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:34:16.319 163 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:34:16.321 163 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:34:32.904 169 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:34:32.910 169 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:34:32.911 169 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:34:55.197 169 INFO rally.api [-] Building 'html' report for the following verification(s): '1cb65812-a097-48da-af85-c0995bdaf3a0' 2020-09-03 14:34:55.465 169 INFO rally.api [-] The report has been successfully built. 2020-09-03 14:35:10.382 175 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:35:10.389 175 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:35:10.390 175 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:35:33.084 175 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1cb65812-a097-48da-af85-c0995bdaf3a0' 2020-09-03 14:35:33.271 175 INFO rally.api [-] The report has been successfully built.