2020-11-28 12:38:28.596 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:28.597 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:28.597 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:31.178 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-11-28 12:38:31.178 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:38:31.178 7 ERROR rally.cli.cliutils 2020-11-28 12:38:32.819 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:32.819 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:32.819 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:37.309 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:37.309 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:37.310 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:42.262 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:42.262 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:42.262 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:43.840 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:43.840 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:43.841 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:38:46.012 17 ERROR rally.cli.cliutils 2020-11-28 12:38:47.608 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:47.609 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:47.609 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:49.813 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:38:49.882 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-17ef05a7-4fc4-4c9b-9005-14df9922c30f/repo. 2020-11-28 12:38:50.137 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-17ef05a7-4fc4-4c9b-9005-14df9922c30f/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:38:50.152 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:38:50.161 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:38:50.188 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:38:50.240 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:38:50.996 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17ef05a7-4fc4-4c9b-9005-14df9922c30f) has been successfully created! 2020-11-28 12:38:52.795 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:52.796 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:52.796 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:57.412 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:57.413 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:57.413 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:59.660 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=17ef05a7-4fc4-4c9b-9005-14df9922c30f) for deployment 'opnfv-rally' (UUID=ab901022-2fa7-47f6-8dcb-91ebcaaadd2a). 2020-11-28 12:39:00.136 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17ef05a7-4fc4-4c9b-9005-14df9922c30f) has been successfully configured for deployment 'opnfv-rally' (UUID=ab901022-2fa7-47f6-8dcb-91ebcaaadd2a)! 2020-11-28 12:39:09.557 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:39:09.558 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:39:09.558 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:39:11.712 35 INFO rally.api [-] Starting verification (UUID=f4387df0-4b8c-4c4a-a7de-59e97bdb953a) for deployment 'opnfv-rally' (UUID=ab901022-2fa7-47f6-8dcb-91ebcaaadd2a) by verifier 'opnfv-tempest' (UUID=17ef05a7-4fc4-4c9b-9005-14df9922c30f). 2020-11-28 12:39:12.373 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:39:12.374 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17ef05a7-4fc4-4c9b-9005-14df9922c30f/for-deployment-ab901022-2fa7-47f6-8dcb-91ebcaaadd2a/tempest.log' to option 'log_file'. 2020-11-28 12:39:12.374 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-17ef05a7-4fc4-4c9b-9005-14df9922c30f/for-deployment-ab901022-2fa7-47f6-8dcb-91ebcaaadd2a/tempest.log 2020-11-28 12:39:12.375 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:39:12.375 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17ef05a7-4fc4-4c9b-9005-14df9922c30f/for-deployment-ab901022-2fa7-47f6-8dcb-91ebcaaadd2a/lock_files' to option 'lock_path'. 2020-11-28 12:39:12.375 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-17ef05a7-4fc4-4c9b-9005-14df9922c30f/for-deployment-ab901022-2fa7-47f6-8dcb-91ebcaaadd2a/lock_files 2020-11-28 12:39:12.375 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:39:12.376 35 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-11-28 12:39:12.376 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b2fd9820-551f-4e22-bc66-5e412a45b41d 2020-11-28 12:39:12.376 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6a0658dc-3de2-4ff5-9c5b-894ff8181c0f 2020-11-28 12:39:12.377 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b53bb158-4b65-4696-83f1-4e28b74f556d 2020-11-28 12:39:12.378 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e004212f-11e2-47bb-ba6b-3136a75d3dba 2020-11-28 12:39:14.262 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:39:14.263 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_29a11029-9d53-4c72-a590-10cf816084af 2020-11-28 12:39:14.264 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:39:14.365 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:39:14.412 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-28 12:39:14.412 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f4387df0_RdWpIzCg' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-28 12:39:14.450 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f4387df0_RdWpIzCg' (ID = a61f7468-8286-4ce5-9ffa-90c815ee6304) has been successfully created! 2020-11-28 12:39:14.450 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a61f7468-8286-4ce5-9ffa-90c815ee6304' to option 'instance_type'. 2020-11-28 12:39:14.451 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a61f7468-8286-4ce5-9ffa-90c815ee6304 2020-11-28 12:39:14.452 35 INFO rally.task.context [-] Verification 17ef05a7-4fc4-4c9b-9005-14df9922c30f | Context tempest@default setup() finished in 2.55 sec 2020-11-28 12:39:14.454 35 INFO rally.task.context [-] Verification 17ef05a7-4fc4-4c9b-9005-14df9922c30f | Context testr@default setup() finished in 0.67 msec 2020-11-28 12:39:14.454 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/1fbd0429-f693-456f-a880-3781dbac7563'. 2020-11-28 12:39:19.835 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.350s] 2020-11-28 12:39:19.923 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.088s] 2020-11-28 12:39:20.404 35 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.497s] 2020-11-28 12:39:21.738 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.177s] 2020-11-28 12:39:35.863 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.720s] 2020-11-28 12:39:44.227 35 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.281s] 2020-11-28 12:39:49.506 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.956s] 2020-11-28 12:39:49.673 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.166s] 2020-11-28 12:39:50.157 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.483s] 2020-11-28 12:39:50.306 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.148s] 2020-11-28 12:39:50.308 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-11-28 12:39:52.280 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [1.979s] 2020-11-28 12:39:52.441 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.161s] 2020-11-28 12:39:52.792 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.350s] 2020-11-28 12:39:52.893 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.100s] 2020-11-28 12:39:52.894 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-11-28 12:39:54.232 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.002s] 2020-11-28 12:39:54.564 35 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-11-28 12:39:58.168 35 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.941s] 2020-11-28 12:40:12.649 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.804s] 2020-11-28 12:40:13.403 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.752s] 2020-11-28 12:40:14.043 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.640s] 2020-11-28 12:40:14.877 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.835s] 2020-11-28 12:40:15.423 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.543s] 2020-11-28 12:40:16.549 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.126s] 2020-11-28 12:40:17.178 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.629s] 2020-11-28 12:40:17.984 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.806s] 2020-11-28 12:40:18.664 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.680s] 2020-11-28 12:40:19.520 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.854s] 2020-11-28 12:40:20.226 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.705s] 2020-11-28 12:40:21.899 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.672s] 2020-11-28 12:40:21.974 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2020-11-28 12:40:22.531 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.632s] 2020-11-28 12:40:23.368 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.836s] 2020-11-28 12:40:24.098 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.731s] 2020-11-28 12:40:24.532 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.433s] 2020-11-28 12:40:25.046 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.513s] 2020-11-28 12:40:25.544 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.499s] 2020-11-28 12:40:25.985 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.442s] 2020-11-28 12:40:26.345 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.369s] 2020-11-28 12:40:26.502 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.517s] 2020-11-28 12:40:26.910 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.408s] 2020-11-28 12:40:27.302 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.391s] 2020-11-28 12:40:27.758 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.456s] 2020-11-28 12:40:27.938 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.180s] 2020-11-28 12:40:28.112 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.172s] 2020-11-28 12:40:28.290 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.177s] 2020-11-28 12:40:28.409 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.119s] 2020-11-28 12:40:28.572 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.163s] 2020-11-28 12:40:28.912 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.339s] 2020-11-28 12:40:32.797 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.311s] 2020-11-28 12:40:33.143 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.346s] 2020-11-28 12:40:34.858 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.162s] 2020-11-28 12:40:34.877 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.019s] 2020-11-28 12:40:35.042 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.163s] 2020-11-28 12:40:35.051 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2020-11-28 12:40:35.078 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.028s] 2020-11-28 12:40:38.576 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [11.117s] 2020-11-28 12:40:41.811 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.321s] 2020-11-28 12:40:46.499 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.686s] 2020-11-28 12:40:48.247 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.748s] 2020-11-28 12:40:48.306 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.059s] 2020-11-28 12:40:48.333 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.367s] 2020-11-28 12:40:48.367 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.060s] 2020-11-28 12:40:48.574 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.241s] 2020-11-28 12:40:48.835 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.259s] 2020-11-28 12:40:49.303 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.468s] 2020-11-28 12:40:49.751 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.448s] 2020-11-28 12:40:50.201 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.449s] 2020-11-28 12:40:52.453 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.876s] 2020-11-28 12:41:00.006 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.033s] 2020-11-28 12:41:01.528 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.157s] 2020-11-28 12:41:01.587 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2020-11-28 12:41:01.671 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.083s] 2020-11-28 12:41:07.433 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.977s] 2020-11-28 12:41:08.805 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.372s] 2020-11-28 12:41:12.093 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.282s] 2020-11-28 12:41:12.719 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.630s] 2020-11-28 12:41:13.953 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.229s] 2020-11-28 12:41:14.969 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.019s] 2020-11-28 12:41:16.364 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.908s] 2020-11-28 12:41:17.113 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.142s] 2020-11-28 12:41:17.196 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.085s] 2020-11-28 12:41:18.749 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [18.737s] 2020-11-28 12:41:19.522 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.096s] 2020-11-28 12:41:19.539 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.018s] 2020-11-28 12:41:19.855 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.728s] 2020-11-28 12:41:19.919 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.378s] 2020-11-28 12:41:19.936 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.016s] 2020-11-28 12:41:19.955 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.018s] 2020-11-28 12:41:19.997 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.042s] 2020-11-28 12:41:20.088 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.091s] 2020-11-28 12:41:20.199 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.110s] 2020-11-28 12:41:20.573 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.374s] 2020-11-28 12:41:20.601 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.027s] 2020-11-28 12:41:20.962 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.360s] 2020-11-28 12:41:21.793 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.023s] 2020-11-28 12:41:25.994 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [9.630s] 2020-11-28 12:41:26.208 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.302s] 2020-11-28 12:41:28.312 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.103s] 2020-11-28 12:41:29.764 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2020-11-28 12:41:31.909 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2020-11-28 12:41:31.928 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.018s] 2020-11-28 12:41:31.952 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2020-11-28 12:41:33.165 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.204s] 2020-11-28 12:41:34.145 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.031s] 2020-11-28 12:41:34.421 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.276s] 2020-11-28 12:41:34.742 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.319s] 2020-11-28 12:41:35.238 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.072s] 2020-11-28 12:41:35.283 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.044s] 2020-11-28 12:41:37.363 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.078s] 2020-11-28 12:41:39.460 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.098s] 2020-11-28 12:41:41.626 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.163s] 2020-11-28 12:41:43.725 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.099s] 2020-11-28 12:41:45.801 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.403s] 2020-11-28 12:41:45.867 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.067s] 2020-11-28 12:41:45.924 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.198s] 2020-11-28 12:41:46.256 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.388s] 2020-11-28 12:41:48.030 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.106s] 2020-11-28 12:41:50.113 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.082s] 2020-11-28 12:41:50.714 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [4.458s] 2020-11-28 12:41:52.246 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.130s] 2020-11-28 12:41:52.264 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [33.511s] 2020-11-28 12:41:54.369 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.123s] 2020-11-28 12:41:56.494 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.123s] 2020-11-28 12:41:56.808 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.093s] 2020-11-28 12:41:56.894 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.086s] 2020-11-28 12:41:56.992 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.097s] 2020-11-28 12:41:58.616 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.115s] 2020-11-28 12:42:00.734 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.122s] 2020-11-28 12:42:02.867 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.132s] 2020-11-28 12:42:04.995 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.126s] 2020-11-28 12:42:07.126 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.129s] 2020-11-28 12:42:08.838 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.084s] 2020-11-28 12:42:09.276 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.149s] 2020-11-28 12:42:09.563 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.297s] 2020-11-28 12:42:17.023 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.014s] 2020-11-28 12:42:17.037 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2020-11-28 12:42:17.046 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2020-11-28 12:42:17.066 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.020s] 2020-11-28 12:42:17.076 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.008s] 2020-11-28 12:42:17.220 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.140s] 2020-11-28 12:42:17.224 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.008s] 2020-11-28 12:42:17.236 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2020-11-28 12:42:17.244 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2020-11-28 12:42:17.249 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.005s] 2020-11-28 12:42:17.259 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2020-11-28 12:42:17.332 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.072s] 2020-11-28 12:42:23.818 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.062s] 2020-11-28 12:42:27.717 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2020-11-28 12:42:27.746 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.029s] 2020-11-28 12:42:29.038 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [19.470s] 2020-11-28 12:42:32.736 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.079s] 2020-11-28 12:42:35.138 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.369s] 2020-11-28 12:42:35.461 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.323s] 2020-11-28 12:42:36.394 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.029s] 2020-11-28 12:42:36.713 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2020-11-28 12:42:36.724 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2020-11-28 12:42:36.775 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.050s] 2020-11-28 12:42:36.828 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.053s] 2020-11-28 12:42:36.874 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.046s] 2020-11-28 12:42:36.966 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.091s] 2020-11-28 12:42:37.042 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.075s] 2020-11-28 12:42:37.108 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.065s] 2020-11-28 12:42:37.159 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.050s] 2020-11-28 12:42:37.222 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.062s] 2020-11-28 12:42:40.208 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.813s] 2020-11-28 12:42:40.513 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.321s] 2020-11-28 12:42:40.550 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.037s] 2020-11-28 12:42:42.996 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.245s] 2020-11-28 12:42:43.302 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.305s] 2020-11-28 12:42:44.088 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.878s] 2020-11-28 12:42:48.260 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [4.172s] 2020-11-28 12:42:49.940 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-11-28 12:42:49.967 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.057s] 2020-11-28 12:42:52.297 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.992s] 2020-11-28 12:42:55.269 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.422s] 2020-11-28 12:42:55.374 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.406s] 2020-11-28 12:42:55.567 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.298s] 2020-11-28 12:42:57.657 35 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [67.268s] 2020-11-28 12:43:01.130 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.749s] 2020-11-28 12:43:03.434 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.304s] 2020-11-28 12:43:03.998 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.084s] 2020-11-28 12:43:04.087 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.088s] 2020-11-28 12:43:13.591 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [10.157s] 2020-11-28 12:43:16.407 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.815s] 2020-11-28 12:43:24.356 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.949s] 2020-11-28 12:43:29.920 35 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.252s] 2020-11-28 12:43:30.844 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.487s] 2020-11-28 12:43:35.840 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.994s] 2020-11-28 12:43:36.164 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.324s] 2020-11-28 12:43:36.346 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.180s] 2020-11-28 12:43:36.524 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.178s] 2020-11-28 12:43:36.642 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.118s] 2020-11-28 12:43:36.712 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.069s] 2020-11-28 12:43:36.839 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.126s] 2020-11-28 12:43:37.069 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.230s] 2020-11-28 12:43:37.150 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.080s] 2020-11-28 12:43:37.251 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.100s] 2020-11-28 12:43:43.454 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.332s] 2020-11-28 12:43:43.586 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.132s] 2020-11-28 12:43:44.058 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.805s] 2020-11-28 12:43:45.901 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.411s] 2020-11-28 12:43:50.670 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.192s] 2020-11-28 12:43:52.790 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.117s] 2020-11-28 12:43:54.878 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.089s] 2020-11-28 12:44:02.654 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.037s] 2020-11-28 12:44:09.612 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [21.927s] 2020-11-28 12:44:09.954 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.298s] 2020-11-28 12:44:19.215 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.259s] 2020-11-28 12:44:26.068 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [16.454s] 2020-11-28 12:44:27.900 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.654s] 2020-11-28 12:44:33.532 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.632s] 2020-11-28 12:44:40.665 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [14.596s] 2020-11-28 12:44:41.950 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.193s] 2020-11-28 12:44:41.989 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.039s] 2020-11-28 12:44:46.095 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.431s] 2020-11-28 12:45:28.130 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [42.030s] 2020-11-28 12:45:29.464 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.337s] 2020-11-28 12:45:32.336 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.204s] 2020-11-28 12:45:33.522 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.184s] 2020-11-28 12:45:34.178 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.656s] 2020-11-28 12:45:34.669 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.491s] 2020-11-28 12:45:35.179 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.509s] 2020-11-28 12:45:36.386 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.205s] 2020-11-28 12:45:37.311 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.924s] 2020-11-28 12:45:37.428 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.118s] 2020-11-28 12:45:37.453 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2020-11-28 12:45:37.473 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2020-11-28 12:45:37.508 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.035s] 2020-11-28 12:45:39.677 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.109s] 2020-11-28 12:45:44.742 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.105s] 2020-11-28 12:45:44.856 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.114s] 2020-11-28 12:45:44.927 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.070s] 2020-11-28 12:45:44.977 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.050s] 2020-11-28 12:45:45.027 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.049s] 2020-11-28 12:45:45.084 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.056s] 2020-11-28 12:45:45.148 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.063s] 2020-11-28 12:45:45.178 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.029s] 2020-11-28 12:45:45.513 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.334s] 2020-11-28 12:45:45.827 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.313s] 2020-11-28 12:45:59.231 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.545s] 2020-11-28 12:46:00.952 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.168s] 2020-11-28 12:46:02.853 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.181s] 2020-11-28 12:46:09.738 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.054s] 2020-11-28 12:46:09.917 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.178s] 2020-11-28 12:46:09.985 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.068s] 2020-11-28 12:46:10.327 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.341s] 2020-11-28 12:46:10.448 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.121s] 2020-11-28 12:46:10.770 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.321s] 2020-11-28 12:46:10.824 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.054s] 2020-11-28 12:46:10.890 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.065s] 2020-11-28 12:46:10.964 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.074s] 2020-11-28 12:46:11.024 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.059s] 2020-11-28 12:46:11.069 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.045s] 2020-11-28 12:46:11.179 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.110s] 2020-11-28 12:46:11.295 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.114s] 2020-11-28 12:46:11.357 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.062s] 2020-11-28 12:46:11.407 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2020-11-28 12:46:18.626 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2020-11-28 12:46:18.664 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.038s] 2020-11-28 12:46:18.711 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.047s] 2020-11-28 12:46:18.745 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.032s] 2020-11-28 12:46:18.758 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2020-11-28 12:46:18.767 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.009s] 2020-11-28 12:46:18.781 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-11-28 12:46:18.829 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.047s] 2020-11-28 12:46:18.841 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2020-11-28 12:46:18.885 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.043s] 2020-11-28 12:46:18.898 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2020-11-28 12:46:18.951 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.052s] 2020-11-28 12:46:19.003 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.052s] 2020-11-28 12:46:19.054 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.050s] 2020-11-28 12:46:19.116 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.061s] 2020-11-28 12:46:19.128 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2020-11-28 12:46:19.173 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.044s] 2020-11-28 12:46:19.218 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.046s] 2020-11-28 12:46:19.264 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.045s] 2020-11-28 12:46:19.309 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.044s] 2020-11-28 12:46:22.294 35 INFO rally.task.context [-] Verification 17ef05a7-4fc4-4c9b-9005-14df9922c30f | Context testr@default cleanup() started 2020-11-28 12:46:22.295 35 INFO rally.task.context [-] Verification 17ef05a7-4fc4-4c9b-9005-14df9922c30f | Context testr@default cleanup() finished in 0.69 msec 2020-11-28 12:46:22.295 35 INFO rally.task.context [-] Verification 17ef05a7-4fc4-4c9b-9005-14df9922c30f | Context tempest@default cleanup() started 2020-11-28 12:46:22.454 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f4387df0_RdWpIzCg'. 2020-11-28 12:46:22.555 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f4387df0_RdWpIzCg' has been deleted. 2020-11-28 12:46:22.556 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a61f7468-8286-4ce5-9ffa-90c815ee6304' of option 'instance_type' from Tempest config file. 2020-11-28 12:46:22.556 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a61f7468-8286-4ce5-9ffa-90c815ee6304' has been removed. 2020-11-28 12:46:22.560 35 INFO rally.task.context [-] Verification 17ef05a7-4fc4-4c9b-9005-14df9922c30f | Context tempest@default cleanup() finished in 0.26 sec 2020-11-28 12:46:22.598 35 INFO rally.api [-] Verification (UUID=f4387df0-4b8c-4c4a-a7de-59e97bdb953a) has been successfully finished for deployment 'opnfv-rally' (UUID=ab901022-2fa7-47f6-8dcb-91ebcaaadd2a)! 2020-11-28 12:46:24.517 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:46:24.517 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:46:24.517 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:46:26.481 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:46:26.482 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:46:26.482 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:46:28.941 78 INFO rally.api [-] Building 'html' report for the following verification(s): 'f4387df0-4b8c-4c4a-a7de-59e97bdb953a' 2020-11-28 12:46:28.972 78 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:46:30.809 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:46:30.810 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:46:30.810 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:46:33.192 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f4387df0-4b8c-4c4a-a7de-59e97bdb953a' 2020-11-28 12:46:33.207 80 INFO rally.api [-] The report has been successfully built.