2020-09-29 08:51:38.866 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:51:38.867 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:51:38.867 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:51:40.992 6 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-09-29 08:51:40.992 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:51:40.992 6 ERROR rally.cli.cliutils 2020-09-29 08:51:42.607 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:51:42.607 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:51:42.607 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:51:46.221 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:51:46.221 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:51:46.221 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:51:50.528 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:51:50.529 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:51:50.529 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:51:52.005 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:51:52.006 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:51:52.006 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:51:54.088 15 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-09-29 08:51:54.088 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils force=force) 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:51:54.088 15 ERROR rally.cli.cliutils 2020-09-29 08:51:55.499 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:51:55.499 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:51:55.500 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:51:57.561 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 08:51:57.646 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7bc2a44a-b501-4f99-89e4-bc342ff7b183/repo. 2020-09-29 08:51:57.965 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7bc2a44a-b501-4f99-89e4-bc342ff7b183/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-29 08:51:57.980 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 08:51:57.989 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 08:51:58.011 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 08:51:58.089 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 08:51:58.747 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7bc2a44a-b501-4f99-89e4-bc342ff7b183) has been successfully created! 2020-09-29 08:52:00.462 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:52:00.462 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:52:00.462 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:52:04.649 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:52:04.649 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:52:04.650 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:52:06.667 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7bc2a44a-b501-4f99-89e4-bc342ff7b183) for deployment 'opnfv-rally' (UUID=7ce42670-bc3f-438d-bdbf-82f550c752a2). 2020-09-29 08:52:07.147 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7bc2a44a-b501-4f99-89e4-bc342ff7b183) has been successfully configured for deployment 'opnfv-rally' (UUID=7ce42670-bc3f-438d-bdbf-82f550c752a2)! 2020-09-29 08:52:15.905 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:52:15.905 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:52:15.905 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:52:17.901 32 INFO rally.api [-] Starting verification (UUID=d563f649-3d54-4737-8333-adf4df968e2c) for deployment 'opnfv-rally' (UUID=7ce42670-bc3f-438d-bdbf-82f550c752a2) by verifier 'opnfv-tempest' (UUID=7bc2a44a-b501-4f99-89e4-bc342ff7b183). 2020-09-29 08:52:18.588 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 08:52:18.589 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7bc2a44a-b501-4f99-89e4-bc342ff7b183/for-deployment-7ce42670-bc3f-438d-bdbf-82f550c752a2/tempest.log' to option 'log_file'. 2020-09-29 08:52:18.589 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7bc2a44a-b501-4f99-89e4-bc342ff7b183/for-deployment-7ce42670-bc3f-438d-bdbf-82f550c752a2/tempest.log 2020-09-29 08:52:18.590 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 08:52:18.590 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7bc2a44a-b501-4f99-89e4-bc342ff7b183/for-deployment-7ce42670-bc3f-438d-bdbf-82f550c752a2/lock_files' to option 'lock_path'. 2020-09-29 08:52:18.590 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7bc2a44a-b501-4f99-89e4-bc342ff7b183/for-deployment-7ce42670-bc3f-438d-bdbf-82f550c752a2/lock_files 2020-09-29 08:52:18.591 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 08:52:18.591 32 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-09-29 08:52:18.591 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0530e027-b344-4df8-912c-2f2e28c61a05 2020-09-29 08:52:18.592 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8330a242-0cda-4c18-a397-207553edb787 2020-09-29 08:52:18.592 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 61b95238-7ef1-4356-a72a-7db3e92c8046 2020-09-29 08:52:18.593 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 359f0626-4fca-4dfe-874a-037460f2c3c8 2020-09-29 08:52:18.885 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 08:52:18.885 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_da036e22-7115-4a8c-972b-ca6a1dac7d50 2020-09-29 08:52:18.886 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 08:52:18.981 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 08:52:19.022 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_0b757646_zMFjiBWk'. Using flavor 'rally_verify_0b757646_zMFjiBWk' (ID = 26847c79-861b-4cc0-8135-0eb6bf92fa99) for the tests. 2020-09-29 08:52:19.022 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '26847c79-861b-4cc0-8135-0eb6bf92fa99' to option 'instance_type'. 2020-09-29 08:52:19.022 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 26847c79-861b-4cc0-8135-0eb6bf92fa99 2020-09-29 08:52:19.024 32 INFO rally.task.context [-] Verification 7bc2a44a-b501-4f99-89e4-bc342ff7b183 | Context tempest@default setup() finished in 0.89 sec 2020-09-29 08:52:19.025 32 INFO rally.task.context [-] Verification 7bc2a44a-b501-4f99-89e4-bc342ff7b183 | Context testr@default setup() finished in 0.60 msec 2020-09-29 08:52:19.026 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a1f5bd52-c946-4617-8fb6-0324bec43ef9'. 2020-09-29 08:52:24.221 32 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.288s] 2020-09-29 08:52:24.295 32 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.074s] 2020-09-29 08:52:24.354 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.186s] 2020-09-29 08:52:25.193 32 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.700s] 2020-09-29 08:52:44.331 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [17.513s] 2020-09-29 08:52:44.932 32 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-09-29 08:52:51.968 32 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [15.204s] 2020-09-29 08:52:52.134 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.584s] 2020-09-29 08:52:58.659 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.695s] 2020-09-29 08:52:58.821 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.161s] 2020-09-29 08:52:59.139 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.318s] 2020-09-29 08:52:59.249 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.110s] 2020-09-29 08:52:59.251 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-09-29 08:53:05.873 32 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.903s] 2020-09-29 08:53:06.427 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [1.575s] 2020-09-29 08:53:06.598 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.170s] 2020-09-29 08:53:06.994 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.396s] 2020-09-29 08:53:07.134 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.140s] 2020-09-29 08:53:07.136 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-09-29 08:53:08.917 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.778s] 2020-09-29 08:53:22.111 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.439s] 2020-09-29 08:53:22.367 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.255s] 2020-09-29 08:53:22.642 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.274s] 2020-09-29 08:53:23.117 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.475s] 2020-09-29 08:53:23.602 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.484s] 2020-09-29 08:53:24.074 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.471s] 2020-09-29 08:53:30.548 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.783s] 2020-09-29 08:53:42.625 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.395s] 2020-09-29 08:53:42.982 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.354s] 2020-09-29 08:53:43.342 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.360s] 2020-09-29 08:53:43.750 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.408s] 2020-09-29 08:53:44.051 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.301s] 2020-09-29 08:53:44.219 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.167s] 2020-09-29 08:53:44.395 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.176s] 2020-09-29 08:53:44.564 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.168s] 2020-09-29 08:53:44.655 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.091s] 2020-09-29 08:53:44.825 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.169s] 2020-09-29 08:53:45.195 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.371s] 2020-09-29 08:53:45.461 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2020-09-29 08:53:45.632 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [36.710s] 2020-09-29 08:53:45.922 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.725s] 2020-09-29 08:53:46.819 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.897s] 2020-09-29 08:53:47.659 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.838s] 2020-09-29 08:53:48.360 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.701s] 2020-09-29 08:53:49.113 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.751s] 2020-09-29 08:53:49.931 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.819s] 2020-09-29 08:53:50.433 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.502s] 2020-09-29 08:53:51.030 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.596s] 2020-09-29 08:53:51.105 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.639s] 2020-09-29 08:53:51.554 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.524s] 2020-09-29 08:53:52.477 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.921s] 2020-09-29 08:53:53.003 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.526s] 2020-09-29 08:53:53.455 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.452s] 2020-09-29 08:53:53.947 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.492s] 2020-09-29 08:53:55.124 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.174s] 2020-09-29 08:53:55.588 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.466s] 2020-09-29 08:53:56.305 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.716s] 2020-09-29 08:53:56.794 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.488s] 2020-09-29 08:53:57.262 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.469s] 2020-09-29 08:54:03.690 32 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.392s] 2020-09-29 08:54:03.961 32 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.271s] 2020-09-29 08:54:04.918 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [19.282s] 2020-09-29 08:54:05.080 32 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.144s] 2020-09-29 08:54:05.954 32 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2020-09-29 08:54:07.344 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.389s] 2020-09-29 08:54:07.979 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.636s] 2020-09-29 08:54:10.246 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.019s] 2020-09-29 08:54:10.258 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2020-09-29 08:54:10.315 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.056s] 2020-09-29 08:54:10.367 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.053s] 2020-09-29 08:54:10.419 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.050s] 2020-09-29 08:54:10.509 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.089s] 2020-09-29 08:54:10.585 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.076s] 2020-09-29 08:54:10.644 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.059s] 2020-09-29 08:54:10.695 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.049s] 2020-09-29 08:54:10.752 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.058s] 2020-09-29 08:54:14.330 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.341s] 2020-09-29 08:54:14.365 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.034s] 2020-09-29 08:54:15.815 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.430s] 2020-09-29 08:54:20.611 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.092s] 2020-09-29 08:54:20.625 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.014s] 2020-09-29 08:54:20.831 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.005s] 2020-09-29 08:54:20.997 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.370s] 2020-09-29 08:54:21.011 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2020-09-29 08:54:21.026 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2020-09-29 08:54:21.057 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2020-09-29 08:54:21.146 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.089s] 2020-09-29 08:54:21.245 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.097s] 2020-09-29 08:54:21.594 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [16.671s] 2020-09-29 08:54:21.599 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.354s] 2020-09-29 08:54:21.618 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.019s] 2020-09-29 08:54:21.773 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.155s] 2020-09-29 08:54:22.998 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.260s] 2020-09-29 08:54:23.082 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.250s] 2020-09-29 08:54:24.085 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2020-09-29 08:54:24.111 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.024s] 2020-09-29 08:54:24.135 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.025s] 2020-09-29 08:54:26.026 32 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.187s] 2020-09-29 08:54:26.047 32 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.021s] 2020-09-29 08:54:26.233 32 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.186s] 2020-09-29 08:54:26.244 32 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2020-09-29 08:54:26.264 32 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.020s] 2020-09-29 08:54:27.487 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.405s] 2020-09-29 08:54:28.516 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.517s] 2020-09-29 08:54:30.047 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.559s] 2020-09-29 08:54:30.240 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.724s] 2020-09-29 08:54:30.310 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.069s] 2020-09-29 08:54:30.380 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.069s] 2020-09-29 08:54:33.872 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.824s] 2020-09-29 08:54:36.450 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.579s] 2020-09-29 08:54:38.248 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.826s] 2020-09-29 08:54:38.336 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.088s] 2020-09-29 08:54:38.741 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.404s] 2020-09-29 08:54:40.840 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.098s] 2020-09-29 08:54:41.021 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.569s] 2020-09-29 08:54:45.758 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [15.376s] 2020-09-29 08:54:45.822 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.064s] 2020-09-29 08:54:45.878 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.056s] 2020-09-29 08:54:49.743 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.871s] 2020-09-29 08:54:50.085 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.062s] 2020-09-29 08:54:50.677 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [9.836s] 2020-09-29 08:54:50.743 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.066s] 2020-09-29 08:54:50.797 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.054s] 2020-09-29 08:54:52.463 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.377s] 2020-09-29 08:54:52.740 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.278s] 2020-09-29 08:54:52.910 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.168s] 2020-09-29 08:54:53.116 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.207s] 2020-09-29 08:54:53.209 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.093s] 2020-09-29 08:54:53.289 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.079s] 2020-09-29 08:54:53.395 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2020-09-29 08:54:53.498 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.102s] 2020-09-29 08:54:53.554 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.055s] 2020-09-29 08:54:53.609 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.054s] 2020-09-29 08:54:53.655 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.274s] 2020-09-29 08:54:53.922 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.266s] 2020-09-29 08:54:57.121 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.511s] 2020-09-29 08:55:02.701 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-09-29 08:55:03.043 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.119s] 2020-09-29 08:55:04.688 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.244s] 2020-09-29 08:55:09.496 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.004s] 2020-09-29 08:55:11.883 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.059s] 2020-09-29 08:55:11.928 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.059s] 2020-09-29 08:55:12.050 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.121s] 2020-09-29 08:55:12.077 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.157s] 2020-09-29 08:55:12.386 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.335s] 2020-09-29 08:55:12.513 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.126s] 2020-09-29 08:55:12.826 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.312s] 2020-09-29 08:55:12.941 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.115s] 2020-09-29 08:55:13.121 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.179s] 2020-09-29 08:55:13.189 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.067s] 2020-09-29 08:55:13.254 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.064s] 2020-09-29 08:55:13.314 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.059s] 2020-09-29 08:55:13.433 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.118s] 2020-09-29 08:55:13.697 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.259s] 2020-09-29 08:55:13.762 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.071s] 2020-09-29 08:55:13.838 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.076s] 2020-09-29 08:55:15.781 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.269s] 2020-09-29 08:55:16.867 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.086s] 2020-09-29 08:55:20.195 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.325s] 2020-09-29 08:55:21.082 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.889s] 2020-09-29 08:55:21.241 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2020-09-29 08:55:21.302 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.060s] 2020-09-29 08:55:21.368 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.066s] 2020-09-29 08:55:21.400 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.031s] 2020-09-29 08:55:21.414 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2020-09-29 08:55:21.430 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.015s] 2020-09-29 08:55:21.443 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-09-29 08:55:21.492 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.048s] 2020-09-29 08:55:21.504 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-09-29 08:55:21.551 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.046s] 2020-09-29 08:55:21.562 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2020-09-29 08:55:21.616 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.054s] 2020-09-29 08:55:21.675 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.058s] 2020-09-29 08:55:21.729 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.053s] 2020-09-29 08:55:21.783 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.054s] 2020-09-29 08:55:21.801 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.018s] 2020-09-29 08:55:21.857 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.045s] 2020-09-29 08:55:21.859 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.770s] 2020-09-29 08:55:21.893 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.046s] 2020-09-29 08:55:21.944 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.050s] 2020-09-29 08:55:21.992 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.047s] 2020-09-29 08:55:22.932 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.839s] 2020-09-29 08:55:24.048 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.122s] 2020-09-29 08:55:26.704 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.652s] 2020-09-29 08:55:26.827 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.126s] 2020-09-29 08:55:28.674 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.184s] 2020-09-29 08:55:28.821 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.325s] 2020-09-29 08:55:35.672 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.446s] 2020-09-29 08:55:35.804 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.951s] 2020-09-29 08:55:35.978 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.306s] 2020-09-29 08:55:42.151 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.414s] 2020-09-29 08:55:42.450 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.300s] 2020-09-29 08:55:45.777 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.090s] 2020-09-29 08:55:45.869 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.091s] 2020-09-29 08:55:51.299 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.812s] 2020-09-29 08:55:53.046 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [24.219s] 2020-09-29 08:55:57.008 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.707s] 2020-09-29 08:55:58.958 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.358s] 2020-09-29 08:55:59.005 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.047s] 2020-09-29 08:56:02.184 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [9.139s] 2020-09-29 08:57:22.909 32 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.787s] 2020-09-29 08:58:02.151 32 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [39.229s] 2020-09-29 08:58:19.995 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.034s] 2020-09-29 08:58:20.254 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.258s] 2020-09-29 08:58:20.423 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.169s] 2020-09-29 08:58:39.575 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.545s] 2020-09-29 08:58:52.523 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.948s] 2020-09-29 08:59:01.811 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.288s] 2020-09-29 08:59:05.405 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.592s] 2020-09-29 08:59:53.537 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [48.127s] 2020-09-29 08:59:54.971 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.437s] 2020-09-29 08:59:57.321 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.141s] 2020-09-29 08:59:58.442 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.119s] 2020-09-29 08:59:58.899 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.457s] 2020-09-29 08:59:59.467 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.569s] 2020-09-29 09:00:00.193 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.724s] 2020-09-29 09:00:01.673 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.478s] 2020-09-29 09:00:02.555 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.882s] 2020-09-29 09:00:02.738 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.184s] 2020-09-29 09:00:02.759 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2020-09-29 09:00:02.780 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2020-09-29 09:00:02.800 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2020-09-29 09:00:04.518 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2020-09-29 09:00:05.908 32 INFO rally.task.context [-] Verification 7bc2a44a-b501-4f99-89e4-bc342ff7b183 | Context testr@default cleanup() started 2020-09-29 09:00:05.909 32 INFO rally.task.context [-] Verification 7bc2a44a-b501-4f99-89e4-bc342ff7b183 | Context testr@default cleanup() finished in 0.61 msec 2020-09-29 09:00:05.909 32 INFO rally.task.context [-] Verification 7bc2a44a-b501-4f99-89e4-bc342ff7b183 | Context tempest@default cleanup() started 2020-09-29 09:00:06.086 32 INFO rally.task.context [-] Verification 7bc2a44a-b501-4f99-89e4-bc342ff7b183 | Context tempest@default cleanup() finished in 0.18 sec 2020-09-29 09:00:06.127 32 INFO rally.api [-] Verification (UUID=d563f649-3d54-4737-8333-adf4df968e2c) has been successfully finished for deployment 'opnfv-rally' (UUID=7ce42670-bc3f-438d-bdbf-82f550c752a2)! 2020-09-29 09:00:07.840 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:00:07.840 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:00:07.840 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:00:09.502 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:00:09.503 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:00:09.503 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:00:11.830 68 INFO rally.api [-] Building 'html' report for the following verification(s): 'd563f649-3d54-4737-8333-adf4df968e2c' 2020-09-29 09:00:11.862 68 INFO rally.api [-] The report has been successfully built. 2020-09-29 09:00:13.418 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:00:13.418 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:00:13.418 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:00:15.435 70 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd563f649-3d54-4737-8333-adf4df968e2c' 2020-09-29 09:00:15.448 70 INFO rally.api [-] The report has been successfully built.