2020-12-05 12:59:20.592 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:59:20.593 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:59:20.593 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:59:23.367 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-12-05 12:59:23.367 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 12:59:23.367 7 ERROR rally.cli.cliutils 2020-12-05 12:59:25.144 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:59:25.144 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:59:25.144 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:59:29.954 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:59:29.955 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:59:29.955 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:59:35.367 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:59:35.368 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:59:35.368 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:59:36.970 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:59:36.971 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:59:36.971 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:59:39.647 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-12-05 12:59:39.647 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 12:59:39.647 17 ERROR rally.cli.cliutils 2020-12-05 12:59:41.492 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:59:41.493 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:59:41.493 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:59:43.966 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-05 12:59:44.030 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ec723206-cb36-4209-979b-9f5b0bc8e8fe/repo. 2020-12-05 12:59:44.289 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ec723206-cb36-4209-979b-9f5b0bc8e8fe/repo'... done. Note: switching to '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a'. 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-12-05 12:59:44.338 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g10c0e505c ' 2020-12-05 12:59:44.349 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a ' 2020-12-05 12:59:44.366 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-05 12:59:44.427 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-05 12:59:45.243 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ec723206-cb36-4209-979b-9f5b0bc8e8fe) has been successfully created! 2020-12-05 12:59:47.044 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:59:47.045 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:59:47.045 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:59:52.271 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:59:52.272 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:59:52.272 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:59:54.819 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ec723206-cb36-4209-979b-9f5b0bc8e8fe) for deployment 'opnfv-rally' (UUID=76e108b8-7c3a-4371-beb8-2f9b781849e5). 2020-12-05 12:59:55.323 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ec723206-cb36-4209-979b-9f5b0bc8e8fe) has been successfully configured for deployment 'opnfv-rally' (UUID=76e108b8-7c3a-4371-beb8-2f9b781849e5)! 2020-12-05 13:00:05.480 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:00:05.480 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:00:05.480 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:00:08.237 35 INFO rally.api [-] Starting verification (UUID=f3bc3d63-1cce-4ae5-8abf-beb4f727d001) for deployment 'opnfv-rally' (UUID=76e108b8-7c3a-4371-beb8-2f9b781849e5) by verifier 'opnfv-tempest' (UUID=ec723206-cb36-4209-979b-9f5b0bc8e8fe). 2020-12-05 13:00:08.946 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-05 13:00:08.946 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ec723206-cb36-4209-979b-9f5b0bc8e8fe/for-deployment-76e108b8-7c3a-4371-beb8-2f9b781849e5/tempest.log' to option 'log_file'. 2020-12-05 13:00:08.947 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ec723206-cb36-4209-979b-9f5b0bc8e8fe/for-deployment-76e108b8-7c3a-4371-beb8-2f9b781849e5/tempest.log 2020-12-05 13:00:08.947 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-05 13:00:08.947 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ec723206-cb36-4209-979b-9f5b0bc8e8fe/for-deployment-76e108b8-7c3a-4371-beb8-2f9b781849e5/lock_files' to option 'lock_path'. 2020-12-05 13:00:08.948 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ec723206-cb36-4209-979b-9f5b0bc8e8fe/for-deployment-76e108b8-7c3a-4371-beb8-2f9b781849e5/lock_files 2020-12-05 13:00:08.948 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-05 13:00:08.948 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-12-05 13:00:08.948 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 280a5c7d-86c3-4a9d-83d0-e39ece12565b 2020-12-05 13:00:08.949 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9bb7455d-844b-4182-a549-7f84afcf9850 2020-12-05 13:00:08.949 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c75911d6-df11-44bb-af68-963d8fc29982 2020-12-05 13:00:08.950 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 27c6a303-775c-48c9-8750-415153c361e4 2020-12-05 13:00:09.245 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-05 13:00:09.246 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_9b4f68c4-37aa-4160-bace-654e3ab17696 2020-12-05 13:00:09.247 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-05 13:00:09.327 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-05 13:00:09.370 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-05 13:00:09.371 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f3bc3d63_WZlpVsOT' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-05 13:00:09.413 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f3bc3d63_WZlpVsOT' (ID = 86056dff-258e-4987-a4c7-a3dc8ad150be) has been successfully created! 2020-12-05 13:00:09.414 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '86056dff-258e-4987-a4c7-a3dc8ad150be' to option 'instance_type'. 2020-12-05 13:00:09.414 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 86056dff-258e-4987-a4c7-a3dc8ad150be 2020-12-05 13:00:09.415 35 INFO rally.task.context [-] Verification ec723206-cb36-4209-979b-9f5b0bc8e8fe | Context tempest@default setup() finished in 0.94 sec 2020-12-05 13:00:09.416 35 INFO rally.task.context [-] Verification ec723206-cb36-4209-979b-9f5b0bc8e8fe | Context testr@default setup() finished in 0.46 msec 2020-12-05 13:00:09.417 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/94418f96-0b7a-46b8-9243-2ad5ac7f0cd8'. 2020-12-05 13:00:15.316 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.332s] 2020-12-05 13:00:15.402 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.086s] 2020-12-05 13:00:15.749 35 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.551s] 2020-12-05 13:00:17.877 35 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-12-05 13:00:34.953 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.716s] 2020-12-05 13:00:35.562 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.615s] 2020-12-05 13:00:36.205 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.643s] 2020-12-05 13:00:36.861 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.655s] 2020-12-05 13:00:37.553 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.692s] 2020-12-05 13:00:38.434 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.880s] 2020-12-05 13:00:38.786 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.555s] 2020-12-05 13:00:39.037 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.603s] 2020-12-05 13:00:39.258 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.179s] 2020-12-05 13:00:39.543 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.506s] 2020-12-05 13:00:40.062 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.517s] 2020-12-05 13:00:40.611 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.548s] 2020-12-05 13:00:41.120 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.510s] 2020-12-05 13:00:41.878 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.756s] 2020-12-05 13:00:42.480 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.604s] 2020-12-05 13:00:43.120 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.638s] 2020-12-05 13:00:43.696 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.575s] 2020-12-05 13:00:44.273 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.577s] 2020-12-05 13:00:44.768 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.494s] 2020-12-05 13:00:45.204 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.436s] 2020-12-05 13:00:49.145 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.468s] 2020-12-05 13:00:52.968 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.775s] 2020-12-05 13:00:53.142 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.174s] 2020-12-05 13:00:53.334 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.267s] 2020-12-05 13:00:53.612 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.279s] 2020-12-05 13:00:53.940 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.797s] 2020-12-05 13:00:54.098 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.157s] 2020-12-05 13:00:54.099 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-12-05 13:00:55.090 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [16.302s] 2020-12-05 13:01:01.751 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.600s] 2020-12-05 13:01:24.564 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.085s] 2020-12-05 13:01:28.960 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.393s] 2020-12-05 13:01:33.258 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.503s] 2020-12-05 13:01:36.460 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.261s] 2020-12-05 13:01:36.594 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.134s] 2020-12-05 13:01:37.029 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.433s] 2020-12-05 13:01:37.186 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.157s] 2020-12-05 13:01:37.188 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-12-05 13:01:49.774 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.516s] 2020-12-05 13:01:50.058 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.099s] 2020-12-05 13:01:50.316 35 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-12-05 13:02:06.794 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.452s] 2020-12-05 13:02:07.455 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.659s] 2020-12-05 13:02:07.824 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.370s] 2020-12-05 13:02:08.224 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.398s] 2020-12-05 13:02:08.588 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [62.645s] 2020-12-05 13:02:08.649 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.426s] 2020-12-05 13:02:08.829 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [19.048s] 2020-12-05 13:02:08.830 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.179s] 2020-12-05 13:02:08.998 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.168s] 2020-12-05 13:02:09.151 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.153s] 2020-12-05 13:02:09.249 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.097s] 2020-12-05 13:02:09.425 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.175s] 2020-12-05 13:02:09.740 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.315s] 2020-12-05 13:02:12.151 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.104s] 2020-12-05 13:02:17.776 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.348s] 2020-12-05 13:02:17.806 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.030s] 2020-12-05 13:02:24.242 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.043s] 2020-12-05 13:02:30.423 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.871s] 2020-12-05 13:02:35.120 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.695s] 2020-12-05 13:02:39.890 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.762s] 2020-12-05 13:02:46.674 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [38.080s] 2020-12-05 13:02:48.043 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.796s] 2020-12-05 13:02:48.234 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.350s] 2020-12-05 13:02:52.138 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.905s] 2020-12-05 13:02:54.016 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.079s] 2020-12-05 13:02:54.039 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.021s] 2020-12-05 13:02:54.358 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.319s] 2020-12-05 13:02:54.378 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.020s] 2020-12-05 13:02:54.395 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.017s] 2020-12-05 13:02:54.442 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.046s] 2020-12-05 13:02:54.544 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.101s] 2020-12-05 13:02:54.649 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.104s] 2020-12-05 13:02:55.167 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.516s] 2020-12-05 13:02:55.193 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.027s] 2020-12-05 13:02:55.339 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.146s] 2020-12-05 13:02:56.422 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.283s] 2020-12-05 13:02:58.326 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.387s] 2020-12-05 13:02:58.458 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.136s] 2020-12-05 13:03:01.889 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.466s] 2020-12-05 13:03:03.112 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.173s] 2020-12-05 13:03:03.140 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.027s] 2020-12-05 13:03:03.316 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.174s] 2020-12-05 13:03:03.328 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.012s] 2020-12-05 13:03:03.351 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.022s] 2020-12-05 13:03:06.576 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.685s] 2020-12-05 13:03:08.985 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.938s] 2020-12-05 13:03:12.434 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.858s] 2020-12-05 13:03:12.626 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.192s] 2020-12-05 13:03:12.815 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.188s] 2020-12-05 13:03:15.849 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.868s] 2020-12-05 13:03:16.464 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [3.648s] 2020-12-05 13:03:16.524 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.058s] 2020-12-05 13:03:16.582 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.059s] 2020-12-05 13:03:16.712 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.129s] 2020-12-05 13:03:16.840 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.128s] 2020-12-05 13:03:16.900 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.059s] 2020-12-05 13:03:17.048 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.147s] 2020-12-05 13:03:23.438 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.424s] 2020-12-05 13:03:23.759 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.321s] 2020-12-05 13:03:23.812 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.328s] 2020-12-05 13:03:24.017 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.257s] 2020-12-05 13:03:24.658 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.641s] 2020-12-05 13:03:24.874 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.825s] 2020-12-05 13:03:25.112 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.453s] 2020-12-05 13:03:25.611 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.498s] 2020-12-05 13:03:27.878 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2020-12-05 13:03:29.759 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.034s] 2020-12-05 13:03:30.038 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.278s] 2020-12-05 13:03:30.332 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.294s] 2020-12-05 13:03:31.340 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.093s] 2020-12-05 13:03:31.415 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2020-12-05 13:03:31.446 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.030s] 2020-12-05 13:03:33.624 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.518s] 2020-12-05 13:03:34.708 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.907s] 2020-12-05 13:03:34.813 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2020-12-05 13:03:34.820 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2020-12-05 13:03:34.867 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.047s] 2020-12-05 13:03:34.913 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.046s] 2020-12-05 13:03:34.963 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.050s] 2020-12-05 13:03:35.035 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.070s] 2020-12-05 13:03:35.102 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.067s] 2020-12-05 13:03:35.163 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.060s] 2020-12-05 13:03:35.221 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.057s] 2020-12-05 13:03:35.274 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.053s] 2020-12-05 13:03:35.468 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.654s] 2020-12-05 13:03:36.805 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.855s] 2020-12-05 13:03:38.874 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.326s] 2020-12-05 13:03:40.246 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.538s] 2020-12-05 13:03:42.043 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-12-05 13:03:42.075 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.032s] 2020-12-05 13:03:42.127 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.051s] 2020-12-05 13:03:42.159 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.031s] 2020-12-05 13:03:42.176 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.016s] 2020-12-05 13:03:42.193 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.017s] 2020-12-05 13:03:42.207 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-12-05 13:03:42.252 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.045s] 2020-12-05 13:03:42.265 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-12-05 13:03:42.311 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.046s] 2020-12-05 13:03:42.322 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2020-12-05 13:03:42.542 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.219s] 2020-12-05 13:03:42.616 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.073s] 2020-12-05 13:03:42.674 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.058s] 2020-12-05 13:03:42.730 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.055s] 2020-12-05 13:03:42.742 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2020-12-05 13:03:42.790 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.047s] 2020-12-05 13:03:42.842 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.052s] 2020-12-05 13:03:42.892 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.049s] 2020-12-05 13:03:42.942 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.048s] 2020-12-05 13:03:46.225 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [5.980s] 2020-12-05 13:03:46.293 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.067s] 2020-12-05 13:03:46.606 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.313s] 2020-12-05 13:03:48.085 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.094s] 2020-12-05 13:03:48.139 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.055s] 2020-12-05 13:03:48.433 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.293s] 2020-12-05 13:03:49.015 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.547s] 2020-12-05 13:03:50.034 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.600s] 2020-12-05 13:03:54.161 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.127s] 2020-12-05 13:03:54.214 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.051s] 2020-12-05 13:03:54.267 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.054s] 2020-12-05 13:03:55.063 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.119s] 2020-12-05 13:03:55.173 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.109s] 2020-12-05 13:03:56.855 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.248s] 2020-12-05 13:03:56.920 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.065s] 2020-12-05 13:03:56.969 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.049s] 2020-12-05 13:03:57.914 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.899s] 2020-12-05 13:03:59.957 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.185s] 2020-12-05 13:04:01.579 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-12-05 13:04:01.808 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.235s] 2020-12-05 13:04:01.856 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.047s] 2020-12-05 13:04:04.375 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.014s] 2020-12-05 13:04:09.093 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.348s] 2020-12-05 13:04:09.397 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.304s] 2020-12-05 13:04:09.931 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.686s] 2020-12-05 13:04:15.658 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.726s] 2020-12-05 13:04:17.216 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.320s] 2020-12-05 13:04:17.502 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.285s] 2020-12-05 13:04:27.493 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.989s] 2020-12-05 13:04:39.735 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [41.816s] 2020-12-05 13:04:39.853 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.068s] 2020-12-05 13:04:39.918 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.064s] 2020-12-05 13:04:39.998 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.080s] 2020-12-05 13:04:40.434 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.435s] 2020-12-05 13:04:40.584 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.148s] 2020-12-05 13:04:40.897 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.314s] 2020-12-05 13:04:40.950 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.053s] 2020-12-05 13:04:41.023 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.072s] 2020-12-05 13:04:41.089 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.065s] 2020-12-05 13:04:41.175 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.086s] 2020-12-05 13:04:41.239 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.065s] 2020-12-05 13:04:41.288 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.556s] 2020-12-05 13:04:41.356 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.115s] 2020-12-05 13:04:41.472 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.115s] 2020-12-05 13:04:41.551 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.079s] 2020-12-05 13:04:41.631 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.080s] 2020-12-05 13:04:44.800 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.993s] 2020-12-05 13:04:46.031 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.231s] 2020-12-05 13:04:48.811 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.774s] 2020-12-05 13:04:49.600 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.793s] 2020-12-05 13:04:51.035 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.431s] 2020-12-05 13:04:51.794 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.762s] 2020-12-05 13:04:53.927 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.126s] 2020-12-05 13:04:53.960 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.040s] 2020-12-05 13:04:55.562 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.149s] 2020-12-05 13:04:56.769 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.203s] 2020-12-05 13:04:57.272 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.503s] 2020-12-05 13:04:57.769 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.496s] 2020-12-05 13:05:01.567 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.797s] 2020-12-05 13:05:02.892 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.323s] 2020-12-05 13:05:07.043 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.151s] 2020-12-05 13:05:07.278 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.235s] 2020-12-05 13:05:07.303 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.025s] 2020-12-05 13:05:07.320 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.016s] 2020-12-05 13:05:07.334 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.015s] 2020-12-05 13:05:10.722 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.396s] 2020-12-05 13:05:11.017 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.294s] 2020-12-05 13:05:20.405 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.395s] 2020-12-05 13:05:29.952 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.544s] 2020-12-05 13:05:40.316 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.365s] 2020-12-05 13:05:42.833 35 INFO rally.task.context [-] Verification ec723206-cb36-4209-979b-9f5b0bc8e8fe | Context testr@default cleanup() started 2020-12-05 13:05:42.834 35 INFO rally.task.context [-] Verification ec723206-cb36-4209-979b-9f5b0bc8e8fe | Context testr@default cleanup() finished in 0.79 msec 2020-12-05 13:05:42.834 35 INFO rally.task.context [-] Verification ec723206-cb36-4209-979b-9f5b0bc8e8fe | Context tempest@default cleanup() started 2020-12-05 13:05:43.005 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f3bc3d63_WZlpVsOT'. 2020-12-05 13:05:43.226 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f3bc3d63_WZlpVsOT' has been deleted. 2020-12-05 13:05:43.227 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '86056dff-258e-4987-a4c7-a3dc8ad150be' of option 'instance_type' from Tempest config file. 2020-12-05 13:05:43.228 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '86056dff-258e-4987-a4c7-a3dc8ad150be' has been removed. 2020-12-05 13:05:43.234 35 INFO rally.task.context [-] Verification ec723206-cb36-4209-979b-9f5b0bc8e8fe | Context tempest@default cleanup() finished in 0.40 sec 2020-12-05 13:05:43.266 35 INFO rally.api [-] Verification (UUID=f3bc3d63-1cce-4ae5-8abf-beb4f727d001) has been successfully finished for deployment 'opnfv-rally' (UUID=76e108b8-7c3a-4371-beb8-2f9b781849e5)! 2020-12-05 13:05:45.125 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:05:45.126 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:05:45.126 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:05:46.924 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:05:46.925 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:05:46.925 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:05:49.611 78 INFO rally.api [-] Building 'html' report for the following verification(s): 'f3bc3d63-1cce-4ae5-8abf-beb4f727d001' 2020-12-05 13:05:49.638 78 INFO rally.api [-] The report has been successfully built. 2020-12-05 13:05:51.429 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:05:51.429 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:05:51.430 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:05:54.028 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f3bc3d63-1cce-4ae5-8abf-beb4f727d001' 2020-12-05 13:05:54.039 80 INFO rally.api [-] The report has been successfully built.