2021-02-13 20:02:37.334 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:02:37.335 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:02:37.335 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:02:39.547 7 ERROR rally.cli.cliutils 2021-02-13 20:02:41.127 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:02:41.127 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:02:41.127 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:02:45.074 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:02:45.074 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:02:45.074 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:02:49.870 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:02:49.870 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:02:49.870 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:02:51.361 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:02:51.361 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:02:51.362 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:02:53.457 17 ERROR rally.cli.cliutils 2021-02-13 20:02:55.090 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:02:55.090 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:02:55.090 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:02:57.115 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 20:02:57.184 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5f8acd77-1a23-40b0-9d18-6c07aa85d759/repo. 2021-02-13 20:02:57.464 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5f8acd77-1a23-40b0-9d18-6c07aa85d759/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-02-13 20:02:57.480 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 20:02:57.490 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 20:02:57.516 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 20:02:57.579 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 20:02:58.336 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f8acd77-1a23-40b0-9d18-6c07aa85d759) has been successfully created! 2021-02-13 20:02:59.929 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:02:59.929 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:02:59.929 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:03:04.394 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:03:04.395 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:03:04.395 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:03:06.679 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5f8acd77-1a23-40b0-9d18-6c07aa85d759) for deployment 'opnfv-rally' (UUID=00a077a9-91a4-41e3-aee0-57f27b37e655). 2021-02-13 20:03:07.286 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f8acd77-1a23-40b0-9d18-6c07aa85d759) has been successfully configured for deployment 'opnfv-rally' (UUID=00a077a9-91a4-41e3-aee0-57f27b37e655)! 2021-02-13 20:03:16.711 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:03:16.712 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:03:16.712 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:03:18.949 35 INFO rally.api [-] Starting verification (UUID=4d12afca-1e0f-4775-adbb-5279f3f2a7cd) for deployment 'opnfv-rally' (UUID=00a077a9-91a4-41e3-aee0-57f27b37e655) by verifier 'opnfv-tempest' (UUID=5f8acd77-1a23-40b0-9d18-6c07aa85d759). 2021-02-13 20:03:19.714 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 20:03:19.714 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f8acd77-1a23-40b0-9d18-6c07aa85d759/for-deployment-00a077a9-91a4-41e3-aee0-57f27b37e655/tempest.log' to option 'log_file'. 2021-02-13 20:03:19.715 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5f8acd77-1a23-40b0-9d18-6c07aa85d759/for-deployment-00a077a9-91a4-41e3-aee0-57f27b37e655/tempest.log 2021-02-13 20:03:19.715 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 20:03:19.715 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f8acd77-1a23-40b0-9d18-6c07aa85d759/for-deployment-00a077a9-91a4-41e3-aee0-57f27b37e655/lock_files' to option 'lock_path'. 2021-02-13 20:03:19.716 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5f8acd77-1a23-40b0-9d18-6c07aa85d759/for-deployment-00a077a9-91a4-41e3-aee0-57f27b37e655/lock_files 2021-02-13 20:03:19.716 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 20:03:19.716 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-02-13 20:03:19.717 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d84d9084-c517-4075-93f7-cb8c0035d6c4 2021-02-13 20:03:19.717 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5748fc7a-3bb3-4973-acbf-756023a37a1f 2021-02-13 20:03:19.718 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = df79e8aa-dff8-424d-b609-f551c7ec21e6 2021-02-13 20:03:19.718 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b5d3f55c-0509-4f84-a1cc-68cd9d76cd42 2021-02-13 20:03:20.509 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 20:03:20.510 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_0b70875f-e8ec-407d-87be-de3c8bb7d9a9 2021-02-13 20:03:20.510 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 20:03:20.610 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 20:03:20.655 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8de24ffc_4CuZbWl4'. Using flavor 'rally_verify_8de24ffc_4CuZbWl4' (ID = 02499d4c-b5aa-4b74-976c-f6d28679d05f) for the tests. 2021-02-13 20:03:20.656 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '02499d4c-b5aa-4b74-976c-f6d28679d05f' to option 'instance_type'. 2021-02-13 20:03:20.656 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 02499d4c-b5aa-4b74-976c-f6d28679d05f 2021-02-13 20:03:20.658 35 INFO rally.task.context [-] Verification 5f8acd77-1a23-40b0-9d18-6c07aa85d759 | Context tempest@default setup() finished in 1.46 sec 2021-02-13 20:03:20.659 35 INFO rally.task.context [-] Verification 5f8acd77-1a23-40b0-9d18-6c07aa85d759 | Context testr@default setup() finished in 0.63 msec 2021-02-13 20:03:20.659 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/37028f7c-0a53-4954-99a5-f347be33af05'. 2021-02-13 20:03:26.169 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.197s] 2021-02-13 20:03:26.273 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.105s] 2021-02-13 20:03:26.407 35 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.602s] 2021-02-13 20:03:28.016 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.263s] 2021-02-13 20:03:40.388 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.079s] 2021-02-13 20:03:40.855 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [11.509s] 2021-02-13 20:03:45.260 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.871s] 2021-02-13 20:03:50.557 35 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.484s] 2021-02-13 20:03:53.385 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.605s] 2021-02-13 20:03:53.543 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.157s] 2021-02-13 20:03:54.140 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.596s] 2021-02-13 20:03:54.297 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.156s] 2021-02-13 20:03:54.298 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2021-02-13 20:04:03.278 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.094s] 2021-02-13 20:04:03.295 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.017s] 2021-02-13 20:04:03.632 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.336s] 2021-02-13 20:04:03.649 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2021-02-13 20:04:03.667 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.017s] 2021-02-13 20:04:03.879 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.211s] 2021-02-13 20:04:03.965 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.085s] 2021-02-13 20:04:04.043 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.078s] 2021-02-13 20:04:04.607 35 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [14.049s] 2021-02-13 20:04:04.626 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.583s] 2021-02-13 20:04:04.652 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.026s] 2021-02-13 20:04:04.843 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.190s] 2021-02-13 20:04:23.804 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.629s] 2021-02-13 20:04:29.681 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.732s] 2021-02-13 20:04:30.173 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.490s] 2021-02-13 20:04:30.693 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.520s] 2021-02-13 20:04:31.312 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.619s] 2021-02-13 20:04:31.823 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.509s] 2021-02-13 20:04:31.875 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.345s] 2021-02-13 20:04:32.686 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.809s] 2021-02-13 20:04:32.941 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.117s] 2021-02-13 20:04:33.026 35 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-02-13 20:04:33.467 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.440s] 2021-02-13 20:04:33.470 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.530s] 2021-02-13 20:04:33.730 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.263s] 2021-02-13 20:04:33.893 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.161s] 2021-02-13 20:04:33.911 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.441s] 2021-02-13 20:04:34.066 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.173s] 2021-02-13 20:04:34.234 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.168s] 2021-02-13 20:04:34.335 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.099s] 2021-02-13 20:04:34.365 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.454s] 2021-02-13 20:04:34.500 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.164s] 2021-02-13 20:04:34.842 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.341s] 2021-02-13 20:04:34.868 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.501s] 2021-02-13 20:04:35.360 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.493s] 2021-02-13 20:04:35.899 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.539s] 2021-02-13 20:04:36.386 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.487s] 2021-02-13 20:04:37.202 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.814s] 2021-02-13 20:04:37.749 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.546s] 2021-02-13 20:04:38.208 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.459s] 2021-02-13 20:04:39.522 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.314s] 2021-02-13 20:04:39.997 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.474s] 2021-02-13 20:04:40.678 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.121s] 2021-02-13 20:04:40.841 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.162s] 2021-02-13 20:04:41.167 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.326s] 2021-02-13 20:04:41.322 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.154s] 2021-02-13 20:04:41.323 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-02-13 20:04:42.947 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.142s] 2021-02-13 20:04:46.456 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2021-02-13 20:04:56.778 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.067s] 2021-02-13 20:04:56.799 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.020s] 2021-02-13 20:04:56.822 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.023s] 2021-02-13 20:04:58.878 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.088s] 2021-02-13 20:05:01.538 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2021-02-13 20:05:01.820 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.281s] 2021-02-13 20:05:01.972 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.152s] 2021-02-13 20:05:02.596 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [19.647s] 2021-02-13 20:05:03.844 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.327s] 2021-02-13 20:05:03.962 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.119s] 2021-02-13 20:05:07.261 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [15.277s] 2021-02-13 20:05:07.443 35 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-02-13 20:05:08.861 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.905s] 2021-02-13 20:05:10.418 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.821s] 2021-02-13 20:05:11.815 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.815s] 2021-02-13 20:05:11.909 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.195s] 2021-02-13 20:05:16.490 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.675s] 2021-02-13 20:05:19.067 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.576s] 2021-02-13 20:05:19.131 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.064s] 2021-02-13 20:05:19.191 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.059s] 2021-02-13 20:05:19.945 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.082s] 2021-02-13 20:05:23.790 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [11.877s] 2021-02-13 20:05:29.034 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.090s] 2021-02-13 20:05:32.146 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.953s] 2021-02-13 20:05:32.217 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.072s] 2021-02-13 20:05:32.268 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.050s] 2021-02-13 20:05:34.984 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.948s] 2021-02-13 20:05:37.126 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.356s] 2021-02-13 20:05:37.373 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.246s] 2021-02-13 20:05:37.627 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.252s] 2021-02-13 20:05:38.048 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.421s] 2021-02-13 20:05:38.501 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.453s] 2021-02-13 20:05:38.938 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.437s] 2021-02-13 20:05:43.818 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.384s] 2021-02-13 20:05:43.870 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.052s] 2021-02-13 20:05:44.383 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.513s] 2021-02-13 20:05:47.004 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.620s] 2021-02-13 20:05:47.158 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.351s] 2021-02-13 20:05:47.392 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.233s] 2021-02-13 20:05:52.633 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.628s] 2021-02-13 20:05:52.682 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.049s] 2021-02-13 20:05:52.738 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.055s] 2021-02-13 20:05:58.420 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [34.620s] 2021-02-13 20:06:03.249 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.475s] 2021-02-13 20:06:05.880 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2021-02-13 20:06:11.293 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.365s] 2021-02-13 20:06:11.601 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.306s] 2021-02-13 20:06:12.249 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.827s] 2021-02-13 20:06:15.751 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [40.762s] 2021-02-13 20:06:16.818 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.069s] 2021-02-13 20:06:20.862 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.958s] 2021-02-13 20:06:21.632 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.017s] 2021-02-13 20:06:21.774 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.912s] 2021-02-13 20:06:24.456 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.675s] 2021-02-13 20:06:25.093 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.641s] 2021-02-13 20:06:26.104 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.007s] 2021-02-13 20:06:26.844 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.742s] 2021-02-13 20:06:28.442 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [16.190s] 2021-02-13 20:06:28.905 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.268s] 2021-02-13 20:06:28.991 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.140s] 2021-02-13 20:06:29.064 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.078s] 2021-02-13 20:06:30.711 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.126s] 2021-02-13 20:06:31.794 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.217s] 2021-02-13 20:06:31.822 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.029s] 2021-02-13 20:06:32.000 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.175s] 2021-02-13 20:06:32.009 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2021-02-13 20:06:32.026 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.018s] 2021-02-13 20:06:32.297 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2021-02-13 20:06:34.057 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.445s] 2021-02-13 20:06:35.996 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.295s] 2021-02-13 20:06:36.024 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.027s] 2021-02-13 20:06:37.025 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.117s] 2021-02-13 20:06:39.234 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.089s] 2021-02-13 20:06:39.324 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.090s] 2021-02-13 20:06:43.075 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.392s] 2021-02-13 20:06:45.089 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.014s] 2021-02-13 20:06:45.625 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.196s] 2021-02-13 20:06:45.667 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.042s] 2021-02-13 20:06:49.695 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.605s] 2021-02-13 20:06:51.617 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [55.111s] 2021-02-13 20:06:54.059 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.363s] 2021-02-13 20:06:58.303 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.243s] 2021-02-13 20:07:01.474 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.171s] 2021-02-13 20:07:05.651 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.176s] 2021-02-13 20:07:09.636 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.984s] 2021-02-13 20:07:12.252 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.614s] 2021-02-13 20:07:12.410 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.158s] 2021-02-13 20:07:12.615 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.204s] 2021-02-13 20:07:12.822 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.206s] 2021-02-13 20:07:13.482 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.659s] 2021-02-13 20:07:13.575 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.092s] 2021-02-13 20:07:13.720 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.144s] 2021-02-13 20:07:13.845 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.124s] 2021-02-13 20:07:13.920 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.075s] 2021-02-13 20:07:14.005 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.085s] 2021-02-13 20:07:18.396 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.389s] 2021-02-13 20:07:21.196 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.566s] 2021-02-13 20:07:24.965 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.242s] 2021-02-13 20:07:25.246 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.280s] 2021-02-13 20:07:34.275 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.025s] 2021-02-13 20:07:39.415 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2021-02-13 20:07:39.427 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2021-02-13 20:07:39.481 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.053s] 2021-02-13 20:07:39.529 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.049s] 2021-02-13 20:07:39.582 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.053s] 2021-02-13 20:07:39.652 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.068s] 2021-02-13 20:07:39.723 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.071s] 2021-02-13 20:07:39.785 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.059s] 2021-02-13 20:07:39.836 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.052s] 2021-02-13 20:07:39.893 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2021-02-13 20:07:39.898 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.061s] 2021-02-13 20:07:39.925 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.032s] 2021-02-13 20:07:39.970 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.045s] 2021-02-13 20:07:40.000 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.029s] 2021-02-13 20:07:40.012 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2021-02-13 20:07:40.025 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2021-02-13 20:07:40.038 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.012s] 2021-02-13 20:07:40.081 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.043s] 2021-02-13 20:07:40.093 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2021-02-13 20:07:40.136 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.042s] 2021-02-13 20:07:40.147 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2021-02-13 20:07:40.199 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.051s] 2021-02-13 20:07:40.255 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.055s] 2021-02-13 20:07:40.306 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.050s] 2021-02-13 20:07:40.356 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.050s] 2021-02-13 20:07:40.370 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2021-02-13 20:07:40.426 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.055s] 2021-02-13 20:07:40.476 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.049s] 2021-02-13 20:07:40.520 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.045s] 2021-02-13 20:07:40.568 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.046s] 2021-02-13 20:07:42.974 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.121s] 2021-02-13 20:07:44.402 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.426s] 2021-02-13 20:07:44.848 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.444s] 2021-02-13 20:07:45.238 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.389s] 2021-02-13 20:07:45.570 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.331s] 2021-02-13 20:07:46.276 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.704s] 2021-02-13 20:07:46.668 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.393s] 2021-02-13 20:07:46.738 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.070s] 2021-02-13 20:07:46.757 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2021-02-13 20:07:46.776 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2021-02-13 20:07:46.793 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.016s] 2021-02-13 20:07:48.228 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.157s] 2021-02-13 20:07:48.322 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.588s] 2021-02-13 20:07:51.878 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.408s] 2021-02-13 20:07:52.187 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.310s] 2021-02-13 20:07:53.765 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.440s] 2021-02-13 20:07:59.838 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.053s] 2021-02-13 20:07:59.891 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.052s] 2021-02-13 20:07:59.959 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.067s] 2021-02-13 20:08:00.330 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.370s] 2021-02-13 20:08:00.455 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.125s] 2021-02-13 20:08:00.749 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.293s] 2021-02-13 20:08:00.801 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.053s] 2021-02-13 20:08:00.860 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.058s] 2021-02-13 20:08:00.925 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.063s] 2021-02-13 20:08:00.986 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.062s] 2021-02-13 20:08:01.043 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.056s] 2021-02-13 20:08:01.148 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.103s] 2021-02-13 20:08:01.255 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.106s] 2021-02-13 20:08:01.309 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.054s] 2021-02-13 20:08:01.369 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.060s] 2021-02-13 20:08:06.220 35 INFO rally.task.context [-] Verification 5f8acd77-1a23-40b0-9d18-6c07aa85d759 | Context testr@default cleanup() started 2021-02-13 20:08:06.220 35 INFO rally.task.context [-] Verification 5f8acd77-1a23-40b0-9d18-6c07aa85d759 | Context testr@default cleanup() finished in 0.69 msec 2021-02-13 20:08:06.221 35 INFO rally.task.context [-] Verification 5f8acd77-1a23-40b0-9d18-6c07aa85d759 | Context tempest@default cleanup() started 2021-02-13 20:08:06.393 35 INFO rally.task.context [-] Verification 5f8acd77-1a23-40b0-9d18-6c07aa85d759 | Context tempest@default cleanup() finished in 0.17 sec 2021-02-13 20:08:06.423 35 INFO rally.api [-] Verification (UUID=4d12afca-1e0f-4775-adbb-5279f3f2a7cd) has been successfully finished for deployment 'opnfv-rally' (UUID=00a077a9-91a4-41e3-aee0-57f27b37e655)! 2021-02-13 20:08:08.153 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:08:08.154 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:08:08.154 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:08:09.922 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:08:09.922 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:08:09.922 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:08:12.132 78 INFO rally.api [-] Building 'html' report for the following verification(s): '4d12afca-1e0f-4775-adbb-5279f3f2a7cd' 2021-02-13 20:08:12.157 78 INFO rally.api [-] The report has been successfully built. 2021-02-13 20:08:13.773 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:08:13.773 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:08:13.773 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:08:15.880 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4d12afca-1e0f-4775-adbb-5279f3f2a7cd' 2021-02-13 20:08:15.891 80 INFO rally.api [-] The report has been successfully built.