2020-06-17 10:32:11.202 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:32:11.203 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:32:11.203 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:32:13.640 7 ERROR rally.cli.cliutils 2020-06-17 10:32:15.319 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:32:15.319 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:32:15.319 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:32:19.935 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:32:19.936 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:32:19.936 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:32:24.683 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:32:24.683 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:32:24.683 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:32:26.212 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:32:26.213 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:32:26.213 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 10:32:28.447 17 ERROR rally.cli.cliutils 2020-06-17 10:32:29.973 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:32:29.974 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:32:29.974 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:32:32.192 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 10:32:32.264 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-85ed5c42-6dff-4bd2-a450-7057043325a2/repo. 2020-06-17 10:32:32.526 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-85ed5c42-6dff-4bd2-a450-7057043325a2/repo'... done. ' 2020-06-17 10:32:32.538 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 10:32:32.560 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 10:32:32.628 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 10:32:33.388 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=85ed5c42-6dff-4bd2-a450-7057043325a2) has been successfully created! 2020-06-17 10:32:35.088 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:32:35.089 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:32:35.089 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:32:39.866 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:32:39.866 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:32:39.867 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:32:42.033 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=85ed5c42-6dff-4bd2-a450-7057043325a2) for deployment 'opnfv-rally' (UUID=c28129dd-e542-4a8e-bf17-6611deee446a). 2020-06-17 10:32:42.496 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=85ed5c42-6dff-4bd2-a450-7057043325a2) has been successfully configured for deployment 'opnfv-rally' (UUID=c28129dd-e542-4a8e-bf17-6611deee446a)! 2020-06-17 10:32:52.060 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:32:52.060 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:32:52.061 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:32:54.394 34 INFO rally.api [-] Starting verification (UUID=402f7924-fe52-4e54-bfb5-9b2e6d11aab2) for deployment 'opnfv-rally' (UUID=c28129dd-e542-4a8e-bf17-6611deee446a) by verifier 'opnfv-tempest' (UUID=85ed5c42-6dff-4bd2-a450-7057043325a2). 2020-06-17 10:32:55.059 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 10:32:55.060 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-85ed5c42-6dff-4bd2-a450-7057043325a2/for-deployment-c28129dd-e542-4a8e-bf17-6611deee446a/tempest.log' to option 'log_file'. 2020-06-17 10:32:55.060 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-85ed5c42-6dff-4bd2-a450-7057043325a2/for-deployment-c28129dd-e542-4a8e-bf17-6611deee446a/tempest.log 2020-06-17 10:32:55.060 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 10:32:55.061 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-85ed5c42-6dff-4bd2-a450-7057043325a2/for-deployment-c28129dd-e542-4a8e-bf17-6611deee446a/lock_files' to option 'lock_path'. 2020-06-17 10:32:55.061 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-85ed5c42-6dff-4bd2-a450-7057043325a2/for-deployment-c28129dd-e542-4a8e-bf17-6611deee446a/lock_files 2020-06-17 10:32:55.061 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 10:32:55.062 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-17 10:32:55.062 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7286711e-f25e-4cd9-8133-658a56eeeae8 2020-06-17 10:32:55.062 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1c91edfc-4664-4efb-ae6b-bf926c96be68 2020-06-17 10:32:55.063 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 62c479af-01c9-4b54-b1df-aa4f1934b2ad 2020-06-17 10:32:55.063 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e205ee36-7a79-40ea-8254-30037f4c2965 2020-06-17 10:32:55.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 10:32:55.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_f1ee0b3a-1269-43d9-9323-85623aa27382 2020-06-17 10:32:55.307 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 10:32:55.403 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 10:32:55.441 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-17 10:32:55.442 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_402f7924_gxWwPmAM' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-17 10:32:55.481 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_402f7924_gxWwPmAM' (ID = 14295c18-46cf-46ce-bd53-acda962bab6c) has been successfully created! 2020-06-17 10:32:55.482 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '14295c18-46cf-46ce-bd53-acda962bab6c' to option 'instance_type'. 2020-06-17 10:32:55.482 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 14295c18-46cf-46ce-bd53-acda962bab6c 2020-06-17 10:32:55.484 34 INFO rally.task.context [-] Verification 85ed5c42-6dff-4bd2-a450-7057043325a2 | Context tempest@default setup() finished in 0.89 sec 2020-06-17 10:32:55.485 34 INFO rally.task.context [-] Verification 85ed5c42-6dff-4bd2-a450-7057043325a2 | Context testr@default setup() finished in 0.70 msec 2020-06-17 10:32:55.485 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/bb5563ce-d980-4469-8c24-19a80152299a'. 2020-06-17 10:33:01.100 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.257s] 2020-06-17 10:33:01.656 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.408s] 2020-06-17 10:33:01.754 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.095s] 2020-06-17 10:33:01.764 34 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.608s] 2020-06-17 10:33:20.209 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2020-06-17 10:33:22.014 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.779s] 2020-06-17 10:33:24.667 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.456s] 2020-06-17 10:33:26.269 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.305s] 2020-06-17 10:33:26.424 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.154s] 2020-06-17 10:33:26.984 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.559s] 2020-06-17 10:33:27.135 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.152s] 2020-06-17 10:33:27.137 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-17 10:33:36.695 34 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.751s] 2020-06-17 10:33:36.942 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.378s] 2020-06-17 10:33:37.195 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.252s] 2020-06-17 10:33:37.465 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.269s] 2020-06-17 10:33:37.888 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.422s] 2020-06-17 10:33:38.428 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.540s] 2020-06-17 10:33:38.884 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.455s] 2020-06-17 10:33:47.262 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.625s] 2020-06-17 10:33:49.857 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.431s] 2020-06-17 10:33:50.295 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.437s] 2020-06-17 10:33:51.016 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.721s] 2020-06-17 10:33:51.524 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.507s] 2020-06-17 10:33:51.779 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.255s] 2020-06-17 10:33:51.995 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.215s] 2020-06-17 10:33:52.130 34 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [15.435s] 2020-06-17 10:33:52.169 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.174s] 2020-06-17 10:33:52.470 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.300s] 2020-06-17 10:33:52.585 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.112s] 2020-06-17 10:33:52.724 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.136s] 2020-06-17 10:33:53.079 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.360s] 2020-06-17 10:34:02.752 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.483s] 2020-06-17 10:34:06.281 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.265s] 2020-06-17 10:34:06.836 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.554s] 2020-06-17 10:34:07.202 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.365s] 2020-06-17 10:34:07.354 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.151s] 2020-06-17 10:34:07.355 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-17 10:34:11.109 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.214s] 2020-06-17 10:34:11.347 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.237s] 2020-06-17 10:34:13.250 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.284s] 2020-06-17 10:34:13.369 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.120s] 2020-06-17 10:34:15.097 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.116s] 2020-06-17 10:34:15.118 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.021s] 2020-06-17 10:34:15.275 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.156s] 2020-06-17 10:34:15.284 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2020-06-17 10:34:15.302 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.017s] 2020-06-17 10:34:17.435 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.522s] 2020-06-17 10:34:18.082 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.645s] 2020-06-17 10:34:18.789 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.707s] 2020-06-17 10:34:19.172 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.383s] 2020-06-17 10:34:20.046 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.872s] 2020-06-17 10:34:20.739 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.691s] 2020-06-17 10:34:21.366 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.628s] 2020-06-17 10:34:21.425 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.059s] 2020-06-17 10:34:21.448 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2020-06-17 10:34:21.467 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2020-06-17 10:34:21.483 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.016s] 2020-06-17 10:34:23.005 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2020-06-17 10:34:25.021 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.203s] 2020-06-17 10:34:26.097 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.714s] 2020-06-17 10:34:26.818 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.124s] 2020-06-17 10:34:31.421 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.664s] 2020-06-17 10:34:32.635 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.348s] 2020-06-17 10:34:32.937 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.302s] 2020-06-17 10:34:39.433 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.115s] 2020-06-17 10:34:39.446 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2020-06-17 10:34:39.751 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.304s] 2020-06-17 10:34:39.768 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.016s] 2020-06-17 10:34:39.782 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2020-06-17 10:34:39.821 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.038s] 2020-06-17 10:34:39.908 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.087s] 2020-06-17 10:34:40.008 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.099s] 2020-06-17 10:34:40.340 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.330s] 2020-06-17 10:34:40.365 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.026s] 2020-06-17 10:34:40.522 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.156s] 2020-06-17 10:34:43.200 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.100s] 2020-06-17 10:34:43.290 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.090s] 2020-06-17 10:34:43.392 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.101s] 2020-06-17 10:34:43.875 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.481s] 2020-06-17 10:34:44.073 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.198s] 2020-06-17 10:34:44.544 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.471s] 2020-06-17 10:34:44.643 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.098s] 2020-06-17 10:34:44.749 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.105s] 2020-06-17 10:34:44.850 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.101s] 2020-06-17 10:34:44.954 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.104s] 2020-06-17 10:34:45.048 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.092s] 2020-06-17 10:34:45.232 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.184s] 2020-06-17 10:34:45.419 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.185s] 2020-06-17 10:34:45.461 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.360s] 2020-06-17 10:34:45.524 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.106s] 2020-06-17 10:34:45.625 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.101s] 2020-06-17 10:34:47.512 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.090s] 2020-06-17 10:35:02.525 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.068s] 2020-06-17 10:35:02.748 34 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-17 10:35:03.487 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2020-06-17 10:35:03.687 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.199s] 2020-06-17 10:35:03.838 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.151s] 2020-06-17 10:35:04.449 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [16.932s] 2020-06-17 10:35:04.713 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [19.247s] 2020-06-17 10:35:07.966 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2020-06-17 10:35:07.987 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.020s] 2020-06-17 10:35:08.059 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.072s] 2020-06-17 10:35:08.113 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.053s] 2020-06-17 10:35:08.156 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.044s] 2020-06-17 10:35:08.226 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.068s] 2020-06-17 10:35:08.294 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.068s] 2020-06-17 10:35:08.351 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.056s] 2020-06-17 10:35:08.411 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.059s] 2020-06-17 10:35:08.472 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.060s] 2020-06-17 10:35:11.397 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.686s] 2020-06-17 10:35:12.458 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.420s] 2020-06-17 10:35:14.398 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.220s] 2020-06-17 10:35:14.425 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2020-06-17 10:35:22.438 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.864s] 2020-06-17 10:35:23.350 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.911s] 2020-06-17 10:35:23.815 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.464s] 2020-06-17 10:35:24.408 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.593s] 2020-06-17 10:35:24.842 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.117s] 2020-06-17 10:35:24.895 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.052s] 2020-06-17 10:35:25.199 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.303s] 2020-06-17 10:35:25.312 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.902s] 2020-06-17 10:35:25.870 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.558s] 2020-06-17 10:35:26.226 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.018s] 2020-06-17 10:35:26.240 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.014s] 2020-06-17 10:35:26.283 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.414s] 2020-06-17 10:35:26.306 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.065s] 2020-06-17 10:35:26.726 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.443s] 2020-06-17 10:35:26.826 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.627s] 2020-06-17 10:35:27.202 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.475s] 2020-06-17 10:35:27.734 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.530s] 2020-06-17 10:35:28.137 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.035s] 2020-06-17 10:35:28.288 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.556s] 2020-06-17 10:35:28.745 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.456s] 2020-06-17 10:35:29.207 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.461s] 2020-06-17 10:35:30.047 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.839s] 2020-06-17 10:35:30.541 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.494s] 2020-06-17 10:35:31.190 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.649s] 2020-06-17 10:35:31.651 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.459s] 2020-06-17 10:35:31.750 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.923s] 2020-06-17 10:35:31.815 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.064s] 2020-06-17 10:35:31.874 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.059s] 2020-06-17 10:35:32.068 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.417s] 2020-06-17 10:35:33.857 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.531s] 2020-06-17 10:35:37.676 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-06-17 10:35:37.723 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.865s] 2020-06-17 10:35:39.664 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [1.940s] 2020-06-17 10:35:43.415 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.751s] 2020-06-17 10:35:43.601 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-06-17 10:35:47.873 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.454s] 2020-06-17 10:35:50.273 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.403s] 2020-06-17 10:35:52.053 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.146s] 2020-06-17 10:35:52.191 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [1.918s] 2020-06-17 10:35:52.208 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.155s] 2020-06-17 10:35:57.093 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.900s] 2020-06-17 10:36:01.212 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.117s] 2020-06-17 10:36:01.385 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.174s] 2020-06-17 10:36:01.495 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.109s] 2020-06-17 10:36:01.596 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.101s] 2020-06-17 10:36:01.718 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.120s] 2020-06-17 10:36:01.816 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.098s] 2020-06-17 10:36:01.950 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.134s] 2020-06-17 10:36:02.065 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.114s] 2020-06-17 10:36:02.142 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.077s] 2020-06-17 10:36:02.199 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.056s] 2020-06-17 10:36:06.452 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.253s] 2020-06-17 10:36:11.255 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.802s] 2020-06-17 10:36:12.093 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.837s] 2020-06-17 10:36:13.772 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.674s] 2020-06-17 10:36:14.272 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.503s] 2020-06-17 10:36:15.091 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [0.815s] 2020-06-17 10:36:15.662 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.572s] 2020-06-17 10:36:16.865 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.198s] 2020-06-17 10:36:16.902 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.042s] 2020-06-17 10:36:18.672 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.464s] 2020-06-17 10:36:22.288 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.443s] 2020-06-17 10:36:22.585 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.296s] 2020-06-17 10:36:31.691 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.053s] 2020-06-17 10:36:39.129 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.435s] 2020-06-17 10:36:39.655 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [55.113s] 2020-06-17 10:36:48.616 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.486s] 2020-06-17 10:36:53.259 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.011s] 2020-06-17 10:36:53.301 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.041s] 2020-06-17 10:36:53.357 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.056s] 2020-06-17 10:36:53.395 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.038s] 2020-06-17 10:36:53.406 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.011s] 2020-06-17 10:36:53.415 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.009s] 2020-06-17 10:36:53.424 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.007s] 2020-06-17 10:36:53.458 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.034s] 2020-06-17 10:36:53.468 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-06-17 10:36:53.502 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2020-06-17 10:36:53.513 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2020-06-17 10:36:53.625 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.111s] 2020-06-17 10:36:53.716 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.091s] 2020-06-17 10:36:53.785 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.069s] 2020-06-17 10:36:53.876 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.090s] 2020-06-17 10:36:53.889 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2020-06-17 10:36:53.935 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.045s] 2020-06-17 10:36:53.977 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.042s] 2020-06-17 10:36:54.025 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.048s] 2020-06-17 10:36:54.068 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.043s] 2020-06-17 10:37:09.786 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.123s] 2020-06-17 10:37:24.632 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.705s] 2020-06-17 10:37:29.284 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.652s] 2020-06-17 10:37:30.789 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.505s] 2020-06-17 10:37:30.868 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.079s] 2020-06-17 10:37:30.943 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.075s] 2020-06-17 10:37:40.040 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [9.093s] 2020-06-17 10:37:40.096 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.058s] 2020-06-17 10:37:40.136 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.041s] 2020-06-17 10:37:59.194 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.246s] 2020-06-17 10:38:08.009 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.815s] 2020-06-17 10:38:15.573 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.563s] 2020-06-17 10:38:19.446 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.872s] 2020-06-17 10:38:53.862 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [34.409s] 2020-06-17 10:38:55.349 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.491s] 2020-06-17 10:39:00.837 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.264s] 2020-06-17 10:39:01.129 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.292s] 2020-06-17 10:39:10.084 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.953s] 2020-06-17 10:39:18.967 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.780s] 2020-06-17 10:39:24.619 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.649s] 2020-06-17 10:39:32.257 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.161s] 2020-06-17 10:39:32.303 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.046s] 2020-06-17 10:39:33.833 34 INFO rally.task.context [-] Verification 85ed5c42-6dff-4bd2-a450-7057043325a2 | Context testr@default cleanup() started 2020-06-17 10:39:33.834 34 INFO rally.task.context [-] Verification 85ed5c42-6dff-4bd2-a450-7057043325a2 | Context testr@default cleanup() finished in 0.75 msec 2020-06-17 10:39:33.834 34 INFO rally.task.context [-] Verification 85ed5c42-6dff-4bd2-a450-7057043325a2 | Context tempest@default cleanup() started 2020-06-17 10:39:34.007 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_402f7924_gxWwPmAM'. 2020-06-17 10:39:34.194 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_402f7924_gxWwPmAM' has been deleted. 2020-06-17 10:39:34.195 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '14295c18-46cf-46ce-bd53-acda962bab6c' of option 'instance_type' from Tempest config file. 2020-06-17 10:39:34.195 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '14295c18-46cf-46ce-bd53-acda962bab6c' has been removed. 2020-06-17 10:39:34.203 34 INFO rally.task.context [-] Verification 85ed5c42-6dff-4bd2-a450-7057043325a2 | Context tempest@default cleanup() finished in 0.37 sec 2020-06-17 10:39:34.232 34 INFO rally.api [-] Verification (UUID=402f7924-fe52-4e54-bfb5-9b2e6d11aab2) has been successfully finished for deployment 'opnfv-rally' (UUID=c28129dd-e542-4a8e-bf17-6611deee446a)! 2020-06-17 10:39:35.912 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:39:35.913 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:39:35.913 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:39:37.560 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:39:37.560 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:39:37.560 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:39:39.878 77 INFO rally.api [-] Building 'html' report for the following verification(s): '402f7924-fe52-4e54-bfb5-9b2e6d11aab2' 2020-06-17 10:39:39.902 77 INFO rally.api [-] The report has been successfully built. 2020-06-17 10:39:41.449 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:39:41.450 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:39:41.450 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:39:43.835 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '402f7924-fe52-4e54-bfb5-9b2e6d11aab2' 2020-06-17 10:39:43.847 79 INFO rally.api [-] The report has been successfully built.