2020-07-10 11:21:57.458 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:21:57.458 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:21:57.459 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:21:59.980 7 ERROR rally.cli.cliutils 2020-07-10 11:22:01.678 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:22:01.678 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:22:01.678 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:22:06.325 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:22:06.325 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:22:06.325 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:22:10.988 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:22:10.989 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:22:10.989 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:22:12.542 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:22:12.542 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:22:12.542 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:22:14.996 17 ERROR rally.cli.cliutils 2020-07-10 11:22:16.721 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:22:16.721 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:22:16.721 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:22:19.200 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:22:19.273 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-70280f50-fc19-410f-8ae0-8882198c6c91/repo. 2020-07-10 11:22:19.484 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-70280f50-fc19-410f-8ae0-8882198c6c91/repo'... done. ' 2020-07-10 11:22:19.499 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:22:19.523 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:22:19.605 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:22:20.382 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=70280f50-fc19-410f-8ae0-8882198c6c91) has been successfully created! 2020-07-10 11:22:22.190 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:22:22.190 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:22:22.191 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:22:27.140 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:22:27.140 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:22:27.140 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:22:29.638 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=70280f50-fc19-410f-8ae0-8882198c6c91) for deployment 'opnfv-rally' (UUID=e0af2a05-e51e-4b0e-9ee5-45e80ea94782). 2020-07-10 11:22:30.622 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=70280f50-fc19-410f-8ae0-8882198c6c91) has been successfully configured for deployment 'opnfv-rally' (UUID=e0af2a05-e51e-4b0e-9ee5-45e80ea94782)! 2020-07-10 11:22:39.712 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:22:39.712 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:22:39.712 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:22:42.255 34 INFO rally.api [-] Starting verification (UUID=753a792f-7011-4581-806c-3b3fc845c7ee) for deployment 'opnfv-rally' (UUID=e0af2a05-e51e-4b0e-9ee5-45e80ea94782) by verifier 'opnfv-tempest' (UUID=70280f50-fc19-410f-8ae0-8882198c6c91). 2020-07-10 11:22:42.948 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:22:42.948 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-70280f50-fc19-410f-8ae0-8882198c6c91/for-deployment-e0af2a05-e51e-4b0e-9ee5-45e80ea94782/tempest.log' to option 'log_file'. 2020-07-10 11:22:42.949 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-70280f50-fc19-410f-8ae0-8882198c6c91/for-deployment-e0af2a05-e51e-4b0e-9ee5-45e80ea94782/tempest.log 2020-07-10 11:22:42.949 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:22:42.949 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-70280f50-fc19-410f-8ae0-8882198c6c91/for-deployment-e0af2a05-e51e-4b0e-9ee5-45e80ea94782/lock_files' to option 'lock_path'. 2020-07-10 11:22:42.949 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-70280f50-fc19-410f-8ae0-8882198c6c91/for-deployment-e0af2a05-e51e-4b0e-9ee5-45e80ea94782/lock_files 2020-07-10 11:22:42.950 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:22:42.950 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-10 11:22:42.950 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 098c9dc2-69f0-4872-8612-6a9a5e7499ba 2020-07-10 11:22:42.950 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a028d034-91cc-46d9-b1bf-c6d85bb20e26 2020-07-10 11:22:42.950 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f7306205-6fc4-4143-9f5c-5388925c08d1 2020-07-10 11:22:42.951 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 54b9e620-5f76-4aa2-a555-56e42eeecdf1 2020-07-10 11:22:43.220 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:22:43.220 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_7b655fb0-368a-4aeb-8cf3-5c01029a4a62 2020-07-10 11:22:43.221 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:22:43.317 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:22:43.372 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_51734168_2wBo9vVh'. Using flavor 'rally_verify_51734168_2wBo9vVh' (ID = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c) for the tests. 2020-07-10 11:22:43.373 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7824cca8-fb10-4b2e-8b9f-a5dacd7c815c' to option 'instance_type'. 2020-07-10 11:22:43.373 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c 2020-07-10 11:22:43.375 34 INFO rally.task.context [-] Verification 70280f50-fc19-410f-8ae0-8882198c6c91 | Context tempest@default setup() finished in 0.88 sec 2020-07-10 11:22:43.376 34 INFO rally.task.context [-] Verification 70280f50-fc19-410f-8ae0-8882198c6c91 | Context testr@default setup() finished in 0.49 msec 2020-07-10 11:22:43.376 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/ff758328-a000-46fc-80d0-d9ddb1dac7f5'. 2020-07-10 11:22:49.635 34 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.546s] 2020-07-10 11:22:49.653 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.232s] 2020-07-10 11:22:49.747 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.093s] 2020-07-10 11:22:51.559 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.266s] 2020-07-10 11:23:15.058 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.091s] 2020-07-10 11:23:15.079 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.020s] 2020-07-10 11:23:15.430 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.351s] 2020-07-10 11:23:15.448 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.019s] 2020-07-10 11:23:15.466 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.017s] 2020-07-10 11:23:15.507 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.041s] 2020-07-10 11:23:15.601 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.093s] 2020-07-10 11:23:15.695 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.093s] 2020-07-10 11:23:16.051 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.354s] 2020-07-10 11:23:16.072 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.022s] 2020-07-10 11:23:16.234 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.162s] 2020-07-10 11:23:18.232 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.634s] 2020-07-10 11:23:18.400 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.167s] 2020-07-10 11:23:18.750 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.350s] 2020-07-10 11:23:18.901 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.150s] 2020-07-10 11:23:18.902 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-10 11:23:19.060 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.342s] 2020-07-10 11:23:19.422 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.587s] 2020-07-10 11:23:19.617 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.195s] 2020-07-10 11:23:19.932 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.313s] 2020-07-10 11:23:20.085 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.152s] 2020-07-10 11:23:20.086 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-10 11:23:31.907 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.847s] 2020-07-10 11:23:35.646 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.389s] 2020-07-10 11:23:35.903 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.257s] 2020-07-10 11:23:36.332 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.428s] 2020-07-10 11:23:36.857 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.525s] 2020-07-10 11:23:37.340 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.482s] 2020-07-10 11:23:37.819 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.478s] 2020-07-10 11:23:38.255 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.339s] 2020-07-10 11:23:38.478 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.222s] 2020-07-10 11:23:42.907 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.079s] 2020-07-10 11:23:46.765 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.486s] 2020-07-10 11:23:48.094 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.185s] 2020-07-10 11:23:51.574 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.959s] 2020-07-10 11:24:00.679 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.908s] 2020-07-10 11:24:14.013 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.329s] 2020-07-10 11:24:14.588 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.573s] 2020-07-10 11:24:15.430 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.843s] 2020-07-10 11:24:15.801 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.369s] 2020-07-10 11:24:16.077 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.276s] 2020-07-10 11:24:16.305 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.228s] 2020-07-10 11:24:16.538 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.232s] 2020-07-10 11:24:16.704 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.166s] 2020-07-10 11:24:16.806 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.102s] 2020-07-10 11:24:17.104 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.297s] 2020-07-10 11:24:17.433 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.329s] 2020-07-10 11:24:27.107 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.589s] 2020-07-10 11:24:27.320 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.636s] 2020-07-10 11:24:39.288 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.967s] 2020-07-10 11:24:44.899 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.169s] 2020-07-10 11:24:45.136 34 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-10 11:24:45.838 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.015s] 2020-07-10 11:24:46.023 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.916s] 2020-07-10 11:24:47.465 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.036s] 2020-07-10 11:24:47.752 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.285s] 2020-07-10 11:24:47.979 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.228s] 2020-07-10 11:24:48.276 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [61.061s] 2020-07-10 11:24:49.868 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.185s] 2020-07-10 11:24:49.896 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.027s] 2020-07-10 11:24:50.084 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.187s] 2020-07-10 11:24:50.093 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2020-07-10 11:24:50.114 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.020s] 2020-07-10 11:24:52.562 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.120s] 2020-07-10 11:24:53.372 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.809s] 2020-07-10 11:24:54.011 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.637s] 2020-07-10 11:24:54.337 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.325s] 2020-07-10 11:24:54.895 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.556s] 2020-07-10 11:24:55.611 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.715s] 2020-07-10 11:24:56.083 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.472s] 2020-07-10 11:24:56.165 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.082s] 2020-07-10 11:24:56.197 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.031s] 2020-07-10 11:24:56.221 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.024s] 2020-07-10 11:24:56.239 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2020-07-10 11:24:56.641 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.349s] 2020-07-10 11:24:58.220 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2020-07-10 11:25:04.084 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.242s] 2020-07-10 11:25:04.331 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.251s] 2020-07-10 11:25:06.371 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.343s] 2020-07-10 11:25:13.304 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.935s] 2020-07-10 11:25:13.725 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.756s] 2020-07-10 11:25:14.287 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.952s] 2020-07-10 11:25:14.336 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.610s] 2020-07-10 11:25:15.112 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.775s] 2020-07-10 11:25:16.546 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.434s] 2020-07-10 11:25:17.102 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.556s] 2020-07-10 11:25:17.771 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.669s] 2020-07-10 11:25:18.401 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.630s] 2020-07-10 11:25:19.627 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.225s] 2020-07-10 11:25:20.224 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.597s] 2020-07-10 11:25:20.322 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.038s] 2020-07-10 11:25:20.802 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.576s] 2020-07-10 11:25:21.315 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.514s] 2020-07-10 11:25:22.332 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.016s] 2020-07-10 11:25:24.193 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.860s] 2020-07-10 11:25:24.856 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.957s] 2020-07-10 11:25:25.288 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.094s] 2020-07-10 11:25:25.878 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.591s] 2020-07-10 11:25:26.388 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.508s] 2020-07-10 11:25:26.836 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.446s] 2020-07-10 11:25:27.824 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.989s] 2020-07-10 11:25:30.040 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2020-07-10 11:25:30.053 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2020-07-10 11:25:30.115 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.061s] 2020-07-10 11:25:30.171 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.056s] 2020-07-10 11:25:30.220 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.048s] 2020-07-10 11:25:30.295 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.073s] 2020-07-10 11:25:30.362 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.066s] 2020-07-10 11:25:30.418 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.056s] 2020-07-10 11:25:30.469 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.050s] 2020-07-10 11:25:30.547 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.078s] 2020-07-10 11:25:31.562 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.065s] 2020-07-10 11:25:31.587 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.025s] 2020-07-10 11:25:31.612 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2020-07-10 11:25:33.378 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.093s] 2020-07-10 11:25:34.169 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.312s] 2020-07-10 11:25:34.880 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.539s] 2020-07-10 11:25:35.241 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.372s] 2020-07-10 11:25:35.271 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.030s] 2020-07-10 11:25:35.467 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.460s] 2020-07-10 11:25:35.618 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.151s] 2020-07-10 11:25:40.548 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.391s] 2020-07-10 11:25:40.882 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.334s] 2020-07-10 11:25:43.018 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.290s] 2020-07-10 11:25:44.335 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.161s] 2020-07-10 11:25:47.180 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.163s] 2020-07-10 11:25:50.749 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.056s] 2020-07-10 11:25:50.809 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.060s] 2020-07-10 11:25:50.875 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.065s] 2020-07-10 11:25:51.083 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.902s] 2020-07-10 11:25:51.204 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.327s] 2020-07-10 11:25:51.338 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.134s] 2020-07-10 11:25:51.661 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.322s] 2020-07-10 11:25:51.717 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.056s] 2020-07-10 11:25:51.781 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.063s] 2020-07-10 11:25:52.005 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.224s] 2020-07-10 11:25:52.072 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.066s] 2020-07-10 11:25:52.130 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.058s] 2020-07-10 11:25:52.245 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.114s] 2020-07-10 11:25:52.366 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.120s] 2020-07-10 11:25:52.428 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.062s] 2020-07-10 11:25:52.493 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.064s] 2020-07-10 11:25:54.246 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.271s] 2020-07-10 11:25:54.838 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.755s] 2020-07-10 11:25:59.247 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-07-10 11:25:59.287 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.040s] 2020-07-10 11:25:59.334 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.047s] 2020-07-10 11:25:59.371 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.036s] 2020-07-10 11:25:59.384 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2020-07-10 11:25:59.397 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-07-10 11:25:59.402 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.563s] 2020-07-10 11:25:59.412 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2020-07-10 11:25:59.460 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.047s] 2020-07-10 11:25:59.472 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2020-07-10 11:25:59.514 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.042s] 2020-07-10 11:25:59.524 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2020-07-10 11:25:59.585 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.061s] 2020-07-10 11:25:59.641 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.055s] 2020-07-10 11:25:59.699 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.058s] 2020-07-10 11:25:59.751 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.051s] 2020-07-10 11:25:59.762 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2020-07-10 11:25:59.811 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.048s] 2020-07-10 11:25:59.851 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.039s] 2020-07-10 11:25:59.903 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.052s] 2020-07-10 11:25:59.949 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.045s] 2020-07-10 11:26:01.737 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.334s] 2020-07-10 11:26:06.482 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.744s] 2020-07-10 11:26:06.925 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.680s] 2020-07-10 11:26:08.308 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.113s] 2020-07-10 11:26:08.421 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.113s] 2020-07-10 11:26:11.526 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.043s] 2020-07-10 11:26:13.903 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.377s] 2020-07-10 11:26:14.099 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.196s] 2020-07-10 11:26:14.234 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.135s] 2020-07-10 11:26:14.373 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.138s] 2020-07-10 11:26:14.432 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.059s] 2020-07-10 11:26:14.487 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.054s] 2020-07-10 11:26:14.619 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.130s] 2020-07-10 11:26:14.770 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.152s] 2020-07-10 11:26:14.845 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.073s] 2020-07-10 11:26:14.906 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.061s] 2020-07-10 11:26:15.122 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.240s] 2020-07-10 11:26:15.174 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.051s] 2020-07-10 11:26:15.841 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.916s] 2020-07-10 11:26:18.390 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.483s] 2020-07-10 11:26:20.480 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.637s] 2020-07-10 11:26:26.678 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.991s] 2020-07-10 11:26:31.275 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.597s] 2020-07-10 11:26:34.478 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.202s] 2020-07-10 11:26:34.557 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.080s] 2020-07-10 11:26:34.624 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.066s] 2020-07-10 11:26:43.891 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [9.265s] 2020-07-10 11:26:43.951 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2020-07-10 11:26:43.998 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.047s] 2020-07-10 11:26:55.065 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.682s] 2020-07-10 11:26:55.112 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.048s] 2020-07-10 11:26:55.411 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.299s] 2020-07-10 11:26:57.648 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.236s] 2020-07-10 11:26:59.549 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [39.066s] 2020-07-10 11:27:01.167 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.620s] 2020-07-10 11:27:03.022 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.373s] 2020-07-10 11:27:03.074 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.052s] 2020-07-10 11:27:03.215 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.140s] 2020-07-10 11:27:05.066 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.888s] 2020-07-10 11:27:06.286 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.218s] 2020-07-10 11:27:08.092 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.800s] 2020-07-10 11:27:08.599 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.511s] 2020-07-10 11:27:09.666 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.064s] 2020-07-10 11:27:10.819 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.153s] 2020-07-10 11:27:11.873 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.577s] 2020-07-10 11:27:12.629 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.804s] 2020-07-10 11:27:12.664 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.041s] 2020-07-10 11:27:14.148 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2020-07-10 11:27:14.270 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.245s] 2020-07-10 11:27:15.844 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.082s] 2020-07-10 11:27:17.760 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.459s] 2020-07-10 11:27:18.059 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.298s] 2020-07-10 11:27:23.040 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.785s] 2020-07-10 11:27:28.555 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.512s] 2020-07-10 11:27:34.243 34 INFO rally.task.context [-] Verification 70280f50-fc19-410f-8ae0-8882198c6c91 | Context testr@default cleanup() started 2020-07-10 11:27:34.244 34 INFO rally.task.context [-] Verification 70280f50-fc19-410f-8ae0-8882198c6c91 | Context testr@default cleanup() finished in 0.62 msec 2020-07-10 11:27:34.244 34 INFO rally.task.context [-] Verification 70280f50-fc19-410f-8ae0-8882198c6c91 | Context tempest@default cleanup() started 2020-07-10 11:27:34.443 34 INFO rally.task.context [-] Verification 70280f50-fc19-410f-8ae0-8882198c6c91 | Context tempest@default cleanup() finished in 0.20 sec 2020-07-10 11:27:34.471 34 INFO rally.api [-] Verification (UUID=753a792f-7011-4581-806c-3b3fc845c7ee) has been successfully finished for deployment 'opnfv-rally' (UUID=e0af2a05-e51e-4b0e-9ee5-45e80ea94782)! 2020-07-10 11:27:36.207 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:27:36.207 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:27:36.207 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:27:37.970 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:27:37.971 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:27:37.971 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:27:40.311 77 INFO rally.api [-] Building 'html' report for the following verification(s): '753a792f-7011-4581-806c-3b3fc845c7ee' 2020-07-10 11:27:40.331 77 INFO rally.api [-] The report has been successfully built. 2020-07-10 11:27:41.928 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:27:41.929 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:27:41.929 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:27:44.241 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '753a792f-7011-4581-806c-3b3fc845c7ee' 2020-07-10 11:27:44.250 79 INFO rally.api [-] The report has been successfully built.