2020-07-02 16:25:23.149 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:25:23.149 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:25:23.150 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:25:25.295 7 ERROR rally.cli.cliutils 2020-07-02 16:25:26.782 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:25:26.782 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:25:26.782 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:25:30.781 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:25:30.781 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:25:30.781 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:25:35.178 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:25:35.179 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:25:35.179 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:25:36.545 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:25:36.546 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:25:36.546 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:25:38.446 16 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:25:38.446 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils force=force) 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 16:25:38.446 16 ERROR rally.cli.cliutils 2020-07-02 16:25:39.956 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:25:39.956 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:25:39.956 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:25:41.910 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 16:25:41.995 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c204d475-d2eb-4646-87f4-1385edad8fae/repo. 2020-07-02 16:25:42.373 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c204d475-d2eb-4646-87f4-1385edad8fae/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:25:42.389 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 16:25:42.400 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 16:25:42.423 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 16:25:42.499 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 16:25:43.212 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c204d475-d2eb-4646-87f4-1385edad8fae) has been successfully created! 2020-07-02 16:25:44.798 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:25:44.798 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:25:44.798 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:25:48.882 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:25:48.882 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:25:48.883 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:25:51.018 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c204d475-d2eb-4646-87f4-1385edad8fae) for deployment 'opnfv-rally' (UUID=2f9158b4-9e79-4070-811e-5dc5a882052d). 2020-07-02 16:25:51.463 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c204d475-d2eb-4646-87f4-1385edad8fae) has been successfully configured for deployment 'opnfv-rally' (UUID=2f9158b4-9e79-4070-811e-5dc5a882052d)! 2020-07-02 16:26:00.261 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:26:00.262 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:26:00.262 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:26:02.182 33 INFO rally.api [-] Starting verification (UUID=35b8c004-8014-4ca6-b4af-fe68f073b515) for deployment 'opnfv-rally' (UUID=2f9158b4-9e79-4070-811e-5dc5a882052d) by verifier 'opnfv-tempest' (UUID=c204d475-d2eb-4646-87f4-1385edad8fae). 2020-07-02 16:26:02.853 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 16:26:02.853 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c204d475-d2eb-4646-87f4-1385edad8fae/for-deployment-2f9158b4-9e79-4070-811e-5dc5a882052d/tempest.log' to option 'log_file'. 2020-07-02 16:26:02.854 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c204d475-d2eb-4646-87f4-1385edad8fae/for-deployment-2f9158b4-9e79-4070-811e-5dc5a882052d/tempest.log 2020-07-02 16:26:02.854 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 16:26:02.854 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c204d475-d2eb-4646-87f4-1385edad8fae/for-deployment-2f9158b4-9e79-4070-811e-5dc5a882052d/lock_files' to option 'lock_path'. 2020-07-02 16:26:02.855 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c204d475-d2eb-4646-87f4-1385edad8fae/for-deployment-2f9158b4-9e79-4070-811e-5dc5a882052d/lock_files 2020-07-02 16:26:02.855 33 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:26:02.855 33 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:26:02.856 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4b3dbbe3-14f6-4625-a539-37955025b140 2020-07-02 16:26:02.856 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3ac38c53-a517-461c-8e93-e6f9d788ab79 2020-07-02 16:26:02.857 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6520ce4e-1074-4944-9457-8edb58966115 2020-07-02 16:26:02.857 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 58cd0631-85ff-4b03-8641-385685354aea 2020-07-02 16:26:03.083 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 16:26:03.084 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_b47fbe55-1930-432f-a06d-f28ae8e63762 2020-07-02 16:26:03.084 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 16:26:03.180 33 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:26:03.219 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-02 16:26:03.219 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_35b8c004_K05HxYXb' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-02 16:26:03.254 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_35b8c004_K05HxYXb' (ID = e73e6a2d-79ff-44f9-838a-996c153e2ed3) has been successfully created! 2020-07-02 16:26:03.255 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e73e6a2d-79ff-44f9-838a-996c153e2ed3' to option 'instance_type'. 2020-07-02 16:26:03.255 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e73e6a2d-79ff-44f9-838a-996c153e2ed3 2020-07-02 16:26:03.256 33 INFO rally.task.context [-] Verification c204d475-d2eb-4646-87f4-1385edad8fae | Context tempest@default setup() finished in 0.89 sec 2020-07-02 16:26:03.257 33 INFO rally.task.context [-] Verification c204d475-d2eb-4646-87f4-1385edad8fae | Context testr@default setup() finished in 0.45 msec 2020-07-02 16:26:03.257 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/1bb5137a-4f85-4b26-956e-56f1b069c310'. 2020-07-02 16:26:08.408 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.205s] 2020-07-02 16:26:09.081 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.275s] 2020-07-02 16:26:09.147 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.065s] 2020-07-02 16:26:11.107 33 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.399s] 2020-07-02 16:26:22.996 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.195s] 2020-07-02 16:26:38.526 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.497s] 2020-07-02 16:26:38.564 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.685s] 2020-07-02 16:26:38.688 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.235s] 2020-07-02 16:26:38.777 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.211s] 2020-07-02 16:26:38.899 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.211s] 2020-07-02 16:26:39.070 33 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-02 16:26:39.199 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.422s] 2020-07-02 16:26:39.459 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.559s] 2020-07-02 16:26:39.621 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.420s] 2020-07-02 16:26:39.622 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-02 16:26:39.633 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.173s] 2020-07-02 16:26:39.634 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-02 16:26:40.798 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [15.946s] 2020-07-02 16:26:54.073 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.273s] 2020-07-02 16:27:01.379 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.042s] 2020-07-02 16:27:11.103 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.251s] 2020-07-02 16:27:15.062 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.465s] 2020-07-02 16:27:21.501 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [10.396s] 2020-07-02 16:27:23.746 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.559s] 2020-07-02 16:27:24.095 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.347s] 2020-07-02 16:27:24.498 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.403s] 2020-07-02 16:27:24.935 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.435s] 2020-07-02 16:27:25.219 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.285s] 2020-07-02 16:27:25.387 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.168s] 2020-07-02 16:27:25.593 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.205s] 2020-07-02 16:27:25.759 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.166s] 2020-07-02 16:27:25.846 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.086s] 2020-07-02 16:27:25.925 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [24.538s] 2020-07-02 16:27:26.026 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.181s] 2020-07-02 16:27:26.346 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.319s] 2020-07-02 16:27:33.569 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.507s] 2020-07-02 16:27:42.586 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.093s] 2020-07-02 16:27:42.599 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2020-07-02 16:27:42.925 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.326s] 2020-07-02 16:27:42.941 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.016s] 2020-07-02 16:27:42.953 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2020-07-02 16:27:42.982 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.028s] 2020-07-02 16:27:43.081 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.099s] 2020-07-02 16:27:43.170 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.089s] 2020-07-02 16:27:43.502 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.331s] 2020-07-02 16:27:43.519 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2020-07-02 16:27:43.722 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.203s] 2020-07-02 16:27:51.607 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [18.037s] 2020-07-02 16:27:52.461 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.530s] 2020-07-02 16:27:57.766 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.158s] 2020-07-02 16:28:07.395 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.933s] 2020-07-02 16:28:10.656 33 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2020-07-02 16:28:12.242 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.406s] 2020-07-02 16:28:12.472 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.229s] 2020-07-02 16:28:12.719 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.399s] 2020-07-02 16:28:12.720 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.246s] 2020-07-02 16:28:13.129 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.409s] 2020-07-02 16:28:13.226 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.508s] 2020-07-02 16:28:13.577 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.447s] 2020-07-02 16:28:14.074 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.497s] 2020-07-02 16:28:15.345 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.117s] 2020-07-02 16:28:15.368 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.022s] 2020-07-02 16:28:15.561 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.192s] 2020-07-02 16:28:15.570 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2020-07-02 16:28:15.592 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.021s] 2020-07-02 16:28:18.124 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.982s] 2020-07-02 16:28:18.971 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.847s] 2020-07-02 16:28:21.195 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.218s] 2020-07-02 16:28:21.893 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.701s] 2020-07-02 16:28:22.505 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [15.110s] 2020-07-02 16:28:23.350 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.455s] 2020-07-02 16:28:24.264 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.913s] 2020-07-02 16:28:25.979 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.711s] 2020-07-02 16:28:26.021 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2020-07-02 16:28:27.735 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2020-07-02 16:28:27.745 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.009s] 2020-07-02 16:28:27.829 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.084s] 2020-07-02 16:28:27.872 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.142s] 2020-07-02 16:28:27.889 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.059s] 2020-07-02 16:28:27.952 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.063s] 2020-07-02 16:28:28.020 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.067s] 2020-07-02 16:28:28.097 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.076s] 2020-07-02 16:28:28.159 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.062s] 2020-07-02 16:28:28.216 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.055s] 2020-07-02 16:28:28.287 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.071s] 2020-07-02 16:28:29.131 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.257s] 2020-07-02 16:28:29.643 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.511s] 2020-07-02 16:28:30.141 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.497s] 2020-07-02 16:28:30.832 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.689s] 2020-07-02 16:28:31.650 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.273s] 2020-07-02 16:28:31.682 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.033s] 2020-07-02 16:28:32.502 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.671s] 2020-07-02 16:28:33.275 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.772s] 2020-07-02 16:28:33.383 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-07-02 16:28:33.444 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.170s] 2020-07-02 16:28:33.466 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2020-07-02 16:28:33.484 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2020-07-02 16:28:33.501 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2020-07-02 16:28:35.178 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.164s] 2020-07-02 16:28:35.583 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.582s] 2020-07-02 16:28:37.136 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.018s] 2020-07-02 16:28:39.062 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.481s] 2020-07-02 16:28:39.479 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.416s] 2020-07-02 16:28:40.713 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.297s] 2020-07-02 16:28:40.993 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.280s] 2020-07-02 16:28:41.784 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.801s] 2020-07-02 16:28:42.805 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.021s] 2020-07-02 16:28:43.659 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.853s] 2020-07-02 16:28:44.465 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.805s] 2020-07-02 16:28:45.265 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.799s] 2020-07-02 16:28:46.135 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.871s] 2020-07-02 16:28:46.668 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.524s] 2020-07-02 16:28:47.103 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.442s] 2020-07-02 16:28:47.525 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.422s] 2020-07-02 16:28:47.693 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.090s] 2020-07-02 16:28:47.791 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.097s] 2020-07-02 16:28:47.896 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.105s] 2020-07-02 16:28:48.268 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.742s] 2020-07-02 16:28:48.576 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.679s] 2020-07-02 16:28:48.761 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.493s] 2020-07-02 16:28:48.772 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.195s] 2020-07-02 16:28:49.188 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.415s] 2020-07-02 16:28:49.257 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.496s] 2020-07-02 16:28:49.287 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.098s] 2020-07-02 16:28:49.378 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.091s] 2020-07-02 16:28:49.501 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.122s] 2020-07-02 16:28:49.598 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.096s] 2020-07-02 16:28:49.704 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.105s] 2020-07-02 16:28:49.766 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.508s] 2020-07-02 16:28:49.785 33 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [62.893s] 2020-07-02 16:28:49.895 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.187s] 2020-07-02 16:28:49.897 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.898s] 2020-07-02 16:28:50.081 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.189s] 2020-07-02 16:28:50.177 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.096s] 2020-07-02 16:28:50.289 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.112s] 2020-07-02 16:28:50.567 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.798s] 2020-07-02 16:28:51.019 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.453s] 2020-07-02 16:28:51.563 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.544s] 2020-07-02 16:28:52.202 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.639s] 2020-07-02 16:28:56.979 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [4.778s] 2020-07-02 16:28:58.969 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.399s] 2020-07-02 16:28:59.718 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.688s] 2020-07-02 16:29:02.474 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.271s] 2020-07-02 16:29:02.666 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.192s] 2020-07-02 16:29:04.356 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.024s] 2020-07-02 16:29:04.378 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2020-07-02 16:29:04.403 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.025s] 2020-07-02 16:29:06.328 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.408s] 2020-07-02 16:29:06.592 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.870s] 2020-07-02 16:29:07.910 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.942s] 2020-07-02 16:29:11.976 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.146s] 2020-07-02 16:29:12.020 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.044s] 2020-07-02 16:29:15.748 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.456s] 2020-07-02 16:29:17.354 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.439s] 2020-07-02 16:29:17.762 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.014s] 2020-07-02 16:29:20.834 33 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.038s] 2020-07-02 16:29:24.474 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.711s] 2020-07-02 16:29:26.345 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [1.871s] 2020-07-02 16:29:31.068 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.039s] 2020-07-02 16:29:34.125 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.779s] 2020-07-02 16:29:35.330 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.031s] 2020-07-02 16:29:35.567 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.236s] 2020-07-02 16:29:35.742 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.175s] 2020-07-02 16:29:37.970 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.844s] 2020-07-02 16:29:42.138 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.168s] 2020-07-02 16:29:46.496 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.356s] 2020-07-02 16:29:50.780 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.284s] 2020-07-02 16:29:50.915 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.135s] 2020-07-02 16:29:51.023 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.108s] 2020-07-02 16:29:51.127 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.104s] 2020-07-02 16:29:51.267 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.140s] 2020-07-02 16:29:51.348 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.080s] 2020-07-02 16:29:51.447 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.099s] 2020-07-02 16:29:51.546 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.099s] 2020-07-02 16:29:51.622 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.076s] 2020-07-02 16:29:51.709 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.086s] 2020-07-02 16:29:53.849 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.463s] 2020-07-02 16:29:55.785 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.075s] 2020-07-02 16:30:04.434 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.196s] 2020-07-02 16:30:07.308 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.458s] 2020-07-02 16:30:13.832 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.407s] 2020-07-02 16:30:15.233 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.400s] 2020-07-02 16:30:15.381 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.148s] 2020-07-02 16:30:15.477 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.095s] 2020-07-02 16:30:23.566 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [16.259s] 2020-07-02 16:30:27.344 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.777s] 2020-07-02 16:30:28.501 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.022s] 2020-07-02 16:30:28.563 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.062s] 2020-07-02 16:30:28.614 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.051s] 2020-07-02 16:30:42.243 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.322s] 2020-07-02 16:30:42.295 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.052s] 2020-07-02 16:30:42.617 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.322s] 2020-07-02 16:30:44.056 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.439s] 2020-07-02 16:30:53.358 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [9.301s] 2020-07-02 16:30:53.419 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.060s] 2020-07-02 16:30:53.512 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.093s] 2020-07-02 16:31:08.236 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [40.887s] 2020-07-02 16:31:09.260 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.028s] 2020-07-02 16:31:11.212 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.312s] 2020-07-02 16:31:11.377 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.116s] 2020-07-02 16:31:11.501 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.289s] 2020-07-02 16:31:14.520 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.017s] 2020-07-02 16:31:14.571 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.052s] 2020-07-02 16:31:14.639 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.067s] 2020-07-02 16:31:14.842 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.202s] 2020-07-02 16:31:14.862 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.019s] 2020-07-02 16:31:14.877 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.015s] 2020-07-02 16:31:14.890 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-07-02 16:31:14.931 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.040s] 2020-07-02 16:31:14.943 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-07-02 16:31:14.990 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.046s] 2020-07-02 16:31:15.000 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2020-07-02 16:31:15.074 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.074s] 2020-07-02 16:31:15.168 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.093s] 2020-07-02 16:31:15.252 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.083s] 2020-07-02 16:31:15.346 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.094s] 2020-07-02 16:31:15.358 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2020-07-02 16:31:15.402 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.043s] 2020-07-02 16:31:15.451 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.048s] 2020-07-02 16:31:15.498 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.046s] 2020-07-02 16:31:15.544 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.046s] 2020-07-02 16:31:24.565 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.131s] 2020-07-02 16:31:24.684 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.120s] 2020-07-02 16:31:31.941 33 INFO rally.task.context [-] Verification c204d475-d2eb-4646-87f4-1385edad8fae | Context testr@default cleanup() started 2020-07-02 16:31:31.942 33 INFO rally.task.context [-] Verification c204d475-d2eb-4646-87f4-1385edad8fae | Context testr@default cleanup() finished in 0.77 msec 2020-07-02 16:31:31.942 33 INFO rally.task.context [-] Verification c204d475-d2eb-4646-87f4-1385edad8fae | Context tempest@default cleanup() started 2020-07-02 16:31:32.209 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_35b8c004_K05HxYXb'. 2020-07-02 16:31:32.367 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_35b8c004_K05HxYXb' has been deleted. 2020-07-02 16:31:32.368 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e73e6a2d-79ff-44f9-838a-996c153e2ed3' of option 'instance_type' from Tempest config file. 2020-07-02 16:31:32.369 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e73e6a2d-79ff-44f9-838a-996c153e2ed3' has been removed. 2020-07-02 16:31:32.375 33 INFO rally.task.context [-] Verification c204d475-d2eb-4646-87f4-1385edad8fae | Context tempest@default cleanup() finished in 0.43 sec 2020-07-02 16:31:32.405 33 INFO rally.api [-] Verification (UUID=35b8c004-8014-4ca6-b4af-fe68f073b515) has been successfully finished for deployment 'opnfv-rally' (UUID=2f9158b4-9e79-4070-811e-5dc5a882052d)! 2020-07-02 16:31:34.013 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:31:34.013 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:31:34.013 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:31:35.534 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:31:35.534 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:31:35.534 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:31:37.283 69 INFO rally.api [-] Building 'html' report for the following verification(s): '35b8c004-8014-4ca6-b4af-fe68f073b515' 2020-07-02 16:31:37.305 69 INFO rally.api [-] The report has been successfully built. 2020-07-02 16:31:38.596 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:31:38.597 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:31:38.597 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:31:40.689 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '35b8c004-8014-4ca6-b4af-fe68f073b515' 2020-07-02 16:31:40.701 71 INFO rally.api [-] The report has been successfully built.