2021-02-13 20:11:10.126 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:11:10.126 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:11:10.126 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:11:12.242 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 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:11:12.242 7 ERROR rally.cli.cliutils 2021-02-13 20:11:13.838 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:11:13.838 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:11:13.838 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:11:17.811 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:11:17.812 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:11:17.812 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:11:22.238 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:11:22.238 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:11:22.238 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:11:23.649 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:11:23.649 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:11:23.649 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:11:25.720 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 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:11:25.720 17 ERROR rally.cli.cliutils 2021-02-13 20:11:27.242 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:11:27.242 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:11:27.242 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:11:29.255 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 20:11:29.321 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4c2a757c-8e93-4e02-9a19-b0a26676a983/repo. 2021-02-13 20:11:29.588 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4c2a757c-8e93-4e02-9a19-b0a26676a983/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-02-13 20:11:29.601 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 20:11:29.609 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 20:11:29.628 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 20:11:29.674 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 20:11:30.430 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4c2a757c-8e93-4e02-9a19-b0a26676a983) has been successfully created! 2021-02-13 20:11:32.018 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:11:32.018 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:11:32.018 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:11:36.342 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:11:36.343 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:11:36.343 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:11:38.259 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4c2a757c-8e93-4e02-9a19-b0a26676a983) for deployment 'opnfv-rally' (UUID=2a4121af-40f8-49a4-8811-b1283d70b62c). 2021-02-13 20:11:38.807 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4c2a757c-8e93-4e02-9a19-b0a26676a983) has been successfully configured for deployment 'opnfv-rally' (UUID=2a4121af-40f8-49a4-8811-b1283d70b62c)! 2021-02-13 20:11:47.773 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:11:47.774 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:11:47.774 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:11:50.011 35 INFO rally.api [-] Starting verification (UUID=8751d85e-01d9-46cd-adbb-806fcd11f955) for deployment 'opnfv-rally' (UUID=2a4121af-40f8-49a4-8811-b1283d70b62c) by verifier 'opnfv-tempest' (UUID=4c2a757c-8e93-4e02-9a19-b0a26676a983). 2021-02-13 20:11:50.659 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 20:11:50.660 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4c2a757c-8e93-4e02-9a19-b0a26676a983/for-deployment-2a4121af-40f8-49a4-8811-b1283d70b62c/tempest.log' to option 'log_file'. 2021-02-13 20:11:50.660 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4c2a757c-8e93-4e02-9a19-b0a26676a983/for-deployment-2a4121af-40f8-49a4-8811-b1283d70b62c/tempest.log 2021-02-13 20:11:50.661 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 20:11:50.661 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4c2a757c-8e93-4e02-9a19-b0a26676a983/for-deployment-2a4121af-40f8-49a4-8811-b1283d70b62c/lock_files' to option 'lock_path'. 2021-02-13 20:11:50.661 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4c2a757c-8e93-4e02-9a19-b0a26676a983/for-deployment-2a4121af-40f8-49a4-8811-b1283d70b62c/lock_files 2021-02-13 20:11:50.662 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 20:11:50.662 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 2021-02-13 20:11:50.662 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a67c2284-1208-4f87-a5a2-503efb81c181 2021-02-13 20:11:50.663 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b1378c3f-efa3-4f9b-99b5-d0e4520e9bd2 2021-02-13 20:11:50.664 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c87de779-7d45-416d-a8ae-0dddc728932f 2021-02-13 20:11:50.664 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 61f50190-a7bb-41d1-84d8-9971b9da57ac 2021-02-13 20:11:50.903 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 20:11:50.903 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_c9d82ec9-d431-41d9-9b3d-a7f343e6f281 2021-02-13 20:11:50.904 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 20:11:51.000 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 20:11:51.049 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8de24ffc_4CuZbWl4'. Using flavor 'rally_verify_8de24ffc_4CuZbWl4' (ID = 02499d4c-b5aa-4b74-976c-f6d28679d05f) for the tests. 2021-02-13 20:11:51.050 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '02499d4c-b5aa-4b74-976c-f6d28679d05f' to option 'instance_type'. 2021-02-13 20:11:51.050 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 02499d4c-b5aa-4b74-976c-f6d28679d05f 2021-02-13 20:11:51.052 35 INFO rally.task.context [-] Verification 4c2a757c-8e93-4e02-9a19-b0a26676a983 | Context tempest@default setup() finished in 0.82 sec 2021-02-13 20:11:51.053 35 INFO rally.task.context [-] Verification 4c2a757c-8e93-4e02-9a19-b0a26676a983 | Context testr@default setup() finished in 0.58 msec 2021-02-13 20:11:51.054 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4083ab8c-6fa1-4b65-841e-f2a0adb37579'. 2021-02-13 20:11:56.880 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.215s] 2021-02-13 20:11:56.986 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.106s] 2021-02-13 20:11:59.315 35 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.493s] 2021-02-13 20:12:13.338 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.441s] 2021-02-13 20:12:21.008 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.098s] 2021-02-13 20:12:21.028 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.019s] 2021-02-13 20:12:21.418 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.390s] 2021-02-13 20:12:21.440 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.020s] 2021-02-13 20:12:21.458 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.018s] 2021-02-13 20:12:21.505 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.047s] 2021-02-13 20:12:21.602 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.096s] 2021-02-13 20:12:21.703 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.102s] 2021-02-13 20:12:22.125 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.420s] 2021-02-13 20:12:22.153 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.028s] 2021-02-13 20:12:22.314 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.160s] 2021-02-13 20:12:22.826 35 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.267s] 2021-02-13 20:12:26.807 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.327s] 2021-02-13 20:12:27.152 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.344s] 2021-02-13 20:12:27.596 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.444s] 2021-02-13 20:12:27.750 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.153s] 2021-02-13 20:12:27.751 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-02-13 20:12:32.893 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [15.091s] 2021-02-13 20:12:33.122 35 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-02-13 20:12:37.966 35 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [15.137s] 2021-02-13 20:12:38.217 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.380s] 2021-02-13 20:12:38.491 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.274s] 2021-02-13 20:12:38.878 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.387s] 2021-02-13 20:12:39.347 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.468s] 2021-02-13 20:12:39.819 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.471s] 2021-02-13 20:12:40.251 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.431s] 2021-02-13 20:12:43.063 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.266s] 2021-02-13 20:12:50.036 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.209s] 2021-02-13 20:13:01.535 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.356s] 2021-02-13 20:13:01.880 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.344s] 2021-02-13 20:13:02.242 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.362s] 2021-02-13 20:13:02.556 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.313s] 2021-02-13 20:13:02.805 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.250s] 2021-02-13 20:13:02.980 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.174s] 2021-02-13 20:13:03.171 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.190s] 2021-02-13 20:13:03.347 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.175s] 2021-02-13 20:13:03.453 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.105s] 2021-02-13 20:13:03.598 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.145s] 2021-02-13 20:13:03.930 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.332s] 2021-02-13 20:13:05.918 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.877s] 2021-02-13 20:13:14.473 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.625s] 2021-02-13 20:13:14.630 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.157s] 2021-02-13 20:13:15.894 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.263s] 2021-02-13 20:13:16.066 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.171s] 2021-02-13 20:13:16.067 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-02-13 20:13:30.545 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [24.619s] 2021-02-13 20:13:37.263 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [56.148s] 2021-02-13 20:13:40.525 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.082s] 2021-02-13 20:13:45.653 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.784s] 2021-02-13 20:13:46.106 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.579s] 2021-02-13 20:13:46.807 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.261s] 2021-02-13 20:14:02.312 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [15.498s] 2021-02-13 20:14:05.447 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.097s] 2021-02-13 20:14:05.872 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.219s] 2021-02-13 20:14:07.360 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.393s] 2021-02-13 20:14:07.492 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.132s] 2021-02-13 20:14:08.316 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.176s] 2021-02-13 20:14:09.342 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.026s] 2021-02-13 20:14:09.892 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.548s] 2021-02-13 20:14:10.030 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.753s] 2021-02-13 20:14:10.290 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.478s] 2021-02-13 20:14:10.505 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.613s] 2021-02-13 20:14:11.048 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.543s] 2021-02-13 20:14:11.627 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.578s] 2021-02-13 20:14:12.068 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.440s] 2021-02-13 20:14:12.307 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.385s] 2021-02-13 20:14:12.333 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.026s] 2021-02-13 20:14:12.547 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.479s] 2021-02-13 20:14:13.007 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.460s] 2021-02-13 20:14:13.597 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.588s] 2021-02-13 20:14:14.087 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.491s] 2021-02-13 20:14:14.856 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.091s] 2021-02-13 20:14:15.519 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.431s] 2021-02-13 20:14:15.993 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.475s] 2021-02-13 20:14:16.622 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.627s] 2021-02-13 20:14:17.137 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.516s] 2021-02-13 20:14:17.774 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.637s] 2021-02-13 20:14:19.187 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.412s] 2021-02-13 20:14:19.687 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.013s] 2021-02-13 20:14:19.700 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2021-02-13 20:14:19.708 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.008s] 2021-02-13 20:14:19.728 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.019s] 2021-02-13 20:14:19.734 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.006s] 2021-02-13 20:14:19.745 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.556s] 2021-02-13 20:14:19.902 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.161s] 2021-02-13 20:14:19.907 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.010s] 2021-02-13 20:14:19.919 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.013s] 2021-02-13 20:14:19.931 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.010s] 2021-02-13 20:14:19.935 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2021-02-13 20:14:19.947 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.011s] 2021-02-13 20:14:20.015 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.069s] 2021-02-13 20:14:22.794 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [16.920s] 2021-02-13 20:14:27.983 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.333s] 2021-02-13 20:14:28.218 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.234s] 2021-02-13 20:14:29.433 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.638s] 2021-02-13 20:14:29.836 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2021-02-13 20:14:31.606 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.030s] 2021-02-13 20:14:32.025 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.418s] 2021-02-13 20:14:32.201 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.176s] 2021-02-13 20:14:36.611 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.014s] 2021-02-13 20:14:36.623 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.012s] 2021-02-13 20:14:36.678 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.053s] 2021-02-13 20:14:36.735 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.055s] 2021-02-13 20:14:36.784 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.049s] 2021-02-13 20:14:36.857 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.074s] 2021-02-13 20:14:36.929 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.072s] 2021-02-13 20:14:36.990 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.060s] 2021-02-13 20:14:37.051 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.059s] 2021-02-13 20:14:37.114 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.063s] 2021-02-13 20:14:37.454 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.152s] 2021-02-13 20:14:39.579 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.121s] 2021-02-13 20:14:39.705 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.708s] 2021-02-13 20:14:41.661 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.083s] 2021-02-13 20:14:42.917 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2021-02-13 20:14:42.936 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.019s] 2021-02-13 20:14:42.952 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.016s] 2021-02-13 20:14:44.833 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.153s] 2021-02-13 20:14:44.856 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.022s] 2021-02-13 20:14:45.026 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.169s] 2021-02-13 20:14:45.037 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2021-02-13 20:14:45.058 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.021s] 2021-02-13 20:14:47.240 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.952s] 2021-02-13 20:14:50.503 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.800s] 2021-02-13 20:14:52.243 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.290s] 2021-02-13 20:14:52.761 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.519s] 2021-02-13 20:14:55.363 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.603s] 2021-02-13 20:14:55.507 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.062s] 2021-02-13 20:14:59.436 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.037s] 2021-02-13 20:14:59.513 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.076s] 2021-02-13 20:14:59.551 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.037s] 2021-02-13 20:14:59.582 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.031s] 2021-02-13 20:14:59.611 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.028s] 2021-02-13 20:14:59.632 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.021s] 2021-02-13 20:14:59.648 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.016s] 2021-02-13 20:14:59.671 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.020s] 2021-02-13 20:14:59.672 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.428s] 2021-02-13 20:14:59.774 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.103s] 2021-02-13 20:14:59.893 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.119s] 2021-02-13 20:15:00.881 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.516s] 2021-02-13 20:15:00.984 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.478s] 2021-02-13 20:15:02.271 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.600s] 2021-02-13 20:15:02.330 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2021-02-13 20:15:02.388 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.057s] 2021-02-13 20:15:04.497 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.615s] 2021-02-13 20:15:06.371 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.386s] 2021-02-13 20:15:10.849 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.351s] 2021-02-13 20:15:13.952 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.849s] 2021-02-13 20:15:14.003 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.154s] 2021-02-13 20:15:16.541 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.150s] 2021-02-13 20:15:16.604 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.064s] 2021-02-13 20:15:16.651 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.048s] 2021-02-13 20:15:19.121 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.117s] 2021-02-13 20:15:20.938 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.087s] 2021-02-13 20:15:22.292 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.338s] 2021-02-13 20:15:22.529 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.589s] 2021-02-13 20:15:22.902 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.373s] 2021-02-13 20:15:23.556 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.653s] 2021-02-13 20:15:24.147 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.590s] 2021-02-13 20:15:24.323 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.200s] 2021-02-13 20:15:24.510 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.188s] 2021-02-13 20:15:24.638 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.126s] 2021-02-13 20:15:24.752 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.115s] 2021-02-13 20:15:24.824 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.071s] 2021-02-13 20:15:24.928 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.103s] 2021-02-13 20:15:25.195 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.267s] 2021-02-13 20:15:25.308 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.113s] 2021-02-13 20:15:25.330 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.181s] 2021-02-13 20:15:25.361 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2021-02-13 20:15:25.417 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.055s] 2021-02-13 20:15:25.873 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.543s] 2021-02-13 20:15:25.948 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.075s] 2021-02-13 20:15:25.973 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2021-02-13 20:15:25.994 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2021-02-13 20:15:26.032 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.038s] 2021-02-13 20:15:29.638 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.208s] 2021-02-13 20:15:30.393 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.975s] 2021-02-13 20:15:31.691 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.398s] 2021-02-13 20:15:31.712 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.072s] 2021-02-13 20:15:31.755 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.042s] 2021-02-13 20:15:33.836 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.080s] 2021-02-13 20:15:35.914 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.077s] 2021-02-13 20:15:38.004 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.089s] 2021-02-13 20:15:40.102 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.096s] 2021-02-13 20:15:40.366 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.637s] 2021-02-13 20:15:42.205 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.102s] 2021-02-13 20:15:44.310 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.103s] 2021-02-13 20:15:45.860 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.492s] 2021-02-13 20:15:46.453 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.143s] 2021-02-13 20:15:47.058 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.933s] 2021-02-13 20:15:47.109 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.052s] 2021-02-13 20:15:47.387 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.277s] 2021-02-13 20:15:48.573 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.120s] 2021-02-13 20:15:49.400 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.013s] 2021-02-13 20:15:50.692 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.115s] 2021-02-13 20:15:52.794 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.101s] 2021-02-13 20:15:53.574 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.217s] 2021-02-13 20:15:53.619 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.044s] 2021-02-13 20:15:54.059 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [47.688s] 2021-02-13 20:15:54.896 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.100s] 2021-02-13 20:15:55.298 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.238s] 2021-02-13 20:15:56.120 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.719s] 2021-02-13 20:15:56.202 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.082s] 2021-02-13 20:15:56.264 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.061s] 2021-02-13 20:15:57.003 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.106s] 2021-02-13 20:15:59.068 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.055s] 2021-02-13 20:15:59.139 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.134s] 2021-02-13 20:16:00.260 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.190s] 2021-02-13 20:16:01.265 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.123s] 2021-02-13 20:16:03.306 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.044s] 2021-02-13 20:16:03.366 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.100s] 2021-02-13 20:16:04.012 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.707s] 2021-02-13 20:16:05.303 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.287s] 2021-02-13 20:16:05.499 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.132s] 2021-02-13 20:16:06.240 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.939s] 2021-02-13 20:16:07.699 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2021-02-13 20:16:07.724 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.025s] 2021-02-13 20:16:07.819 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.186s] 2021-02-13 20:16:08.422 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.175s] 2021-02-13 20:16:08.453 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.036s] 2021-02-13 20:16:09.618 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.164s] 2021-02-13 20:16:10.653 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.594s] 2021-02-13 20:16:11.406 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2021-02-13 20:16:12.359 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.014s] 2021-02-13 20:16:14.537 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.262s] 2021-02-13 20:16:14.796 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.258s] 2021-02-13 20:16:14.996 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.144s] 2021-02-13 20:16:22.703 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.472s] 2021-02-13 20:16:24.772 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.069s] 2021-02-13 20:16:24.883 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [10.085s] 2021-02-13 20:16:31.295 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.818s] 2021-02-13 20:16:34.070 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.050s] 2021-02-13 20:16:34.129 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.059s] 2021-02-13 20:16:34.191 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.061s] 2021-02-13 20:16:34.518 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.326s] 2021-02-13 20:16:34.636 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.117s] 2021-02-13 20:16:34.856 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.559s] 2021-02-13 20:16:34.923 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.285s] 2021-02-13 20:16:34.975 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.053s] 2021-02-13 20:16:35.033 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.058s] 2021-02-13 20:16:35.130 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.096s] 2021-02-13 20:16:35.190 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.059s] 2021-02-13 20:16:35.248 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.057s] 2021-02-13 20:16:35.354 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.105s] 2021-02-13 20:16:35.456 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.100s] 2021-02-13 20:16:35.502 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.047s] 2021-02-13 20:16:35.569 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.067s] 2021-02-13 20:16:38.593 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.736s] 2021-02-13 20:16:42.158 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.565s] 2021-02-13 20:16:47.081 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.100s] 2021-02-13 20:16:47.164 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.083s] 2021-02-13 20:16:49.151 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.352s] 2021-02-13 20:16:54.817 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.325s] 2021-02-13 20:16:55.121 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.304s] 2021-02-13 20:17:01.025 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.438s] 2021-02-13 20:17:01.323 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.297s] 2021-02-13 20:17:05.706 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2021-02-13 20:17:05.735 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.029s] 2021-02-13 20:17:05.780 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.044s] 2021-02-13 20:17:05.811 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.030s] 2021-02-13 20:17:05.825 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2021-02-13 20:17:05.834 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.009s] 2021-02-13 20:17:05.846 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2021-02-13 20:17:05.893 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.046s] 2021-02-13 20:17:05.903 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2021-02-13 20:17:05.949 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.045s] 2021-02-13 20:17:05.962 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2021-02-13 20:17:06.017 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.054s] 2021-02-13 20:17:06.073 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.056s] 2021-02-13 20:17:06.131 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.057s] 2021-02-13 20:17:06.186 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.054s] 2021-02-13 20:17:06.197 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2021-02-13 20:17:06.244 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.046s] 2021-02-13 20:17:06.287 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.042s] 2021-02-13 20:17:06.332 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.045s] 2021-02-13 20:17:06.375 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.042s] 2021-02-13 20:17:10.100 35 INFO rally.task.context [-] Verification 4c2a757c-8e93-4e02-9a19-b0a26676a983 | Context testr@default cleanup() started 2021-02-13 20:17:10.142 35 INFO rally.task.context [-] Verification 4c2a757c-8e93-4e02-9a19-b0a26676a983 | Context testr@default cleanup() finished in 42.96 msec 2021-02-13 20:17:10.143 35 INFO rally.task.context [-] Verification 4c2a757c-8e93-4e02-9a19-b0a26676a983 | Context tempest@default cleanup() started 2021-02-13 20:17:10.329 35 INFO rally.task.context [-] Verification 4c2a757c-8e93-4e02-9a19-b0a26676a983 | Context tempest@default cleanup() finished in 0.19 sec 2021-02-13 20:17:10.478 35 INFO rally.api [-] Verification (UUID=8751d85e-01d9-46cd-adbb-806fcd11f955) has been successfully finished for deployment 'opnfv-rally' (UUID=2a4121af-40f8-49a4-8811-b1283d70b62c)! 2021-02-13 20:17:14.006 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:17:14.007 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:17:14.007 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:17:16.000 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:17:16.000 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:17:16.001 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:17:19.524 78 INFO rally.api [-] Building 'html' report for the following verification(s): '8751d85e-01d9-46cd-adbb-806fcd11f955' 2021-02-13 20:17:19.561 78 INFO rally.api [-] The report has been successfully built. 2021-02-13 20:17:21.356 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:17:21.357 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:17:21.357 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:17:23.653 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8751d85e-01d9-46cd-adbb-806fcd11f955' 2021-02-13 20:17:23.669 80 INFO rally.api [-] The report has been successfully built.