2020-06-16 08:55:31.744 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:55:31.744 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:55:31.745 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:55:34.241 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-06-16 08:55:34.241 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 08:55:34.241 7 ERROR rally.cli.cliutils 2020-06-16 08:55:35.765 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:55:35.765 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:55:35.765 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:55:40.099 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:55:40.099 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:55:40.100 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:55:44.521 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:55:44.521 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:55:44.521 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:55:46.047 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:55:46.047 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:55:46.047 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:55:48.352 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-06-16 08:55:48.352 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 08:55:48.352 17 ERROR rally.cli.cliutils 2020-06-16 08:55:50.012 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:55:50.012 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:55:50.012 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:55:52.299 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 08:55:52.367 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f/repo. 2020-06-16 08:55:52.568 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f/repo'... done. ' 2020-06-16 08:55:52.580 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 08:55:52.602 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 08:55:52.687 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 08:55:53.354 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f) has been successfully created! 2020-06-16 08:55:54.909 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:55:54.910 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:55:54.910 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:55:59.531 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:55:59.531 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:55:59.531 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:56:02.078 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f) for deployment 'opnfv-rally' (UUID=bac0dfe4-f7c6-4701-b3e6-3b7e0283e332). 2020-06-16 08:56:02.612 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f) has been successfully configured for deployment 'opnfv-rally' (UUID=bac0dfe4-f7c6-4701-b3e6-3b7e0283e332)! 2020-06-16 08:56:11.810 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:56:11.810 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:56:11.810 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:56:14.078 34 INFO rally.api [-] Starting verification (UUID=0caa8035-3f74-4fd3-8684-494d8fa96c54) for deployment 'opnfv-rally' (UUID=bac0dfe4-f7c6-4701-b3e6-3b7e0283e332) by verifier 'opnfv-tempest' (UUID=1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f). 2020-06-16 08:56:14.688 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 08:56:14.689 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f/for-deployment-bac0dfe4-f7c6-4701-b3e6-3b7e0283e332/tempest.log' to option 'log_file'. 2020-06-16 08:56:14.689 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f/for-deployment-bac0dfe4-f7c6-4701-b3e6-3b7e0283e332/tempest.log 2020-06-16 08:56:14.690 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 08:56:14.690 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f/for-deployment-bac0dfe4-f7c6-4701-b3e6-3b7e0283e332/lock_files' to option 'lock_path'. 2020-06-16 08:56:14.690 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f/for-deployment-bac0dfe4-f7c6-4701-b3e6-3b7e0283e332/lock_files 2020-06-16 08:56:14.690 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-16 08:56:14.691 34 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-06-16 08:56:14.691 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 23f63e50-fc76-417d-99ea-2d8d508c0d05 2020-06-16 08:56:14.691 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 584488cb-dd42-49f1-b472-da692d49a500 2020-06-16 08:56:14.692 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 02f9eb88-45ed-4f75-a5f7-c556ebaf997e 2020-06-16 08:56:14.692 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 12b014a4-be4c-4500-afcc-284d1666406f 2020-06-16 08:56:14.906 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 08:56:14.907 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_772274a7-322e-4f19-bdbb-2298e02eb006 2020-06-16 08:56:14.907 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 08:56:14.980 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 08:56:15.020 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_740b9d4f_yx32VXLW'. Using flavor 'rally_verify_740b9d4f_yx32VXLW' (ID = e530bd21-0540-4d21-87e2-bcc915d0d429) for the tests. 2020-06-16 08:56:15.021 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e530bd21-0540-4d21-87e2-bcc915d0d429' to option 'instance_type'. 2020-06-16 08:56:15.021 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e530bd21-0540-4d21-87e2-bcc915d0d429 2020-06-16 08:56:15.022 34 INFO rally.task.context [-] Verification 1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f | Context tempest@default setup() finished in 0.76 sec 2020-06-16 08:56:15.023 34 INFO rally.task.context [-] Verification 1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f | Context testr@default setup() finished in 0.42 msec 2020-06-16 08:56:15.023 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/793fe8e4-ae6b-468b-9139-3e1c7180b155'. 2020-06-16 08:56:20.976 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.192s] 2020-06-16 08:56:20.994 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.545s] 2020-06-16 08:56:21.052 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.077s] 2020-06-16 08:56:23.251 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.232s] 2020-06-16 08:56:37.483 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.675s] 2020-06-16 08:56:44.121 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.158s] 2020-06-16 08:56:54.499 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.357s] 2020-06-16 08:56:54.732 34 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-16 08:56:56.012 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.646s] 2020-06-16 08:56:56.175 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.163s] 2020-06-16 08:56:56.294 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.548s] 2020-06-16 08:56:56.466 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.170s] 2020-06-16 08:56:56.496 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.320s] 2020-06-16 08:56:56.716 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.218s] 2020-06-16 08:56:56.717 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-16 08:56:56.846 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.380s] 2020-06-16 08:56:56.932 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.809s] 2020-06-16 08:56:57.051 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.204s] 2020-06-16 08:56:57.053 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-16 08:57:08.637 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.813s] 2020-06-16 08:57:09.237 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.599s] 2020-06-16 08:57:09.886 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.648s] 2020-06-16 08:57:10.906 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.021s] 2020-06-16 08:57:11.447 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.539s] 2020-06-16 08:57:11.912 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.464s] 2020-06-16 08:57:12.371 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.460s] 2020-06-16 08:57:13.038 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.666s] 2020-06-16 08:57:13.498 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.459s] 2020-06-16 08:57:14.086 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.587s] 2020-06-16 08:57:14.840 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.756s] 2020-06-16 08:57:15.448 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.606s] 2020-06-16 08:57:16.047 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.598s] 2020-06-16 08:57:16.765 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.717s] 2020-06-16 08:57:17.556 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.790s] 2020-06-16 08:57:17.970 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.415s] 2020-06-16 08:57:18.671 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.206s] 2020-06-16 08:57:18.681 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.710s] 2020-06-16 08:57:20.220 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.539s] 2020-06-16 08:57:24.176 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.502s] 2020-06-16 08:57:27.581 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.022s] 2020-06-16 08:57:27.824 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.241s] 2020-06-16 08:57:27.984 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.160s] 2020-06-16 08:57:33.453 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.627s] 2020-06-16 08:57:33.793 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.339s] 2020-06-16 08:57:34.229 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.436s] 2020-06-16 08:57:34.590 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.360s] 2020-06-16 08:57:34.852 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.262s] 2020-06-16 08:57:35.019 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.167s] 2020-06-16 08:57:35.110 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.018s] 2020-06-16 08:57:35.208 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.188s] 2020-06-16 08:57:35.365 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.157s] 2020-06-16 08:57:35.500 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.134s] 2020-06-16 08:57:35.654 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.153s] 2020-06-16 08:57:35.996 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.343s] 2020-06-16 08:57:36.679 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.026s] 2020-06-16 08:57:36.702 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.022s] 2020-06-16 08:57:36.724 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2020-06-16 08:57:37.812 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.473s] 2020-06-16 08:57:37.859 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.047s] 2020-06-16 08:57:38.169 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.310s] 2020-06-16 08:57:38.489 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.157s] 2020-06-16 08:57:38.527 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.038s] 2020-06-16 08:57:38.683 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.154s] 2020-06-16 08:57:38.692 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2020-06-16 08:57:38.707 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.015s] 2020-06-16 08:57:39.491 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.321s] 2020-06-16 08:57:40.646 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.229s] 2020-06-16 08:57:40.676 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.029s] 2020-06-16 08:57:43.842 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.350s] 2020-06-16 08:57:43.895 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.052s] 2020-06-16 08:57:43.962 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.066s] 2020-06-16 08:57:44.406 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.027s] 2020-06-16 08:57:48.403 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.514s] 2020-06-16 08:57:52.812 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.409s] 2020-06-16 08:57:54.470 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.658s] 2020-06-16 08:57:54.557 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.087s] 2020-06-16 08:57:54.641 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.084s] 2020-06-16 08:58:00.428 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.147s] 2020-06-16 08:58:00.536 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [16.129s] 2020-06-16 08:58:01.662 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.233s] 2020-06-16 08:58:02.188 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.525s] 2020-06-16 08:58:02.756 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.567s] 2020-06-16 08:58:03.624 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.866s] 2020-06-16 08:58:04.851 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.226s] 2020-06-16 08:58:05.574 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.723s] 2020-06-16 08:58:05.764 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.191s] 2020-06-16 08:58:05.821 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.055s] 2020-06-16 08:58:05.843 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2020-06-16 08:58:05.856 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.014s] 2020-06-16 08:58:07.063 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.421s] 2020-06-16 08:58:07.124 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.060s] 2020-06-16 08:58:07.172 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.048s] 2020-06-16 08:58:07.329 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2020-06-16 08:58:08.784 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-06-16 08:58:11.273 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.023s] 2020-06-16 08:58:13.665 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.091s] 2020-06-16 08:58:13.679 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2020-06-16 08:58:14.003 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.324s] 2020-06-16 08:58:14.019 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2020-06-16 08:58:14.033 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.013s] 2020-06-16 08:58:14.068 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2020-06-16 08:58:14.148 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.079s] 2020-06-16 08:58:14.246 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.098s] 2020-06-16 08:58:14.551 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.303s] 2020-06-16 08:58:14.576 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.026s] 2020-06-16 08:58:14.777 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.200s] 2020-06-16 08:58:15.329 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [4.055s] 2020-06-16 08:58:16.790 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.213s] 2020-06-16 08:58:17.972 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.639s] 2020-06-16 08:58:18.598 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.629s] 2020-06-16 08:58:19.920 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.319s] 2020-06-16 08:58:20.658 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.738s] 2020-06-16 08:58:22.660 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.997s] 2020-06-16 08:58:22.697 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.041s] 2020-06-16 08:58:24.040 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.499s] 2020-06-16 08:58:24.488 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.175s] 2020-06-16 08:58:25.252 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.460s] 2020-06-16 08:58:29.533 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.316s] 2020-06-16 08:58:29.842 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.308s] 2020-06-16 08:58:30.815 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.780s] 2020-06-16 08:58:32.909 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.531s] 2020-06-16 08:58:33.322 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.412s] 2020-06-16 08:58:33.577 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.255s] 2020-06-16 08:58:34.027 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.449s] 2020-06-16 08:58:34.490 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.463s] 2020-06-16 08:58:34.684 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.431s] 2020-06-16 08:58:34.961 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.470s] 2020-06-16 08:58:37.073 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.243s] 2020-06-16 08:58:37.323 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.250s] 2020-06-16 08:58:42.600 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.106s] 2020-06-16 08:58:42.694 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.094s] 2020-06-16 08:58:42.815 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.120s] 2020-06-16 08:58:43.297 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.481s] 2020-06-16 08:58:43.498 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.201s] 2020-06-16 08:58:43.655 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.238s] 2020-06-16 08:58:43.857 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.202s] 2020-06-16 08:58:43.958 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.459s] 2020-06-16 08:58:44.059 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.100s] 2020-06-16 08:58:44.163 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.103s] 2020-06-16 08:58:44.265 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.102s] 2020-06-16 08:58:44.364 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.099s] 2020-06-16 08:58:44.462 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.097s] 2020-06-16 08:58:44.658 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.195s] 2020-06-16 08:58:44.853 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.195s] 2020-06-16 08:58:44.957 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.104s] 2020-06-16 08:58:45.052 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.095s] 2020-06-16 08:58:46.195 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.063s] 2020-06-16 08:58:46.418 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.092s] 2020-06-16 08:58:49.130 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.309s] 2020-06-16 08:58:50.342 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.145s] 2020-06-16 08:58:50.388 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.046s] 2020-06-16 08:58:51.733 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-06-16 08:58:51.780 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.047s] 2020-06-16 08:58:51.849 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.068s] 2020-06-16 08:58:51.887 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.039s] 2020-06-16 08:58:51.899 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2020-06-16 08:58:51.915 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.010s] 2020-06-16 08:58:51.921 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2020-06-16 08:58:51.965 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.045s] 2020-06-16 08:58:51.976 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2020-06-16 08:58:52.018 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.042s] 2020-06-16 08:58:52.029 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2020-06-16 08:58:52.110 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.081s] 2020-06-16 08:58:52.194 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.084s] 2020-06-16 08:58:52.279 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.084s] 2020-06-16 08:58:52.371 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.091s] 2020-06-16 08:58:52.382 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2020-06-16 08:58:52.427 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.044s] 2020-06-16 08:58:52.477 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.049s] 2020-06-16 08:58:52.527 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.050s] 2020-06-16 08:58:52.570 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.042s] 2020-06-16 08:59:01.723 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.587s] 2020-06-16 08:59:05.389 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.673s] 2020-06-16 08:59:14.116 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.727s] 2020-06-16 08:59:21.015 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.899s] 2020-06-16 08:59:27.447 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.431s] 2020-06-16 08:59:28.066 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.336s] 2020-06-16 08:59:39.706 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.643s] 2020-06-16 08:59:54.898 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [15.186s] 2020-06-16 09:00:08.198 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [40.745s] 2020-06-16 09:00:09.574 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.380s] 2020-06-16 09:00:14.905 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.132s] 2020-06-16 09:00:22.293 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.139s] 2020-06-16 09:00:22.422 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.128s] 2020-06-16 09:01:13.861 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [69.976s] 2020-06-16 09:01:46.037 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.165s] 2020-06-16 09:02:00.224 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.309s] 2020-06-16 09:02:00.346 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.122s] 2020-06-16 09:02:04.539 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2020-06-16 09:02:04.551 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.012s] 2020-06-16 09:02:04.603 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.052s] 2020-06-16 09:02:04.660 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.057s] 2020-06-16 09:02:04.708 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.048s] 2020-06-16 09:02:04.791 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.081s] 2020-06-16 09:02:04.864 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.073s] 2020-06-16 09:02:04.929 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.063s] 2020-06-16 09:02:04.981 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.052s] 2020-06-16 09:02:05.047 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.066s] 2020-06-16 09:02:08.421 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.386s] 2020-06-16 09:02:17.881 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.741s] 2020-06-16 09:02:21.632 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.751s] 2020-06-16 09:02:23.669 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.035s] 2020-06-16 09:02:25.638 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [1.970s] 2020-06-16 09:02:29.142 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.501s] 2020-06-16 09:02:31.200 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.058s] 2020-06-16 09:02:35.515 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.314s] 2020-06-16 09:02:40.472 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.956s] 2020-06-16 09:02:44.237 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.765s] 2020-06-16 09:02:47.268 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [3.030s] 2020-06-16 09:02:47.402 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.133s] 2020-06-16 09:02:47.516 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.114s] 2020-06-16 09:02:47.580 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2020-06-16 09:02:47.635 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.055s] 2020-06-16 09:02:47.799 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.162s] 2020-06-16 09:02:47.917 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.118s] 2020-06-16 09:02:47.987 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.069s] 2020-06-16 09:02:48.047 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.059s] 2020-06-16 09:02:51.959 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.912s] 2020-06-16 09:02:56.740 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.572s] 2020-06-16 09:03:03.495 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.423s] 2020-06-16 09:03:03.783 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.288s] 2020-06-16 09:03:15.094 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.726s] 2020-06-16 09:03:20.631 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.534s] 2020-06-16 09:03:26.152 34 INFO rally.task.context [-] Verification 1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f | Context testr@default cleanup() started 2020-06-16 09:03:26.152 34 INFO rally.task.context [-] Verification 1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f | Context testr@default cleanup() finished in 0.64 msec 2020-06-16 09:03:26.153 34 INFO rally.task.context [-] Verification 1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f | Context tempest@default cleanup() started 2020-06-16 09:03:26.294 34 INFO rally.task.context [-] Verification 1fbb5bf4-4b6b-42d1-9348-a84ec9eb768f | Context tempest@default cleanup() finished in 0.14 sec 2020-06-16 09:03:26.321 34 INFO rally.api [-] Verification (UUID=0caa8035-3f74-4fd3-8684-494d8fa96c54) has been successfully finished for deployment 'opnfv-rally' (UUID=bac0dfe4-f7c6-4701-b3e6-3b7e0283e332)! 2020-06-16 09:03:27.878 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:03:27.878 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:03:27.878 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:03:29.552 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:03:29.553 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:03:29.553 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:03:31.860 77 INFO rally.api [-] Building 'html' report for the following verification(s): '0caa8035-3f74-4fd3-8684-494d8fa96c54' 2020-06-16 09:03:31.883 77 INFO rally.api [-] The report has been successfully built. 2020-06-16 09:03:33.423 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:03:33.424 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:03:33.424 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:03:35.659 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0caa8035-3f74-4fd3-8684-494d8fa96c54' 2020-06-16 09:03:35.670 79 INFO rally.api [-] The report has been successfully built.