2020-07-14 23:38:19.873 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:38:19.873 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:38:19.873 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-14 23:38:22.052 6 ERROR rally.cli.cliutils 2020-07-14 23:38:23.419 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:38:23.419 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:38:23.419 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:38:27.243 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:38:27.243 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:38:27.243 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:38:31.648 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:38:31.649 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:38:31.649 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:38:32.939 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:38:32.939 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:38:32.940 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils force=force) 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-14 23:38:35.036 15 ERROR rally.cli.cliutils 2020-07-14 23:38:36.469 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:38:36.470 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:38:36.470 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:38:38.395 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-14 23:38:38.480 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ef0eb586-83ed-4017-9690-8b0f9eeafffe/repo. 2020-07-14 23:38:38.761 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ef0eb586-83ed-4017-9690-8b0f9eeafffe/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-14 23:38:38.776 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-14 23:38:38.785 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-14 23:38:38.819 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-14 23:38:38.874 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-14 23:38:39.464 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef0eb586-83ed-4017-9690-8b0f9eeafffe) has been successfully created! 2020-07-14 23:38:40.988 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:38:40.989 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:38:40.989 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:38:45.267 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:38:45.267 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:38:45.267 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:38:47.379 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ef0eb586-83ed-4017-9690-8b0f9eeafffe) for deployment 'opnfv-rally' (UUID=6ebe6fbe-d7d6-4ab4-9aeb-386efc19b2d8). 2020-07-14 23:38:47.901 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef0eb586-83ed-4017-9690-8b0f9eeafffe) has been successfully configured for deployment 'opnfv-rally' (UUID=6ebe6fbe-d7d6-4ab4-9aeb-386efc19b2d8)! 2020-07-14 23:38:56.669 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:38:56.670 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:38:56.670 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:38:58.818 32 INFO rally.api [-] Starting verification (UUID=9ffcdbf1-2953-4c7e-b79c-c1b4200ce2bf) for deployment 'opnfv-rally' (UUID=6ebe6fbe-d7d6-4ab4-9aeb-386efc19b2d8) by verifier 'opnfv-tempest' (UUID=ef0eb586-83ed-4017-9690-8b0f9eeafffe). 2020-07-14 23:38:59.496 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-14 23:38:59.496 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ef0eb586-83ed-4017-9690-8b0f9eeafffe/for-deployment-6ebe6fbe-d7d6-4ab4-9aeb-386efc19b2d8/tempest.log' to option 'log_file'. 2020-07-14 23:38:59.497 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ef0eb586-83ed-4017-9690-8b0f9eeafffe/for-deployment-6ebe6fbe-d7d6-4ab4-9aeb-386efc19b2d8/tempest.log 2020-07-14 23:38:59.497 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-14 23:38:59.497 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ef0eb586-83ed-4017-9690-8b0f9eeafffe/for-deployment-6ebe6fbe-d7d6-4ab4-9aeb-386efc19b2d8/lock_files' to option 'lock_path'. 2020-07-14 23:38:59.498 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ef0eb586-83ed-4017-9690-8b0f9eeafffe/for-deployment-6ebe6fbe-d7d6-4ab4-9aeb-386efc19b2d8/lock_files 2020-07-14 23:38:59.498 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-14 23:38:59.498 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-14 23:38:59.499 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c694d3d3-0ea9-4b4a-a2cd-38af6c1c9138 2020-07-14 23:38:59.499 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = cdb21693-5467-46e8-9f37-5d7d812df7ed 2020-07-14 23:38:59.500 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9a34c7f7-e95c-42e0-84f3-1b769000be83 2020-07-14 23:38:59.500 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b33cae81-651d-4740-9a45-818e4e3de773 2020-07-14 23:38:59.759 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-14 23:38:59.759 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_39131379-014e-46d4-91cb-1c6c69789f9e 2020-07-14 23:38:59.760 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-14 23:38:59.849 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-14 23:38:59.888 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-14 23:38:59.889 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_9ffcdbf1_JFN96VGf' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-14 23:38:59.921 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9ffcdbf1_JFN96VGf' (ID = ae96a142-3b84-4e99-9c0e-8c9d1272ec9e) has been successfully created! 2020-07-14 23:38:59.922 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ae96a142-3b84-4e99-9c0e-8c9d1272ec9e' to option 'instance_type'. 2020-07-14 23:38:59.922 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ae96a142-3b84-4e99-9c0e-8c9d1272ec9e 2020-07-14 23:38:59.923 32 INFO rally.task.context [-] Verification ef0eb586-83ed-4017-9690-8b0f9eeafffe | Context tempest@default setup() finished in 0.90 sec 2020-07-14 23:38:59.924 32 INFO rally.task.context [-] Verification ef0eb586-83ed-4017-9690-8b0f9eeafffe | Context testr@default setup() finished in 0.50 msec 2020-07-14 23:38:59.925 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3f6b01aa-b625-4c23-805b-a37e9453dbcf'. 2020-07-14 23:39:05.177 32 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.187s] 2020-07-14 23:39:05.219 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.206s] 2020-07-14 23:39:05.241 32 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.064s] 2020-07-14 23:39:22.714 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [17.995s] 2020-07-14 23:39:23.240 32 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-14 23:39:25.618 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.470s] 2020-07-14 23:39:25.961 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.342s] 2020-07-14 23:39:26.296 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.335s] 2020-07-14 23:39:26.661 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.364s] 2020-07-14 23:39:26.935 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.274s] 2020-07-14 23:39:27.095 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.160s] 2020-07-14 23:39:27.265 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.170s] 2020-07-14 23:39:27.580 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.314s] 2020-07-14 23:39:27.790 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.210s] 2020-07-14 23:39:28.074 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.281s] 2020-07-14 23:39:28.403 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.332s] 2020-07-14 23:39:37.193 32 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [16.936s] 2020-07-14 23:39:41.875 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [12.366s] 2020-07-14 23:39:42.031 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.155s] 2020-07-14 23:39:42.335 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.304s] 2020-07-14 23:39:42.723 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.386s] 2020-07-14 23:39:42.728 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-14 23:39:47.326 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.151s] 2020-07-14 23:39:48.174 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.847s] 2020-07-14 23:39:49.365 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.191s] 2020-07-14 23:39:50.284 32 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.090s] 2020-07-14 23:39:50.809 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.444s] 2020-07-14 23:39:51.613 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.802s] 2020-07-14 23:39:53.018 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.406s] 2020-07-14 23:39:53.503 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.485s] 2020-07-14 23:39:54.428 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.923s] 2020-07-14 23:39:55.062 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.634s] 2020-07-14 23:39:56.146 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.082s] 2020-07-14 23:39:56.733 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.588s] 2020-07-14 23:39:57.290 32 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.455s] 2020-07-14 23:40:03.264 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [6.529s] 2020-07-14 23:40:04.044 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.780s] 2020-07-14 23:40:04.832 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.786s] 2020-07-14 23:40:05.620 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.789s] 2020-07-14 23:40:06.093 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.473s] 2020-07-14 23:40:06.708 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.614s] 2020-07-14 23:40:07.164 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.456s] 2020-07-14 23:40:12.444 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.130s] 2020-07-14 23:40:12.460 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2020-07-14 23:40:12.796 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.335s] 2020-07-14 23:40:12.807 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2020-07-14 23:40:12.817 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.009s] 2020-07-14 23:40:12.843 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.026s] 2020-07-14 23:40:12.931 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.088s] 2020-07-14 23:40:13.025 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.093s] 2020-07-14 23:40:13.370 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.344s] 2020-07-14 23:40:13.388 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2020-07-14 23:40:13.438 32 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.220s] 2020-07-14 23:40:13.584 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.195s] 2020-07-14 23:40:13.633 32 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.195s] 2020-07-14 23:40:15.426 32 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.133s] 2020-07-14 23:40:17.236 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.039s] 2020-07-14 23:40:17.464 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.227s] 2020-07-14 23:40:17.655 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.191s] 2020-07-14 23:40:18.183 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.923s] 2020-07-14 23:40:26.608 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.579s] 2020-07-14 23:40:26.747 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.138s] 2020-07-14 23:40:30.237 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.071s] 2020-07-14 23:40:32.203 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [5.456s] 2020-07-14 23:40:32.348 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.144s] 2020-07-14 23:40:32.350 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-14 23:40:34.637 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.398s] 2020-07-14 23:40:35.750 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.402s] 2020-07-14 23:40:50.688 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.937s] 2020-07-14 23:40:57.238 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.436s] 2020-07-14 23:40:57.482 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.243s] 2020-07-14 23:40:57.726 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.244s] 2020-07-14 23:40:58.361 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.634s] 2020-07-14 23:40:58.791 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.430s] 2020-07-14 23:40:59.342 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.551s] 2020-07-14 23:41:07.212 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.429s] 2020-07-14 23:41:12.401 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [21.713s] 2020-07-14 23:41:17.075 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.673s] 2020-07-14 23:41:20.267 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.910s] 2020-07-14 23:41:20.959 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.741s] 2020-07-14 23:41:38.359 32 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [67.949s] 2020-07-14 23:41:40.848 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.582s] 2020-07-14 23:41:59.322 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [38.355s] 2020-07-14 23:42:02.811 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [21.955s] 2020-07-14 23:42:04.640 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [47.559s] 2020-07-14 23:42:06.187 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.551s] 2020-07-14 23:42:08.616 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2020-07-14 23:42:10.261 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.134s] 2020-07-14 23:42:11.891 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.154s] 2020-07-14 23:42:12.346 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.022s] 2020-07-14 23:42:13.150 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [10.340s] 2020-07-14 23:42:16.735 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.337s] 2020-07-14 23:42:17.025 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.290s] 2020-07-14 23:42:21.279 32 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [42.908s] 2020-07-14 23:42:26.965 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.281s] 2020-07-14 23:42:32.327 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.410s] 2020-07-14 23:42:32.440 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [20.089s] 2020-07-14 23:42:32.848 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.521s] 2020-07-14 23:42:34.854 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.052s] 2020-07-14 23:42:34.892 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.038s] 2020-07-14 23:42:34.914 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2020-07-14 23:42:35.227 32 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.088s] 2020-07-14 23:42:35.325 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.121s] 2020-07-14 23:42:35.355 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.031s] 2020-07-14 23:42:35.554 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.198s] 2020-07-14 23:42:35.562 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2020-07-14 23:42:35.577 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.015s] 2020-07-14 23:42:35.810 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.842s] 2020-07-14 23:42:38.458 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.425s] 2020-07-14 23:42:40.296 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2020-07-14 23:42:40.305 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2020-07-14 23:42:40.358 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.052s] 2020-07-14 23:42:40.411 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.053s] 2020-07-14 23:42:40.462 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.050s] 2020-07-14 23:42:40.541 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.078s] 2020-07-14 23:42:40.605 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.064s] 2020-07-14 23:42:40.690 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.084s] 2020-07-14 23:42:40.751 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.061s] 2020-07-14 23:42:40.825 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.073s] 2020-07-14 23:42:42.342 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.438s] 2020-07-14 23:42:44.489 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.352s] 2020-07-14 23:42:44.511 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.022s] 2020-07-14 23:42:45.223 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.408s] 2020-07-14 23:42:45.424 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.122s] 2020-07-14 23:42:46.527 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.184s] 2020-07-14 23:42:48.231 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.704s] 2020-07-14 23:42:48.286 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2020-07-14 23:42:48.339 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.053s] 2020-07-14 23:42:50.030 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.605s] 2020-07-14 23:42:52.387 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.356s] 2020-07-14 23:42:53.134 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.084s] 2020-07-14 23:42:53.222 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.087s] 2020-07-14 23:42:53.332 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.109s] 2020-07-14 23:42:53.842 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.508s] 2020-07-14 23:42:54.050 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.207s] 2020-07-14 23:42:54.665 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.614s] 2020-07-14 23:42:54.776 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.112s] 2020-07-14 23:42:54.875 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.098s] 2020-07-14 23:42:54.983 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.107s] 2020-07-14 23:42:55.085 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.102s] 2020-07-14 23:42:55.190 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.104s] 2020-07-14 23:42:55.384 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.194s] 2020-07-14 23:42:55.574 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.189s] 2020-07-14 23:42:55.681 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.107s] 2020-07-14 23:42:55.792 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.110s] 2020-07-14 23:43:02.057 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.715s] 2020-07-14 23:43:02.135 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.079s] 2020-07-14 23:43:02.196 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.060s] 2020-07-14 23:43:02.242 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [9.855s] 2020-07-14 23:43:02.299 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.512s] 2020-07-14 23:43:02.349 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.050s] 2020-07-14 23:43:02.736 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.386s] 2020-07-14 23:43:04.393 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.656s] 2020-07-14 23:43:06.430 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.187s] 2020-07-14 23:43:06.783 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.715s] 2020-07-14 23:43:08.076 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.293s] 2020-07-14 23:43:08.612 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.219s] 2020-07-14 23:43:08.666 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.053s] 2020-07-14 23:43:08.754 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.088s] 2020-07-14 23:43:10.457 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.027s] 2020-07-14 23:43:11.044 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.961s] 2020-07-14 23:43:11.807 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.767s] 2020-07-14 23:43:13.056 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.246s] 2020-07-14 23:43:13.836 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.780s] 2020-07-14 23:43:15.886 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.045s] 2020-07-14 23:43:15.925 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2020-07-14 23:43:18.082 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.625s] 2020-07-14 23:43:18.375 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.807s] 2020-07-14 23:43:19.830 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2020-07-14 23:43:23.120 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2020-07-14 23:43:23.160 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.039s] 2020-07-14 23:43:23.223 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.062s] 2020-07-14 23:43:23.259 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.036s] 2020-07-14 23:43:23.272 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2020-07-14 23:43:23.283 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2020-07-14 23:43:23.294 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2020-07-14 23:43:23.337 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.041s] 2020-07-14 23:43:23.347 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-07-14 23:43:23.383 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.035s] 2020-07-14 23:43:23.395 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2020-07-14 23:43:23.476 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.081s] 2020-07-14 23:43:23.585 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.108s] 2020-07-14 23:43:23.678 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.090s] 2020-07-14 23:43:23.771 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.094s] 2020-07-14 23:43:23.788 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.016s] 2020-07-14 23:43:23.847 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.059s] 2020-07-14 23:43:23.898 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.050s] 2020-07-14 23:43:23.951 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.052s] 2020-07-14 23:43:23.998 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.047s] 2020-07-14 23:43:26.952 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.141s] 2020-07-14 23:43:26.999 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.046s] 2020-07-14 23:43:27.245 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.161s] 2020-07-14 23:43:31.682 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.443s] 2020-07-14 23:43:31.998 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.315s] 2020-07-14 23:43:34.172 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.926s] 2020-07-14 23:43:34.386 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.215s] 2020-07-14 23:43:34.550 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.163s] 2020-07-14 23:43:34.687 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.136s] 2020-07-14 23:43:34.761 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.074s] 2020-07-14 23:43:34.835 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.073s] 2020-07-14 23:43:34.951 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.117s] 2020-07-14 23:43:35.067 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.115s] 2020-07-14 23:43:35.128 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.061s] 2020-07-14 23:43:35.198 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.070s] 2020-07-14 23:43:38.928 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.730s] 2020-07-14 23:43:40.369 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.136s] 2020-07-14 23:43:40.477 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.108s] 2020-07-14 23:43:43.350 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.113s] 2020-07-14 23:43:44.382 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.030s] 2020-07-14 23:43:44.867 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.484s] 2020-07-14 23:43:45.385 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.518s] 2020-07-14 23:43:45.847 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.461s] 2020-07-14 23:43:47.373 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.525s] 2020-07-14 23:43:48.138 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.764s] 2020-07-14 23:43:48.325 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.188s] 2020-07-14 23:43:48.360 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.034s] 2020-07-14 23:43:48.394 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.033s] 2020-07-14 23:43:48.423 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.029s] 2020-07-14 23:43:51.756 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.232s] 2020-07-14 23:43:52.034 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.277s] 2020-07-14 23:44:01.084 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.047s] 2020-07-14 23:44:08.149 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.661s] 2020-07-14 23:44:13.802 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.650s] 2020-07-14 23:44:18.641 32 INFO rally.task.context [-] Verification ef0eb586-83ed-4017-9690-8b0f9eeafffe | Context testr@default cleanup() started 2020-07-14 23:44:18.642 32 INFO rally.task.context [-] Verification ef0eb586-83ed-4017-9690-8b0f9eeafffe | Context testr@default cleanup() finished in 0.67 msec 2020-07-14 23:44:18.643 32 INFO rally.task.context [-] Verification ef0eb586-83ed-4017-9690-8b0f9eeafffe | Context tempest@default cleanup() started 2020-07-14 23:44:18.793 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_9ffcdbf1_JFN96VGf'. 2020-07-14 23:44:18.881 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9ffcdbf1_JFN96VGf' has been deleted. 2020-07-14 23:44:18.881 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ae96a142-3b84-4e99-9c0e-8c9d1272ec9e' of option 'instance_type' from Tempest config file. 2020-07-14 23:44:18.882 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ae96a142-3b84-4e99-9c0e-8c9d1272ec9e' has been removed. 2020-07-14 23:44:18.885 32 INFO rally.task.context [-] Verification ef0eb586-83ed-4017-9690-8b0f9eeafffe | Context tempest@default cleanup() finished in 0.24 sec 2020-07-14 23:44:18.914 32 INFO rally.api [-] Verification (UUID=9ffcdbf1-2953-4c7e-b79c-c1b4200ce2bf) has been successfully finished for deployment 'opnfv-rally' (UUID=6ebe6fbe-d7d6-4ab4-9aeb-386efc19b2d8)! 2020-07-14 23:44:20.453 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:44:20.454 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:44:20.454 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:44:22.139 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:44:22.139 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:44:22.140 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:44:24.044 68 INFO rally.api [-] Building 'html' report for the following verification(s): '9ffcdbf1-2953-4c7e-b79c-c1b4200ce2bf' 2020-07-14 23:44:24.071 68 INFO rally.api [-] The report has been successfully built. 2020-07-14 23:44:25.585 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:44:25.586 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:44:25.586 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:44:27.622 70 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9ffcdbf1-2953-4c7e-b79c-c1b4200ce2bf' 2020-07-14 23:44:27.636 70 INFO rally.api [-] The report has been successfully built.