2020-07-04 08:02:49.590 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:02:49.590 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:02:49.590 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:02:51.734 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-04 08:02:51.734 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 08:02:51.734 7 ERROR rally.cli.cliutils 2020-07-04 08:02:53.383 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:02:53.384 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:02:53.384 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:02:57.276 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:02:57.276 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:02:57.276 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:03:01.904 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:03:01.905 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:03:01.905 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:03:03.419 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:03:03.419 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:03:03.419 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:03:05.490 17 ERROR rally.cli.cliutils 2020-07-04 08:03:07.076 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:03:07.077 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:03:07.077 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:03:09.145 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 08:03:09.215 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3bb91a1a-b291-416d-aeab-2d887b1b7722/repo. 2020-07-04 08:03:09.458 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3bb91a1a-b291-416d-aeab-2d887b1b7722/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-07-04 08:03:09.471 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 08:03:09.477 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 08:03:09.495 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 08:03:09.542 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 08:03:10.256 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3bb91a1a-b291-416d-aeab-2d887b1b7722) has been successfully created! 2020-07-04 08:03:11.813 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:03:11.813 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:03:11.813 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:03:16.166 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:03:16.166 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:03:16.167 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:03:18.196 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3bb91a1a-b291-416d-aeab-2d887b1b7722) for deployment 'opnfv-rally' (UUID=42c36a23-e2ba-47f9-a19a-f32ba104ee52). 2020-07-04 08:03:18.725 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3bb91a1a-b291-416d-aeab-2d887b1b7722) has been successfully configured for deployment 'opnfv-rally' (UUID=42c36a23-e2ba-47f9-a19a-f32ba104ee52)! 2020-07-04 08:03:27.825 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:03:27.826 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:03:27.826 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:03:29.914 35 INFO rally.api [-] Starting verification (UUID=9db03047-a79e-474c-b0da-3ada8dafe857) for deployment 'opnfv-rally' (UUID=42c36a23-e2ba-47f9-a19a-f32ba104ee52) by verifier 'opnfv-tempest' (UUID=3bb91a1a-b291-416d-aeab-2d887b1b7722). 2020-07-04 08:03:30.499 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 08:03:30.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3bb91a1a-b291-416d-aeab-2d887b1b7722/for-deployment-42c36a23-e2ba-47f9-a19a-f32ba104ee52/tempest.log' to option 'log_file'. 2020-07-04 08:03:30.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3bb91a1a-b291-416d-aeab-2d887b1b7722/for-deployment-42c36a23-e2ba-47f9-a19a-f32ba104ee52/tempest.log 2020-07-04 08:03:30.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 08:03:30.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3bb91a1a-b291-416d-aeab-2d887b1b7722/for-deployment-42c36a23-e2ba-47f9-a19a-f32ba104ee52/lock_files' to option 'lock_path'. 2020-07-04 08:03:30.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3bb91a1a-b291-416d-aeab-2d887b1b7722/for-deployment-42c36a23-e2ba-47f9-a19a-f32ba104ee52/lock_files 2020-07-04 08:03:30.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 08:03:30.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-04 08:03:30.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b38e74c9-64fc-4f58-8c80-5c93e7f4e17c 2020-07-04 08:03:30.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 92f46bca-6e67-459f-a313-c28f687b2a46 2020-07-04 08:03:30.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4d75c016-ec01-434a-9cf1-b69ee356b029 2020-07-04 08:03:30.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 504c6ed1-ebfa-4c72-ba03-df337e32f818 2020-07-04 08:03:30.704 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 08:03:30.705 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_bad4ab58-c495-47a3-b828-daf221388b2c 2020-07-04 08:03:30.705 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 08:03:30.780 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 08:03:30.814 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_960feb02_5pXDqIHv'. Using flavor 'rally_verify_960feb02_5pXDqIHv' (ID = 81fc5f81-9c16-42d4-a4f6-903ad10f895e) for the tests. 2020-07-04 08:03:30.814 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '81fc5f81-9c16-42d4-a4f6-903ad10f895e' to option 'instance_type'. 2020-07-04 08:03:30.815 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 81fc5f81-9c16-42d4-a4f6-903ad10f895e 2020-07-04 08:03:30.816 35 INFO rally.task.context [-] Verification 3bb91a1a-b291-416d-aeab-2d887b1b7722 | Context tempest@default setup() finished in 0.71 sec 2020-07-04 08:03:30.816 35 INFO rally.task.context [-] Verification 3bb91a1a-b291-416d-aeab-2d887b1b7722 | Context testr@default setup() finished in 0.40 msec 2020-07-04 08:03:30.817 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/72cd8ac9-9d9e-4488-ba61-ff177c2cc72f'. 2020-07-04 08:03:36.614 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.143s] 2020-07-04 08:03:36.680 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.066s] 2020-07-04 08:03:37.007 35 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.657s] 2020-07-04 08:03:38.628 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.240s] 2020-07-04 08:03:59.073 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.529s] 2020-07-04 08:03:59.590 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.516s] 2020-07-04 08:03:59.916 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.327s] 2020-07-04 08:04:00.222 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.305s] 2020-07-04 08:04:00.492 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.270s] 2020-07-04 08:04:00.683 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.190s] 2020-07-04 08:04:00.860 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.176s] 2020-07-04 08:04:01.020 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.161s] 2020-07-04 08:04:01.116 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.094s] 2020-07-04 08:04:01.248 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.132s] 2020-07-04 08:04:01.537 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.289s] 2020-07-04 08:04:04.115 35 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [12.925s] 2020-07-04 08:04:08.415 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.650s] 2020-07-04 08:04:08.585 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.169s] 2020-07-04 08:04:09.111 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.526s] 2020-07-04 08:04:09.219 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.625s] 2020-07-04 08:04:09.264 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.151s] 2020-07-04 08:04:09.265 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-04 08:04:09.407 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.187s] 2020-07-04 08:04:09.868 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.460s] 2020-07-04 08:04:10.022 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.153s] 2020-07-04 08:04:10.023 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2020-07-04 08:04:19.970 35 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [15.854s] 2020-07-04 08:04:33.333 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.092s] 2020-07-04 08:04:33.350 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.017s] 2020-07-04 08:04:33.820 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.469s] 2020-07-04 08:04:34.004 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.183s] 2020-07-04 08:04:34.015 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2020-07-04 08:04:34.040 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.025s] 2020-07-04 08:04:34.108 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.066s] 2020-07-04 08:04:34.319 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.212s] 2020-07-04 08:04:34.648 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.328s] 2020-07-04 08:04:34.672 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.024s] 2020-07-04 08:04:34.818 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.145s] 2020-07-04 08:04:39.340 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.074s] 2020-07-04 08:04:40.480 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.224s] 2020-07-04 08:04:41.669 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.202s] 2020-07-04 08:04:41.871 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.201s] 2020-07-04 08:04:43.805 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.464s] 2020-07-04 08:04:53.137 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.050s] 2020-07-04 08:04:53.195 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.057s] 2020-07-04 08:04:53.490 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.295s] 2020-07-04 08:04:56.613 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.114s] 2020-07-04 08:04:56.830 35 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-04 08:05:00.104 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [6.613s] 2020-07-04 08:05:02.000 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.367s] 2020-07-04 08:05:02.256 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.256s] 2020-07-04 08:05:02.526 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.268s] 2020-07-04 08:05:02.966 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.440s] 2020-07-04 08:05:03.542 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.575s] 2020-07-04 08:05:04.049 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.507s] 2020-07-04 08:05:12.045 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [11.940s] 2020-07-04 08:05:12.132 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.086s] 2020-07-04 08:05:12.192 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.060s] 2020-07-04 08:05:18.156 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.256s] 2020-07-04 08:05:20.572 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.155s] 2020-07-04 08:05:21.828 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.254s] 2020-07-04 08:05:22.365 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.535s] 2020-07-04 08:05:22.942 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.576s] 2020-07-04 08:05:23.608 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.664s] 2020-07-04 08:05:25.183 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.570s] 2020-07-04 08:05:25.984 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.801s] 2020-07-04 08:05:26.135 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.156s] 2020-07-04 08:05:26.160 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2020-07-04 08:05:26.178 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2020-07-04 08:05:26.218 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.040s] 2020-07-04 08:05:28.416 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.635s] 2020-07-04 08:05:30.277 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.145s] 2020-07-04 08:05:31.585 35 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [57.489s] 2020-07-04 08:05:32.141 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.975s] 2020-07-04 08:05:34.080 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.432s] 2020-07-04 08:05:34.387 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.308s] 2020-07-04 08:05:36.342 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.204s] 2020-07-04 08:05:43.390 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.184s] 2020-07-04 08:05:50.841 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.451s] 2020-07-04 08:05:55.323 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.984s] 2020-07-04 08:05:57.009 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [24.862s] 2020-07-04 08:06:00.225 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.379s] 2020-07-04 08:06:03.806 35 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.211s] 2020-07-04 08:06:08.412 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.124s] 2020-07-04 08:06:08.524 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.111s] 2020-07-04 08:06:13.208 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [17.882s] 2020-07-04 08:06:13.369 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.361s] 2020-07-04 08:06:14.098 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.356s] 2020-07-04 08:06:14.216 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.118s] 2020-07-04 08:06:19.533 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.327s] 2020-07-04 08:06:19.566 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2020-07-04 08:06:19.577 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2020-07-04 08:06:19.629 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.050s] 2020-07-04 08:06:19.677 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.048s] 2020-07-04 08:06:19.725 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.048s] 2020-07-04 08:06:19.816 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.089s] 2020-07-04 08:06:19.907 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.091s] 2020-07-04 08:06:19.988 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.080s] 2020-07-04 08:06:20.085 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.097s] 2020-07-04 08:06:20.151 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.065s] 2020-07-04 08:06:23.891 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.274s] 2020-07-04 08:06:23.930 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.039s] 2020-07-04 08:06:27.328 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [13.954s] 2020-07-04 08:06:30.561 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2020-07-04 08:06:32.076 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.040s] 2020-07-04 08:06:35.104 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [8.122s] 2020-07-04 08:06:39.732 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.628s] 2020-07-04 08:06:40.161 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.924s] 2020-07-04 08:06:42.349 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.188s] 2020-07-04 08:06:46.076 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [6.343s] 2020-07-04 08:06:46.109 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.760s] 2020-07-04 08:06:46.180 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.104s] 2020-07-04 08:06:46.243 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.062s] 2020-07-04 08:06:48.316 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.721s] 2020-07-04 08:06:48.868 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.551s] 2020-07-04 08:06:49.610 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.741s] 2020-07-04 08:06:49.969 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.858s] 2020-07-04 08:06:50.325 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.715s] 2020-07-04 08:06:50.963 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.637s] 2020-07-04 08:06:51.631 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.666s] 2020-07-04 08:06:52.116 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.486s] 2020-07-04 08:06:52.594 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.478s] 2020-07-04 08:06:53.112 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.516s] 2020-07-04 08:06:53.849 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.879s] 2020-07-04 08:06:53.925 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.811s] 2020-07-04 08:06:54.533 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.609s] 2020-07-04 08:06:54.952 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.418s] 2020-07-04 08:06:55.060 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [8.814s] 2020-07-04 08:06:55.133 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.074s] 2020-07-04 08:06:55.230 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.096s] 2020-07-04 08:06:55.482 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.529s] 2020-07-04 08:06:56.042 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.558s] 2020-07-04 08:06:56.525 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.483s] 2020-07-04 08:06:56.535 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.686s] 2020-07-04 08:06:57.175 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.649s] 2020-07-04 08:06:57.673 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.498s] 2020-07-04 08:06:58.004 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2020-07-04 08:06:58.211 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.537s] 2020-07-04 08:07:00.534 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.997s] 2020-07-04 08:07:03.235 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.328s] 2020-07-04 08:07:03.350 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.024s] 2020-07-04 08:07:03.371 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2020-07-04 08:07:03.391 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2020-07-04 08:07:03.558 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.322s] 2020-07-04 08:07:04.837 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.302s] 2020-07-04 08:07:05.104 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.041s] 2020-07-04 08:07:05.309 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.203s] 2020-07-04 08:07:05.492 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.183s] 2020-07-04 08:07:07.394 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.218s] 2020-07-04 08:07:07.419 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.025s] 2020-07-04 08:07:07.578 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.157s] 2020-07-04 08:07:07.587 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-07-04 08:07:07.589 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2020-07-04 08:07:07.608 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.019s] 2020-07-04 08:07:08.563 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.725s] 2020-07-04 08:07:08.719 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.156s] 2020-07-04 08:07:08.881 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.161s] 2020-07-04 08:07:09.052 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.171s] 2020-07-04 08:07:09.120 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.067s] 2020-07-04 08:07:09.176 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.056s] 2020-07-04 08:07:09.291 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.114s] 2020-07-04 08:07:09.551 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.259s] 2020-07-04 08:07:09.612 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.060s] 2020-07-04 08:07:09.682 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.069s] 2020-07-04 08:07:09.938 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.394s] 2020-07-04 08:07:13.359 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.260s] 2020-07-04 08:07:13.617 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.259s] 2020-07-04 08:07:22.400 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.778s] 2020-07-04 08:07:30.902 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [21.218s] 2020-07-04 08:07:31.818 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.653s] 2020-07-04 08:07:34.615 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.121s] 2020-07-04 08:07:36.287 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [24.913s] 2020-07-04 08:07:37.468 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.648s] 2020-07-04 08:07:40.946 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.086s] 2020-07-04 08:07:41.037 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.090s] 2020-07-04 08:07:41.127 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.090s] 2020-07-04 08:07:41.599 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.470s] 2020-07-04 08:07:41.775 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.175s] 2020-07-04 08:07:42.230 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.455s] 2020-07-04 08:07:42.324 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.094s] 2020-07-04 08:07:42.419 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.094s] 2020-07-04 08:07:42.498 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.078s] 2020-07-04 08:07:42.595 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.097s] 2020-07-04 08:07:42.686 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.090s] 2020-07-04 08:07:42.873 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.186s] 2020-07-04 08:07:43.081 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.207s] 2020-07-04 08:07:43.169 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.088s] 2020-07-04 08:07:43.267 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.097s] 2020-07-04 08:07:44.746 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.459s] 2020-07-04 08:07:50.397 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-07-04 08:07:50.453 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.054s] 2020-07-04 08:07:50.519 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.066s] 2020-07-04 08:07:50.564 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.045s] 2020-07-04 08:07:50.576 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2020-07-04 08:07:50.589 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-07-04 08:07:50.604 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2020-07-04 08:07:50.650 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.045s] 2020-07-04 08:07:50.661 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-07-04 08:07:50.707 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.044s] 2020-07-04 08:07:50.719 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2020-07-04 08:07:50.797 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.077s] 2020-07-04 08:07:50.896 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.098s] 2020-07-04 08:07:50.990 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.094s] 2020-07-04 08:07:51.079 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.088s] 2020-07-04 08:07:51.092 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2020-07-04 08:07:51.137 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.045s] 2020-07-04 08:07:51.183 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.046s] 2020-07-04 08:07:51.231 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.047s] 2020-07-04 08:07:51.284 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.052s] 2020-07-04 08:07:51.638 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.892s] 2020-07-04 08:07:54.291 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.133s] 2020-07-04 08:07:54.349 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.058s] 2020-07-04 08:07:55.202 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.563s] 2020-07-04 08:08:24.753 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [29.546s] 2020-07-04 08:08:25.913 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.162s] 2020-07-04 08:08:29.211 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.008s] 2020-07-04 08:08:30.074 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.862s] 2020-07-04 08:08:32.397 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.320s] 2020-07-04 08:08:33.112 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.716s] 2020-07-04 08:08:34.570 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.456s] 2020-07-04 08:08:35.273 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.703s] 2020-07-04 08:08:37.117 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.838s] 2020-07-04 08:08:37.187 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.075s] 2020-07-04 08:08:38.398 35 INFO rally.task.context [-] Verification 3bb91a1a-b291-416d-aeab-2d887b1b7722 | Context testr@default cleanup() started 2020-07-04 08:08:38.399 35 INFO rally.task.context [-] Verification 3bb91a1a-b291-416d-aeab-2d887b1b7722 | Context testr@default cleanup() finished in 0.83 msec 2020-07-04 08:08:38.400 35 INFO rally.task.context [-] Verification 3bb91a1a-b291-416d-aeab-2d887b1b7722 | Context tempest@default cleanup() started 2020-07-04 08:08:38.595 35 INFO rally.task.context [-] Verification 3bb91a1a-b291-416d-aeab-2d887b1b7722 | Context tempest@default cleanup() finished in 0.20 sec 2020-07-04 08:08:38.625 35 INFO rally.api [-] Verification (UUID=9db03047-a79e-474c-b0da-3ada8dafe857) has been successfully finished for deployment 'opnfv-rally' (UUID=42c36a23-e2ba-47f9-a19a-f32ba104ee52)! 2020-07-04 08:08:40.355 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:08:40.355 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:08:40.355 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:08:41.958 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:08:41.959 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:08:41.959 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:08:43.987 78 INFO rally.api [-] Building 'html' report for the following verification(s): '9db03047-a79e-474c-b0da-3ada8dafe857' 2020-07-04 08:08:44.011 78 INFO rally.api [-] The report has been successfully built. 2020-07-04 08:08:45.560 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:08:45.560 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:08:45.560 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:08:47.569 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9db03047-a79e-474c-b0da-3ada8dafe857' 2020-07-04 08:08:47.579 80 INFO rally.api [-] The report has been successfully built.