2021-08-17 10:15:04.357 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:15:04.358 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:15:04.358 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 10:15:06.969 8 ERROR rally.cli.cliutils 2021-08-17 10:15:08.567 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:15:08.568 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:15:08.568 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:15:12.984 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:15:12.984 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:15:12.984 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:15:17.945 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:15:17.945 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:15:17.945 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:15:19.551 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:15:19.551 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:15:19.551 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 10:15:22.018 18 ERROR rally.cli.cliutils 2021-08-17 10:15:23.812 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:15:23.812 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:15:23.813 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:15:26.073 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 10:15:26.114 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c70ce9b5-6430-4a08-b1fb-04cead280a30/repo. 2021-08-17 10:15:26.427 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c70ce9b5-6430-4a08-b1fb-04cead280a30/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. 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 ' 2021-08-17 10:15:26.479 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 10:15:26.491 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 10:15:26.499 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 10:15:26.571 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 10:15:27.357 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c70ce9b5-6430-4a08-b1fb-04cead280a30) has been successfully created! 2021-08-17 10:15:29.136 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:15:29.137 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:15:29.137 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:15:34.224 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:15:34.224 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:15:34.224 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:15:36.827 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c70ce9b5-6430-4a08-b1fb-04cead280a30) for deployment 'opnfv-rally' (UUID=a416f4bd-b91b-491f-8f55-03c59d776a9e). 2021-08-17 10:15:37.250 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c70ce9b5-6430-4a08-b1fb-04cead280a30) has been successfully configured for deployment 'opnfv-rally' (UUID=a416f4bd-b91b-491f-8f55-03c59d776a9e)! 2021-08-17 10:15:46.934 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:15:46.935 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:15:46.935 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:15:49.326 36 INFO rally.api [-] Starting verification (UUID=c544e12d-7054-477d-95cb-a21b0557c47d) for deployment 'opnfv-rally' (UUID=a416f4bd-b91b-491f-8f55-03c59d776a9e) by verifier 'opnfv-tempest' (UUID=c70ce9b5-6430-4a08-b1fb-04cead280a30). 2021-08-17 10:15:50.080 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2021-08-17 10:15:50.134 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 10:15:50.135 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c70ce9b5-6430-4a08-b1fb-04cead280a30/for-deployment-a416f4bd-b91b-491f-8f55-03c59d776a9e/tempest.log' to option 'log_file'. 2021-08-17 10:15:50.135 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c70ce9b5-6430-4a08-b1fb-04cead280a30/for-deployment-a416f4bd-b91b-491f-8f55-03c59d776a9e/tempest.log 2021-08-17 10:15:50.135 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 10:15:50.136 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c70ce9b5-6430-4a08-b1fb-04cead280a30/for-deployment-a416f4bd-b91b-491f-8f55-03c59d776a9e/lock_files' to option 'lock_path'. 2021-08-17 10:15:50.136 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c70ce9b5-6430-4a08-b1fb-04cead280a30/for-deployment-a416f4bd-b91b-491f-8f55-03c59d776a9e/lock_files 2021-08-17 10:15:50.136 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 10:15:50.137 36 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 2021-08-17 10:15:50.137 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 055e1a83-4ae9-4090-98a1-9271ea854dd1 2021-08-17 10:15:50.137 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = fba37f60-d3fc-47eb-9bbd-baff4c1ba6fc 2021-08-17 10:15:50.138 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 92be0ba4-6a61-46fa-8a11-20af819acf41 2021-08-17 10:15:50.139 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2eea4018-a979-48ce-b8de-d1684333c2ca 2021-08-17 10:15:50.396 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 10:15:50.397 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_5b16156b-573d-4ab6-bdd5-0cb4c2d30a70 2021-08-17 10:15:50.397 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 10:15:50.500 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 10:15:50.537 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-17 10:15:50.538 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c544e12d_IWgjmGMS' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-17 10:15:50.573 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c544e12d_IWgjmGMS' (ID = e4ee73e1-babe-4244-851c-9f1ea73395af) has been successfully created! 2021-08-17 10:15:50.573 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e4ee73e1-babe-4244-851c-9f1ea73395af' to option 'instance_type'. 2021-08-17 10:15:50.574 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e4ee73e1-babe-4244-851c-9f1ea73395af 2021-08-17 10:15:50.575 36 INFO rally.task.context [-] Verification c70ce9b5-6430-4a08-b1fb-04cead280a30 | Context tempest@default setup() finished in 1.04 sec 2021-08-17 10:15:50.577 36 INFO rally.task.context [-] Verification c70ce9b5-6430-4a08-b1fb-04cead280a30 | Context testr@default setup() finished in 0.85 msec 2021-08-17 10:15:50.577 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2998f036-58af-4558-a276-f4e42bc7e917'. 2021-08-17 10:15:56.314 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.249s] 2021-08-17 10:15:56.382 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.153s] 2021-08-17 10:15:56.386 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.072s] 2021-08-17 10:15:56.875 36 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.617s] 2021-08-17 10:16:09.242 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.479s] 2021-08-17 10:16:10.019 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.774s] 2021-08-17 10:16:10.623 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.603s] 2021-08-17 10:16:11.207 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.585s] 2021-08-17 10:16:11.717 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.508s] 2021-08-17 10:16:12.230 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.514s] 2021-08-17 10:16:12.640 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.410s] 2021-08-17 10:16:13.101 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.599s] 2021-08-17 10:16:13.202 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.561s] 2021-08-17 10:16:13.778 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.575s] 2021-08-17 10:16:14.690 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.912s] 2021-08-17 10:16:15.361 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.670s] 2021-08-17 10:16:15.850 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.489s] 2021-08-17 10:16:16.672 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.820s] 2021-08-17 10:16:17.218 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.546s] 2021-08-17 10:16:17.685 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.466s] 2021-08-17 10:16:18.184 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.498s] 2021-08-17 10:16:18.740 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.556s] 2021-08-17 10:16:19.136 36 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.023s] 2021-08-17 10:16:19.203 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.463s] 2021-08-17 10:16:22.448 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [6.664s] 2021-08-17 10:16:22.612 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.163s] 2021-08-17 10:16:23.028 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.415s] 2021-08-17 10:16:23.183 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.153s] 2021-08-17 10:16:23.184 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-08-17 10:16:24.024 36 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.246s] 2021-08-17 10:16:24.248 36 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.224s] 2021-08-17 10:16:34.279 36 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [15.144s] 2021-08-17 10:16:38.989 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [6.913s] 2021-08-17 10:16:44.061 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.081s] 2021-08-17 10:16:49.581 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.516s] 2021-08-17 10:17:08.330 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.297s] 2021-08-17 10:17:08.619 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.287s] 2021-08-17 10:17:08.899 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.281s] 2021-08-17 10:17:09.204 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.304s] 2021-08-17 10:17:09.452 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.248s] 2021-08-17 10:17:09.578 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.125s] 2021-08-17 10:17:09.903 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.324s] 2021-08-17 10:17:10.062 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.159s] 2021-08-17 10:17:10.156 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.094s] 2021-08-17 10:17:10.317 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.160s] 2021-08-17 10:17:10.655 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.339s] 2021-08-17 10:17:30.622 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [51.631s] 2021-08-17 10:17:39.768 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.085s] 2021-08-17 10:17:39.785 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.017s] 2021-08-17 10:17:40.113 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.328s] 2021-08-17 10:17:40.130 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.016s] 2021-08-17 10:17:40.145 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.015s] 2021-08-17 10:17:40.185 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.040s] 2021-08-17 10:17:40.279 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.093s] 2021-08-17 10:17:40.371 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.092s] 2021-08-17 10:17:40.684 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.311s] 2021-08-17 10:17:40.705 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.022s] 2021-08-17 10:17:40.860 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.154s] 2021-08-17 10:17:48.393 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [17.768s] 2021-08-17 10:17:55.681 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.290s] 2021-08-17 10:17:57.324 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.297s] 2021-08-17 10:17:57.555 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.230s] 2021-08-17 10:17:57.787 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.232s] 2021-08-17 10:17:58.169 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.381s] 2021-08-17 10:17:58.515 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.346s] 2021-08-17 10:17:58.895 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.379s] 2021-08-17 10:18:03.613 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.019s] 2021-08-17 10:18:05.387 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.365s] 2021-08-17 10:18:05.510 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.123s] 2021-08-17 10:18:06.878 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-08-17 10:18:07.775 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.161s] 2021-08-17 10:18:09.017 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.089s] 2021-08-17 10:18:09.692 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [72.669s] 2021-08-17 10:18:09.853 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.160s] 2021-08-17 10:18:10.176 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.322s] 2021-08-17 10:18:10.330 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.153s] 2021-08-17 10:18:10.331 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-08-17 10:18:14.686 36 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [104.184s] 2021-08-17 10:18:15.403 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.225s] 2021-08-17 10:18:17.540 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.136s] 2021-08-17 10:18:17.612 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.072s] 2021-08-17 10:18:19.712 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.097s] 2021-08-17 10:18:20.488 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.707s] 2021-08-17 10:18:21.818 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.105s] 2021-08-17 10:18:23.934 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.115s] 2021-08-17 10:18:26.049 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.114s] 2021-08-17 10:18:28.170 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.120s] 2021-08-17 10:18:30.391 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.219s] 2021-08-17 10:18:31.563 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [8.850s] 2021-08-17 10:18:31.782 36 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-08-17 10:18:32.399 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2021-08-17 10:18:32.420 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.020s] 2021-08-17 10:18:32.436 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.016s] 2021-08-17 10:18:32.482 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.091s] 2021-08-17 10:18:33.908 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.185s] 2021-08-17 10:18:33.924 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.017s] 2021-08-17 10:18:34.031 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.105s] 2021-08-17 10:18:34.037 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2021-08-17 10:18:34.050 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.013s] 2021-08-17 10:18:34.682 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.197s] 2021-08-17 10:18:35.857 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.450s] 2021-08-17 10:18:36.822 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.134s] 2021-08-17 10:18:38.135 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.015s] 2021-08-17 10:18:38.146 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2021-08-17 10:18:38.159 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.012s] 2021-08-17 10:18:38.186 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.027s] 2021-08-17 10:18:38.195 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.008s] 2021-08-17 10:18:38.420 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.219s] 2021-08-17 10:18:38.424 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.008s] 2021-08-17 10:18:38.435 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.012s] 2021-08-17 10:18:38.449 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.013s] 2021-08-17 10:18:38.453 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2021-08-17 10:18:38.467 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.013s] 2021-08-17 10:18:38.626 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.160s] 2021-08-17 10:18:38.937 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.119s] 2021-08-17 10:18:41.041 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.102s] 2021-08-17 10:18:43.153 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.110s] 2021-08-17 10:18:44.005 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [23.511s] 2021-08-17 10:18:45.274 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.119s] 2021-08-17 10:18:47.402 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.128s] 2021-08-17 10:18:49.530 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.125s] 2021-08-17 10:18:51.658 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.128s] 2021-08-17 10:18:53.428 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.160s] 2021-08-17 10:18:54.321 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.314s] 2021-08-17 10:18:55.446 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.289s] 2021-08-17 10:18:56.976 36 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [42.278s] 2021-08-17 10:18:57.596 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.147s] 2021-08-17 10:18:59.539 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.062s] 2021-08-17 10:18:59.596 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.056s] 2021-08-17 10:18:59.664 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.069s] 2021-08-17 10:18:59.697 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.102s] 2021-08-17 10:19:00.037 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.370s] 2021-08-17 10:19:00.196 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.160s] 2021-08-17 10:19:00.499 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.302s] 2021-08-17 10:19:00.557 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.058s] 2021-08-17 10:19:00.628 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.070s] 2021-08-17 10:19:00.708 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.079s] 2021-08-17 10:19:00.777 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.068s] 2021-08-17 10:19:00.829 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.052s] 2021-08-17 10:19:00.935 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.105s] 2021-08-17 10:19:01.049 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.112s] 2021-08-17 10:19:01.121 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.072s] 2021-08-17 10:19:01.192 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.071s] 2021-08-17 10:19:06.347 36 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.202s] 2021-08-17 10:19:06.789 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [12.466s] 2021-08-17 10:19:09.236 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.028s] 2021-08-17 10:19:09.434 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.197s] 2021-08-17 10:19:09.582 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.148s] 2021-08-17 10:19:10.218 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2021-08-17 10:19:10.231 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2021-08-17 10:19:10.278 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.048s] 2021-08-17 10:19:10.318 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.039s] 2021-08-17 10:19:10.364 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.046s] 2021-08-17 10:19:10.430 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.065s] 2021-08-17 10:19:10.486 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.056s] 2021-08-17 10:19:10.531 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2021-08-17 10:19:10.576 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.044s] 2021-08-17 10:19:10.622 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.046s] 2021-08-17 10:19:11.336 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.241s] 2021-08-17 10:19:11.356 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.019s] 2021-08-17 10:19:11.504 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.567s] 2021-08-17 10:19:13.274 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.069s] 2021-08-17 10:19:14.073 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.459s] 2021-08-17 10:19:16.003 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.313s] 2021-08-17 10:19:16.852 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.049s] 2021-08-17 10:19:16.942 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.088s] 2021-08-17 10:19:16.986 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.475s] 2021-08-17 10:19:16.988 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.039s] 2021-08-17 10:19:17.015 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.034s] 2021-08-17 10:19:17.050 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.033s] 2021-08-17 10:19:17.072 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.022s] 2021-08-17 10:19:17.090 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2021-08-17 10:19:17.114 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.022s] 2021-08-17 10:19:17.228 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.112s] 2021-08-17 10:19:17.386 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.158s] 2021-08-17 10:19:18.088 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [1.506s] 2021-08-17 10:19:19.530 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.526s] 2021-08-17 10:19:20.599 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.510s] 2021-08-17 10:19:20.620 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.090s] 2021-08-17 10:19:20.669 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.049s] 2021-08-17 10:19:20.718 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.049s] 2021-08-17 10:19:21.802 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [1.203s] 2021-08-17 10:19:25.022 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.220s] 2021-08-17 10:19:26.313 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [1.291s] 2021-08-17 10:19:28.393 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [7.672s] 2021-08-17 10:19:28.450 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.058s] 2021-08-17 10:19:28.464 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.097s] 2021-08-17 10:19:28.492 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.042s] 2021-08-17 10:19:28.577 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.114s] 2021-08-17 10:19:28.708 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.393s] 2021-08-17 10:19:28.787 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.661s] 2021-08-17 10:19:29.985 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [1.277s] 2021-08-17 10:19:32.273 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.483s] 2021-08-17 10:19:32.767 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.781s] 2021-08-17 10:19:33.775 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [1.007s] 2021-08-17 10:19:33.919 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.143s] 2021-08-17 10:19:34.021 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.102s] 2021-08-17 10:19:34.313 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.291s] 2021-08-17 10:19:34.365 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.052s] 2021-08-17 10:19:34.415 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.050s] 2021-08-17 10:19:34.512 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.096s] 2021-08-17 10:19:34.709 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.196s] 2021-08-17 10:19:34.767 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2021-08-17 10:19:34.817 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.049s] 2021-08-17 10:19:35.953 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.678s] 2021-08-17 10:19:37.467 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [2.649s] 2021-08-17 10:19:37.492 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [5.666s] 2021-08-17 10:19:37.570 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.078s] 2021-08-17 10:19:37.868 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.297s] 2021-08-17 10:19:38.894 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.025s] 2021-08-17 10:19:39.351 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.399s] 2021-08-17 10:19:40.860 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.175s] 2021-08-17 10:19:42.494 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [3.599s] 2021-08-17 10:19:42.768 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.273s] 2021-08-17 10:19:42.817 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.050s] 2021-08-17 10:19:45.441 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.285s] 2021-08-17 10:19:45.726 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.284s] 2021-08-17 10:19:50.693 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.123s] 2021-08-17 10:19:51.492 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.799s] 2021-08-17 10:19:53.196 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.697s] 2021-08-17 10:19:53.241 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.961s] 2021-08-17 10:19:54.031 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.839s] 2021-08-17 10:19:55.143 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.109s] 2021-08-17 10:19:55.625 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.896s] 2021-08-17 10:19:55.686 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.544s] 2021-08-17 10:19:57.095 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.405s] 2021-08-17 10:19:57.140 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2021-08-17 10:19:59.099 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.082s] 2021-08-17 10:20:00.136 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.012s] 2021-08-17 10:20:00.161 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.025s] 2021-08-17 10:20:00.213 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.051s] 2021-08-17 10:20:00.223 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.983s] 2021-08-17 10:20:00.245 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.032s] 2021-08-17 10:20:00.258 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2021-08-17 10:20:00.271 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2021-08-17 10:20:00.282 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2021-08-17 10:20:00.322 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.039s] 2021-08-17 10:20:00.333 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2021-08-17 10:20:00.378 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.044s] 2021-08-17 10:20:00.389 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2021-08-17 10:20:00.452 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.062s] 2021-08-17 10:20:00.513 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.061s] 2021-08-17 10:20:00.565 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.052s] 2021-08-17 10:20:00.616 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.051s] 2021-08-17 10:20:00.627 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2021-08-17 10:20:00.667 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.040s] 2021-08-17 10:20:00.708 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.040s] 2021-08-17 10:20:00.754 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.046s] 2021-08-17 10:20:00.795 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.040s] 2021-08-17 10:20:05.426 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.202s] 2021-08-17 10:20:05.940 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.328s] 2021-08-17 10:20:08.045 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.104s] 2021-08-17 10:20:08.403 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.976s] 2021-08-17 10:20:14.261 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.366s] 2021-08-17 10:20:16.019 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2021-08-17 10:20:23.658 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.943s] 2021-08-17 10:20:30.767 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.109s] 2021-08-17 10:20:37.244 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [28.836s] 2021-08-17 10:20:38.363 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.123s] 2021-08-17 10:20:38.713 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.943s] 2021-08-17 10:20:40.904 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.119s] 2021-08-17 10:20:41.478 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.571s] 2021-08-17 10:20:41.807 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.330s] 2021-08-17 10:20:42.134 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.326s] 2021-08-17 10:20:42.678 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.541s] 2021-08-17 10:20:43.255 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.576s] 2021-08-17 10:20:43.728 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.473s] 2021-08-17 10:20:43.779 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.052s] 2021-08-17 10:20:43.811 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.030s] 2021-08-17 10:20:43.839 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.027s] 2021-08-17 10:20:43.861 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.022s] 2021-08-17 10:20:45.657 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.022s] 2021-08-17 10:20:45.687 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.029s] 2021-08-17 10:20:52.699 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.321s] 2021-08-17 10:20:52.985 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.286s] 2021-08-17 10:21:00.057 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.412s] 2021-08-17 10:21:00.365 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.307s] 2021-08-17 10:21:03.615 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.202s] 2021-08-17 10:21:03.655 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.041s] 2021-08-17 10:21:05.063 36 INFO rally.task.context [-] Verification c70ce9b5-6430-4a08-b1fb-04cead280a30 | Context testr@default cleanup() started 2021-08-17 10:21:05.064 36 INFO rally.task.context [-] Verification c70ce9b5-6430-4a08-b1fb-04cead280a30 | Context testr@default cleanup() finished in 0.93 msec 2021-08-17 10:21:05.064 36 INFO rally.task.context [-] Verification c70ce9b5-6430-4a08-b1fb-04cead280a30 | Context tempest@default cleanup() started 2021-08-17 10:21:05.195 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2021-08-17 10:21:05.269 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2021-08-17 10:21:05.298 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c544e12d_IWgjmGMS'. 2021-08-17 10:21:05.554 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c544e12d_IWgjmGMS' has been deleted. 2021-08-17 10:21:05.555 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e4ee73e1-babe-4244-851c-9f1ea73395af' of option 'instance_type' from Tempest config file. 2021-08-17 10:21:05.555 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e4ee73e1-babe-4244-851c-9f1ea73395af' has been removed. 2021-08-17 10:21:05.557 36 INFO rally.task.context [-] Verification c70ce9b5-6430-4a08-b1fb-04cead280a30 | Context tempest@default cleanup() finished in 0.49 sec 2021-08-17 10:21:05.589 36 INFO rally.api [-] Verification (UUID=c544e12d-7054-477d-95cb-a21b0557c47d) has been successfully finished for deployment 'opnfv-rally' (UUID=a416f4bd-b91b-491f-8f55-03c59d776a9e)! 2021-08-17 10:21:07.817 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:21:07.817 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:21:07.818 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:21:09.929 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:21:09.930 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:21:09.930 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:21:12.917 79 INFO rally.api [-] Building 'html' report for the following verification(s): 'c544e12d-7054-477d-95cb-a21b0557c47d' 2021-08-17 10:21:12.949 79 INFO rally.api [-] The report has been successfully built. 2021-08-17 10:21:14.995 81 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:21:14.995 81 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:21:14.995 81 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:21:17.878 81 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c544e12d-7054-477d-95cb-a21b0557c47d' 2021-08-17 10:21:17.895 81 INFO rally.api [-] The report has been successfully built.