2020-06-07 08:44:20.576 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:44:20.577 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:44:20.577 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:44:22.783 8 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-07 08:44:22.783 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 08:44:22.783 8 ERROR rally.cli.cliutils 2020-06-07 08:44:24.397 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:44:24.397 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:44:24.397 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:44:28.858 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:44:28.858 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:44:28.859 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:44:33.615 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:44:33.615 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:44:33.615 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:44:35.093 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:44:35.093 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:44:35.093 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:44:37.080 18 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-07 08:44:37.080 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 08:44:37.080 18 ERROR rally.cli.cliutils 2020-06-07 08:44:38.618 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:44:38.618 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:44:38.618 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:44:40.722 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 08:44:40.792 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee/repo. 2020-06-07 08:44:41.009 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-06-07 08:44:41.020 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 08:44:41.027 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 08:44:41.044 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 08:44:41.106 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 08:44:41.842 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee) has been successfully created! 2020-06-07 08:44:43.844 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:44:43.844 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:44:43.844 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:44:48.486 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:44:48.487 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:44:48.487 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:44:50.594 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee) for deployment 'opnfv-rally' (UUID=8d9c308f-dfe3-48d6-9486-331e6c480e04). 2020-06-07 08:44:51.083 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee) has been successfully configured for deployment 'opnfv-rally' (UUID=8d9c308f-dfe3-48d6-9486-331e6c480e04)! 2020-06-07 08:45:00.483 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:45:00.484 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:45:00.484 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:45:02.728 36 INFO rally.api [-] Starting verification (UUID=bcf88d01-816f-4f83-b222-33280610cff7) for deployment 'opnfv-rally' (UUID=8d9c308f-dfe3-48d6-9486-331e6c480e04) by verifier 'opnfv-tempest' (UUID=fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee). 2020-06-07 08:45:03.537 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 08:45:03.538 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee/for-deployment-8d9c308f-dfe3-48d6-9486-331e6c480e04/tempest.log' to option 'log_file'. 2020-06-07 08:45:03.538 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee/for-deployment-8d9c308f-dfe3-48d6-9486-331e6c480e04/tempest.log 2020-06-07 08:45:03.538 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 08:45:03.539 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee/for-deployment-8d9c308f-dfe3-48d6-9486-331e6c480e04/lock_files' to option 'lock_path'. 2020-06-07 08:45:03.539 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee/for-deployment-8d9c308f-dfe3-48d6-9486-331e6c480e04/lock_files 2020-06-07 08:45:03.539 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-07 08:45:03.540 36 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-07 08:45:03.540 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 621f70e1-783b-4bf9-befe-8c31937025fe 2020-06-07 08:45:03.540 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 230ee28e-0522-4835-87de-d163039a8e51 2020-06-07 08:45:03.541 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0342394c-d9c7-443e-81a8-4272a7b0dfad 2020-06-07 08:45:03.541 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ca722e2c-eef5-4078-85c7-b1ee95b906de 2020-06-07 08:45:04.690 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 08:45:04.690 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_2ced74fb-626c-4be2-9016-4ee2499e56d1 2020-06-07 08:45:04.691 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 08:45:04.765 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 08:45:04.808 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-07 08:45:04.809 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_bcf88d01_qRjPsYok' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-07 08:45:04.851 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bcf88d01_qRjPsYok' (ID = c2613780-688b-4198-8ac6-d1b77b63e0c9) has been successfully created! 2020-06-07 08:45:04.851 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c2613780-688b-4198-8ac6-d1b77b63e0c9' to option 'instance_type'. 2020-06-07 08:45:04.852 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c2613780-688b-4198-8ac6-d1b77b63e0c9 2020-06-07 08:45:04.853 36 INFO rally.task.context [-] Verification fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee | Context tempest@default setup() finished in 1.77 sec 2020-06-07 08:45:04.854 36 INFO rally.task.context [-] Verification fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee | Context testr@default setup() finished in 0.50 msec 2020-06-07 08:45:04.855 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e312cac7-ff44-4c75-a9ca-b649840834ef'. 2020-06-07 08:45:10.924 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.328s] 2020-06-07 08:45:11.003 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.079s] 2020-06-07 08:45:13.300 36 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.516s] 2020-06-07 08:45:15.016 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.176s] 2020-06-07 08:45:32.067 36 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.492s] 2020-06-07 08:45:39.485 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [9.194s] 2020-06-07 08:45:39.659 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.174s] 2020-06-07 08:45:39.696 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.665s] 2020-06-07 08:45:39.875 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.177s] 2020-06-07 08:45:40.056 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.397s] 2020-06-07 08:45:40.252 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.195s] 2020-06-07 08:45:40.253 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-07 08:45:40.470 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.594s] 2020-06-07 08:45:40.619 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.148s] 2020-06-07 08:45:40.621 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-07 08:45:44.441 36 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.376s] 2020-06-07 08:45:49.907 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.805s] 2020-06-07 08:46:06.986 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.372s] 2020-06-07 08:46:09.072 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.167s] 2020-06-07 08:46:11.058 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.747s] 2020-06-07 08:46:11.307 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [18.079s] 2020-06-07 08:46:11.410 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.351s] 2020-06-07 08:46:11.535 36 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-07 08:46:11.869 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.459s] 2020-06-07 08:46:12.481 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.611s] 2020-06-07 08:46:12.972 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.491s] 2020-06-07 08:46:13.480 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.507s] 2020-06-07 08:46:13.885 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.405s] 2020-06-07 08:46:14.177 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.291s] 2020-06-07 08:46:14.465 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.287s] 2020-06-07 08:46:14.703 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.238s] 2020-06-07 08:46:15.232 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.528s] 2020-06-07 08:46:21.888 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.116s] 2020-06-07 08:46:26.824 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.834s] 2020-06-07 08:46:28.220 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.396s] 2020-06-07 08:46:28.561 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [19.482s] 2020-06-07 08:46:28.749 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.859s] 2020-06-07 08:46:29.569 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.348s] 2020-06-07 08:46:30.683 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.114s] 2020-06-07 08:46:31.320 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.636s] 2020-06-07 08:46:32.157 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.836s] 2020-06-07 08:46:32.701 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.543s] 2020-06-07 08:46:33.095 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.395s] 2020-06-07 08:46:33.852 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.756s] 2020-06-07 08:46:34.393 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.539s] 2020-06-07 08:46:35.820 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.427s] 2020-06-07 08:46:36.710 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.891s] 2020-06-07 08:46:37.150 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [8.592s] 2020-06-07 08:46:37.654 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.943s] 2020-06-07 08:46:38.340 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.684s] 2020-06-07 08:46:40.455 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [2.117s] 2020-06-07 08:46:40.879 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.422s] 2020-06-07 08:46:41.525 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.645s] 2020-06-07 08:46:42.213 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.689s] 2020-06-07 08:46:48.976 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.327s] 2020-06-07 08:46:49.110 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.132s] 2020-06-07 08:46:49.664 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.377s] 2020-06-07 08:46:49.909 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.244s] 2020-06-07 08:46:50.164 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.254s] 2020-06-07 08:46:50.623 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.459s] 2020-06-07 08:46:51.087 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.463s] 2020-06-07 08:46:51.547 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.460s] 2020-06-07 08:46:52.684 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.098s] 2020-06-07 08:46:52.697 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2020-06-07 08:46:53.193 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.496s] 2020-06-07 08:46:53.210 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2020-06-07 08:46:53.223 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2020-06-07 08:46:53.257 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2020-06-07 08:46:53.348 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.091s] 2020-06-07 08:46:53.435 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.086s] 2020-06-07 08:46:53.799 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.363s] 2020-06-07 08:46:53.827 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.028s] 2020-06-07 08:46:53.992 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.165s] 2020-06-07 08:46:54.048 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.204s] 2020-06-07 08:46:54.133 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2020-06-07 08:46:54.141 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2020-06-07 08:46:54.206 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.063s] 2020-06-07 08:46:54.259 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.054s] 2020-06-07 08:46:54.262 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.211s] 2020-06-07 08:46:54.327 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.066s] 2020-06-07 08:46:54.398 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.069s] 2020-06-07 08:46:54.476 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.079s] 2020-06-07 08:46:54.538 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.061s] 2020-06-07 08:46:54.596 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.056s] 2020-06-07 08:46:54.663 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.067s] 2020-06-07 08:46:55.896 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2020-06-07 08:46:57.914 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.030s] 2020-06-07 08:46:58.571 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.178s] 2020-06-07 08:46:58.592 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.021s] 2020-06-07 08:46:58.782 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.188s] 2020-06-07 08:46:58.791 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2020-06-07 08:46:58.808 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.017s] 2020-06-07 08:47:00.826 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.451s] 2020-06-07 08:47:03.932 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.351s] 2020-06-07 08:47:04.278 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.057s] 2020-06-07 08:47:04.295 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.018s] 2020-06-07 08:47:04.340 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.044s] 2020-06-07 08:47:05.016 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.971s] 2020-06-07 08:47:06.164 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.241s] 2020-06-07 08:47:06.195 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.031s] 2020-06-07 08:47:10.490 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.218s] 2020-06-07 08:47:10.613 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.596s] 2020-06-07 08:47:11.189 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.697s] 2020-06-07 08:47:12.436 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.822s] 2020-06-07 08:47:12.530 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.093s] 2020-06-07 08:47:12.602 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.072s] 2020-06-07 08:47:12.904 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.712s] 2020-06-07 08:47:13.533 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.632s] 2020-06-07 08:47:15.717 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.180s] 2020-06-07 08:47:16.361 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.645s] 2020-06-07 08:47:18.089 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.723s] 2020-06-07 08:47:18.194 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.109s] 2020-06-07 08:47:18.521 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.583s] 2020-06-07 08:47:20.209 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.503s] 2020-06-07 08:47:21.469 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.658s] 2020-06-07 08:47:22.620 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.016s] 2020-06-07 08:47:22.725 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.104s] 2020-06-07 08:47:22.781 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.056s] 2020-06-07 08:47:23.034 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-06-07 08:47:25.724 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.147s] 2020-06-07 08:47:27.815 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.317s] 2020-06-07 08:47:28.089 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.274s] 2020-06-07 08:47:29.496 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.414s] 2020-06-07 08:47:29.795 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.298s] 2020-06-07 08:47:33.043 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.573s] 2020-06-07 08:47:34.140 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.012s] 2020-06-07 08:47:34.187 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.045s] 2020-06-07 08:47:34.250 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.063s] 2020-06-07 08:47:34.283 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.032s] 2020-06-07 08:47:34.296 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2020-06-07 08:47:34.309 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-06-07 08:47:34.318 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.009s] 2020-06-07 08:47:34.367 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.048s] 2020-06-07 08:47:34.379 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2020-06-07 08:47:34.553 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.173s] 2020-06-07 08:47:34.566 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2020-06-07 08:47:34.628 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.062s] 2020-06-07 08:47:34.689 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.060s] 2020-06-07 08:47:34.749 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.059s] 2020-06-07 08:47:34.801 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.052s] 2020-06-07 08:47:34.814 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2020-06-07 08:47:34.855 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.040s] 2020-06-07 08:47:34.903 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.048s] 2020-06-07 08:47:34.946 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.043s] 2020-06-07 08:47:34.996 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.050s] 2020-06-07 08:47:38.055 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.978s] 2020-06-07 08:47:43.401 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.358s] 2020-06-07 08:47:43.680 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.601s] 2020-06-07 08:47:45.272 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.214s] 2020-06-07 08:47:46.920 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.393s] 2020-06-07 08:47:47.994 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.591s] 2020-06-07 08:47:49.111 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.430s] 2020-06-07 08:47:54.451 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.178s] 2020-06-07 08:47:58.651 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.728s] 2020-06-07 08:48:02.569 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.099s] 2020-06-07 08:48:02.664 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.094s] 2020-06-07 08:48:14.347 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [15.694s] 2020-06-07 08:48:26.159 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [38.160s] 2020-06-07 08:48:28.190 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.034s] 2020-06-07 08:48:30.666 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.128s] 2020-06-07 08:48:33.409 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.740s] 2020-06-07 08:48:33.748 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.340s] 2020-06-07 08:48:35.135 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.386s] 2020-06-07 08:48:35.524 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.388s] 2020-06-07 08:48:36.328 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.803s] 2020-06-07 08:48:36.778 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.448s] 2020-06-07 08:48:36.851 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.073s] 2020-06-07 08:48:36.871 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.021s] 2020-06-07 08:48:36.890 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2020-06-07 08:48:36.913 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.023s] 2020-06-07 08:48:38.327 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2020-06-07 08:48:44.637 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.056s] 2020-06-07 08:48:44.689 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.052s] 2020-06-07 08:48:44.745 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.055s] 2020-06-07 08:48:45.065 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.319s] 2020-06-07 08:48:45.194 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.129s] 2020-06-07 08:48:45.526 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.330s] 2020-06-07 08:48:45.584 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.058s] 2020-06-07 08:48:45.656 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.070s] 2020-06-07 08:48:45.731 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.074s] 2020-06-07 08:48:45.798 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.067s] 2020-06-07 08:48:45.873 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.075s] 2020-06-07 08:48:45.993 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.118s] 2020-06-07 08:48:46.121 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.127s] 2020-06-07 08:48:46.185 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.064s] 2020-06-07 08:48:46.260 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.075s] 2020-06-07 08:48:51.502 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.161s] 2020-06-07 08:48:51.562 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.061s] 2020-06-07 08:49:15.138 36 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [50.825s] 2020-06-07 08:49:45.887 36 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.735s] 2020-06-07 08:49:56.693 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.030s] 2020-06-07 08:49:56.929 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.235s] 2020-06-07 08:49:57.111 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.182s] 2020-06-07 08:50:03.873 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.124s] 2020-06-07 08:50:05.650 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [1.776s] 2020-06-07 08:50:11.587 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.936s] 2020-06-07 08:50:15.869 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.282s] 2020-06-07 08:50:20.436 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.568s] 2020-06-07 08:50:23.880 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.443s] 2020-06-07 08:50:27.923 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.043s] 2020-06-07 08:50:32.375 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.450s] 2020-06-07 08:50:36.905 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.530s] 2020-06-07 08:50:37.069 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.164s] 2020-06-07 08:50:37.172 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.102s] 2020-06-07 08:50:37.306 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.134s] 2020-06-07 08:50:37.363 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.056s] 2020-06-07 08:50:37.416 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.054s] 2020-06-07 08:50:37.501 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.084s] 2020-06-07 08:50:37.591 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.089s] 2020-06-07 08:50:37.634 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.043s] 2020-06-07 08:50:37.677 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.043s] 2020-06-07 08:50:41.491 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.813s] 2020-06-07 08:50:54.676 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.965s] 2020-06-07 08:50:54.726 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.051s] 2020-06-07 08:50:54.993 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.265s] 2020-06-07 08:50:57.355 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.361s] 2020-06-07 08:51:02.111 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.756s] 2020-06-07 08:51:02.160 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.048s] 2020-06-07 08:51:02.207 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.048s] 2020-06-07 08:51:13.564 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.159s] 2020-06-07 08:51:18.343 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.264s] 2020-06-07 08:51:18.593 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.249s] 2020-06-07 08:51:27.526 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.930s] 2020-06-07 08:51:30.876 36 INFO rally.task.context [-] Verification fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee | Context testr@default cleanup() started 2020-06-07 08:51:30.877 36 INFO rally.task.context [-] Verification fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee | Context testr@default cleanup() finished in 0.70 msec 2020-06-07 08:51:30.877 36 INFO rally.task.context [-] Verification fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee | Context tempest@default cleanup() started 2020-06-07 08:51:31.041 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_bcf88d01_qRjPsYok'. 2020-06-07 08:51:31.194 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bcf88d01_qRjPsYok' has been deleted. 2020-06-07 08:51:31.195 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c2613780-688b-4198-8ac6-d1b77b63e0c9' of option 'instance_type' from Tempest config file. 2020-06-07 08:51:31.195 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c2613780-688b-4198-8ac6-d1b77b63e0c9' has been removed. 2020-06-07 08:51:31.198 36 INFO rally.task.context [-] Verification fbf13cf8-be4b-4260-b7fa-0c5ca8a9f9ee | Context tempest@default cleanup() finished in 0.32 sec 2020-06-07 08:51:31.227 36 INFO rally.api [-] Verification (UUID=bcf88d01-816f-4f83-b222-33280610cff7) has been successfully finished for deployment 'opnfv-rally' (UUID=8d9c308f-dfe3-48d6-9486-331e6c480e04)! 2020-06-07 08:51:32.875 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:51:32.875 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:51:32.875 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:51:34.573 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:51:34.574 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:51:34.574 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:51:36.577 79 INFO rally.api [-] Building 'html' report for the following verification(s): 'bcf88d01-816f-4f83-b222-33280610cff7' 2020-06-07 08:51:36.601 79 INFO rally.api [-] The report has been successfully built. 2020-06-07 08:51:38.151 81 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:51:38.151 81 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:51:38.152 81 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:51:40.059 81 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bcf88d01-816f-4f83-b222-33280610cff7' 2020-06-07 08:51:40.070 81 INFO rally.api [-] The report has been successfully built.