2020-07-02 16:34:19.891 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:34:19.891 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:34:19.892 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:34:21.837 6 ERROR rally.cli.cliutils 2020-07-02 16:34:23.219 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:34:23.219 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:34:23.219 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:34:26.876 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:34:26.876 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:34:26.876 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:34:31.208 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:34:31.209 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:34:31.209 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:34:32.487 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:34:32.488 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:34:32.488 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils force=force) 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 16:34:34.603 15 ERROR rally.cli.cliutils 2020-07-02 16:34:36.146 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:34:36.146 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:34:36.146 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:34:38.224 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 16:34:38.310 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-404636d2-34a6-46b9-a313-70a01f76e668/repo. 2020-07-02 16:34:38.589 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-404636d2-34a6-46b9-a313-70a01f76e668/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-02 16:34:38.604 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 16:34:38.611 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 16:34:38.636 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 16:34:38.704 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 16:34:39.317 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=404636d2-34a6-46b9-a313-70a01f76e668) has been successfully created! 2020-07-02 16:34:40.738 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:34:40.739 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:34:40.739 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:34:44.760 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:34:44.761 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:34:44.761 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:34:46.709 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=404636d2-34a6-46b9-a313-70a01f76e668) for deployment 'opnfv-rally' (UUID=d1a16367-0dfc-47cc-b22d-3511eae22810). 2020-07-02 16:34:47.119 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=404636d2-34a6-46b9-a313-70a01f76e668) has been successfully configured for deployment 'opnfv-rally' (UUID=d1a16367-0dfc-47cc-b22d-3511eae22810)! 2020-07-02 16:34:55.329 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:34:55.329 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:34:55.330 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:34:57.387 32 INFO rally.api [-] Starting verification (UUID=9240c0c6-ce19-4cfe-b672-21bf7d17d418) for deployment 'opnfv-rally' (UUID=d1a16367-0dfc-47cc-b22d-3511eae22810) by verifier 'opnfv-tempest' (UUID=404636d2-34a6-46b9-a313-70a01f76e668). 2020-07-02 16:34:58.068 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 16:34:58.069 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-404636d2-34a6-46b9-a313-70a01f76e668/for-deployment-d1a16367-0dfc-47cc-b22d-3511eae22810/tempest.log' to option 'log_file'. 2020-07-02 16:34:58.069 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-404636d2-34a6-46b9-a313-70a01f76e668/for-deployment-d1a16367-0dfc-47cc-b22d-3511eae22810/tempest.log 2020-07-02 16:34:58.069 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 16:34:58.069 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-404636d2-34a6-46b9-a313-70a01f76e668/for-deployment-d1a16367-0dfc-47cc-b22d-3511eae22810/lock_files' to option 'lock_path'. 2020-07-02 16:34:58.070 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-404636d2-34a6-46b9-a313-70a01f76e668/for-deployment-d1a16367-0dfc-47cc-b22d-3511eae22810/lock_files 2020-07-02 16:34:58.070 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 16:34:58.070 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-02 16:34:58.070 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e4aa658d-6448-4757-ab90-9d76104b3d6d 2020-07-02 16:34:58.070 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = cfeb7d1c-8035-4418-8790-d3055616cd64 2020-07-02 16:34:58.071 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0b0bdf16-bfa6-4dac-ac44-0584c520e17b 2020-07-02 16:34:58.071 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c444cccb-553c-470b-922c-d5b0126b1bbc 2020-07-02 16:34:58.300 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 16:34:58.301 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_9612cd63-05b5-46f0-8a0c-066d9f2eac7a 2020-07-02 16:34:58.301 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 16:34:58.389 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 16:34:58.424 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-02 16:34:58.424 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_9240c0c6_TWQfyzkw' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-02 16:34:58.458 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9240c0c6_TWQfyzkw' (ID = c67b6025-9989-4d30-bc86-55571dd3e396) has been successfully created! 2020-07-02 16:34:58.458 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c67b6025-9989-4d30-bc86-55571dd3e396' to option 'instance_type'. 2020-07-02 16:34:58.458 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c67b6025-9989-4d30-bc86-55571dd3e396 2020-07-02 16:34:58.460 32 INFO rally.task.context [-] Verification 404636d2-34a6-46b9-a313-70a01f76e668 | Context tempest@default setup() finished in 0.89 sec 2020-07-02 16:34:58.461 32 INFO rally.task.context [-] Verification 404636d2-34a6-46b9-a313-70a01f76e668 | Context testr@default setup() finished in 0.45 msec 2020-07-02 16:34:58.461 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/6d1fa1ec-af52-4672-9f0c-d0d9dd355435'. 2020-07-02 16:35:03.669 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.255s] 2020-07-02 16:35:04.278 32 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.190s] 2020-07-02 16:35:04.338 32 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.060s] 2020-07-02 16:35:20.022 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [16.127s] 2020-07-02 16:35:23.870 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.336s] 2020-07-02 16:35:24.253 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.382s] 2020-07-02 16:35:25.274 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.021s] 2020-07-02 16:35:25.946 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.671s] 2020-07-02 16:35:26.579 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.633s] 2020-07-02 16:35:26.748 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.169s] 2020-07-02 16:35:27.417 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.669s] 2020-07-02 16:35:27.988 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.570s] 2020-07-02 16:35:28.103 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.114s] 2020-07-02 16:35:28.470 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.366s] 2020-07-02 16:35:29.222 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.751s] 2020-07-02 16:35:30.918 32 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.534s] 2020-07-02 16:35:41.491 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.397s] 2020-07-02 16:35:41.669 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.177s] 2020-07-02 16:35:42.309 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.639s] 2020-07-02 16:35:42.715 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.406s] 2020-07-02 16:35:42.716 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-02 16:35:43.393 32 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.474s] 2020-07-02 16:35:49.646 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.181s] 2020-07-02 16:35:51.074 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.426s] 2020-07-02 16:35:52.309 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.234s] 2020-07-02 16:35:52.331 32 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [1.035s] 2020-07-02 16:35:53.569 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.258s] 2020-07-02 16:35:54.484 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.914s] 2020-07-02 16:35:55.562 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.079s] 2020-07-02 16:35:56.000 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.438s] 2020-07-02 16:35:56.031 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.033s] 2020-07-02 16:35:56.470 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.470s] 2020-07-02 16:35:57.072 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.600s] 2020-07-02 16:36:02.350 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [5.278s] 2020-07-02 16:36:02.837 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.488s] 2020-07-02 16:36:03.728 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.123s] 2020-07-02 16:36:03.758 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.029s] 2020-07-02 16:36:03.946 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.187s] 2020-07-02 16:36:03.958 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2020-07-02 16:36:03.985 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.027s] 2020-07-02 16:36:04.069 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.231s] 2020-07-02 16:36:05.077 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.007s] 2020-07-02 16:36:06.042 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.249s] 2020-07-02 16:36:06.071 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.029s] 2020-07-02 16:36:07.061 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.983s] 2020-07-02 16:36:07.584 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.524s] 2020-07-02 16:36:08.529 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.944s] 2020-07-02 16:36:09.015 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.485s] 2020-07-02 16:36:09.908 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.893s] 2020-07-02 16:36:14.276 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.279s] 2020-07-02 16:36:15.356 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.086s] 2020-07-02 16:36:15.371 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2020-07-02 16:36:15.682 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.310s] 2020-07-02 16:36:15.800 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.118s] 2020-07-02 16:36:15.909 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.109s] 2020-07-02 16:36:15.911 32 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.254s] 2020-07-02 16:36:16.575 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.664s] 2020-07-02 16:36:16.974 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.400s] 2020-07-02 16:36:17.328 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.352s] 2020-07-02 16:36:17.372 32 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [1.461s] 2020-07-02 16:36:17.721 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.392s] 2020-07-02 16:36:17.740 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.020s] 2020-07-02 16:36:17.914 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.174s] 2020-07-02 16:36:19.074 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.016s] 2020-07-02 16:36:19.139 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.065s] 2020-07-02 16:36:19.164 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2020-07-02 16:36:20.097 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.821s] 2020-07-02 16:36:21.838 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.037s] 2020-07-02 16:36:22.090 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.252s] 2020-07-02 16:36:22.283 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.192s] 2020-07-02 16:36:22.503 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.405s] 2020-07-02 16:36:22.585 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.082s] 2020-07-02 16:36:22.763 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.177s] 2020-07-02 16:36:32.739 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.613s] 2020-07-02 16:36:33.514 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.774s] 2020-07-02 16:36:33.930 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.415s] 2020-07-02 16:36:34.086 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.156s] 2020-07-02 16:36:34.087 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-02 16:36:34.721 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.956s] 2020-07-02 16:36:34.792 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.072s] 2020-07-02 16:36:34.841 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.048s] 2020-07-02 16:36:40.905 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.357s] 2020-07-02 16:36:42.981 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.075s] 2020-07-02 16:36:47.529 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.765s] 2020-07-02 16:36:47.593 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.232s] 2020-07-02 16:36:47.770 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.240s] 2020-07-02 16:36:48.012 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.243s] 2020-07-02 16:36:48.620 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.607s] 2020-07-02 16:36:49.110 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.490s] 2020-07-02 16:36:49.572 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.462s] 2020-07-02 16:36:49.755 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.159s] 2020-07-02 16:36:49.948 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [25.456s] 2020-07-02 16:36:51.845 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.090s] 2020-07-02 16:36:56.024 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.466s] 2020-07-02 16:36:56.723 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.264s] 2020-07-02 16:36:58.802 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.077s] 2020-07-02 16:36:58.850 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.047s] 2020-07-02 16:37:00.935 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.083s] 2020-07-02 16:37:01.300 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.352s] 2020-07-02 16:37:03.011 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.075s] 2020-07-02 16:37:05.106 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.094s] 2020-07-02 16:37:07.226 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.118s] 2020-07-02 16:37:09.335 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.107s] 2020-07-02 16:37:10.348 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.316s] 2020-07-02 16:37:11.446 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.109s] 2020-07-02 16:37:13.531 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.086s] 2020-07-02 16:37:14.907 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.604s] 2020-07-02 16:37:14.985 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.079s] 2020-07-02 16:37:15.650 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.117s] 2020-07-02 16:37:17.785 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.136s] 2020-07-02 16:37:19.483 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.576s] 2020-07-02 16:37:19.890 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.103s] 2020-07-02 16:37:19.918 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.931s] 2020-07-02 16:37:21.995 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.104s] 2020-07-02 16:37:24.129 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.134s] 2020-07-02 16:37:26.269 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.138s] 2020-07-02 16:37:28.490 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.219s] 2020-07-02 16:37:30.625 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.135s] 2020-07-02 16:37:32.814 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.187s] 2020-07-02 16:37:43.644 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [17.752s] 2020-07-02 16:37:44.185 32 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-02 16:37:46.570 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.064s] 2020-07-02 16:37:46.989 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [36.635s] 2020-07-02 16:37:50.721 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.023s] 2020-07-02 16:37:50.766 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.044s] 2020-07-02 16:37:58.807 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.345s] 2020-07-02 16:38:00.436 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.137s] 2020-07-02 16:38:01.008 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [41.520s] 2020-07-02 16:38:03.067 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.063s] 2020-07-02 16:38:04.150 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-07-02 16:38:04.212 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.062s] 2020-07-02 16:38:04.295 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.082s] 2020-07-02 16:38:04.336 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.041s] 2020-07-02 16:38:04.349 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2020-07-02 16:38:04.365 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.015s] 2020-07-02 16:38:04.382 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.017s] 2020-07-02 16:38:04.440 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.057s] 2020-07-02 16:38:04.453 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2020-07-02 16:38:04.503 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.049s] 2020-07-02 16:38:04.515 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2020-07-02 16:38:04.607 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.092s] 2020-07-02 16:38:04.712 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.105s] 2020-07-02 16:38:04.818 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.106s] 2020-07-02 16:38:04.908 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.089s] 2020-07-02 16:38:04.921 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2020-07-02 16:38:04.969 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.047s] 2020-07-02 16:38:05.013 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.045s] 2020-07-02 16:38:05.098 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.083s] 2020-07-02 16:38:05.158 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.059s] 2020-07-02 16:38:06.066 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.151s] 2020-07-02 16:38:10.282 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [23.292s] 2020-07-02 16:38:11.788 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.720s] 2020-07-02 16:38:12.885 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.097s] 2020-07-02 16:38:13.365 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.480s] 2020-07-02 16:38:14.051 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.684s] 2020-07-02 16:38:15.677 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.626s] 2020-07-02 16:38:16.525 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.848s] 2020-07-02 16:38:16.698 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.173s] 2020-07-02 16:38:16.719 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.021s] 2020-07-02 16:38:16.739 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2020-07-02 16:38:16.758 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2020-07-02 16:38:18.264 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.026s] 2020-07-02 16:38:20.875 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.111s] 2020-07-02 16:38:24.292 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.276s] 2020-07-02 16:38:27.572 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.287s] 2020-07-02 16:38:29.629 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.284s] 2020-07-02 16:38:29.661 32 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2020-07-02 16:38:33.791 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [4.162s] 2020-07-02 16:38:38.014 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [4.220s] 2020-07-02 16:38:41.250 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [16.959s] 2020-07-02 16:38:41.911 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.898s] 2020-07-02 16:38:47.023 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.335s] 2020-07-02 16:38:47.388 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.366s] 2020-07-02 16:38:54.146 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.619s] 2020-07-02 16:38:54.491 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.345s] 2020-07-02 16:39:04.334 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.083s] 2020-07-02 16:39:07.272 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.090s] 2020-07-02 16:39:07.369 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.096s] 2020-07-02 16:39:07.471 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.102s] 2020-07-02 16:39:07.971 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.498s] 2020-07-02 16:39:08.176 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.205s] 2020-07-02 16:39:08.630 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.452s] 2020-07-02 16:39:08.743 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.113s] 2020-07-02 16:39:08.840 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.096s] 2020-07-02 16:39:08.944 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.103s] 2020-07-02 16:39:09.040 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.096s] 2020-07-02 16:39:09.124 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.083s] 2020-07-02 16:39:09.327 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.202s] 2020-07-02 16:39:09.515 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.188s] 2020-07-02 16:39:09.602 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.086s] 2020-07-02 16:39:09.712 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.109s] 2020-07-02 16:39:15.969 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [11.633s] 2020-07-02 16:39:19.409 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.747s] 2020-07-02 16:39:25.439 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.034s] 2020-07-02 16:39:35.421 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.028s] 2020-07-02 16:39:35.432 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2020-07-02 16:39:35.491 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.058s] 2020-07-02 16:39:35.544 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.054s] 2020-07-02 16:39:35.599 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.053s] 2020-07-02 16:39:35.674 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.074s] 2020-07-02 16:39:35.746 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.072s] 2020-07-02 16:39:35.816 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.070s] 2020-07-02 16:39:35.862 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.045s] 2020-07-02 16:39:35.920 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.058s] 2020-07-02 16:39:39.404 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.425s] 2020-07-02 16:39:55.357 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [12.574s] 2020-07-02 16:39:55.424 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.067s] 2020-07-02 16:39:55.712 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.287s] 2020-07-02 16:39:57.770 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.057s] 2020-07-02 16:40:02.398 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.628s] 2020-07-02 16:40:02.452 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.053s] 2020-07-02 16:40:02.508 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.056s] 2020-07-02 16:40:20.181 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.571s] 2020-07-02 16:40:22.397 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.014s] 2020-07-02 16:40:22.414 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.016s] 2020-07-02 16:40:22.424 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2020-07-02 16:40:22.446 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.021s] 2020-07-02 16:40:22.452 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.006s] 2020-07-02 16:40:22.627 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.169s] 2020-07-02 16:40:22.631 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.009s] 2020-07-02 16:40:22.643 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.012s] 2020-07-02 16:40:22.653 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.009s] 2020-07-02 16:40:22.657 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-07-02 16:40:22.669 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.011s] 2020-07-02 16:40:22.741 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.072s] 2020-07-02 16:40:37.403 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.042s] 2020-07-02 16:40:37.469 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.065s] 2020-07-02 16:40:37.511 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.042s] 2020-07-02 16:40:37.559 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.047s] 2020-07-02 16:40:37.596 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.035s] 2020-07-02 16:40:37.618 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.022s] 2020-07-02 16:40:37.638 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2020-07-02 16:40:37.663 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.024s] 2020-07-02 16:40:37.769 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.105s] 2020-07-02 16:40:37.904 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.134s] 2020-07-02 16:40:46.131 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.020s] 2020-07-02 16:40:48.217 32 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [125.763s] 2020-07-02 16:40:54.309 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.346s] 2020-07-02 16:41:03.147 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.836s] 2020-07-02 16:41:12.546 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.398s] 2020-07-02 16:41:15.575 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.164s] 2020-07-02 16:41:15.619 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.044s] 2020-07-02 16:41:21.957 32 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.729s] 2020-07-02 16:41:33.358 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.420s] 2020-07-02 16:41:33.874 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.516s] 2020-07-02 16:41:44.624 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.409s] 2020-07-02 16:41:47.462 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.839s] 2020-07-02 16:41:52.157 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.694s] 2020-07-02 16:42:00.337 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.179s] 2020-07-02 16:42:02.919 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.582s] 2020-07-02 16:42:13.321 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [10.401s] 2020-07-02 16:42:21.814 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [8.492s] 2020-07-02 16:42:26.364 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.549s] 2020-07-02 16:42:34.117 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [7.753s] 2020-07-02 16:42:34.361 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.243s] 2020-07-02 16:42:34.505 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.144s] 2020-07-02 16:42:34.636 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.130s] 2020-07-02 16:42:34.703 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.067s] 2020-07-02 16:42:34.771 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.067s] 2020-07-02 16:42:34.889 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.118s] 2020-07-02 16:42:35.073 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.183s] 2020-07-02 16:42:35.149 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.075s] 2020-07-02 16:42:35.201 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.052s] 2020-07-02 16:42:38.640 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.437s] 2020-07-02 16:42:49.256 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.481s] 2020-07-02 16:42:50.124 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.868s] 2020-07-02 16:42:52.841 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.713s] 2020-07-02 16:42:53.607 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.768s] 2020-07-02 16:42:55.001 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.383s] 2020-07-02 16:42:56.183 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.192s] 2020-07-02 16:42:58.589 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.400s] 2020-07-02 16:42:58.629 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2020-07-02 16:43:00.989 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.126s] 2020-07-02 16:43:05.701 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.160s] 2020-07-02 16:43:09.487 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.308s] 2020-07-02 16:43:09.788 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.300s] 2020-07-02 16:43:19.216 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.426s] 2020-07-02 16:43:28.333 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.118s] 2020-07-02 16:43:28.460 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.127s] 2020-07-02 16:43:34.702 32 INFO rally.task.context [-] Verification 404636d2-34a6-46b9-a313-70a01f76e668 | Context testr@default cleanup() started 2020-07-02 16:43:34.726 32 INFO rally.task.context [-] Verification 404636d2-34a6-46b9-a313-70a01f76e668 | Context testr@default cleanup() finished in 24.40 msec 2020-07-02 16:43:34.726 32 INFO rally.task.context [-] Verification 404636d2-34a6-46b9-a313-70a01f76e668 | Context tempest@default cleanup() started 2020-07-02 16:43:34.926 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_9240c0c6_TWQfyzkw'. 2020-07-02 16:43:35.098 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9240c0c6_TWQfyzkw' has been deleted. 2020-07-02 16:43:35.099 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c67b6025-9989-4d30-bc86-55571dd3e396' of option 'instance_type' from Tempest config file. 2020-07-02 16:43:35.099 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c67b6025-9989-4d30-bc86-55571dd3e396' has been removed. 2020-07-02 16:43:35.106 32 INFO rally.task.context [-] Verification 404636d2-34a6-46b9-a313-70a01f76e668 | Context tempest@default cleanup() finished in 0.38 sec 2020-07-02 16:43:35.158 32 INFO rally.api [-] Verification (UUID=9240c0c6-ce19-4cfe-b672-21bf7d17d418) has been successfully finished for deployment 'opnfv-rally' (UUID=d1a16367-0dfc-47cc-b22d-3511eae22810)! 2020-07-02 16:43:37.257 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:43:37.257 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:43:37.258 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:43:39.139 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:43:39.139 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:43:39.139 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:43:42.133 68 INFO rally.api [-] Building 'html' report for the following verification(s): '9240c0c6-ce19-4cfe-b672-21bf7d17d418' 2020-07-02 16:43:42.173 68 INFO rally.api [-] The report has been successfully built. 2020-07-02 16:43:43.669 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:43:43.670 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:43:43.670 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:43:45.856 70 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9240c0c6-ce19-4cfe-b672-21bf7d17d418' 2020-07-02 16:43:45.873 70 INFO rally.api [-] The report has been successfully built.