2021-06-01 18:29:47.505 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:29:47.506 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:29:47.506 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:29:49.898 8 ERROR rally.cli.cliutils 2021-06-01 18:29:51.600 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:29:51.600 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:29:51.600 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:29:55.974 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:29:55.975 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:29:55.975 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:30:00.342 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:30:00.343 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:30:00.343 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:30:01.839 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:30:01.839 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:30:01.840 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:30:04.149 18 ERROR rally.cli.cliutils 2021-06-01 18:30:05.752 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:30:05.753 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:30:05.753 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:30:08.158 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 18:30:08.227 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-90db3ce1-0fef-4d8d-8673-99bc7bb3287c/repo. 2021-06-01 18:30:08.502 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-90db3ce1-0fef-4d8d-8673-99bc7bb3287c/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-06-01 18:30:08.517 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 18:30:08.526 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 18:30:08.550 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 18:30:08.622 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 18:30:09.390 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=90db3ce1-0fef-4d8d-8673-99bc7bb3287c) has been successfully created! 2021-06-01 18:30:11.193 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:30:11.194 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:30:11.194 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:30:15.900 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:30:15.901 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:30:15.901 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:30:18.176 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=90db3ce1-0fef-4d8d-8673-99bc7bb3287c) for deployment 'opnfv-rally' (UUID=2a63e708-69d8-4db3-8053-6df92da5bbc6). 2021-06-01 18:30:18.742 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=90db3ce1-0fef-4d8d-8673-99bc7bb3287c) has been successfully configured for deployment 'opnfv-rally' (UUID=2a63e708-69d8-4db3-8053-6df92da5bbc6)! 2021-06-01 18:30:28.288 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:30:28.289 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:30:28.289 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:30:30.666 36 INFO rally.api [-] Starting verification (UUID=bbfd4f32-8643-4cbf-90c7-8fd8c92b53f3) for deployment 'opnfv-rally' (UUID=2a63e708-69d8-4db3-8053-6df92da5bbc6) by verifier 'opnfv-tempest' (UUID=90db3ce1-0fef-4d8d-8673-99bc7bb3287c). 2021-06-01 18:30:31.438 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 18:30:31.438 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-90db3ce1-0fef-4d8d-8673-99bc7bb3287c/for-deployment-2a63e708-69d8-4db3-8053-6df92da5bbc6/tempest.log' to option 'log_file'. 2021-06-01 18:30:31.439 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-90db3ce1-0fef-4d8d-8673-99bc7bb3287c/for-deployment-2a63e708-69d8-4db3-8053-6df92da5bbc6/tempest.log 2021-06-01 18:30:31.439 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 18:30:31.439 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-90db3ce1-0fef-4d8d-8673-99bc7bb3287c/for-deployment-2a63e708-69d8-4db3-8053-6df92da5bbc6/lock_files' to option 'lock_path'. 2021-06-01 18:30:31.439 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-90db3ce1-0fef-4d8d-8673-99bc7bb3287c/for-deployment-2a63e708-69d8-4db3-8053-6df92da5bbc6/lock_files 2021-06-01 18:30:31.440 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 18:30:31.440 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-06-01 18:30:31.441 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6fd315a5-ad8d-449b-ba40-4ef2cc027ce2 2021-06-01 18:30:31.441 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 72ae13ab-4445-4cd6-a1fc-091b896a7d30 2021-06-01 18:30:31.442 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ae5fc755-0f01-4103-9e73-25930e29bcfc 2021-06-01 18:30:31.442 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9508ef60-3f3f-41d9-ad76-911d97fbe67b 2021-06-01 18:30:31.687 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 18:30:31.687 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_98e75344-986f-42c2-a1b4-892c57847593 2021-06-01 18:30:31.688 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 18:30:31.761 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 18:30:31.810 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 18:30:31.810 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_bbfd4f32_GuFuYs1K' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 18:30:31.847 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bbfd4f32_GuFuYs1K' (ID = 11ec8fd3-ce4a-408b-b6c7-414818b59962) has been successfully created! 2021-06-01 18:30:31.848 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '11ec8fd3-ce4a-408b-b6c7-414818b59962' to option 'instance_type'. 2021-06-01 18:30:31.848 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 11ec8fd3-ce4a-408b-b6c7-414818b59962 2021-06-01 18:30:31.849 36 INFO rally.task.context [-] Verification 90db3ce1-0fef-4d8d-8673-99bc7bb3287c | Context tempest@default setup() finished in 0.94 sec 2021-06-01 18:30:31.850 36 INFO rally.task.context [-] Verification 90db3ce1-0fef-4d8d-8673-99bc7bb3287c | Context testr@default setup() finished in 0.43 msec 2021-06-01 18:30:31.850 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/0d40aa4d-fe21-4ee5-ac4b-7da6e530faae'. 2021-06-01 18:30:37.491 36 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.306s] 2021-06-01 18:30:37.576 36 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.084s] 2021-06-01 18:30:39.389 36 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.420s] 2021-06-01 18:30:41.080 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.195s] 2021-06-01 18:30:47.918 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.086s] 2021-06-01 18:30:52.631 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.709s] 2021-06-01 18:30:52.938 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.268s] 2021-06-01 18:30:59.854 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.185s] 2021-06-01 18:31:06.698 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.568s] 2021-06-01 18:31:06.863 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.164s] 2021-06-01 18:31:07.197 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.333s] 2021-06-01 18:31:07.300 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.102s] 2021-06-01 18:31:07.301 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-06-01 18:31:12.707 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.853s] 2021-06-01 18:31:14.654 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.595s] 2021-06-01 18:31:15.018 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.363s] 2021-06-01 18:31:15.360 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.341s] 2021-06-01 18:31:15.881 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.520s] 2021-06-01 18:31:16.699 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.818s] 2021-06-01 18:31:16.867 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.169s] 2021-06-01 18:31:17.071 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.202s] 2021-06-01 18:31:17.254 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.183s] 2021-06-01 18:31:17.319 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.092s] 2021-06-01 18:31:17.336 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2021-06-01 18:31:17.339 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.084s] 2021-06-01 18:31:17.513 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.174s] 2021-06-01 18:31:17.676 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.339s] 2021-06-01 18:31:17.690 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2021-06-01 18:31:17.710 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.018s] 2021-06-01 18:31:17.753 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.043s] 2021-06-01 18:31:17.840 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.087s] 2021-06-01 18:31:17.935 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.094s] 2021-06-01 18:31:17.948 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.435s] 2021-06-01 18:31:18.253 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.317s] 2021-06-01 18:31:18.282 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.028s] 2021-06-01 18:31:18.442 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.160s] 2021-06-01 18:31:28.806 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.235s] 2021-06-01 18:31:30.893 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.449s] 2021-06-01 18:31:31.141 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.250s] 2021-06-01 18:31:31.443 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.301s] 2021-06-01 18:31:31.887 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.443s] 2021-06-01 18:31:32.337 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.449s] 2021-06-01 18:31:32.785 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.448s] 2021-06-01 18:31:41.955 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2021-06-01 18:31:41.966 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2021-06-01 18:31:42.051 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.084s] 2021-06-01 18:31:42.097 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.046s] 2021-06-01 18:31:42.160 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.063s] 2021-06-01 18:31:42.245 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.083s] 2021-06-01 18:31:42.320 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.075s] 2021-06-01 18:31:42.393 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.072s] 2021-06-01 18:31:42.460 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.066s] 2021-06-01 18:31:42.519 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.058s] 2021-06-01 18:31:43.180 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.369s] 2021-06-01 18:31:44.571 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [11.906s] 2021-06-01 18:31:45.338 36 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-06-01 18:31:45.670 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.676s] 2021-06-01 18:31:45.856 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.182s] 2021-06-01 18:31:46.174 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.127s] 2021-06-01 18:31:46.270 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.418s] 2021-06-01 18:31:46.417 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.146s] 2021-06-01 18:31:46.419 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-06-01 18:31:48.470 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.033s] 2021-06-01 18:31:48.830 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.358s] 2021-06-01 18:31:49.005 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.176s] 2021-06-01 18:31:50.827 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.204s] 2021-06-01 18:31:50.852 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.025s] 2021-06-01 18:31:51.036 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.183s] 2021-06-01 18:31:51.050 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.013s] 2021-06-01 18:31:51.074 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.024s] 2021-06-01 18:31:53.232 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.527s] 2021-06-01 18:32:04.185 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.304s] 2021-06-01 18:32:06.373 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.040s] 2021-06-01 18:32:06.503 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.130s] 2021-06-01 18:32:06.988 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.483s] 2021-06-01 18:32:09.382 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.394s] 2021-06-01 18:32:14.593 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.404s] 2021-06-01 18:32:15.314 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.127s] 2021-06-01 18:32:16.529 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [7.147s] 2021-06-01 18:32:16.625 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.096s] 2021-06-01 18:32:16.720 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.094s] 2021-06-01 18:32:24.262 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.948s] 2021-06-01 18:32:28.191 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.497s] 2021-06-01 18:32:28.553 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.361s] 2021-06-01 18:32:30.975 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.712s] 2021-06-01 18:32:31.728 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.134s] 2021-06-01 18:32:37.306 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.656s] 2021-06-01 18:32:37.938 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [10.456s] 2021-06-01 18:32:42.886 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.579s] 2021-06-01 18:32:48.660 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [16.933s] 2021-06-01 18:32:48.833 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.216s] 2021-06-01 18:32:48.878 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.044s] 2021-06-01 18:32:52.838 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.303s] 2021-06-01 18:32:52.865 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2021-06-01 18:32:55.040 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.102s] 2021-06-01 18:33:02.167 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.504s] 2021-06-01 18:33:05.231 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.064s] 2021-06-01 18:33:08.581 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.349s] 2021-06-01 18:33:09.890 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [38.910s] 2021-06-01 18:33:10.947 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.365s] 2021-06-01 18:33:11.222 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.335s] 2021-06-01 18:33:14.752 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.909s] 2021-06-01 18:33:15.540 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.787s] 2021-06-01 18:33:15.862 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.914s] 2021-06-01 18:33:16.398 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [21.356s] 2021-06-01 18:33:17.941 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.399s] 2021-06-01 18:33:18.423 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.482s] 2021-06-01 18:33:19.383 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [0.958s] 2021-06-01 18:33:19.841 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.979s] 2021-06-01 18:33:20.267 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.884s] 2021-06-01 18:33:21.991 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [5.595s] 2021-06-01 18:33:22.105 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.834s] 2021-06-01 18:33:22.138 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.037s] 2021-06-01 18:33:23.702 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.195s] 2021-06-01 18:33:24.072 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.230s] 2021-06-01 18:33:28.697 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.374s] 2021-06-01 18:33:28.810 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.736s] 2021-06-01 18:33:28.996 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.299s] 2021-06-01 18:33:31.845 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.035s] 2021-06-01 18:33:32.084 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.238s] 2021-06-01 18:33:32.210 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.125s] 2021-06-01 18:33:32.321 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.111s] 2021-06-01 18:33:32.391 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.067s] 2021-06-01 18:33:32.466 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.076s] 2021-06-01 18:33:32.592 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.127s] 2021-06-01 18:33:32.710 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.117s] 2021-06-01 18:33:32.761 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2021-06-01 18:33:32.838 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.077s] 2021-06-01 18:33:35.960 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.120s] 2021-06-01 18:33:37.086 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.267s] 2021-06-01 18:33:37.346 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.259s] 2021-06-01 18:33:40.707 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.652s] 2021-06-01 18:33:42.266 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-06-01 18:33:44.149 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.192s] 2021-06-01 18:33:45.693 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2021-06-01 18:33:45.801 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.572s] 2021-06-01 18:33:46.910 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.109s] 2021-06-01 18:33:48.034 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.123s] 2021-06-01 18:33:48.495 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [11.147s] 2021-06-01 18:33:48.677 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.642s] 2021-06-01 18:33:49.609 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.932s] 2021-06-01 18:33:50.261 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.651s] 2021-06-01 18:33:51.299 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.040s] 2021-06-01 18:33:51.954 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.654s] 2021-06-01 18:33:52.403 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.448s] 2021-06-01 18:33:52.951 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.546s] 2021-06-01 18:33:53.316 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.132s] 2021-06-01 18:33:53.420 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.470s] 2021-06-01 18:33:54.038 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.617s] 2021-06-01 18:33:54.214 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2021-06-01 18:33:54.248 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.033s] 2021-06-01 18:33:54.296 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.048s] 2021-06-01 18:33:54.333 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.036s] 2021-06-01 18:33:54.350 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.016s] 2021-06-01 18:33:54.362 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2021-06-01 18:33:54.372 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2021-06-01 18:33:54.417 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.044s] 2021-06-01 18:33:54.429 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2021-06-01 18:33:54.477 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.048s] 2021-06-01 18:33:54.488 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2021-06-01 18:33:54.534 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.496s] 2021-06-01 18:33:54.544 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.056s] 2021-06-01 18:33:54.599 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.054s] 2021-06-01 18:33:54.649 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.050s] 2021-06-01 18:33:54.719 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.070s] 2021-06-01 18:33:54.729 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2021-06-01 18:33:54.774 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.044s] 2021-06-01 18:33:54.816 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.042s] 2021-06-01 18:33:54.864 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.046s] 2021-06-01 18:33:54.911 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.048s] 2021-06-01 18:33:55.033 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.498s] 2021-06-01 18:33:55.694 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.661s] 2021-06-01 18:33:56.237 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.542s] 2021-06-01 18:33:57.525 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.288s] 2021-06-01 18:33:57.989 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.463s] 2021-06-01 18:34:00.503 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.184s] 2021-06-01 18:34:03.586 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.249s] 2021-06-01 18:34:04.006 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.420s] 2021-06-01 18:34:05.740 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2021-06-01 18:34:08.600 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.096s] 2021-06-01 18:34:16.098 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.052s] 2021-06-01 18:34:16.163 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.065s] 2021-06-01 18:34:16.221 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.058s] 2021-06-01 18:34:16.535 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.312s] 2021-06-01 18:34:16.667 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.130s] 2021-06-01 18:34:16.945 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.278s] 2021-06-01 18:34:17.000 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.055s] 2021-06-01 18:34:17.061 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.060s] 2021-06-01 18:34:17.129 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.068s] 2021-06-01 18:34:17.207 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.078s] 2021-06-01 18:34:17.267 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.059s] 2021-06-01 18:34:17.370 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.101s] 2021-06-01 18:34:17.482 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.112s] 2021-06-01 18:34:17.553 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.071s] 2021-06-01 18:34:17.610 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.057s] 2021-06-01 18:35:05.563 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [53.252s] 2021-06-01 18:35:35.155 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.580s] 2021-06-01 18:35:46.552 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2021-06-01 18:35:46.633 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2021-06-01 18:35:46.657 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2021-06-01 18:35:48.446 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.335s] 2021-06-01 18:35:48.566 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.121s] 2021-06-01 18:35:53.552 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.344s] 2021-06-01 18:35:56.723 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.170s] 2021-06-01 18:35:58.545 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.821s] 2021-06-01 18:35:58.612 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.067s] 2021-06-01 18:35:58.678 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.066s] 2021-06-01 18:36:06.343 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [7.663s] 2021-06-01 18:36:06.409 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.067s] 2021-06-01 18:36:06.459 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.049s] 2021-06-01 18:36:08.905 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.160s] 2021-06-01 18:36:09.697 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.791s] 2021-06-01 18:36:10.210 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.513s] 2021-06-01 18:36:11.133 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.922s] 2021-06-01 18:36:11.514 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.379s] 2021-06-01 18:36:12.160 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.645s] 2021-06-01 18:36:12.650 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.490s] 2021-06-01 18:36:12.716 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.066s] 2021-06-01 18:36:12.740 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2021-06-01 18:36:12.761 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2021-06-01 18:36:12.780 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2021-06-01 18:36:19.679 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.094s] 2021-06-01 18:36:19.771 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.092s] 2021-06-01 18:36:25.697 36 INFO rally.task.context [-] Verification 90db3ce1-0fef-4d8d-8673-99bc7bb3287c | Context testr@default cleanup() started 2021-06-01 18:36:25.698 36 INFO rally.task.context [-] Verification 90db3ce1-0fef-4d8d-8673-99bc7bb3287c | Context testr@default cleanup() finished in 0.82 msec 2021-06-01 18:36:25.698 36 INFO rally.task.context [-] Verification 90db3ce1-0fef-4d8d-8673-99bc7bb3287c | Context tempest@default cleanup() started 2021-06-01 18:36:25.860 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_bbfd4f32_GuFuYs1K'. 2021-06-01 18:36:26.017 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bbfd4f32_GuFuYs1K' has been deleted. 2021-06-01 18:36:26.018 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '11ec8fd3-ce4a-408b-b6c7-414818b59962' of option 'instance_type' from Tempest config file. 2021-06-01 18:36:26.018 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '11ec8fd3-ce4a-408b-b6c7-414818b59962' has been removed. 2021-06-01 18:36:26.023 36 INFO rally.task.context [-] Verification 90db3ce1-0fef-4d8d-8673-99bc7bb3287c | Context tempest@default cleanup() finished in 0.32 sec 2021-06-01 18:36:26.053 36 INFO rally.api [-] Verification (UUID=bbfd4f32-8643-4cbf-90c7-8fd8c92b53f3) has been successfully finished for deployment 'opnfv-rally' (UUID=2a63e708-69d8-4db3-8053-6df92da5bbc6)! 2021-06-01 18:36:27.877 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:36:27.877 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:36:27.877 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:36:29.579 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:36:29.579 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:36:29.580 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:36:31.824 79 INFO rally.api [-] Building 'html' report for the following verification(s): 'bbfd4f32-8643-4cbf-90c7-8fd8c92b53f3' 2021-06-01 18:36:31.848 79 INFO rally.api [-] The report has been successfully built. 2021-06-01 18:36:33.464 81 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:36:33.464 81 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:36:33.465 81 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:36:35.699 81 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bbfd4f32-8643-4cbf-90c7-8fd8c92b53f3' 2021-06-01 18:36:35.712 81 INFO rally.api [-] The report has been successfully built.